/* ----------------------------------

academy human marketing copyright

-------------------------------------

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
*/
.scrollmagic-pin-spacer
 {
    width: 360px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: "Monstserrat-regular";
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Monstserrat-semibold";
    src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
}

* {
  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;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


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

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

.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) {
  .aboutsliderhmc img {
    aspect-ratio: 2.6 / 1;
    object-fit: cover;
}
.aboutdescriptionhmc {
    font-size: 24px !important;
}
.abouttitlehmc {
    font-size: 53px !important;
    font-weight: 700;
}
  .coursecardrehmc{
    margin-right: 34px !important;
  }
  .profpage .item .info{
    min-height: 500px;
  }
  div#programme3id{
  padding-bottom: 75px;
  }
  .courses-area .courses-items .info h4 {
    text-transform: capitalize;
    min-height: 76px;
  }
  #formation-adl3 .courses-items .info h4{
    min-height: 67px !important;
  }
  #formation-adl .courses-items .info h4{
    min-height: 64px !important;
  }
  #programme3id h4{
  min-height: 79px;
 margin-bottom: 0px !important;
 transform: translate(0px, -20px);
  }
  .container-medium {
    max-width: 720px;
  }
  #formation-adl.courses-area.trend-layout .courses-items .bottom-info .enroll a ,  #formation-adl2.courses-area.trend-layout .courses-items .bottom-info .enroll a ,  #formation-adl3.courses-area.trend-layout .courses-items .bottom-info .enroll a ,  #formation-adl4.courses-area.trend-layout .courses-items .bottom-info .enroll a {
    border-radius: 30px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}
#formation-adl.courses-area.trend-layout .courses-items .single-item .item,#formation-adl2.courses-area.trend-layout .courses-items .single-item .item,#formation-adl3.courses-area.trend-layout .courses-items .single-item .item,#formation-adl4.courses-area.trend-layout .courses-items .single-item .item{
  padding-bottom: 44px;
}
main#categorypage #formation-adl .courses-items .info h4,main#categorypage #formation-adl3 .courses-items .info h4{
  min-height: 76px !important;
}
main#categorypage div#programme3id{
  padding-bottom: 0px !important;
}
main#categorypage #programme3id h4 {
  min-height: 50px;
  margin-bottom: 0px !important;
  transform: translate(0px, 0px);
}

main#categorypage #formation-adl4.courses-area.trend-layout .courses-items .single-item .item {
  min-height: 547px;
}
}

@media (min-width:992px) {
  .backgroundsection{
  flex: 0 0 40% !important;
    /* max-width: 50% !important; */
    max-width: 40% !important;
    margin-left: 51px !important;
}
  .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;
}

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

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

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

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

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

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

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

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

.top-bar-area .list a:hover{
  color: rgba(94, 182, 131, 1)  !important;
}

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

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

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

.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 {

  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 .funfact5 .timer::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "K";
  margin-left: 2px;
} */
.about-area .funfact5 .timer::before {
  position: absolute;
  left: -27%;
  top: 0;
  content: "+";
  margin-left: -6px;
}

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

.about-area .fixed-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    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) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding-left: 0px !important;
}
.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: 50px;
    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;
}

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

.categories-area .categories-box .item p {
  margin-bottom: 0;
  margin-top: 15px;
}

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

.categories-area .categories-box .item a:not(.styleadl) {
  display: block;
  padding: 18px 50px;
  border-bottom: 5px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.categories-area .categories-box .categories-carousel .item a:not(.styleadl) {
 /* 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;
}

.categories-area .heading a {
  margin-top: 10px;
}

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

.facilities-area .heading h2 {
  font-weight: 800;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

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

.choose-us-area .item-box .left-info a {
  margin-top: 15px;
}

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

.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 {
  width: 124px;
   
   
   
    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%;
    max-height: 488px;
    width: 31%;
    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: 50px;
    background: #f3f7fd;
    position: relative;
    z-index: 1;
}

.register-area .countdown-inner::after {
    position: absolute;
    left: 0;
    bottom: -24px;
    content: "";
    height: 100%;
    width: 100%;
    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;
}

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

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

.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: #569a4f;
  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;
  margin: 30px 0px;
}

.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 {

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

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

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

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(assets/img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}

/* new by me */
.list2mobile li{

	padding: 13px 0 !important;
	border-bottom: solid 1px #e0e0e0;
}
.list2mobile i{
	margin-right: 8px;
}
.list2mobile a.dropdown-item.d-flex.align-items-center{
	justify-content: end;
	margin-top: 7px;
}
div#navbar-menu {
    margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) 
	{
		.list2mobile{
			
			display: none !important;
}
#fixedheader-adl{
	position: fixed;right: 0;left: 0;z-index: 9999999999999;
}
#navbarpadding{
	padding-top: 47px;
}
}
.collapse {
    visibility: visible !important;
}
@media screen and (max-width: 575px) and (min-width: 320px) {
.container {
     max-width: none !important;
}}

body:has(div.tw47-bg-wholepageconnected){
	padding-right: 0px !important;
	overflow: scroll !important;
}
@media only screen and (max-width: 1023px) 
		{
		div#fixedheader-adl{
			display: none !important;
		}}
    a:focus {
      background: transparent !important;
  }

  .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: #ee8b3f !important;
  }
  /*
  .nice-select.form-control{
    overflow: hidden;
  } */
  .img-hide-password,.img-hide-password2{
    width: 20px;
    margin-bottom: 12px !important;
    margin-right: 8px;
    cursor: pointer;
  }
  .flex-password{
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .container-facture-adl-all2{
    padding-top: 0px !important;
  }
  .btn-adl-8{
    background: linear-gradient(40deg, rgba(244, 102, 45, 1) 45%, rgba(251, 225, 68, 1) 100%);
    border: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    height: 46px !important;
  }
  .btn-adl-8:hover{
    height: 46px !important;
    background: linear-gradient(40deg, rgba(244, 102, 45, 1) 45%, rgba(251, 225, 68, 1) 100%) !important;
    border: none !important;
    box-shadow: none !important;
  }
  .styleadl{
    display: inline-block;
    width: 100%;
    padding: 10px 0px 20px;
  }
  .advisor-items.text-center .row,.courses-items .row{

    justify-content: stretch !important;
  }
  .advisor-items.text-center .row .single-item,.courses-items .row .single-item{
    align-self: stretch !important;
  }
  .advisor-items.text-center .row  .item, .a,.courses-items  .row  .item {
    height: 100%;
}
div#formation-adl,div#formation-adl2,div#formation-adl3,div#formation-adl4{
  padding-top:  53px !important;
}
.register-area{
margin-top: 70px;
}
.image-home-slider-4{
  width: 108px;
  padding-bottom: 23px;

}
#service-adl-22-5{
  top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}
