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

    Theme Name: Coach - Life Coach and Courses Template
    Description: Life Coach and Courses Template
    Author: Chitrakoot Web
    Version: 1.0

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

    01. Common styles
    02. Navigation
    03. Section heading
    04. Page title
    05. Service section
    06. Cards
    07. Team section
    08. Pricing section
    09. Testimonial section
    10. Story video
    11. Portfolio
    12. Pagination
    13. Owl carousel
    14. Accordion style
    15. Tabs
    16. Pages
    17. Blog
    18. Others
    19. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ff7029;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ff7029;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #ffffff !important;
  text-decoration: none; 
}


.navbar-nav li > a:hover, a:active {
  /*color: #feca09 !important;*/
  text-decoration: none; 
}

li.has-sub > ul.sub-menu > li > a:hover, a:active {
  /*color: #f3c746 !important;*/
  text-decoration: none; 
}

.min-height-300 {
  min-height: 300px; }

.h-100vh {
  height: 100vh; }

.theme-overlay[data-overlay-dark]:before {
  background: #ff7029; }

.text-primary {
  color: #ff7029 !important; }

.text-secondary {
  color: #20ad95 !important; }

.bg-primary {
  background: #ff7029 !important; }

.bg-secondary {
  background: #20ad95 !important; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #1e2022;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #1e2022; }
  .scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none; }

/* button style */
.butn {
  position: relative;
  display: inline-block;
  background: #e22d2d;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 0;
  line-height: normal;
  letter-spacing: 1px;
  border-radius: 5px;
  /*text-transform: uppercase;*/
  z-index: 1;
  /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

  .butn:hover, .butn:active, .butn:focus {
    color: #29386b !important; 
	background-color: white !important;
}

/*
.butn:hover span, .butn:hover i {
	color: #29386b; 
	background-color: white !important;
}*/
  /*.butn:active span, .butn:active i {
    color: #ffffff; }
  .butn:focus span, .butn:focus i {
    color: #ffffff; }*/
  .butn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #fff;
	transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition: all 0.3s;
    transition-timing-function: ease-out; */
}
/*
  .butn:hover:after, .butn:active:after, .butn:focus:after {
    background: #20ad95;
    border-radius: 10px;
    opacity: 1;
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }*/
  .butn.secondary {
    background: #20ad95; }
    .butn.secondary:hover:after {
      background: #ff7029; }
  .butn.small {
    padding: 12px 20px;
    font-size: 12px; }

/* white butn */
.butn.btn-white {
  background: #fff;
  color: #282b2d;
  transition: all 0.5s; }
  .butn.btn-fb {
    background: #3b5998;
    color: #fff;
    transition: all 0.5s; 
    border-radius:10px;
  }
    .butn.btn-google {
      background: #dd4b39;
      color: #fff;
      transition: all 0.5s; 
      border-radius:10px;
    }
  .butn.btn-white:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition: all 0.3s;
    transition-timing-function: ease-out; }
  .butn.btn-white:hover:after {
    background: #20ad95;
    opacity: 1;
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

/* section background */
.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat; }

/* list style1 */
.list-style1 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-style1 li {
    margin-bottom: 12px; }
    .list-style1 li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .list-style1 li {
    font-size: 15px; } }
/* list style2 */
.list-style2 {
  list-style: none;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 0; }
  .list-style2 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed; }
    .list-style2 li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

/* list-style3 */
.list-style3 {
  margin: 0;
  padding: 0; }
  .list-style3 li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .list-style3 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .list-style3 li a {
      color: #ffffff;
      position: relative;
      padding-left: 15px; }
      .list-style3 li a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #20ad95; }
      .list-style3 li a:hover {
        color: #20ad95; }

@media screen and (min-width: 992px) {
  .min-lg-vh-100 {
    min-height: 100vh; } }
@media screen and (max-width: 991px) {
  .min-md-height-auto {
    min-height: auto !important; } }
/*==============================
   Navigation
   ================================ */
/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #ff7029; }

.navbar > ul > li.current > a:after {
  border-color: transparent #ff7029 #ff7029 transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #ff7029; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #ff7029 #ff7029 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #ff7029; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #ff7029; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #ff7029; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ff7029 #ff7029 transparent; }

@media screen and (min-width: 992px) {
  .header-style1 .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current > a {
    color: #ff7029; }
  .header-style1 .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #ff7029 #ff7029 transparent; }
  .header-style1.scrollHeader .navbar-nav li.current > a, .menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #ff7029; }
    .header-style1.scrollHeader .navbar-nav li.current > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
      color: #ff7029; }
  .header-style1.scrollHeader .navbar > ul > li.current > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #ff7029 #ff7029 transparent; } }
/* ===================================
   Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center;
  position: relative; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-weight: 700; }
  .section-heading:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: #ff7029;
    z-index: 1; }
  .section-heading .dotted-box .dotted {
    position: absolute;
    left: 50%;
    margin-left: 25px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #ff7029;
    z-index: 1; }
    .section-heading .dotted-box .dotted:nth-child(2) {
      left: 50%;
      margin-left: 30px; }
    .section-heading .dotted-box .dotted:last-child {
      left: 50%;
      margin-left: 35px; }

/* ===================================
    Page Title
====================================== */
.page-title-section {
  padding: 200px 0 150px;
  text-align: center; }
  .page-title-section h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0; }
  .page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center; }
    .page-title-section ul li {
      display: inline-block; }
      .page-title-section ul li:last-child a {
        color: #ff7029; }
      .page-title-section ul li:last-child:after {
        content: none; }
      .page-title-section ul li:after {
        content: '\f105';
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        font-family: Font Awesome\ 5 Free;
        padding: 0 5px 0 10px; }
      .page-title-section ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
  .page-title-section .active a, .page-title-section li.active:last-child a {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 175px 0 125px; }
    .page-title-section h1 {
      font-size: 42px;
      line-height: 46px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 148px 0 75px; }
    .page-title-section h1 {
      margin-bottom: 10px;
      font-size: 36px;
      line-height: 42px; }
    .page-title-section ul {
      margin-top: 5px; } }
/* ===================================
    Service section
====================================== */
.service-wrapper {
  position: relative;
  float: none;
  overflow: hidden;
  background: #282b2d;
  text-align: center;
  cursor: pointer; }
  .service-wrapper .service-content img {
    max-width: none;
    width: calc(100% + 50px);
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0); }
  .service-wrapper .service-content .service-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    color: #fff;
    text-align: left;
    backface-visibility: hidden; }
  .service-wrapper .service-content .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    width: 100%; }
  .service-wrapper .service-content h3 {
    color: #fff;
    transform: translate3d(0, 40px, 0);
    transition: transform 0.35s; }
  .service-wrapper .service-content p {
    transform: translate3d(0, 40px, 0);
    color: #fff;
    transition: transform 0.35s; }
  .service-wrapper .service-content .service-button {
    color: #fff;
    opacity: 0;
    margin-top: 20px;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
    height: 0; }
  .service-wrapper:hover {
    background: #000; }
  .service-wrapper .service-content:hover img {
    transform: translate3d(0, 0, 0);
    opacity: 0.5; }
  .service-wrapper .service-content:hover h3, .service-wrapper .service-content:hover p {
    transform: translate3d(0, 0, 0); }
  .service-wrapper .service-content:hover .service-button {
    transition-delay: 0.05s;
    transform: translate3d(0, 0, 0);
    transition-duration: 0.35s;
    opacity: 1;
    height: auto; }

@media screen and (max-width: 1199px) {
  .service-wrapper .service-content .service-inner, .service-wrapper .service-content .content {
    padding: 50px 40px; } }
/* ===================================
    Cards
====================================== */
/* card-style1 */
.card-style1 {
  border: none; }
  .card-style1 .card-body {
    border: 1px solid #ededed;
    padding: 30px 25px; }

@media screen and (max-width: 767px) {
  .card-style1 .card-body {
    padding: 20px; } }
/* card style 2*/
.card-style2 {
  position: relative;
  border: none;
  background: none;
  border-radius: 0; }
  .card-style2 .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0; }
  .card-style2 .card-body {
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 25px;
    position: relative;
    margin: 0 auto;
    margin-top: -65px;
    width: calc(100% - 40px);
    z-index: 1; }
  .card-style2 .meta-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    list-style: none; }
    .card-style2 .meta-tags li {
      display: inline-block;
      font-weight: 600;
      padding-right: 15px;
      margin-right: 15px;
      position: relative;
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
      .card-style2 .meta-tags li:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }
        .card-style2 .meta-tags li:last-child:before {
          content: none; }
      .card-style2 .meta-tags li a:hover .text-primary {
        color: #20ad95 !important; }

@media screen and (max-width: 1199px) {
  .card-style2 .card-body {
    margin-top: -60px; } }
@media screen and (max-width: 575px) {
  .card-style2 .card-body {
    width: calc(100% - 20px); }
  .card-style2 .meta-tags li {
    padding-right: 12px;
    margin-right: 12px; } }
/* card style3 */
.card-style3 {
  position: relative;
  border: none;
  border-radius: 0; }
  .card-style3 .card-body {
    position: relative;
    overflow: hidden;
    min-height: 473px; }
  .card-style3 .caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    transition: all 0.5s; }
    .card-style3 .caption h4 {
      color: #fff;
      opacity: 1;
      margin-bottom: 0; }
  .card-style3 .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background: rgba(255, 112, 41, 0.7); }
    .card-style3 .overlay-box .overlay-inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: table;
      padding: 30px;
      vertical-align: bottom; }
      .card-style3 .overlay-box .overlay-inner .content {
        position: relative;
        display: table-cell;
        vertical-align: bottom; }
        .card-style3 .overlay-box .overlay-inner .content h4 a {
          color: #fff; }
  .card-style3:hover .overlay-box {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg); }