.container-firstslider h1 {
  background-image: url(../images/background-texte.png);
  background-size: 75%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 7px 0;
  font-size: 34px;
  width: fit-content;
  font-weight: bold;
}

#first-slider-adl{
  padding-top: 40px;
}
div#padding-address-contact {
  margin-bottom: 18px;
}
.register-area input {
  margin: 9px 0px 10px;
}
.about-area .about-items .info::after{
  background: transparent !important;
}
@media only screen and (max-width: 767px) {
  h2.sectionTitle__title.gradienttitle.iarangerstitle{
    font-size: 24px !important;
  }
  .advisor-items.text-center .row .item, .a, .courses-items .row .item{
    height: auto !important;
  }
  .row.categories-carousel25.owl-carousel.owl-theme.owl-loaded.owl-drag,.row.categories-carousel23.owl-carousel.owl-theme.owl-loaded.owl-drag,.row.categories-carousel252.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 0px !important;
}
.margintoptitreabout {
  margin-top: 70px !important;
}
.aboutsliderhmc {
    margin-bottom: 22px;
}
  #video-preenregister-mobile{
    margin-bottom: 22px;
  }
  .about-area .about-items .info {
       padding-left: 0px !important;
      text-align: left !important; 
       padding-right: 0px !important; 
       padding-bottom: 26px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .about-items .info ul{
     
      text-align: center !important; 
      
    
  }
}
@media (min-width: 1024px) {
  div#service-adl-22-5{
    padding-bottom: 26px !important;
    padding-top: 27px !important;
}
}
@media (min-width: 992px) {
  div#formulaire-adl.col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 30.333333%;
      max-width: 30.333333%;
  }

  .col-lg-3.countdown{
    flex: 0 0 35%;
    max-width: 35%;
}
  
  div#img-programme-timelimit {
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    text-align: right;
    padding-right: 0px !important;
}
}
div#img-programme-timelimit{
  text-align: center;
}
@media (max-width: 991px) {
  header{
    background: black;
  }
  #mobilesliderhmc{
    padding-top: 70px !important;
  }
  img#event-webinaire-img{
    display: none !important;
  }
  div#button-webinaire {
    display: flex !important;
    flex-direction: column !important;
    bottom: -68px !important;
    align-items: center;
  }
  a.thematique-adl {
    width: 269px;
    margin-right: 0px !important;
    margin-bottom: 7px !important;
  }
  .hiddenmobile{
display: none !important;
  }
  }
  a.dropdown-toggle.active{
    color: black !important;
  }
  footer input{
 
    text-transform: capitalize;
    border: 2px solid #a7ba44 !important;
    color: #495057 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    height: 60px;
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem;
    padding: 10px 20px;
}
footer input::placeholder{
  color: #495057 !important;
}
.background-gradient{
  font-weight: bold !important;
  font-size: 16px;
  padding: 13px 36px  !important;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0s ease-in-out;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background: rgb(195, 203, 82);
  background-image: linear-gradient(90deg, rgba(195, 203, 82, 1) 22%, rgba(243, 233, 84, 1) 51%, rgba(242, 182, 84, 1) 77%);
}

input::placeholder {
color: black !important;
}
form#mc-embedded-subscribe-form .col-md-12{
  padding-left: 0px;
  padding-right: 0px;
}
footer label{
font-weight: bold;
}
.tw47-height-auto{
  height: auto !important;
}
.gratuit-ebokk-programme{
  font-size: 16px !important;
}
.gratuit-ebokk-programme:hover{
  color: black !important;

}
nav.navbar.bootsnav ul.nav > li > a.active{
  color: black !important;
}
.new-boutonadl-3:focus {
  
 
}
img.icon-programme {
  width: 106px !important;
  margin: 0 auto;
  display: block;
}
.icon-programme2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
} 
.icon-programme2 img.icon-programme {
  margin: 0px !important;
}
.icon-programme2{
  font-weight: bold;
}
header .list2mobile a.dropdown-item.d-flex.align-items-center {
  background: #1E70B7;
        background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
  border-radius: 5px;
  color: white;
  width: fit-content;
  padding: 11px 29px;
  margin-left: auto;
}

header .list2mobile a.dropdown-item.d-flex.align-items-center,header .list2mobile a.dropdown-item.d-flex.align-items-center:hover,header .list2mobile a.dropdown-item.d-flex.align-items-center:active,header .list2mobile a.dropdown-item.d-flex.align-items-center:focus {
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
  border-radius: 5px;
  color: white;
  width: fit-content;
  padding: 11px 29px;
  margin-left: auto;
}
.courses-items .owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .register-area.bg-fixed.default-padding-botom{
    overflow-x: hidden !important;
    padding: 10px 0px;
  }

  .row.categories-carousel2.owl-carousel.owl-theme.owl-loaded.owl-drag {
  margin: 0 auto !important;
  }
  img.img-cmi {
    width: 64px;
}
.color-text-description p{
  color: black !important;
}
.color-text-description {
  margin: 20px 0px;
}

.old-price {
  color: red;
  font-size: 1em;
}
.new-price {
  color: green;
  font-size: 1em;
}
p.price-pagehome .old-price {
  /* text-align: center; */
  font-size: 15px;
  display: inline-block;
  transform: translate(-1px, -6px);
}
p.price-pagehome  span.new-price {
  font-size: 19px;
  font-weight: bold;
  margin-right: 5px;
}
p.price-pagehome  span.new-price ins{
 text-decoration: none;
}
#programmepage ul {
  list-style: disc;
  margin-left: 19px;
}
.planning-adl-session {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.planning-adl-session img {
    display: block;
    width: 35px !important;
    margin-right: 5px;
}
.formationadl2{
  padding-top: 30px;
}
.title-blog{
  margin: 30px 0px;
  padding-bottom: 15px;
}
.post-thumbnail{
  width: 100%;
}
.marginauto-columnsinglepost{
  margin: 20px auto;
}
img.img-fluid.post-thumbnail.w-full.h-full.object-cover{
  object-fit: cover !important;
  height: 100%;
  min-height: 240px;
}
.card-header.border-0.bg-transparent.ratio.ratio-6x4.rounded.overflow-hidden{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.card-header.border-0.bg-transparent.ratio.ratio-6x4.rounded.overflow-hidden {
  min-height: 240px;
  margin-top: 4px;
}
.blog-card.card.border-0 .card-body.pl-6.mt-6 {
  padding-left: 0px;
  padding-top: 8px;
}
section#blogmarginbottom {
  margin-bottom: 40px !important;
}
h4.post-title.fw-medium.mb-0 {
  font-size: 23px;
}
article.blog-post p,#singlepost{
  color: black;
}
/* webinaire */
.svg-adl{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.agenda-date {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  #heading-webiniare {
      font-size: 4.4vw;
      line-height: 70px;
      text-align: left;
      -webkit-background-clip: text !important;
      -moz-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      -moz-text-fill-color: transparent;
      background: #1E70B7;
      background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
  }
}
#heading-webiniare2 {
  -webkit-text-fill-color: white !important;
}

#heading-webiniare2 {
  color: white !important;
}
.svg-adl {
  fill: white;
  margin-right: 8px;
}
@media (max-width: 999px) {
  #heading-webiniare{
    color: white !important;
    }}
    @media (max-width: 700px) {
      #heading-webiniare{
        font-size:32px !important;
        font-weight: bold;
      }
      div#section1-background-webinaire{
        background-position: 12% !important;
      }
      div#button-webinaire{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      h1#heading-webiniare{
        text-align: center;
      }
      .agenda-date{
        justify-content: center;
      }
      a.thematique-adl{
        margin-bottom: 15px;
        margin-right: 0px !important;
      }
      .row-mobile-nomargin {
        margin-left: 0px !important;
        margin-right: 0px !important;
      }
      img#event-webinaire-img{
        display: none !important;
      }
   section#container-eventimg-adl {
        padding: 20px 0px 30px !important;
      } 
    }
/* NEW */ 
div#button-webinaire {
  position: absolute;
  bottom: 101px;
  right: 50%;
  transform: translate(50%, 0px);
}
/*  */

       /*div#section1-background-webinaire{
        background: url("https://humanmarketing.agency/webinaire/wp-content/uploads/2024/05/LP-Home-1.png");
        padding: 319px 0px !important;
        background-size: cover;
    
        background-repeat: no-repeat;
      }
         */
         div#section1-background-webinaire{

          padding-left: 0px;
          padding-right: 0px;
         }
      .agenda-date {
        color: white;
        font-weight: bold;
        font-size: 19px;
        margin-top: 24px;
    }
    a.thematique-adl{
      font-weight: 600;
      background: rgb(244,102,45);
        background: linear-gradient(40deg, rgba(244,102,45,1) 45%, rgba(251,225,68,1) 100%);
      
      
        color: #ffffff !important;
        border: none !important;
        box-shadow: none !important;
        font-size: 15px;
        border-radius: 30px !important;
        padding: 22px 29px;
        margin-right: 10px;
    }
    a.reserver-place-adl{
      font-weight: 600;
    background: rgb(244,102,45);
      background: linear-gradient(40deg, rgba(244,102,45,1) 45%, rgba(251,225,68,1) 100%);
    
    
      color: #ffffff !important;
      border: none !important;
      box-shadow: none !important;
      font-size: 15px;
      border-radius: 30px !important;
      padding: 22px 39px;
    }
    a.thematique-adl:hover{
      background: white !important;
      color: black !important;
      border: 1px solid black !important;
    }
 
    a.reserver-place-adl:hover{
      background: white !important;
      color: black !important;
      border: 1px solid black !important;
    }
   
    div#button-webinaire {
      margin: 83px auto 0px;
    }
    div#section1-background-webinaire .col-md-6{
padding: 0px !important;
    }
    .col-md-6.container-img-webinaire {
      position: relative;

  }
  img#event-webinaire-img {
    position: absolute;
    left: 9%;
    bottom: -200px;
}
.col-md-6.container-img-webinaire img {
  max-height: 325px;
  object-fit: contain;
}
section#container-eventimg-adl {
  padding: 63px 0px 20px;
}
main#webiniare h2.title,.title-theme-webinaire{
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-text-fill-color: transparent !important;
  background: rgb(244, 102, 45);
  background: linear-gradient(40deg, rgba(244, 102, 45, 1) 45%, rgba(251, 225, 68, 1) 100%);f
}
@media (min-width: 992px) {
  .service-card-item {
      min-height: 208px !important;
  }
  #decouvrez-chatbot{
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .service-card-item h3 {
      min-height: 49px !important;
  }
}
.service-card-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.service-card-item:hover ::before {
opacity: 1;
    visibility: visible;
}
.title-theme-webinaire{

  margin: 30px auto;
}
#heading-webiniare,main#webiniare h2.title, .title-theme-webinaire,.service-card-item h3{
font-weight: bold;
}
.service-card-item:hover{
  background: white !important;
}
.service-card-item:hover p,.service-card-item:hover h3{
  color: black !important;
}
.service-card-item h3{
  font-size: 20px;
  color: white;
}
.service-card-item {
  transition: 0.5s all ease;
  background: white !important;
  padding: 22px;
  border-radius: 6px;
  margin-bottom: 23px;
  position: relative;
}
.service-card-item p,.service-card-item h3{
  color: black;
}
.service-card-item .line, .service-card-item .line-02, .service-card-item .line-03, .service-card-item .line-04 {
  width: 35%;
  height: 30%;
}
.service-card-item .line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0px;
  border-top: 1px solid rgb(50,140,66);
  border-left: 1px solid rgb(50,140,66);
  border-top-left-radius: 6px;
  transition: 0.5s all ease;
}
.service-card-item .line-02 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
  border-top: 1px solid rgb(50,140,66);
  border-right: 1px solid rgb(50,140,66);
  border-top-right-radius: 6px;
  transition: 0.5s all ease;
}
  .service-card-item .line-03 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid rgb(50,140,66);
    border-left: 1px solid rgb(50,140,66);
    border-bottom-left-radius: 6px;
    transition: 0.5s all ease;
  }

.service-card-item .line-04 {
    
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0px;
    border-bottom: 1px solid rgb(50,140,66);
    border-right: 1px solid rgb(50,140,66);
   
    border-bottom-right-radius: 6px;
    transition: 0.5s all ease;
}