/* card style4 */
.card-style4 {
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  border: 1px solid #ededed;
  height: 100%; }
  .card-style4 .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0; }
    .card-style4 .card-img img {
      width: 100%;
      transition: .7s ease;
      transition-delay: .3s; }
  .card-style4:hover .card-img img {
    transform: scale(1.2); }
  .card-style4 .card-img:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background: rgba(255, 112, 41, 0.7); }
  .card-style4:hover .card-img:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg); }
  .card-style4 .card-img .dates {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #20ad95;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 0;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    max-width: 220px;
    text-align: center; }
  .card-style4 .card-body {
    padding: 40px 30px;
    position: relative;
    background: #fff; }
  .card-style4 .date-wrapper {
    position: absolute;
    right: 30px;
    top: -5px;
    color: #fff;
    background: #ff7029;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 9;
    padding: 10px 0; }
  .card-style4 .card-body .date {
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 1;
    margin-bottom: 5px; }
  .card-style4 .card-body .month {
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 1; }
  .card-style4 .event-meta-list span {
    display: inline-flex;
    font-weight: 500; }
    .card-style4 .event-meta-list span i {
      line-height: 25px; }
  .card-style4 .card-body:before {
    position: absolute;
    content: '';
    background-color: #20ad95;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s ease; }

@media screen and (max-width: 1199px) {
  .card-style4 .card-body {
    padding: 35px 25px; }
  .card-style4 .date-wrapper {
    width: 55px;
    height: 55px;
    line-height: 55px;
    padding: 8px 0; }
  .card-style4 .event-meta-list span {
    display: block;
    margin-bottom: 5px; }
    .card-style4 .event-meta-list span:last-child {
      margin-bottom: 0; } }
/* card-style5 */
.card-style5 {
  padding: 0;
  border: 1px solid #ededed;
  height: 100%; }
  .card-style5 .card-body {
    padding: 2rem; }
  .card-style5 .program-tags {
    position: absolute;
    top: 24px;
    right: 26px; }
    .card-style5 .program-tags a {
      font-size: 12px;
      font-weight: 800;
      background: #20ad95;
      padding: 8px 10px;
      color: #ffff; }
      .card-style5 .program-tags a:hover {
        background: #ff7029; }

.program-tags.left {
  position: absolute;
  top: 24px;
  left: 26px;
  right: inherit; }
  .program-tags.left a {
    font-size: 12px;
    font-weight: 800;
    background: #20ad95;
    padding: 8px 10px;
    color: #ffff; }
    .program-tags.left a:hover {
      background: #ff7029; }
.program-tags.bottom a {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  background: #20ad95;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  .program-tags.bottom a:hover {
    background: #ff7029; }

.card-style5 .program-info {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px; }
  .card-style5 .program-info li {
    margin-right: 15px;
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    border-right: 2px solid #ededed; }
    .card-style5 .program-info li:last-child {
      padding-right: 0;
      margin-right: 0;
      border: none; }
    .card-style5 .program-info li a:hover i {
      color: #20ad95 !important; }
.card-style5 .meta-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  list-style: none; }
  .card-style5 .meta-tags li {
    display: inline-block;
    font-weight: 600;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .card-style5 .meta-tags li:last-child {
      border-right: 0;
      padding-right: 0;
      margin-right: 0; }
      .card-style5 .meta-tags li:last-child:before {
        content: none; }
    .card-style5 .meta-tags li a:hover .text-primary {
      color: #20ad95 !important; }

/* ===================================
    Team section
====================================== */
.team-wrapper .img-holder .team-wrapper-inner {
  position: relative;
  display: block;
  overflow: hidden; }
  .team-wrapper .img-holder .team-wrapper-inner img {
    transform: translateX(0px) scale(1, 1);
    transition: all 300ms ease; }

.team-social-links {
  position: absolute;
  left: 26px;
  bottom: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateY(40%);
  transition: all 100ms ease 100ms;
  opacity: 0; }
  .team-social-links .social-icons {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .team-social-links .social-icons li a {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: #ffffff;
      background: #ff7029;
      font-size: 16px;
      transition: all 200ms linear;
      transition-delay: 0.1s; }

.team-wrapper .team-content {
  background-color: #ffffff;
  padding: 30px 25px 25px 25px;
  border: 1px solid #ededed;
  position: relative; }
  .team-wrapper .team-content i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    color: #ffffff;
    background: #ff7029;
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: -30px;
    display: inline-block; }

.team-social-links .social-icons li a:hover {
  background: #20ad95; }

.team-wrapper:hover .team-social-links {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease-in-out 0.2s; }
.team-wrapper:hover .img-holder .team-wrapper-inner img {
  transform: translateX(0px) scale(1.1, 1.1); }

/* ===================================
   Pricing section
====================================== */
.pricing-wrapper {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ededed;
  height: 100%; }
  .pricing-wrapper .pricing-header {
    color: #ffffff;
    background-color: #20ad95;
    padding: 30px; }

.pricing {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  margin: 0 auto -70px auto;
  background-color: #fafafa;
  border: 1px solid #ededed; }

.pricing-content {
  padding: 60px 30px 40px 30px; }

/* ===================================
    Testimonial section
====================================== */
.testimonial-wrapper {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  margin-top: 50px;
  border: 1px solid #ededed; }
  .testimonial-wrapper .testimonial-author {
    position: relative;
    top: -50px; }
    .testimonial-wrapper .testimonial-author img {
      border-radius: 50%; }
  .testimonial-wrapper .testimonial-quote i {
    display: block;
    font-size: 60px;
    color: #20ad95; }
  .testimonial-wrapper .rating {
    margin-bottom: 5px; }
    .testimonial-wrapper .rating span {
      font-size: 14px;
      display: inline-block;
      margin-right: 2px;
      color: #ffbc51; }

@media screen and (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 0 35px 35px 35px; }
    .testimonial-wrapper .testimonial-author img {
      max-width: 80px; }
    .testimonial-wrapper .testimonial-text {
      margin-top: -30px; }
    .testimonial-wrapper .rating span {
      font-size: 13px; }
    .testimonial-wrapper .testimonial-quote i {
      font-size: 55px; } }
@media screen and (max-width: 991px) {
  .testimonial-wrapper {
    padding: 0 30px 30px 30px;
    margin-top: 40px; }
    .testimonial-wrapper .testimonial-text {
      margin-top: -10px; }
    .testimonial-wrapper .testimonial-author {
      top: -40px; }
      .testimonial-wrapper .testimonial-author img {
        max-width: 70px; }
    .testimonial-wrapper .rating span {
      font-size: 12px; }
    .testimonial-wrapper .testimonial-quote i {
      font-size: 50px; } }
@media screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-quote i {
    font-size: 45px; } }
/* ===================================
    Story video
====================================== */
.story-video {
  height: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #20ad95;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

.video_btn:hover{
	background: #e22d2d;
	color: #FFF;
}

.video_btn_new {
  position: relative;
  height: 80px;
  width: 80px;
  background: #20ad95;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  /*transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;*/ }
  .video_btn_new:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn_new:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    /*transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    opacity: .3;
    /*animation: pulse-border 1500ms ease-out infinite;*/ }
  .video_btn_new:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;/*
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    opacity: .3;
    /*animation: pulse-border 1500ms ease-out infinite; */}
  .video_btn_new.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn_new.small:after {
      height: 50px;
      width: 50px; }
    .video_btn_new.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* ===================================
    Portfolio
====================================== */
/* filtering */
.filtering {
  margin-bottom: 40px; }
  .filtering span {
    cursor: pointer;
    font-size: 14.4px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    background: #ff6d34;
    color: #ffffff; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    color: #ffffff;
    background: #20ad95; }

@media screen and (max-width: 575px) {
  .filtering {
    margin-bottom: 30px; }
    .filtering span {
      padding: 6px 8px;
      margin-right: 5px;
      font-size: 13px; } }
/* portfolio */
.portfolio-inner-box {
  position: relative; }
  .portfolio-inner-box .portfolio-image {
    position: relative;
    overflow: hidden; }
  .portfolio-inner-box .portfolio-overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(255, 112, 41, 0.8); }
    .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: table;
      padding: 30px;
      vertical-align: bottom; }
      .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content {
        position: relative;
        display: table-cell;
        vertical-align: bottom; }
        .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content h4 {
          font-size: 24px;
          font-weight: 700;
          color: #fff; }

.portfolio-overlay-box .portfolio-overlay-inner .portfolio-content a {
  margin-bottom: 15px;
  display: inline-block;
  background-color: #ffffff; }
  .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content a i {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #002147;
    line-height: 36px;
    text-align: center; }

.portfolio-inner-box:hover .portfolio-overlay-box {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg); }

@media screen and (max-width: 1199px) {
  .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content h4 {
    font-size: 22px; }

  .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content a i {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px; } }
@media screen and (max-width: 991px) {
  .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner {
    padding: 25px; }
    .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content h4 {
      font-size: 20px; }

  .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content a i {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px; } }
@media screen and (max-width: 767px) {
  .portfolio-inner-box .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content h4 {
    font-size: 18px; }

  .portfolio-overlay-box .portfolio-overlay-inner .portfolio-content a i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px; } }
/* portfolio-details */
.portfolio-title {
  padding: 15px 25px;
  background: #20ad95;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px; }

.portfolio-detials {
  list-style: none;
  margin: 0;
  padding: 25px; }
  .portfolio-detials li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(54, 54, 54, 0.05);
    font-weight: 600;
    font-size: 16px; }
    .portfolio-detials li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .portfolio-detials li span {
      width: 150px;
      display: inline-block;
      font-weight: 900;
      margin-right: 20px;
      position: relative; }
      .portfolio-detials li span:after {
        content: ":";
        font-size: 22px;
        position: absolute;
        top: -6px;
        right: 0; }

@media screen and (max-width: 1199px) {
  .portfolio-detials li span {
    width: 130px; } }
@media screen and (max-width: 991px) {
  .portfolio-title {
    padding: 15px 20px; }

  .portfolio-detials {
    padding: 20px; } }
@media screen and (max-width: 767px) {
  .portfolio-title {
    font-size: 17px; }

  .portfolio-list li {
    font-size: 15px; } }
@media screen and (max-width: 575px) {
  .portfolio-title {
    padding: 12px 20px; }

  .portfolio-detials li {
    font-size: 15px; } }
/* ===================================
    Pagination
====================================== */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid #dbdbdb;
    background: #fff; }
    .pagination a:hover {
      background-color: #ff7029;
      border: 1px solid #ff7029;
      color: #ffffff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #dbdbdb;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 14px; } }
/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff6d34; }

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 28px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

.caption .overflow-hidden {
  display: inline-block; }
.caption h1 {
  font-size: 65px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 30px; }
.caption .video-btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #20ad95;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s; }
  .caption .video-btn:hover i, .caption .video-btn:focus i {
    color: #fff; }
  .caption .video-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .caption .video-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .caption .video-btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .caption .video-btn.small:after {
      height: 50px;
      width: 50px; }
    .caption .video-btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .caption h1 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 25px;
    padding-bottom: 25px; } }
@media screen and (max-width: 991px) {
  .caption h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .caption h1 {
    font-size: 36px;
    line-height: 40px; } }
@media screen and (max-width: 575px) {
  .caption h1 {
    font-size: 28px;
    line-height: 35px; } }
/* ===================================
    Accordion style
====================================== */
.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  border-radius: 0; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.accordion .accordion-collapse {
  border: none; }
.accordion .accordion-button {
  border-bottom: none;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  line-height: 28px;
  padding: 15px 20px;
  text-decoration: none;
  background: #20ad95;
  border: 1px solid #20ad95;
  font-size: 18px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .accordion .accordion-button:hover {
    text-decoration: none; }
  .accordion .accordion-button.collapsed {
    box-shadow: none;
    border-bottom: 0;
    border-radius: 4px;
    background: #ffffff;
    color: #282b2d;
    border: 1px solid transparent; }
    .accordion .accordion-button.collapsed:after {
      background: #ff7029;
      border: none;
      content: "+";
      right: 20px;
      left: inherit;
      font-size: 18px;
      line-height: 20px;
      height: 24px;
      transform: none;
      width: 24px;
      top: 17px;
      text-align: center;
      color: #ffffff; }
  .accordion .accordion-button:after {
    background: #ffffff;
    border: none;
    content: "-";
    right: 20px;
    left: inherit;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    transform: none;
    width: 24px;
    top: 17px;
    position: absolute;
    color: #ff7029;
    text-align: center;
    border-radius: 0; }
.accordion .card-body {
  font-size: 15px;
  padding: 0;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

@media screen and (max-width: 1199px) {
  .accordion .accordion-button {
    font-size: 17px; } }
@media screen and (max-width: 991px) {
  .accordion .accordion-button {
    padding: 10px 15px; }
    .accordion .accordion-button.collapsed:after, .accordion .accordion-button:after {
      right: 15px;
      font-size: 16px;
      height: 22px;
      line-height: 22px;
      width: 22px;
      top: 13px; } }
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 10px 40px 10px 15px; } }
/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 40px 0 40px 0; }

.resp-tabs-list li.resp-tab-active {
  background: #00baee;
  background: linear-gradient(-45deg, #00baee, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #00baee; }
  .resp-tabs-list li.resp-tab-active i {
    color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-top: 0px solid #e4e4e4;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #20ad95 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

/* tab-style1 */
.tab-style1 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 800;
  display: inline-block;
  padding: 30px;
  margin: 0;
  font-size: 16px;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  border-radius: 0;
  color: #002147;
  background: #ffffff; }
  .tab-style1 .resp-tabs-list li:last-child {
    border-right: none; }
  .tab-style1 .resp-tabs-list li.resp-tab-active {
    background: #20ad95;
    color: #ffffff;
    border: none;
    font-weight: 800;
    border-radius: 0;
    position: relative; }
    .tab-style1 .resp-tabs-list li.resp-tab-active:after {
      display: block;
      content: "";
      position: absolute;
      bottom: -7px;
      left: 50%;
      width: 13px;
      height: 13px;
      border-width: 0 0 1px 1px;
      transform: translateX(-50%) rotate(-45deg);
      transition-delay: 0.07s;
      background: #20ad95; }
.tab-style1 ul.resp-tabs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: unset;
  border-radius: 0;
  border: 1px solid #ededed; }
.tab-style1 .resp-tabs-list li {
  display: inline-block;
  padding: 20px;
  border-bottom: none;
  outline: none;
  float: unset;
  font-size: 18px;
  flex-grow: 1;
  flex-basis: 160px;
  text-align: center;
  transition: 0.2s;
  border-right: 1px solid #ededed; }
.tab-style1 ul.resp-tabs-list.text-start {
  padding-left: 15px; }
.tab-style1 ul.resp-tabs-list li:last-child {
  margin-right: 0; }
.tab-style1 .resp-tab-content {
  margin-top: 0;
  padding: 40px 0 0 0;
  border-radius: 0; }

@media screen and (max-width: 1199px) {
  .tab-style1 .resp-tabs-list li {
    padding: 20px;
    font-size: 16px;
    flex-basis: 140px; }
  .tab-style1 .resp-tab-content {
    padding-top: 40px; } }
@media screen and (max-width: 991px) {
  .tab-style1 .resp-tabs-container {
    border-top: 1px solid #e4e4e4; }
  .tab-style1 ul.resp-tabs-list {
    display: none; }
  .tab-style1 h2.resp-accordion {
    display: block;
    color: #002147;
    font-weight: 800; }
    .tab-style1 h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }
  .tab-style1 .resp-accordion-closed {
    display: none !important; }
  .tab-style1 .resp-tab-content {
    padding: 20px;
    border: 1px solid #ededed; }

  h2.resp-tab-active {
    border: 1px solid #20ad95;
    color: #ffffff !important; } }
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 12px;
      font-size: 18px;
      min-width: 25px; }
    h2.resp-accordion.resp-tab-active i {
      color: #fff; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }
@media screen and (max-width: 575px) {
  .tab-style1 .resp-tab-content {
    padding: 15px; } }
/* ===================================
    Pages
====================================== */
/* about us */
.about-content {
  margin-top: -70px;
  z-index: 2;
  left: 35%;
  max-width: 65%;
  position: relative;
  background-color: #fff;
  padding: 30px; }

@media screen and (max-width: 1199px) {
  .about-content {
    margin-top: 3rem;
    left: 0;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .about-list li {
    font-size: 15px; }

  .about-content {
    margin-top: 25px;
    padding: 20px; } }
/*courses details page*/
.courses-info-list {
  display: flex;
  list-style: none;
  background: #fff;
  margin-bottom: 40px;
  padding: 0;
  border: 1px solid #ededed; }
  .courses-info-list li {
    justify-content: center;
    padding: 0 15px;
    flex-grow: 1;
    display: flex;
    margin: 20px 0; }
    .courses-info-list li .course-text {
      display: flex;
      flex-direction: column; }
    .courses-info-list li .course-icon {
      padding-right: 15px;
      display: flex;
      font-size: 24px; }
      .courses-info-list li .course-icon span {
        line-height: 36px; }
    .courses-info-list li .course-text .course-title {
      font-size: 18px;
      font-weight: 800;
      text-transform: capitalize; }
    .courses-info-list li.course-separator {
      flex: 0;
      border-left: solid 1px #e1e1e1;
      display: flex;
      max-height: 50%;
      padding: 0; }
    .courses-info-list li:last-child {
      display: none !important; }

@media screen and (max-width: 1199px) {
  .courses-info-list li .course-icon {
    font-size: 22px; }
  .courses-info-list li .course-text .course-title {
    font-size: 17px; } }
@media screen and (max-width: 991px) {
  .courses-info-list li {
    padding: 0 10px;
    margin: 15px 0; } }
@media screen and (max-width: 767px) {
  .courses-info-list {
    display: block;
    padding: 20px;
    margin-bottom: 30px; }
    .courses-info-list li {
      padding: 0;
      margin: 0 0 15px 0;
      display: block;
      text-align: center; }
      .courses-info-list li:nth-last-child(2) {
        margin: 0; }
      .courses-info-list li .course-text {
        display: block; }
      .courses-info-list li .course-icon {
        display: block;
        font-size: 18px;
        padding-right: 0; }
      .courses-info-list li.course-separator {
        margin: 0; } }
/*curriculum section*/
.curriculum-lists {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 0;
  list-style: none; }
  .curriculum-lists li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .curriculum-lists li:last-child {
      border: none;
      margin: 0;
      padding: 0; }

.curriculum-titles {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative; }
  .curriculum-titles i {
    color: #ff7029;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500; }
  .curriculum-titles h3 {
    text-transform: capitalize;
    font-weight: normal;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    .curriculum-titles h3::after {
      position: absolute;
      right: 0;
      top: 3px;
      content: "";
      height: 18px;
      width: 2px;
      background: #cccccc; }
  .curriculum-titles h5 a {
    font-weight: normal; }
  .curriculum-titles .curriculum-access {
    position: absolute;
    right: 0;
    top: 0; }
    .curriculum-titles .curriculum-access i {
      font-weight: 800;
      font-size: 16px;
      color: #999999; }

.curriculum-info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .curriculum-info .curriculum-item {
    display: inline-block; }
    .curriculum-info .curriculum-item p {
      display: inline-block;
      margin: 0 10px 0 0;
      font-weight: 500; }

@media screen and (max-width: 1199px) {
  .curriculum-lists {
    padding: 25px; }

  .curriculum-titles h3, .curriculum-titles i {
    font-size: 18px; } }
@media screen and (max-width: 991px) {
  .curriculum-titles h3, .curriculum-titles i {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .curriculum-lists {
    padding: 20px; } }
@media screen and (max-width: 575px) {
  .curriculum-titles {
    display: block;
    margin-bottom: 10px; }
    .curriculum-titles h3 {
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 10px; }
      .curriculum-titles h3:after {
        display: none; }

  .curriculum-info {
    display: block; }
    .curriculum-info .curriculum-item {
      display: block; }
      .curriculum-info .curriculum-item a {
        margin-left: 0; }

  .curriculum-item p {
    margin-bottom: 10px; } }
/*ratings section*/
.rating-box {
  padding: 30px 0; }
  .rating-box .rating-number {
    font-size: 70px;
    color: #ffbc51;
    font-weight: 800;
    line-height: 50px; }
  .rating-box ul {
    margin: 0;
    padding: 10px; }
    .rating-box ul li {
      color: #ffbc51;
      display: inline-block;
      font-size: 20px; }

@media screen and (max-width: 1199px) {
  .rating-box {
    padding: 25px 0; }
    .rating-box .rating-number {
      font-size: 60px; }
    .rating-box ul li {
      font-size: 18px; } }
@media screen and (max-width: 991px) {
  .rating-box .rating-number {
    font-size: 50px; }
  .rating-box ul li {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .rating-box {
    padding: 20px 0;
    margin-bottom: 25px; }
    .rating-box .rating-number {
      font-size: 46px;
      line-height: 40px; }
    .rating-box ul li {
      font-size: 14px; } }
@media screen and (max-width: 575px) {
  .rating-box .rating-number {
    font-size: 42px; }
  .rating-box ul li {
    font-size: 13px; } }
/* progress bars section*/
.progress-text {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px; }

.custom-bar {
  height: 100%;
  background-color: #ffbc51;
  box-shadow: none; }

.progress-medium {
  height: 8px;
  border-radius: 0;
  box-shadow: none; }

/*courses-details page sidebar*/
.courses-sidebar-title {
  display: block;
  margin-bottom: 25px;
  position: relative;
  color: #232323;
  font-size: 22px;
  padding-left: 30px;
  font-weight: 900;
  text-transform: capitalize; }
  .courses-sidebar-title::before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #ff7029;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 11px; }

.course-list-side-bar .widget {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #ededed; }

.course-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .course-list li {
    position: relative;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .course-list li i {
      font-size: 14px;
      color: #ff7029; }
    .course-list li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

@media screen and (max-width: 1199px) {
  .course-list-side-bar .widget {
    padding: 20px; } }
@media screen and (max-width: 991px) {
  .course-list li {
    font-size: 15px; } }
@media screen and (max-width: 767px) {
  .course-list-side-bar .widget {
    padding: 20px; }

  .course-list li {
    font-size: 14px; } }
/*about section*/
.image-wrapper {
  max-width: 1140px;
  position: relative; }

.about-video-wrapper {
  top: 50%;
  z-index: 1;
  right: -157px;
  max-width: 350px;
  padding: 50px;
  position: absolute;
  transform: translateY(-50%); }
  .about-video-wrapper .video-btn {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    margin: 65px auto;
    background-color: #ff7029; }

@keyframes border_animation {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1.24);
    opacity: 1; }
  100% {
    transform: scale(2.1);
    opacity: 0; } }
.video-btn-border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  animation-play-state: running;
  border: 2px solid #f7f3ea;
  animation: border_animation 3.9s linear 0s infinite; }
  .video-btn-border.border-wrap-2 {
    animation-delay: 1.3s; }
  .video-btn-border.border-wrap-3 {
    animation-delay: 2.6s; }

@media screen and (max-width: 1399px) {
  .about-video-wrapper {
    right: -17px; } }
@media screen and (max-width: 1199px) {
  .image-wrapper {
    max-width: 820px; }

  .about-progress-wrapper {
    left: -10px;
    max-width: 190px; }

  .about-video-wrapper {
    right: -120px;
    padding: 45px 30px; }
    .about-video-wrapper .video-btn {
      height: 80px;
      width: 80px;
      line-height: 80px;
      margin: 45px auto; } }
@media screen and (max-width: 991px) {
  .about-progress-wrapper {
    display: none; }

  .about-video-wrapper {
    right: 0;
    padding: 45px 30px;
    left: 0;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    transform: none;
    top: 50%; }

  .history-wrapper {
    margin-top: 15%; } }
@media screen and (max-width: 767px) {
  .history-wrapper {
    margin-top: 25%; } }
@media screen and (max-width: 575px) {
  .about-video-wrapper {
    top: 80%; }

  .history-wrapper {
    margin-top: 225px; } }
/*history section*/
.history-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .history-wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 1px;
    background-color: #e1e1e1;
    width: 100%;
    top: 38px;
    left: 0;
    right: 0; }
  .history-wrapper .history-item {
    position: relative;
    padding: 0 15px;
    text-align: center;
    width: 25%; }
    .history-wrapper .history-item:before {
      background-color: #e1e1e1;
      content: '';
      position: absolute;
      height: 22px;
      width: 22px;
      border-radius: 22px;
      top: 28px;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 5px rgba(114, 114, 114, 0.42) inset;
      transition: all .3s linear 0ms; }
  .history-wrapper .history-year {
    color: #282b2d;
    font-weight: 800;
    margin-bottom: 60px;
    line-height: 20px;
    font-size: 26px; }
  .history-wrapper .history-title {
    color: #999;
    transition: all .3s linear 0ms; }
  .history-wrapper .history-desc {
    font-size: 14px;
    transition: all .3s linear 0ms; }
  .history-wrapper .history-item:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s linear 0ms;
    opacity: 0;
    background: #ff7029; }
  .history-wrapper .history-item:hover:after {
    opacity: 1; }
  .history-wrapper .history-item:hover .history-title {
    color: #191514;
    border-color: #8c8b8b; }
  .history-wrapper .history-item:hover .history-desc {
    color: #191514; }

@media screen and (max-width: 991px) {
  .history-wrapper .history-item {
    width: 50%;
    min-width: 50%; }
  .history-wrapper:before {
    display: none; }
  .history-wrapper .history-year {
    margin-bottom: 40px; }
  .history-wrapper .history-item:before, .history-wrapper .history-item:after {
    height: 18px;
    width: 18px; } }
@media screen and (max-width: 767px) {
  .history-wrapper .history-item {
    width: 100%;
    min-width: 100%; }
  .history-wrapper .history-title {
    font-size: 17px; } }
@media screen and (max-width: 575px) {
  .history-wrapper .history-year {
    margin-bottom: 35px; }
  .history-wrapper.history-item:before, .history-wrapper .history-item:after {
    height: 16px;
    width: 16px; }
  .history-wrapper .history-title {
    font-size: 16px; } }
/*success stories page*/
.success-wrapper {
  position: relative; }

.success-content {
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 30px;
  text-align: center; }
  .success-content.right {
    margin-left: -75px; }
  .success-content.left {
    margin-right: -75px; }

.author:before {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  margin: 0 auto 15px;
  background-color: #20ad95; }

@media screen and (max-width: 767px) {
  .success-content.right {
    margin-left: 0; }
  .success-content.left {
    margin-right: 0; } }
/* events-details page */
.events-details-content {
  border: 1px solid #ededed;
  padding: 30px; }

.events-meta-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  border: 1px solid #ededed; }
  .events-meta-list li {
    position: relative;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 20px;
    transition: all 200ms ease; }
    .events-meta-list li span {
      position: absolute;
      right: 20px;
      top: 10px;
      text-align: center;
      font-weight: 500;
      display: block;
      font-size: 14px; }
    .events-meta-list li:last-child {
      margin-right: 0;
      border-bottom: none; }

.schedule-box {
  border: 1px solid #ededed;
  padding: 30px;
  background: #fafafa; }

.schedule-image {
  margin-right: 25px;
  max-width: 90px; }

.time-info {
  list-style: none;
  margin-bottom: 15px;
  padding: 0; }
  .time-info li {
    margin-right: 15px;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    color: #1e1f36;
    font-weight: 400;
    vertical-align: middle;
    border-right: 2px solid #ededed; }
    .time-info li:last-child {
      padding-right: 0;
      margin-right: 0;
      border: none; }

.schedule-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  .schedule-info li {
    margin-right: 15px;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    color: #1e1f36;
    font-weight: 500;
    border-right: 2px solid #ededed; }
    .schedule-info li:last-child {
      padding-right: 0;
      margin-right: 0;
      border: none; }

@media screen and (max-width: 1199px) {
  .schedule-box {
    padding: 25px; }

  .schedule-image {
    max-width: 80px;
    margin-right: 20px; } }
@media screen and (max-width: 991px) {
  .schedule-image {
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .events-details-content {
    padding: 25px; }

  .schedule-box {
    padding: 20px; }

  .schedule-image {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .events-meta-list li {
    font-size: 14px; }

  .schedule-info, .time-info {
    text-align: center; }
    .schedule-info li, .time-info li {
      margin-right: 10px;
      padding-right: 10px;
      font-size: 13px; } }
@media screen and (max-width: 575px) {
  .events-meta-list li {
    padding: 12px;
    font-size: 13px; }
    .events-meta-list li span {
      right: 10px;
      top: 12px;
      font-size: 12px; }

  .schedule-box {
    padding: 15px; }

  .schedule-image {
    max-width: 60px; }

  .schedule-info li {
    display: block;
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
    .schedule-info li:last-child {
      margin-bottom: 0; }

  .time-info li {
    display: block;
    border-right: none;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 0; }
    .time-info li:last-child {
      margin-bottom: 0; } }
/*podcast list*/
.podcast-tag {
  font-size: 18px;
  font-weight: 900;
  text-transform: capitalize;
  color: #20ad95;
  display: inline-block;
  margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .podcast-tag {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .podcast-tag {
    font-size: 15px; } }
@media screen and (max-width: 575px) {
  .download {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; } }
/*podcast details*/
.author-social-icon {
  padding: 0;
  margin: 0;
  list-style: none; }
  .author-social-icon li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px; }
    .author-social-icon li:first-child {
      margin-left: 0; }
    .author-social-icon li:last-child {
      margin-right: 0; }

/*404 page*/
.error-content {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  .error-content h1 {
    font-size: 350px;
    font-weight: bold;
    line-height: 300px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .error-content span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    background-color: #ff7029;
    margin: -30px 0px 0px 0px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    line-height: 60px; }

@media screen and (max-width: 1399px) {
  .error-content h1 {
    font-size: 320px; } }
@media screen and (max-width: 1199px) {
  .error-content h1 {
    font-size: 300px;
    line-height: 240px; }
  .error-content span {
    line-height: 50px; } }
@media screen and (max-width: 991px) {
  .error-content {
    margin-bottom: 30px; }
    .error-content h1 {
      font-size: 280px; } }
@media screen and (max-width: 767px) {
  .error-content {
    margin-bottom: 25px; }
    .error-content h1 {
      font-size: 240px;
      line-height: 200px; }
    .error-content span {
      font-size: 33px;
      line-height: 45px;
      margin: -25px 0px 0px; } }
@media screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 140px;
    line-height: 120px; }
  .error-content span {
    font-size: 20px;
    line-height: 25px;
    margin: -15px 0px 0px 0px; } }
/*comigsoon page*/
.coming-soon {
  position: relative;
  text-align: center; }

.countdown {
  list-style: none;
  padding-left: 0; }
  .countdown li {
    border-right: 1px solid rgba(59, 59, 59, 0.13);
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #232323; }
    .countdown li:first-child {
      padding-left: 0; }
    .countdown li:last-child {
      padding-right: 0;
      border-right: none; }
    .countdown li span {
      font-size: 50px;
      font-weight: 700;
      color: #ff7029;
      margin-bottom: 5px;
      position: relative; }
      .countdown li span:before {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%; }
    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
      font-size: 12px;
      font-weight: 600;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }

.coming-soon .social-icon {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .coming-soon .social-icon li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .coming-soon .social-icon li a {
      color: #ffffff;
      height: 35px;
      width: 35px;
      line-height: 36px;
      display: inline-block;
      font-size: 15px;
      background: #20ad95; }
      .coming-soon .social-icon li a:hover {
        background: #ff7029;
        color: #fff; }

.comingsoon-newsletter .quform-elements {
  position: relative; }
.comingsoon-newsletter .quform-submit-inner {
  position: absolute;
  right: 10px;
  top: 1px;
  width: auto; }
.comingsoon-newsletter .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.comingsoon-newsletter input {
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1.5rem; }
.comingsoon-newsletter .quform-has-error input {
  border-color: #f5543f; }

.newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
  border-color: #f5543f; }

.comingsoon-newsletter .quform-input .quform-errors-wrap {
  right: 15px; }
.comingsoon-newsletter i {
  font-size: 1.5rem;
  line-height: 2rem; }

@media screen and (max-width: 1199px) {
  .coming-soon .countdown li span {
    font-size: 44px; } }
@media screen and (max-width: 767px) {
  .coming-soon-wrapper {
    min-height: 600px; }

  .countdown li {
    padding: 0 20px; }

  .coming-soon .countdown li span {
    font-size: 40px; }
  .coming-soon .social-icon li a {
    height: 32px;
    width: 32px;
    line-height: 34px;
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .countdown li {
    padding: 0 10px; }

  .coming-soon .countdown li span {
    font-size: 32px; }

  .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
    font-size: 10px; }

  .coming-soon .social-icon li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px; } }
/*help page*/
.search {
  position: relative; }
  .search input[type="text"] {
    width: 100%;
    background-color: #fff;
    padding: 16px 25px;
    padding-left: 55px;
    border: 1px solid #ededed; }
  .search button {
    position: absolute;
    top: 16px;
    left: 25px;
    background: transparent;
    border: none;
    color: #002147;
    font-size: 18px; }

/*category-article page*/
.article-seprator {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.article-meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative; }
  .article-meta-list li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative; }
    .article-meta-list li:last-child {
      padding-right: 0;
      margin-right: 0; }

.article-image {
  border-radius: 50%;
  margin-right: 15px;
  width: 60px;
  height: 60px; }

.article-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 25px 0; }
  .article-content blockquote:before {
    content: '\f10d';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 100px;
    color: #efefef;
    position: absolute;
    left: 50px;
    top: -40px;
    z-index: -1; }
  .article-content blockquote:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff7029;
    margin-top: 20px;
    margin-bottom: 20px; }

.article-post-tag {
  margin-bottom: 0;
  padding: 0; }
  .article-post-tag li {
    display: inline-block;
    margin-right: 5px; }

.article-separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ededed;
  text-align: left; }

@media screen and (max-width: 1199px) {
  .article-content blockquote:before {
    font-size: 90px;
    top: -30px; } }
@media screen and (max-width: 991px) {
  .article-content blockquote {
    padding: 25px; }
    .article-content blockquote:before {
      font-size: 70px;
      top: -20px; } }
@media screen and (max-width: 767px) {
  .article-image {
    width: 55px;
    height: 55px; } }
@media screen and (max-width: 575px) {
  .article-content blockquote {
    padding: 20px; }

  .article-seprator {
    padding-bottom: 15px;
    margin-bottom: 15px; } }
/*help-center-profile page*/
.profile-badge {
  display: inline-block;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgba(32, 173, 149, 0.12);
  color: #20ad95; }

.profile-image {
  border-radius: 50%;
  margin-right: 15px;
  width: 60px;
  height: 60px; }

/*webinar-list page*/
.about-content-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .about-content-list li {
    padding-left: 65px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .about-content-list li .icon-holder {
      position: absolute;
      top: 8px;
      left: 0; }
    .about-content-list li:last-child {
      margin-bottom: 0; }

.webinar-author {
  position: absolute;
  bottom: 25px;
  right: 25px; }
  .webinar-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #ffffff; }

.webinar-time {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 12px;
  color: #ffffff;
  font-weight: 800;
  background: #20ad95;
  z-index: 1; }

.webinar-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  list-style: none; }
  .webinar-tags li {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    padding-right: 15px;
    margin-right: 15px;
    position: relative; }
    .webinar-tags li:last-child {
      padding-right: 0;
      margin-right: 0; }
    .webinar-tags li:before {
      content: "|";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #002147; }
    .webinar-tags li:last-child:before {
      content: none; }

@media screen and (max-width: 1199px) {
  .about-content-list li {
    padding-left: 60px;
    margin-bottom: 25px; } }
@media screen and (max-width: 991px) {
  .about-content-list li {
    padding-left: 55px;
    margin-bottom: 20px; } }
/*webinar-details*/
.contact {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed; }

.webinar-social-icons {
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #ededed; }
  .webinar-social-icons li {
    display: inline-block;
    margin-right: 5px;
    text-align: center; }
    .webinar-social-icons li:last-child {
      margin-right: 0; }
    .webinar-social-icons li a {
      height: 35px;
      width: 35px;
      line-height: 36px;
      font-size: 14px;
      display: inline-block;
      background: #20ad95;
      color: #ffffff; }
      .webinar-social-icons li a:hover {
        color: #ffffff;
        background-color: #ff7029; }

@media screen and (max-width: 991px) {
  .webinar-social-icons li a {
    height: 32px;
    width: 32px;
    line-height: 34px;
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .webinar-social-icons li a {
    height: 30px;
    width: 30px;
    line-height: 32px; } }
/* contact us page */
.contact-border {
  border-right: 1px solid #ededed; }

.contact-icon {
  text-align: center; }
  .contact-icon i {
    font-size: 36px;
    color: #ff7029;
    display: inline-block;
    left: 50%;
    width: 85px;
    height: 85px;
    line-height: 85px;
    transition: all 500ms ease-in-out;
    margin-bottom: 30px;
    border: 2px solid #ededed; }

.contact-content {
  position: relative;
  z-index: 2;
  text-align: center; }

.title-hover {
  display: block;
  position: absolute;
  top: -30px;
  margin: 0 auto;
  width: 100%;
  color: #f6f6f6;
  font-weight: 800;
  z-index: -1;
  font-size: 75px;
  transition: all 300ms ease-in-out;
  opacity: 0; }

.contact-wrapper:hover .contact-icon i {
  background: #ff7029;
  color: #ffffff;
  border: 2px solid #ff7029; }
.contact-wrapper:hover .title-hover {
  top: -30px;
  opacity: 1; }

.contact-wrapper-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ededed; }
  .contact-wrapper-box .contact-form-area {
    position: relative;
    padding: 40px;
    height: 100%; }

@media screen and (max-width: 1199px) {
  .contact-icon i {
    font-size: 32px;
    width: 75px;
    height: 75px;
    line-height: 75px; }

  .title-hover {
    font-size: 70px; } }
@media screen and (max-width: 991px) {
  .contact-border {
    border-right: none; }

  .title-hover {
    font-size: 65px; }

  .contact-wrapper-box .contact-form-area {
    padding: 30px; } }
@media screen and (max-width: 767px) {
  .contact-icon i {
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 70px; }

  .title-hover {
    font-size: 55px; }

  .contact-wrapper-box .contact-form-area {
    padding: 25px; } }
/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #ff7029; }

.form-check-input:checked {
  border-color: #ff7029;
  background-color: #ff7029; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.quform-element {
  margin-bottom: 1rem; }

/* ===================================
    Blog
====================================== */
/*blog details*/
.blog-detail .posts-wrapper .meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative; }

.blog-detail-seprator {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.blog-detail .posts-wrapper .meta-list li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  padding-right: 15px;
  margin-right: 15px;
  position: relative; }
  .blog-detail .posts-wrapper .meta-list li:last-child {
    padding-right: 0;
    margin-right: 0; }
    .blog-detail .posts-wrapper .meta-list li:last-child:before {
      content: none; }
  .blog-detail .posts-wrapper .meta-list li:before {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #20ad95; }
.blog-detail .posts-wrapper .post-content {
  padding: 30px;
  border: 1px solid #ededed;
  border-top: none;
  margin-bottom: 40px; }
  .blog-detail .posts-wrapper .post-content .author-slogan {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
    padding: 40px;
    border: 1px solid #ededed;
    margin: 30px 0;
    z-index: 1; }

.author-slogan:before {
  font-family: Font Awesome\ 5 Free;
  content: '\f10e';
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  color: #20ad95;
  font-size: 100px;
  opacity: 0.3;
  line-height: 100px;
  z-index: -1; }

.blog-detail .posts-wrapper .post-content .blog-details-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-detail .posts-wrapper .post-content .blog-details-list li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    cursor: pointer;
    text-transform: capitalize;
    color: #002147; }
    .blog-detail .posts-wrapper .post-content .blog-details-list li:last-child {
      margin-bottom: 0; }
.blog-detail .posts-wrapper .post-content .tags .blog-post-tag {
  margin-bottom: 0;
  padding: 0; }
  .blog-detail .posts-wrapper .post-content .tags .blog-post-tag li {
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    padding: 10px;
    border: 1px solid #ededed; }
    .blog-detail .posts-wrapper .post-content .tags .blog-post-tag li a {
      font-size: 14px;
      font-weight: 800;
      text-transform: capitalize; }
      .blog-detail .posts-wrapper .post-content .tags .blog-post-tag li a:hover {
        color: #20ad95; }
    .blog-detail .posts-wrapper .post-content .tags .blog-post-tag li:last-child {
      margin-right: 0; }
.blog-detail .posts-wrapper .post-content .share-posts {
  text-align: right;
  margin: 0;
  padding: 0; }
  .blog-detail .posts-wrapper .post-content .share-posts li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px; }
    .blog-detail .posts-wrapper .post-content .share-posts li:first-child {
      margin-left: 0; }
    .blog-detail .posts-wrapper .post-content .share-posts li:last-child {
      margin-right: 0; }
.blog-detail .posts-wrapper .post-content .separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ededed;
  text-align: left; }
.blog-detail .posts-wrapper .comments-area {
  padding: 30px;
  border: 1px solid #ededed;
  margin-bottom: 40px; }
  .blog-detail .posts-wrapper .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed; }

@media screen and (max-width: 1199px) {
  .blog-detail .posts-wrapper .post-content {
    padding: 25px; }
    .blog-detail .posts-wrapper .post-content .author-slogan {
      padding: 30px; }
      .blog-detail .posts-wrapper .post-content .author-slogan:before {
        font-size: 80px;
        line-height: 80px; }
  .blog-detail .posts-wrapper .comments-area, .blog-detail .posts-wrapper .comment-form {
    padding: 25px; }
  .blog-detail .posts-wrapper .comments-area .comment-box {
    padding-bottom: 25px;
    margin-bottom: 25px; } }
@media screen and (max-width: 991px) {
  .blog-detail .posts-wrapper .post-content .author-slogan {
    padding: 25px; }
    .blog-detail .posts-wrapper .post-content .author-slogan:before {
      font-size: 75px;
      line-height: 75px;
      top: 20px; } }
@media screen and (max-width: 767px) {
  .blog-detail-seprator {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .blog-detail .posts-wrapper .post-content {
    margin-bottom: 30px; }
    .blog-detail .posts-wrapper .post-content .author-slogan {
      padding: 20px;
      margin: 25px 0; }
      .blog-detail .posts-wrapper .post-content .author-slogan:before {
        font-size: 65px;
        line-height: 65px;
        top: 20px; }
    .blog-detail .posts-wrapper .post-content .blog-details-list li {
      font-size: 15px; }
    .blog-detail .posts-wrapper .post-content .separator {
      margin-top: 20px;
      padding-top: 20px; }
    .blog-detail .posts-wrapper .post-content .share-posts {
      text-align: left; }
      .blog-detail .posts-wrapper .post-content .share-posts li {
        font-size: 15px;
        margin: 0 8px; }
  .blog-detail .posts-wrapper .comments-area {
    margin-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .blog-detail .posts-wrapper .post-content, .blog-detail .posts-wrapper .comments-area, .blog-detail .posts-wrapper .comment-form {
    padding: 20px; } }
/* ===================================
    Others
====================================== */
/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ff6d34; }

.lg-progress-bar .lg-progress {
  background-color: #ff6d34; }

.lg-backdrop.in {
  opacity: 0.85; }

/* tags */
.tags a {
  color: #fff;
  background: #20ad95;
  padding: 2px 10px;
  display: inline-block; }
  .tags a:hover {
    color: #fff !important;
    background-color: #20ad95; 
	cursor: grab;
}

/*search page*/
.search-form_input {
  color: #ff7029; }

.search-frame h4 a:hover {
  color: #ff7029; }
.search-frame .search_list .match {
  color: #ff7029; }
.search-frame .search_list li:before {
  color: #ff7029; }
.search-frame .search_list li + li {
  border-top: 3px solid #ff7029; }
.search-frame .search {
  color: #ff7029; }

/* ===================================
    Footer
====================================== */
footer {
  padding: 80px 0 0;
  background: #191919; }
  footer .newsletter-form input {
    border: none; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px; } }
/*footer bar*/
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  text-align: center;
  background: #0c0c0c; }

@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 60px; } }
/*footer title*/
.footer-title {
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
  padding-left: 30px; }
  .footer-title:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #ff7029;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 11px; }

@media screen and (max-width: 1199px) {
  .footer-title {
    font-size: 20px; } }
@media screen and (max-width: 991px) {
  .footer-title {
    margin-bottom: 25px; } }
/*footer address*/
.address-icon {
  display: block;
  color: #fff;
  background: #ff7029;
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px; }

@media screen and (max-width: 767px) {
  .address-icon {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 45px; } }
/*footer social-icon*/
.share-post {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none; }
  .share-post li {
    vertical-align: middle;
    display: inline-block; }
    .share-post li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: #ff7029;
      height: 35px;
      line-height: 40px;
      width: 35px; }
      .share-post li a:hover {
        background: #20ad95; }
    .share-post li:last-child {
      margin-right: 0; }

/*# sourceMappingURL=styles.css.map */