div#section1-background-webinaire .item-list {
    display: flex;
    /* justify-content: center; */
    color: black;
}
#section1-background-webinaire .counter-item {
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  margin-right: 30px;
}
#section1-background-webinaire  .counter-item .item {
  text-transform: uppercase;
  font-weight: 400;
  color: black;
  font-size: 14px;
}
#section1-background-webinaire .counter-item span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: black;
}
div#section1-background-webinaire {
  position: relative;
}
.row.counter-row-webinaire{
position: absolute;
    top: 12%;
    right: 50%;
    transform: translate(50%, 0px);
}
#register-webinaire  button#submitcheckout {
  background: rgb(50, 140, 66) !important;
  background: linear-gradient(90deg, rgba(50, 140, 66, 1) 0%, rgba(242, 221, 68, 1) 94%) !important;
  width: 100%;
  color: white;
  border-radius: 0px;
}
#register-webinaire  button#submitcheckout:hover{
  background: white !important;
  color: black !important;
}
#register-webinaire input#inputAddress {
  margin-top: 21px;
}

div#section1-background-webinaire img {
  width: 100%;
  object-fit: cover;
}

p#bonus-ebookadl {
  color: black;

  font-weight: bold;
  font-size: 17px;
  padding-top: 5px;
}
.owl-carousel .owl-item img {
    min-height: 53px;
}
.owl-carousel .owl-item .thumb img {
  min-height: 207px !important;
}

article.blog-post p,article.blog-post span{
  font-family: 'Manrope', sans-serif !important;
}

#formation-adl .owl-item  p.price-pagehome {
  margin-bottom: 0px;
}
@media (min-width:800px) {
  .category-items.categories-carousel.owl-carousel.owl-theme.text-light.text-center.owl-loaded.owl-drag .owl-item .item, .category-items.categories-carousel.owl-carousel.owl-theme.text-light.text-center.owl-loaded.owl-drag .owl-item, .category-items.categories-carousel.owl-carousel.owl-theme.text-light.text-center.owl-loaded.owl-drag .owl-item .info {
    min-height: 347px;
}
.item.malachite{
  background-color: #569a4f;
}
.item.torchred{
  background-color: #eb5435;
}
  #formation-adl .owl-item {
    height: 781px;
   }
   #formation-adl2 .owl-item {
     height: 675px;
    }
    #formation-adl3 .owl-item {
     height: 783px;
    }
    #formation-adl4 .owl-item {
     height: 784px;
    }
 }
 @media (max-width:799px) {
  #formation-adl.courses-area.trend-layout .courses-items .bottom-info .enroll a, #formation-adl2.courses-area.trend-layout .courses-items .bottom-info .enroll a, #formation-adl3.courses-area.trend-layout .courses-items .bottom-info .enroll a, #formation-adl4.courses-area.trend-layout .courses-items .bottom-info .enroll a{
    bottom: 47px !important;
 }
}
#formation-adl2  .courses-items .bottom-info ul{
  margin-bottom: 5px !important;
}
p.free-masterclass{
font-weight: bold;
font-size: 22px;
color: red;
margin-left: 3px;
margin-bottom: 20px;
}
.flex-dispo{
  display: flex;

}
.flex-dispo p {
  margin-bottom: 21px;
  margin-right: 8px;
}
.flex-dispo {
  margin-top: 16px;
}

@media (min-width:768px) {

.categories-area .categories-box .item h5{
  min-height: 45px;

}

}
@media (min-width:1200px) {
  #onlymobile{
  display: none !important;
  }
  #onlydesktop{
  display: block !important;
  }
}
@media (max-width:1200px) {
#onlymobile{
  display: block !important;
  }
  #onlydesktop{
  display: none !important;
  }
  .row.counter-row-webinaire,div#button-webinaire{
    position: static !important;
    top: 0px !important;
    right: 0px !important;
    transform: translate(0px, 0px) !important;
    justify-content: center;
    margin-left: 0px !important;
    width: 100%;
  }
  div#button-webinaire {
    margin: 28px auto 0px !important;
    text-align: center;
}

}

h4.methodologie-enseignement{
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;

  font-size: 1.5rem;
}
div#formulaire-adl .login-area{
height: auto !important;
max-width: 600px;
margin: 0 auto;
}
p.inscrire-checkout5 {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
p.alreadyhave-accoutlogin {
  color: black;
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  margin-top: 9px;
}
p.alreadyhave-accoutlogin.formationfreetext {
  text-align: left;
  margin-top: 10px;
}
.login-area.formationfree {
  margin: 0px !important;
  max-width: 732px !important;
}

.btn-popuplogin{
background: rgb(244, 102, 45);
background: linear-gradient(40deg, rgba(244, 102, 45, 1) 45%, rgba(251, 225, 68, 1) 100%);

box-shadow: none !important;
border-radius: 5px !important;
padding: 13px 30px;
margin-top: 6px;
margin-bottom: 15px;
transition: all 0s ease-in-out !important;


}
.modalbackgroundtransparent{
  background: transparent !important;
  border: none !important;
}
.btn-popuplogin:hover,.btn-popuplogin:focus,.btn-popuplogin:active{
 border: 2px solid transparent !important; /* Adjust border width */
  border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important; 
  background: transparent !important;
  color: black !important;
  border-radius: 5px  !important;

}
body.modal-open{
  padding-right: 0px !important;
}
img.img-etes-vous-plutot {
  width: 94px !important;
  margin: 0 auto;
  min-height: 57px !important;
}
.nopadding-bot{
  padding-bottom: 0px !important;
}
.reserver-login-page,.btn-popuplogin{
 
  width: 244px;
  height: 54px;
}
#close-map-dialog {
  text-align: right;
  width: 100%;
  background: transparent;
  border: none !important;
}
#close-map-dialog img {
    margin-right: 12px;
}
@media only screen and (max-width: 991px) {
    .flex-container img {
        width: 100% !important;
        height: 100%;
    }
    #decouvrez-chatbot span{
      visibility: hidden;
    }
}
.image-prof-container .flex-dispo li {
  list-style-type: none;
}
.image-prof-container .flex-dispo ul{
margin-left: 0px !important;
}
.image-prof-container .flex-dispo{
  margin-top: 0px !important;
  flex-wrap: wrap;
}
.image-prof-container .flex-dispo p{
 margin-top: 3px;
}
.image-prof-container .flex-dispo i.fas.fa-clock {
  margin-right: 5px;
}
.image-prof-container p.tw47-pb-4 {
  padding-bottom: 2px !important;
}
p.description-module2 ul {
  /* font-family: Mont-light !important; */
  margin-top: 3px !important;
  margin-bottom: 10px;
}
p.description-module2 ul p,p.description-module2 ul span{
  font-family: "Mont-light" !important;
}

main#categorypage .single-item.item.col-md-4 {
  background: transparent;
  border: none !important;
  box-shadow: none;
}
#singlepost h1.article_titre.text-black.fw-medium.mb-0 {
  text-align: center;
}

#categorypage .page-link{
  color: black !important;
 
  border: none !important;
}
#categorypage .page-item.active .page-link{
  background-color: rgba(42, 110, 181, 1) !important;
  border-color: black;
  color: white !important;
}
#categorypage .pagination{
  justify-content: center;
}
#categorypage .single-item.item.col-md-4 {
  height: auto;
}
#categorypage.category2 .heading-left h5{
  font-size: 25px !important;
  margin-bottom: 0px !important;
}
.padding-address-contact{
  margin-bottom: 18px !important;
}
#formateurstitle{
  margin-top: 40px;
  font-size: 25px !important;
}
.profpage {
  margin-bottom: 49px;
}
main#categorypage.category2 img.icon-programme {
  margin-bottom: 5px;
}
.selectionnerprogrammes{
  margin-bottom: 20px;
}
/*
section#quisommenous-adl,#formation-adl,#formation-adl2 {
  background: black;
}
section#quisommenous-adl h1,section#quisommenous-adl p,section#quisommenous-adl span,section#quisommenous-adl h2,div#service-adl-22-5,.categories-area.reverse.bg-gray h2,div#service-adl-22-5,.categories-area.reverse.bg-gray p,#formation-adl h5,#formation-adl h2,#formation-adl p,#formation-adl2 h5,#formation-adl2 h2,#formation-adl2 p{
  color: white;
} 
.banner-area.multi-heading h3, .about-area ul li .timer, .event-area .single-event .item .info ul li i{
  color: rgb(244,102,45) !important;
}
div#service-adl-22-5,.categories-area.reverse.bg-gray{
  background: black;
}
.register-area{
  background: black !important;
margin-top: 0px !important;
padding-top: 70px !important;
}
div#register-webinaire{
  background: white !important;
}
footer{
  background: rgb(244,102,45) !important;
}
.register-area .countdown-inner{
background: black !important;
}
.register-area .countdown-inner h2,.register-area .countdown-inner p,.register-area .countdown-inner span,.register-area .countdown-inner div{
  color: white !important;
  }
  .flex-dispo p {
    color: black !important;
  
} */

#programmepage .schedule-description ol p,.stylabus-content .info-week-stylabus .description-module2 ol p{
  display: inline !important;
  font-family: "acumin-pro-widelight" !important;
}
#programmepage.schedule-description ol,.stylabus-content .info-week-stylabus .description-module2 ol  {
  padding-left: 0px !important;
  font-family: "acumin-pro-widelight" !important;
}
p#reserversoonprogramme {
  font-size: 18px;
}
.new-boutonadl-3, .btn-gradient::after, .register-area .form-box button,.register-area .form-box button,.background-gradient,#login-desktop-adl a,.enrol-new-12, .enrol-new-12:hover, .enrol-new-12:focus,.btn-popuplogin,#register-webinaire button#submitcheckout{
  background: #1E70B7;
        background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
}
button.background-gradient.button.primary.footer-newsletter__submit{
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
}
header#home nav.navbar.bootsnav ul.nav > li:not(#login-desktop-adl) > a{
  color: black !important;
}
footer,footer.bg-dark.text-light{
  background: black !important;
}
body{
  font-family: "Monstserrat-regular";
}
.containerheader a{
			
  font-family: "Poppins", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
}
body,a,p,span,div{
  font-family: "Monstserrat-regular";
}
.containerheader a,header#home a,#fixedheader-adl a{
			
  font-family: "Poppins", sans-serif !important;
}
button#submitcheckout,button#submitcheckout2{
 background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
 color: white !important;
 margin-bottom: 20px;
}
form.contact-form input.form-control{
  margin: 10px 0px !important;
}
.reserverform .alert.alert-danger span {
  margin-left: 10px;
}
.reserverform .alert.alert-danger{
  margin-top: 10px;
}
section#newsletter {
  background: black;
  border-radius: 16px;
  margin: 7px 32px;
}

.marginfreeicon{
  margin: 15px auto !important;
}
div#jarallax-container-0{
  filter: brightness(60%);
}
.programmedescirptioncourse.schedule-description li, .programmedescirptioncourse.schedule-description span, .programmedescirptioncourse.schedule-description ol, .programmedescirptioncourse.schedule-description p {
  font-family: "Monstserrat-regular";
}
.programmedescirptioncourse.schedule-description strong{
  font-family: "Poppins", sans-serif !important;
}
.carousellogoreference .owl-item img {
  min-height: 53px;
  width:  200px !important;
}
.carousellogoreference .owl-stage {
  display: flex;
  align-items: center;
}

.carousellogoreference .owl-item {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional: centers content horizontally */
}
.carousellogoreference  .owl-prev, .carousellogoreference  .owl-next {
  background-color: transparent !important;
}
@media only screen and (min-width: 769px) {
  .carousellogoreference  .owl-prev, .carousellogoreference  .owl-next {
      position: absolute;
      top: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .carousellogoreference  .owl-next {
      right: 0%;
  }
}

@media only screen and (min-width: 769px) {
    .carousellogoreference  .owl-prev, .carousellogoreference  .owl-next {
        position: absolute;
        top: 40%;
    }
}
@media only screen and (min-width: 769px) {
    .carousellogoreference  .owl-prev {
        left: 0%;
    }
}
@media only screen and (max-width: 768px) {
  .owl-nav {
    display: flex;
    justify-content: center;
} 
.owl-nav i {
  margin: 8px !important;
}
#mobileadaptprogramme .row{
  --bs-gutter-x: 0px !important;
  
  }
  .coursecardrehmc{
    margin-right: 0px !important;
  }
}
.owl-carousel.carousellogoreference.owl-loaded.owl-drag i {
  font-size: 31px;
  margin: 7px 0px;
}
a#checkouthrefbottompage {
  width: 304px;
  margin-top: 45px !important;
  background: #1E70B7;
  border: none !important;
  color: white !important;
 transition: all 0s ease-in-out;
border-radius: 5px !important;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
}
a#checkouthref{
  background: #1E70B7;
  border: none !important;
  color: white !important;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;  
}
a#checkouthrefbottompage:hover,a#checkouthrefbottompage:focus,a#checkouthref:hover,a#checkouthref:focus,button#mobile-enroll-6:hover,button#mobile-enroll-6:focus{

    border: 2px solid transparent !important; /* Adjust border width */
  border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important; 
  background: transparent !important;
  color: black !important;
  border-radius: 5px  !important;
  border-style: solid !important; /* Required for border-image to render correctly */
overflow: hidden; /* Helps to clip corners if background bleeds */

}
.page-nav-menu.-line .x-gap-30 > *{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
section.cta.-type-1.layout-pt-lg.layout-pb-lg a.button.-md.-outline-white.text-white.mt-45.md\:mt-20:hover{
  color: white !important;
}
button#mobile-enroll-6{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
}
.onhovershowlink {
 height: 54px !important;
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
  padding: 16px 55px;
  font-size: 14px;

  font-weight: 500;
  height: 60px;
  border-radius: 8px;
  border: none !important;
  color: white !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0s ease-in-out !important;
  z-index: 9999999999;
}
.coursesCard:hover .onhovershowlink{
  opacity: 1;
}
.gratuitpack p {
  display: block;
  background: black;
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 9px;
  margin-bottom: 22px;
}
.accordion.-block-2.text-left.js-accordion button#mobile-enroll-6{
margin: 40px auto !important;
width: 236px !important;
}
.bgchartehmc{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%);
}
button.btn.btn-primary.bgchartehmc{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
  padding: 16px 55px;
  font-size: 16px;

  font-weight: 500;
  height: 60px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
a.onhovershowlink:focus{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;}
  .programmedescirptioncourse ul li {
    list-style-type: disc;
    font-size: 18px !important;
}
a#mobile-enroll-6{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
}
a#mobile-enroll-6 {
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
  color: white !important;
  /* padding: 20px 20px; */
  width: 200px;
  padding: 15px 50px;
  border-radius: 8px;
  border: none;
  font-family: "Monstserrat-regular";
  /* height: 81px !important; */
}
.gratuitpack p {
  color: white !important;
  font-family: "Monstserrat-regular";
}
.bg-black{
  background:black !important;
}
.homechatbot#exampleModal img {
  display: inline;
  margin-right: 10px;
}
@media (min-width: 760px) {
.homechatbot#exampleModal img {
    display: inline;
    margin-top: 71px;
    margin-right: 23%;
    margin-bottom: 10px;
}}
@media (min-width: 576px) {
 .homechatbot .modal-dialog {
      max-width: 500px;
      margin: -1.25rem auto 0px !important;
  }}
  .mainSlider.-type-1 .mainSlider__bg::after{
    background: none !important;
  }
  .mainSlider.-type-1 .mainSlider__items {
    padding-top: 280px !important;
  }
  .bg-image.js-lazy{
    object-fit: contain !important;
  }
  @media (min-width: 576px) {
    .homechatbot .modal-dialog {
         max-width: 620px !important; 
        margin: -1.25rem auto 0px !important;
    }
}
@media (max-width: 516px) {
.form-single-field.-help > button{
  position: relative !important;

      background: rgb(42, 110, 181);
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    border: none !important;
    color: white !important;
    transition: all 0s ease-in-out;
  color: white !important;
  width: 100% !important;
  margin: 0px auto 24px !important;
  right: 0 !important;
}
.form-single-field.-help > button:hover,.form-single-field.-help > button:focus{
border: 2px solid !important;
    border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important;
    background: transparent !important;
    color: black !important;
}
}
@media (min-width: 992px) {
  .descirptionevenementdisruptive {
    font-size: 24px !important;
    padding-top: 18px !important;
}

.titlevenementdisruptive {
    font-size: 58px !important;
    font-weight: bold;
}
.page-nav-menu.-line .page-nav-menu__link{
  margin-right: 10px;
}}
.commencezmaintenanthmc {
  margin-top: 93px !important;
}
.commencezmaintenanthmcimg {
  filter: brightness(50%);
}
#login-desktop-adl.loginnewhmc a{
  border-color: transparent !important;
}
#login-desktop-adl.loginnewhmc a:hover,#login-desktop-adl.loginnewhmc a:focus{
   border: 2px solid  transparent !important; /* Adjust border width */
  border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important; 
  background: transparent !important;
  color: white !important;
}
img.iconsliderhome {
  width: 52px;
}
img.onhoverchange {
  width: 96px;
}
 header .row.justify-between.items-center.nowrap{
  flex-wrap: nowrap;
 }
 .whychoseushmc .stepCard__content {
    min-height: 454px;
}
/* Style du formulaire */
#coupon-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

/* Champ input */
#coupon-code {
  padding: 10px;
  width: 500px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  outline: none;
  transition: border 0.3s;
}

#coupon-code:focus {
  border-color: #007bff;
}

/* Bouton d'application */
#coupon-form button {
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;

  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

#coupon-form button:hover {
  background-color: #0056b3;
}

/* Message de confirmation ou d'erreur */
#discount-message {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: green;
}

#discount-message.error {
  color: red;
}

/* Style des totaux */
#total-amount, #new-total {
  font-weight: bold;
  color: #333;
}

#discount-amount {
  color: red;
  font-weight: bold;
}
.paginationwebinaire .page-item.active .page-link{
  background: #2a6eb4 !important;
}
.pagination.paginationwebinaire {
  justify-content: center;
}



.tw47-border-graycolor {
    --tw-border-opacity: 1 !important;
    border-color: rgb(120 113 108 / 1 ) !important;
}
.tw47-border-dashed {
    border-style: dashed !important;
}
.tw47-border-l-2 {
  border-left-width: 2px !important;
}
.tw47-pl-8 {
  padding-left: 2rem !important;
}
.schedule-course-content ul, .schedule-course-content ul li {
  list-style-type: disc !important;
  margin-left: 10px;
  margin-bottom: 0px;
}
.livedetailprogramme{
  margin: 10px 0px;
}
.moduleprogrammedetail{
  margin: 10px 0px 30px;
}
.schedule-course-content p {
    font-size: 20px;
    margin-bottom: 10px;
}
.commandeznew {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 50px !important;
}
.caderalreadyhaveaccount {
  border: 0.2px solid grey;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 18px;
}
.commandezfree{
  display: inline-block;
  margin-bottom: 50px !important;
}
.coursecardrehmc {
  border: 0.2px solid grey !important;
  border-radius: 10px;
  padding: 22px;
 

}

.thankyoupage img {
  margin: 0 auto;
}
.thankyoupage h1{
font-size: 60px;
margin-bottom: 40px;
}

.thankyoupage{
	height: 100vh;
	background-color:black;
	text-align: center;
	padding-top: 180px;
	color: white !important;
}
.thankyoupage p,.thankyoupage h1,.thankyoupage a{
	color: white !important;
}
.thankyoupage a{
	    background-color: #000000;
    font-family: "Monstserrat-regular";
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 20px 30px 20px 30px;
display: inline-block;
	margin-top: 20px;

}
@media (max-width: 767px) {
	.thankyoupage{
		padding-top: 100px !important
		
	}
  section#poltiqueconfidentiatlite,section#mentionsleglaes{
    margin: 20px 21px !important;
  }
}
.d-flex.items-center.thankyouhours {
  justify-content: center;
  margin: 18px;
  
}
.d-flex.items-center.thankyouhours div{
  font-size: 17px !important;
}
#submitcheckout45{
  display: block;
  padding: 20px 9px;
  margin-bottom: 25px;
  color: white !important;
  width: 200px;
  text-align: center;
  margin: 11px auto;
}
#submitcheckout45{ 
background: #1E70B7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    border-radius: 5px !important;
}
#submitcheckout45:hover{
height: 62px !important;
background: transparent !important;
    border: 1px solid rgba(42, 110, 181, 1) !important;
    transition: none !important;
}
section#poltiqueconfidentiatlite {
  margin: 20px 81px;
}
section#poltiqueconfidentiatlite p, section#poltiqueconfidentiatlite div, section#poltiqueconfidentiatlite span {
  color: black !important;
  font-family: "Monstserrat-regular";
}
section#mentionsleglaes {
  margin: 20px 81px;
}
section#mentionsleglaes p, section#mentionsleglaes div, section#mentionsleglaes span {
  color: black !important;
  font-family: "Monstserrat-regular";
}
.mentionsfooter a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 16px;
}
.politiquefooter a {
  display: inline-block;
  font-size: 18px;

}
div#consultantiatext h1, div#consultantiatext h2, div#consultantiatext h3{
  background: #1E70B7;
  background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-text-fill-color: transparent;
  width: fit-content;
  margin: 10px auto !important;
}
div#consultantiatext  ul{
  padding-left: 0px !important;
}
.consultant {
    background: #1E70B7;
    border: none !important;
    color: white !important;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    margin-bottom: 25px !important;
    margin-top: 50px !important;
}
.container.containerqrcode {
  padding: 77px 0px;
}
.container.containerqrcode .col-md-6 {
  text-align: center;
  /* margin: 0 auto; */
}
.container.containerqrcode img{
  text-align: center;
  margin: 0 auto !important;
}
.container.containerqrcode h2{
  width: fit-content;
  margin: 0 auto;
  background: #1E70B7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent;
    padding: 10px 0px 22px;
}
span.coursesCard.-type-1.shadow-3.rounded-8.bg-white {
    min-height: 628px;
}
.background-gradient:hover{
    border: 2px solid !important; /* Adjust border width */
  border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important; 
  background: transparent !important;
  background-color: transparent !important;
  color: white !important;
}
@media only screen and (min-width: 1100px) {
    section#slider-arribat {
        margin: 40px;
    }
}
.owl-prev {
    position: absolute;
    top: 43%;
    left: 0;
}
.owl-next {
    position: absolute;
    top: 43%;
    right: 0;
}
@media only screen and (min-width: 1100px) {
    .owl-prev {
        left: -27px !important;
    }
}

@media only screen and (min-width: 1100px) {
    .owl-next {
        right: -18px !important;
    }
}



.container-arribat-section .owl-nav i {
    color: black;
    font-size: 46px;
}
.container-arribat-section .owl-nav i {
    color: rgb(142 214 48) !important;
    font-size: 46px;
}
/*
@media only screen and (min-width: 992px) {
	.imagesliderexpertise img {
    aspect-ratio: 2.5 / 1;
    object-fit: cover;
		padding: 10px;
}
} */
@media only screen and (max-width: 540px) {
	    .container-arribat-section .owl-next, .container-arribat-section .owl-prev {
        position: relative !important;
				
    }
    .container-arribat-section .owl-nav {
        margin-top: 20px !important;
        right: 0;
        left: 0;
        text-align: center;
    }
	     .container-arribat-section .owl-prev, .owl-next {
			
        display: inline;
    }
    .container-arribat-section .owl-theme .owl-nav [class*=owl-]{
      padding: 0px !important;
      margin: 0px !important;
    }
   
}
  .container-arribat-section .owl-next,.container-arribat-section .owl-prev{
      background: transparent !important;

    }
   /* @media only screen and (max-width: 767px) {
    .container-arribat-section .owl-carousel.owl-theme .owl-nav {
        display: flex !important;
    }
} */
#aboutuslinkhmc{
      background: #1E70B7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    border: none !important;
    border-radius: 5px !important;
}
#aboutuslinkhmc:hover{
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important;
    background: transparent !important;
    color: black !important;
}
.container-arribat-section .owl-nav{
  display: none !important;
}
.margintoptitreabout {
    margin-top: 44px;
    /* margin-bottom: 0px !important; */
}
.aboutheader{
  margin-bottom: 0px !important;
  padding-bottom:0px !important ;
}
.abouttitlehmc{
  font-weight: 700 !important;
}
.schedule-course-content ul li {
    font-size: 18px !important;
    /* font-weight: 300 !important; */
    font-family: "Monstserrat-regular";
}

#conseillerhmcia{
  background: black !important;
}
div#app2555 {
    margin: 35px auto;
    text-align: center;
    font-size: 17px;
}    
#conseillerhmcia .chatbothmc {
    padding: 43px 43px 0px;
}
#conseillerhmcia .chatbothmc p {
    color: white;
    margin: 27px 48px 20px;
    text-align: center;
}
#conseillerhmcia .chatbothmc h2 {
    text-align: center;
    font-size: 49px;
    margin-top: 26px;
  color: white;
}
#conseillerhmcia button#message-icon{
      background: #1e70b7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
    border-radius: 5px !important;
    margin-bottom: 49px;
        padding: 13px 36px !important;
}

#conseillerhmcia button#close-chatbot {
    position: absolute;
    right: 27px;
    border: 1px solid black;
    padding: 10px 18PX;
    border-radius: 50%;
}
#conseillerhmcia #chatbot-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Active modal (affiché) */
#conseillerhmcia #chatbot-modal.active {
  display: flex;
}

/* Chatbot container */
#conseillerhmcia #chatbot {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  width: 100%;
 /* max-width: 400px; */
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  margin-top: 40px;

}

/* Header du chatbot */
#conseillerhmcia #chatbot-header {
 
  color: white;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#conseillerhmcia #chatbot-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#conseillerhmcia #chatbot-header p {
  font-size: 0.9rem;
}

/* ========== BOUTON MESSAGE FLOTTANT ========== */
#conseillerhmcia .message-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff3b30;
  border-radius: 50px;
  padding: 15px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 9999;
}
#conseillerhmcia .message-icon:hover {
  background-color: #d02e29;
}
#conseillerhmcia .message-icon i {
  pointer-events: none;
}

/* ========== BULLES DE CHAT ========== */
#conseillerhmcia .chat-bubble {
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 15px;
   /* max-width: 80%; */
  word-wrap: break-word;
}
#conseillerhmcia .bot {
  background-color: #e0e0ff;
  text-align: left;

}
#conseillerhmcia .user {
  background-color: rgba(94, 182, 131, 1);
  color: white;
  text-align: left;
  align-self: flex-end;
}
#conseillerhmcia a.voirservice {
    display: block !important;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgb(52 147 156) 22%, rgb(40 161 75) 51%, rgb(142 214 48) 77%) !important;
    padding: 12px 30px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
}
/* ========== BOUTONS DE RÉPONSES ========== */
#conseillerhmcia button.answer-btn {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  border-radius: 50px;
  border: none;
  background-color: rgba(94, 182, 131, 1);
  color: white;
  cursor: pointer;
  font-size: 0.95rem;
}
#conseillerhmcia button.answer-btn:hover {
  background-color: #357ab8;
}

/* Bouton de redémarrage */
#conseillerhmcia #restart-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background: #333;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

/* ========== INDICATEUR DE TYPING ========== */
#conseillerhmcia .typing {
  background-color: #e0e0ff;
  display: flex;
  gap: 5px;
  width: 50px;
  border-radius: 15px;
  padding: 10px;
  align-items: center;
}
#conseillerhmcia .dot {
  width: 8px;
  height: 8px;
  background: #555;
  border-radius: 50%;
  animation: blink 1s infinite alternate;
}
#conseillerhmcia .dot:nth-child(2) { animation-delay: 0.2s; }
#conseillerhmcia .dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0% { opacity: 0.2; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.2); }
}
@media (max-width: 760px) {
    #conseillerhmcia .chatbothmc{
padding-left: 0px !important;
padding-right: 0px !important;
    }
    #conseillerhmcia .chatbothmc h2{
        font-size: 36px !important;
    }
}

.flexcommencezaveciaya{
  display: flex;
  justify-content: center;
}
#close-map-dialog2 {
    text-align: right;
    width: 100%;
    background: transparent;
    border: none !important;
   
}

.homechatbot#exampleModal2 img {
    display: inline;
    margin-right: 10px;
}
#close-map-dialog2 img {
    margin-right: 12px;
}
@media (min-width: 760px) {
    .homechatbot#exampleModal2 img {
        display: inline;
        margin-top: 71px;
        margin-right: 23%;
        margin-bottom: 10px;
    }
}
img.closeimage4 {
    margin-right: 0px !important;
}
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.whatsapp-message {
  background-color: #e0f7e9;
  color: #075e54;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 227px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.close-btn {
  background: transparent;
  border: none;
  color: #075e54;
  font-size: 16px;
  cursor: pointer;
  margin-left: auto;
}

.whatsapp-button img {
  width: 68px;
  height: 68px;
  transition: transform 0.3s;
}

.whatsapp-button:hover img {
  transform: scale(1.1);
}


/*  */ 
.chatbotia-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: transparent;
  border-radius: 50%;

  transition: transform 0.3s;
}
.chatbotia-button:hover {
  transform: scale(1.1);
}
.chatbotia-button img {
  width: 96px;
  height: 98px;
}
.objectifpuce {
    font-family: "Monstserrat-regular" !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    /* margin-bottom: 12px !important; */
}
.abouttitlehmc {
    padding-top: 23px !important;
}
h2.sectionTitle__title.gradienttitle.iarangerstitle{
  background: #1e70b7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
     -webkit-background-clip: text !important;
    font-size: 44px;
  -webkit-text-fill-color: transparent;
  margin-bottom: 31px;
}
.joinfreebtn{
  background: #1e70b7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
        border-radius: 5px;
            padding: 17px 37px !important;
          border: none !important;
          color:white !important;
           transition: none !important;
          }
          .joinfreebtn:hover,.joinfreebtn:focus{
              border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%) 1 !important;
    background: transparent !important;
    color: black !important;
}
.iarangerstitle {
    line-height: 1;
    padding-bottom: 11px;
}
.scrollmagic-pin-spacer
 {
    width: 360px !important;
}
div#newsletter-subscribe button {
    font-size: 12px;
}
#showafter{
  display: block !important;
}
.footer-widget-info .footer-widget ul li a{
  color: white !important;
}
.copy-right-area .cpr-right ul li a{
  color: white !important;
}
#checkout  input{
    min-height: auto !important;
   
}
#checkout  .form-control{
  margin: 20px 0px 20px !important;
   
}
button#submitcheckout, button#submitcheckout2{
  margin-top: 30px !important;
}
.flex-password{
  background: #f5f5f5 !important;
}
.flex-password {
    margin: 25px 0px;
    padding: 0px 0px;
}
.login-area  input{
  padding-left: 34px !important;
}
.login-area .form-group i {
    position: absolute;
    left: 6px !important;
    top: 20px !important;
}
#checkout  .form-check.form-check-inline {
    margin: 11px 0px;
}
.flex-programme p{
  margin-bottom: 16px !important;
}
.authuserheader {
    /* position: fixed !important; */
    /* top: 10px; */
    padding-top: 25px !important;
}
.containerimgprogramme img {
    max-width: 24em !important;
}
#sectioneditstudent .login-area .form-group i {
    position: absolute;
    left: 0 !important;
    top: 16px !important;
    color: #999999;
}
#checkout{
  padding-top: 60px !important;
}
.cta-button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  display: inline-block; /* important pour garder l'espace */
}

.cta-button.show {
  opacity: 1 !important;
  visibility: visible !important;
}
.paddingpopupagent {
    padding: 20px;
}
#fixedheader-adl .top-bar-area .left-info li {
    color: white;
    margin-top: 10px;
    margin-right: 12px !important;
}
