﻿@charset "UTF-8";
/*
	*******************
	Template name:  Bizidea
	Version:        1.0
	Author:         ThemeLooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset 
        1.2 Margin
        1.3 color
    02. Components
        2.1 Common Classes
        2.2 Animations
        2.3 Preloader
        2.4 Button
        2.5 Section Title
        2.6 Page Title
        2.7 Widgets
        2.8 Back to Top
        2.9 Modal
    03. Layout
        3.1 Header 
        3.2 Offcanvas
        3.3 Footer
        3.4 Banner
        3.5 Blog
        3.6 404
        3.7 Coming Soon
    04. Sections
        4.1 Features
        4.2 About
        4.3 Process
        4.4 Service
        4.5 Counter
        4.6 Pricing
        4.7 Testimonial
        4.8 Project
        4.9 Team
        4.10 CTA
        4.11 Contact

    ********************/
/* ************************
   01.1: Reset
   ********************* */
{
  outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
}

::selection {
  text-shadow: none;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type="submit"],
input[type="submit"] {
    border: none;
    background-color: black !important;
    background: black !important;
    color: #fff !important;
    cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

select {
  /* width: 100%; */
  max-width: 100%;
  color: #808080;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #3f3f3f;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

a:hover {
  color:#f58a22;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #3f3f3f;
  font-weight: 700;
  line-height: 1;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #fb4275;
}

p:last-child {
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

table {
  width: 100%;
  max-width: 100%;
}

table th,
table td {
  border: 1px solid #818181;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
}

body {
  overflow-x: hidden !important;
  font-size: 16px !important;
  line-height: 1.625 !important;
  color: #818181;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

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

.mt-10, .section-title h2 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20, .pricing-navtab .nav-tabs .nav-link h4 {
  margin-bottom: 20px;
}

.mb-30, .single-project-item {
  margin-bottom: 30px;
}

.mb-40, .about-nav-tab .nav-tabs {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-250 {
  padding-top: 250px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
}

/* ************************
   01.3: Color
   ********************* */
.c1, .list-check li i, .theme-input-group button, .btn.btn-white span, .vdo-btn, .section-title h3, .page-title li, .appointment-modal .modal-dialog .modal-content .form-title, .header .header-main.style--one .main-menu #menu-button, .header .header-main.style--one .main-menu .nav li.current-menu-item > a, .header .header-main.style--one .main-menu .nav li.current-menu-parent > a, .header .header-main.style--one .main-menu .nav li ul li:hover > a, .offcanvas-wrapper .offcanvas-content .widget.widget_contact_info .single-info span, .single-blog-style--two .blog-content .post-meta li a:hover, .blog-details .post-meta li a:hover, .blog-details .post-tags li a:hover, .not-found-content p a, .coming-soon-content h1, #countdown li .single-countdown h4, #countdown li.seperator, .single-feature:hover .content h3, .single-process:hover .content h3, .about-nav-tab .nav-tabs .nav-link.active, .single-service .icon, .single-service:hover h4, .service-details .title, .pricing-navtab .nav-tabs .nav-link h4, .project-nav li.active, .single-team-member .team-info h4 {
  color: #fb4275;
}

.c1-bg, ::selection, .bg-overlay:after, .btn-inline:hover:after, #menu-button.menu-opened span::before, #menu-button.menu-opened span::after, -thumb.offcanvas-wrapper::-webkit-scrollbar, .single-blog-item .blog-hover {
  background-color: #fb4275;
}

.c1-bo, .owl-carousel .owl-nav button:before, .pagination li a:hover, .pagination li a.active,
.pagination li span:hover,
.pagination li span.active, blockquote, .widget.widget_tag_cloud .tagcloud a:hover, .about-nav-tab .nav-tabs .nav-link.active {
  border-color: #fb4275 !important;
}

.heading, blockquote, .btn-inline, .page-title li:not(:last-child):after, .widget.widget_contact_info .single-info p, .back-to-top .back-toop-tooltip span, .header .header-main.sticky .main-menu .nav > li > a, .single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span, .blog-details .post-meta li, .blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child, .about-nav-tab .nav-tabs .nav-link, .single-process:hover .content h3, .single-project-item .project-body .project-meta span {
  color: #3f3f3f;
}

.heading-bg, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span {
  background-color: #3f3f3f;
}

.heading-bo {
  border-color: #3f3f3f !important;
}

.text-color, .header .header-main.style--one .main-menu .nav li ul li a, .blog-details .post-meta li a, .blog-details .post-tags li a {
  color: #818181;
}

.text-color-bg, .owl-carousel button.owl-dot, #menu-button span, #menu-button span:before, #menu-button span:after {
  background-color: #818181;
}

.text-color-bo {
  border-color: #818181 !important;
}

/* ************************
   02.1: Common Classes
   ********************* */
/* Transitions */
.trans2, .theme-input-group button, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top .back-toop-tooltip, .header .header-main.style--one .main-menu .nav li ul li ul, .single-blog-item .blog-hover, .single-blog-item .blog-button, .brand-logo img {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, .owl-carousel .owl-nav button, .owl-carousel .owl-nav button svg, .owl-carousel .owl-nav button:before, .owl-carousel button.owl-dot, .bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-style, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span, #menu-button span, #menu-button span:before, #menu-button span:after, .offcanvas-overlay, .single-blog-style--two .blog-content, .single-feature, .single-process, .single-feature .content h3, .single-process .content h3, .single-service, .single-service h4, .single-service.style--two svg path, .post-pagination .single-post-pagination .media-body a svg {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.trans4, .vdo-btn svg, .header .header-main .logo, .video-area.style--two .vdo-btn-two svg {
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6,
.rubik,
blockquote,
.btn,
.vdo-btn,
.btn-inline,
.page-title li,
.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category,
.single-blog-style--two .posted-on,
.single-blog-style--two .blog-content .category,
#countdown li .single-countdown,
#countdown li.seperator,
.about-nav-tab .nav-tabs .nav-link,
.single-counter p,
.testimonial-slider .single-testimonial-slide .testimonial-content p,
.project-nav li,
.single-project-item .project-body .project-meta,
.project-details .project-meta li {
    /* font-family: "Rubik", sans-serif; */
    font-family: nunito,Arial,sans-serif;
}

body,
.muli {
	font-family: 'Barlow', sans-serif;
  /*font-family: "Muli", sans-serif;*/
}

/* Gradient Background */
/*.gradient-bg, .owl-carousel button.owl-dot.active, .bg-overlay:after, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-group input, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top, -thumb.offcanvas-wrapper::-webkit-scrollbar, .coming-soon-content h1 {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fb4275), color-stop(100%, #f35d46));
  background: -webkit-linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
  background: -o-linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
  background: linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4275', endColorstr='#f35d46',GradientType=1);
}
*/
/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

/* Section Bg */
.section-pattern {
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-bg {
  background-position: center;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

/* Border Radius */
.radius-5, .theme-input-group, .theme-input-group input {
  border-radius: 5px;
}

.radius-10, .vdo-btn, #countdown li .single-countdown, .single-feature, .single-process, .video-area.style--two, .single-service, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  border-radius: 10px;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

.no-shadow, .single-process, .single-service.style--three {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List Style */
.list-inline {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
}

.list-check {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  font-size: 16px;
  font-style: italic;
  padding-left: 35px;
  position: relative;
}

.list-check li:not(:last-child) {
  margin-bottom: 10px;
}

.list-check li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
      color: #f48a23;
}

.social_icon_list li:not(:last-child) {
  margin-right: 15px;
}

.social_icon_list li a {
  font-size: 16px;
}

.social_icon_list li a .fa-facebook {
  color: #1d65e8;
}

.social_icon_list li a .fa-twitter {
  color: #18bbea;
}

.social_icon_list li a .fa-linkedin {
  color: #3862ae;
}

.social_icon_list li a .fa-instagram {
  color: #fb3958;
}

/* Custom Owl */
.custom-owl {
  margin: -20px;
}

.custom-owl .owl-stage-outer {
  padding: 20px;
  margin-right: -30px;
}

/* Owl Nav */
.owl-carousel .owl-nav button {
  position: relative;
  height: 40px;
  width: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-nav button:before, .owl-carousel .owl-nav button:after {
  position: absolute;
  content: '';
}

.owl-carousel .owl-nav button:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid;
}

.owl-carousel .owl-nav button:after {
  height: 18px;
  width: 1px;
  background-color: #ffffff;
  right: 0;
  z-index: -1;
}

.owl-carousel .owl-nav button.owl-next {
  margin-left: 15px;
}

.owl-carousel .owl-nav button.owl-next:after {
  right: auto;
  left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}

.owl-carousel .owl-nav button:hover path {
  fill: #fb4275;
}

/* Owl Dots */
.owl-carousel button.owl-dot {
  display: inline-block;
  height: 20px;
  width: 10px;
  border-radius: 5px;
}

.owl-carousel button.owl-dot.active {
  height: 38px;
}

.owl-carousel.dots-horizontal button.owl-dot {
  height: 10px;
  width: 20px;
  margin: 0 5px;
}

.owl-carousel.dots-horizontal button.owl-dot.active {
  width: 38px;
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: -1;
}

/* Bg Hover Gradient */
.bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.bg-hover-gradient:hover, .pagination li a:hover,
.pagination li span:hover, .widget.widget_tag_cloud .tagcloud a:hover, .single-service.style--two:hover, .pricing-navtab .nav-tabs .nav-link:hover, .bg-hover-gradient.active, .pagination li a.active,
.pagination li span.active, .widget.widget_tag_cloud .tagcloud a.active, .active.single-service.style--two, .pricing-navtab .nav-tabs .active.nav-link {
  color: #ffffff;
  background-color: #fb4275;
}

.bg-hover-gradient:hover *, .pagination li a:hover *, .pagination li span:hover *, .widget.widget_tag_cloud .tagcloud a:hover *, .single-service.style--two:hover *, .pricing-navtab .nav-tabs .nav-link:hover *,
.bg-hover-gradient:hover a,
.pagination li a:hover a,
.pagination li span:hover a,
.widget.widget_tag_cloud .tagcloud a:hover a,
.single-service.style--two:hover a,
.pricing-navtab .nav-tabs .nav-link:hover a, .bg-hover-gradient.active *, .pagination li a.active *, .pagination li span.active *, .widget.widget_tag_cloud .tagcloud a.active *, .active.single-service.style--two *, .pricing-navtab .nav-tabs .active.nav-link *,
.bg-hover-gradient.active a,
.pagination li a.active a,
.pagination li span.active a,
.widget.widget_tag_cloud .tagcloud a.active a,
.active.single-service.style--two a,
.pricing-navtab .nav-tabs .active.nav-link a {
  color: #ffffff;
}

.bg-hover-gradient:hover:after, .pagination li a:hover:after,
.pagination li span:hover:after, .widget.widget_tag_cloud .tagcloud a:hover:after, .single-service.style--two:hover:after, .pricing-navtab .nav-tabs .nav-link:hover:after, .bg-hover-gradient.active:after, .pagination li a.active:after,
.pagination li span.active:after, .widget.widget_tag_cloud .tagcloud a.active:after, .active.single-service.style--two:after, .pricing-navtab .nav-tabs .active.nav-link:after {
  opacity: 1;
  visibility: visible;
}

/* Widget Small Text */
.small_text, .widget.widget_contact_info .single-info span, .widget.widget_recent_entries .single-post .post-content .posted-on, .widget.widget_related_post .single-post .post-content .posted-on {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block;
}

/* Theme Input Group */
.theme-input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
}

.theme-input-group input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
  padding-right: 50px;
  color: #ffffff;
}

.theme-input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-moz-placeholder {
  color: #ffffff !important;
}

.theme-input-group input:-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::placeholder {
  color: #ffffff !important;
}

.theme-input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.theme-input-group button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.theme-input-group button:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Theme Input Style */
.theme-input-style {
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
}

.theme-input-style:focus {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

textarea.theme-input-style {
  height: 200px;
  padding: 20px 20px;
}

/* Border */
.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Others */
.ov-hidden, .single-project-item {
  overflow: hidden;
}

.ovx-hidden {
  overflow-x: hidden;
}

/* Pagination*/
.pagination {
  margin-top: 20px;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  padding: 11px 17px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li.nav-btn a {
  border: none;
  padding: 11px;
}

.pagination li a {
  position: relative;
}

.pagination li a svg:first-child {
  position: absolute;
}

.pagination li a:hover svg:last-child path {
  stroke: #ffffff;
  fill: #ffffff;
}

/* Blockquote */
blockquote {
  padding: 15px 20px;
  border-left: 2px solid;
  font-size: 18px;
  font-style: italic;
}

/* Form Response */
.form-response {
  background-color: rgba(251, 66, 117, 0.2);
}

.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

/* ************************
   02.2: Animations
   ********************* */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ************************
   02.3: Preloader
   ********************* */
.preloader {
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

.preloader .loader {
  height: 70px;
  width: 70px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader .loader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 1px solid #fb4275;
  border-top: 1px solid transparent;
  border-radius: 100%;
}

.preloader .loader .icon {
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}

/* ************************
   02.4: Buttons
   ********************* */
.btn {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out .2s;
  -o-transition: .3s ease-in-out .2s;
  transition: .3s ease-in-out .2s;
  z-index: 9;
  color: #fb4275 !important;
  background-color: rgba(251, 66, 117, 0.1) !important;
}

.btn span {
  display: block;
  padding: 0 30px;
}

.btn:before, .btn:after,
.btn span:before,
.btn span:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.btn:before, .btn:after {
  width: 0;
  height: 2px;
}

.btn span:before,
.btn span:after {
  width: 2px;
  height: 0;
}

.btn:before {
  left: 50%;
  top: 0;
}

.btn:after {
  left: 50%;
  bottom: 0;
}

.btn span:after {
  top: 50%;
  left: 0;
}

.btn span:before {
  top: 50%;
  right: 0;
}

.btn:hover:before, .btn:hover:after {
  width: 100%;
  left: 0;
}

.btn:hover span:before,
.btn:hover span:after {
  height: 100%;
  top: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-white {
  background-color: #f8f8f8 !important;
}

/* Video Button */
.vdo-btn {
  display: inline-block;
  background-color: #ffffff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
}

.vdo-btn svg {
  margin-right: 15px;
}

.vdo-btn:hover svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Button Inline */
.btn-inline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-inline:after {
  position: absolute;
  left: calc(100% + 10px);
  height: 1px;
  width: 20px;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-inline:hover:after {
  left: calc(100% + 15px);
}

/* Button White */
/* ************************
   02.5: Section Title
   ********************* */
.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
  font-weight: 500;
}

.section-title h2 {
    font-size: 28px;
    line-height: 1.23;
}

.section-title p {
  font-size: 18px;
  line-height: 1.67;
  max-width: 890px;
  margin-top: 38px;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-right p {
  margin-left: auto !important;
}

@media only screen and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 42px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .section-title p {
    margin-top: 28px;
  }
.div-x {
    top: 0 !important;
}
#learn-press-course-curriculum .section-content li, .pos-rel {
    width: 100%;
}
}

@media only screen and (max-width: 379px) {
  .section-title h3 {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
}

/* ************************
   02.6: Page Title
   ********************* */
.page-title-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
}

.page-title h2 {
    color: #fff;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.3;
}
.page-title .list-inline li{
	    color: #ffffff;
}
.page-title .list-inline li a{
	color: #f58a22;
}
@media only screen and (max-width: 991px) {
  .page-title h2 br {
    display: none;
  }
}

.page-title li {
  font-size: 18px;
  font-weight: 500;
}

.page-title li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.page-title li:not(:last-child):after {
  right: 0;
  position: absolute;
  content: '/';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ************************
   02.7: Widget
   ********************* */
.widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget ul:not(.social_icon_list) {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 15px;
}

.widget ul:not(.social_icon_list) li a {
  position: relative;
}

.widget ul:not(.social_icon_list) li a:before {
  font-family: 'FontAwesome';
  content: "";
  margin-right: 10px;
      color: #2d5cde;
}

.widget > ul {
  margin-top: -8px;
}

.widget .widget-logo,
.widget .widget-title {
  margin-bottom: 20px;
}

.widget .widget-title * {
    font-weight: 600;
    text-transform: uppercase;
}

.widget.widget_contact_info .single-info:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_contact_info .single-info p {
  line-height: 1.5;
}

.widget.widget_contact_info .single-info p a {
  display: block;
}

.widget.widget_contact_info .single-info p a:not(:last-child):after {
  content: ',';
}

.widget.widget_recent_entries .single-post:not(:last-child), .widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.widget.widget_recent_entries .single-post .post-image, .widget.widget_related_post .single-post .post-image {
  margin-right: 20px;
}

.widget.widget_recent_entries .single-post .post-content h5, .widget.widget_related_post .single-post .post-content h5 {
  font-weight: 500;
  line-height: 1.5;
}

.widget.widget_newsletter .newsletter-content p {
  margin-top: -8px;
  margin-bottom: 25PX;
}

.widget.widget_flicker ul {
  margin-bottom: -15px;
  margin-right: -22px;
  max-width: 100%;
}

.widget.widget_flicker ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}

.widget.widget_flicker ul li a {
  padding: 0;
}

.widget.widget_flicker ul li a:before {
  display: none;
}

.widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget.widget_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -15px;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 5px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 8px;
}

.widget.widget_search .input-group {
  position: relative;
  z-index: 1;
}

.widget.widget_search .input-group .theme-input-style {
  padding-right: 40px;
}

.widget.widget_search .input-group .submit-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.widget.widget_search .input-group .submit-btn:hover svg path {
  fill: #fb4275;
}

/* ************************
   02.8: Back to Top
   ********************* */
.back-to-top {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px !important;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 7%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  background-color: #fb4275;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top .back-toop-tooltip {
  position: absolute;
  top: -65px;
  -webkit-transform: rotate(-90deg) translateX(20px);
  -ms-transform: rotate(-90deg) translateX(20px);
  transform: rotate(-90deg) translateX(20px);
  width: 100px;
  left: -33px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back-to-top .back-toop-tooltip span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top .top-arrow {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 14px;
  top: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top .top-line {
  background-color: #ffffff;
  height: 10px;
  left: 18px;
  position: absolute;
  top: 14px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top:hover .back-toop-tooltip {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -ms-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover .top-line {
  height: 14px;
  top: 12px;
}

.back-to-top:hover .top-arrow {
  top: 11px;
}

/* ************************
   02.9: Modal
   ********************* */
.appointment-modal .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}

.appointment-modal .modal-dialog .modal-content {
  padding: 40px 60px;
  position: relative;
  border: none;
}

@media only screen and (max-width: 379px) {
  .appointment-modal .modal-dialog .modal-content {
    padding: 40px;
  }
}

.appointment-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.appointment-modal .modal-dialog .modal-content .form-title {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 40px;
}

.appointment-modal .modal-dialog .modal-content .theme-input-style {
  margin-bottom: 30px;
}

/* ************************
   03.1: Header
   ********************* */
.header {
    min-height: 100px;
}

.header .header-main.sticky {
background-image: linear-gradient(to right,#009fce 0%,#f58a22 100%);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.header .header-main.sticky .logo .default-logo {
  display: none;
}

.header .header-main.sticky .logo .sticky-logo {
  display: block;
}

.header .header-main .logo .sticky-logo {
  display: none;
}

.header .header-main.style--one .main-menu #menu-button {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .nav {
  margin-right: 17px;
}

.header .header-main.style--one .main-menu .nav li {
  position: relative;
}

.header .header-main.style--one .main-menu .nav li a {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.header .header-main.style--one .main-menu .nav li ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 210px;
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 9;
}

.header .header-main.style--one .main-menu .nav li ul li {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 16px;
}

.header .header-main.style--one .main-menu .nav li ul li:hover > a {
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .nav li ul li a {
  padding: 10px 30px;
}

.header .header-main.style--one .main-menu .nav li ul li ul {
  top: 0;
  left: calc(100% + 20px);
}

.header .header-main.style--one .main-menu .nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}

.header .header-main.style--one .main-menu .nav > li {
  display: inline-block;
  padding: 0 17px;
}

.header .header-main.style--one .main-menu .nav > li > a {
  line-height: 100px;
  position: relative;
      color: #fff;
}

/* .header .header-main.style--one .main-menu .nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
 */
.header .header-main.style--one .main-menu .offcanvas-trigger {
  display: inline-block;
  width: 30px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span {
  display: block;
  height: 3px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(2) {
  margin: 5px 0;
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(3) {
  margin-left: 10px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger:hover span {
  margin-left: 0 !important;
}

.header .header-main:not(.sticky).text-white .main-menu #menu-button span,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:before,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:after {
  background-color: #ffffff;
}

.header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-item > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li:hover > a {
  opacity: .8;
  color: #ffffff !important;
}

.header .header-main:not(.sticky).text-white .main-menu .offcanvas-trigger span {
  background-color: #fff;
}

/* Mobile Menu */
@media only screen and (max-width: 991px) {
  .header .header-main.style--one {
    padding: 20px 0;
  }
  .header .header-main.style--one .row {
    position: relative;
  }
  .header .header-main.style--one .row div:nth-child(2) {
    position: static;
  }
  .header .header-main.style--one .main-menu {
    text-align: right;
    position: initial;
  }
  .header .header-main.style--one .main-menu #menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
    width: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header-main.style--one .main-menu ul.nav {
    position: absolute;
    top: calc(100% + 19px);
    left: 50%;
    right: 50%;
    width: calc(100% - 30px);
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    max-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    margin-right: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li {
    padding: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li > a {
    font-size: 18px;
  }
  .header .header-main.style--one .main-menu ul.nav ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .header-main.style--one .main-menu ul.nav ul li {
    overflow: hidden;
  }
  .header .header-main.style--one .main-menu ul.nav ul li:hover > a {
    margin-left: 0;
  }
  .header .header-main.style--one .main-menu ul.nav ul ul {
    position: relative;
    margin-left: 30px;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .header .header-main.style--one .main-menu ul {
    text-align: left;
  }
  .header .header-main.style--one .main-menu ul li {
    display: block;
    width: 100%;
  }
  .header .header-main.style--one .main-menu ul li a {
    line-height: 1 !important;
    padding: 12px 15px;
    color: #3f3f3f;
  }
  .header .header-main.style--one .main-menu ul li.current-menu-item > a {
    color: #fb4275 !important;
  }
  .header .header-main.style--one .main-menu .submenu-button {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 15px;
    width: 40px;
    height: inherit;
    line-height: 40px;
    text-align: center;
    color: initial;
  }
  .header .header-main.style--one .main-menu .submenu-button:before {
    font-family: 'FontAwesome';
    content: "";
  }
  .header .header-main.style--one .main-menu .submenu-button.submenu-opened:before {
    content: '\f106';
    color: #f35d46;
  }
  .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-item > a, .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main.style--one.text-white .main-menu .nav > li:hover > a {
    color: initial !important;
  }
}

/* Menu Button */
#menu-button span {
  position: relative;
}

#menu-button span:before, #menu-button span:after {
  position: absolute;
  content: '';
}

#menu-button span, #menu-button span:before, #menu-button span:after {
  display: block;
  width: 25px;
  height: 2px;
}

#menu-button span::before {
  top: -7px;
}

#menu-button span::after {
  top: 7px;
}

#menu-button.menu-opened span {
  background-color: transparent !important;
}

#menu-button.menu-opened span::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menu-button.menu-opened span::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/* ************************
   03.2: Offcanvas
   ********************* */
/* Offcanvas Overlay */
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Offcanvas */
.offcanvas-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 400px;
  width: 100%;
  right: -100%;
  left: auto;
  -webkit-transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
  -o-transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
  transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
}

.offcanvas-wrapper.active {
  right: 0;
}

.offcanvas-wrapper::-webkit-scrollbar {
  width: 8px;
}

.offcanvas-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.offcanvas-wrapper .offcanvas-close {
  cursor: pointer;
  z-index: 999;
  top: 30px;
  right: 30px;
}

.offcanvas-wrapper .offcanvas-content {
  padding: 60px 30px 60px 60px;
  margin-top: 40px;
}

.offcanvas-wrapper .offcanvas-content .widget {
  margin-bottom: 50px;
}

.offcanvas-wrapper .offcanvas-content .widget .widget-title,
.offcanvas-wrapper .offcanvas-content .widget .widget-logo {
  margin-bottom: 30px;
}

/* ************************
   03.3: Footer
   ********************* */
.footer .widget {
  margin-bottom: 30px;
}

.footer .widget:last-child {
  margin-bottom: 40px;
}

.footer .widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .footer-bottom {
    padding: 15px 0 15px;
    background: #f0f4fa;
	    font-size: 14px;
}

/* ************************
   03.4: Banner
   ********************* */
.banner {
  padding-top: 200px;
/*   min-height: 890px; */
    min-height: 500px;
  position: relative;
  overflow: hidden;
}

.banner .banner-content h1 {
    white-space: normal;
    font-size: 46px;
    line-height: 51px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
  .banner .banner-content h1 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 379px) {
  .banner .banner-content h1 {
    font-size: 40px;
  }
}

.banner .banner-content p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.67;
    color: #000;
}

.banner .banner-content .banner-btn {
  margin-top: 30px;
}

.banner .banner-slider .owl-dots {
  position: absolute;
  right: 15px;
}

@media only screen and (min-width: 1200px) {
  .banner .banner-slider .owl-dots {
    right: 100px;
  }
}

.banner .banner-slider .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;
}

.banner .banner-slider .banner-image img {
  width: auto !important;
}

@media only screen and (max-width: 991px) {
  .banner .banner-slider .banner-image img {
    margin: 0 auto;
  }
}

.banner .wave-shape {
  position: absolute;
  left: 0;
  width: calc(100% + 1px);
  bottom: 0;
}

/* ************************
   03.5: Blog
   ********************* */
/* Single Blog */
.single-blog-item {
  padding: 20px 30px 60px;
  margin-bottom: 30px;
}

.single-blog-item .date-bg-shape {
  top: 0;
  left: 0;
  z-index: -3;
}

.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category {
  font-weight: 700;
}

.single-blog-item .blog-content .posted-on {
  color: #ffffff;
  margin-bottom: 70px;
}

.single-blog-item .blog-content .category {
  margin-bottom: 10px;
}

.single-blog-item .blog-content .blog-title {
  margin-bottom: 25px;
}

.single-blog-item .blog-content .blog-excerpt {
  font-size: 18px;
}

.single-blog-item .blog-hover {
  padding: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
}

.single-blog-item .blog-hover .blog-title a {
  color: #ffffff;
  line-height: 1.2;
}

.single-blog-item .blog-button {
  left: 0;
  bottom: 0;
  height: 85px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.single-blog-item .blog-button svg {
  position: absolute;
  left: -1px;
  top: 1px;
  width: calc(100% + 2px);
  height: 100%;
}

.single-blog-item:hover .blog-hover,
.single-blog-item:hover .blog-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Single Blog Style Two */
.single-blog-style--two {
  margin-bottom: 30px;
}

.single-blog-style--two .date-bg-shape {
  top: 0;
  left: 0;
}

.single-blog-style--two .posted-on {
  color: #ffffff;
  font-weight: 500;
  left: 28px;
  top: 30px;
}

.single-blog-style--two .blog-image img {
  width: 100%;
}

.single-blog-style--two .blog-content {
  padding: 34px 30px 32px;
}

.single-blog-style--two .blog-content.border {
  border: 1px solid #f3f3f3 !important;
}

.single-blog-style--two .blog-content .category {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .blog-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta {
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta li:not(:last-child) {
  margin-right: 30px;
}

.single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span {
  font-weight: 700;
}

.single-blog-style--two:hover .border-hover {
  border-color: transparent !important;
}

/* Blog Slider */
.blog-slider .single-blog-item {
  margin-bottom: 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.blog-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Blog Details */
.blog-details .blog-details-image {
  margin-bottom: 54px;
}

.blog-details .post-meta {
  margin-bottom: 34px;
}

.blog-details .post-meta li:not(:last-child) {
  margin-right: 60px;
}

.blog-details .post-meta li a:not(:last-child):after {
  content: ',';
}

.blog-details .blog-details-content p,
.blog-details .blog-details-content img,
.blog-details .blog-details-content blockquote {
  margin-bottom: 50px;
}

.blog-details .blog-details-content blockquote p {
  margin-bottom: 0;
}

.blog-details .blog-details-content h3 {
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-details .post-tags li a:not(:last-child):after {
  content: ',';
}

.blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child {
  margin-right: 5px;
}

.blog-details .post-comments-wrap h4 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #f7f7f7;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment {
  margin-top: 60px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-author-image {
  margin-right: 20px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content h6 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content span {
  font-size: 12px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content p {
  font-size: 14px;
  line-height: 1.85;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
  font-size: 16px;
  text-transform: lowercase;
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
  margin-left: 120px;
}

@media only screen and (max-width: 575px) {
  .blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
    margin-left: 30px;
  }
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply .post-comment-reply .post-comment-reply {
  margin-left: 0;
}

.blog-details .comments-form h4 {
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.blog-details .comments-form .theme-input-style {
  margin-bottom: 30px;
}

/* ************************
   03.6: 404
   ********************* */
.bg-404 {
  background-size: cover;
  background-position: center;
}

.not-found-content p {
  font-size: 26px;
  max-width: 680px;
  margin: 60px auto;
}

.not-found-form form input,
.coming-soon-form form input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: calc(70% - 40px);
  margin-right: 10px;
}

@media only screen and (max-width: 379px) {
  .not-found-form form input,
  .coming-soon-form form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}

.not-found-form form button,
.coming-soon-form form button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.not-found-form form button span,
.coming-soon-form form button span {
  padding: initial !important;
}

@media only screen and (max-width: 379px) {
  .not-found-form form button,
  .coming-soon-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ************************
   03.7: Coming Soon
   ********************* */
.coming-soon-content h1 {
  font-size: 120px;
  margin: 40px 0;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
  .coming-soon-content h1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-content h1 {
    font-size: 70px;
  }
}

.coming-soon-content h3 {
  margin-bottom: 40px;
  font-weight: 500;
}

.coming-soon-content .coming-soon-form {
  max-width: 680px;
  margin: 0 auto;
}

#countdown {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  #countdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#countdown li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  #countdown li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 479px) {
  #countdown li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#countdown li .single-countdown {
  padding: 30px 50px;
  background-color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  #countdown li .single-countdown {
    padding: 50px;
  }
}

#countdown li .single-countdown h4 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#countdown li .single-countdown h2 {
  font-size: 36px;
}

#countdown li.seperator {
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  #countdown li.seperator {
    display: none;
  }
}

/* ************************
   04.1: Feature
   ********************* */
.single-feature, .single-process {
    /* padding: 60px 30px; */
    /* background-color: #ffffff; */
    margin-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    background-color: #FFF;
    padding: 20px 0 35px;
}

.single-feature .content h3, .single-process .content h3 {
  margin: 30px 0 17px;
}

@media only screen and (max-width: 379px) {
  .single-feature .content h3, .single-process .content h3 {
    font-size: 22px;
  }
}

.feature-style-two {
  position: relative;
  z-index: 10;
  margin-top: -170px;
}

.feature-style-two .single-feature-wrapper:nth-child(odd) {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .feature-style-two .single-feature-wrapper:nth-child(odd) {
    margin-top: 0;
  }
}

/* ************************
   04.2: About
   ********************* */
/* About Nav Tabs */
.about-nav-tab .nav-tabs,
.about-nav-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}

.about-nav-tab .nav-tabs .nav-link {
  font-weight: 500;
  padding: 20px 35px;
  line-height: 1;
  border-bottom: 2px solid;
  border-color: #f0f0f0;
}

@media only screen and (max-width: 379px) {
  .about-nav-tab .nav-tabs .nav-link {
    padding: 20px 25px;
  }
}

.about-nav-tab .tab-content .tab-pane {
  font-size: 18px;
}

.about-nav-tab .tab-content .tab-pane p {
  margin-bottom: 25px;
}

.about-nav-tab .tab-content .tab-pane ul {
  margin-bottom: 43px;
}

/* Video Area */
.video-area img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 991px) {
  .video-area img {
    max-width: 100%;
  }
}

.video-area .vdo-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .video-area .vdo-btn {
    bottom: 50px;
  }
}

.video-area.style--two {
  z-index: 3;
  overflow: hidden;
}

.video-area.style--two > img {
  max-width: 100%;
  width: 100%;
}

.video-area.style--two .vdo-btn-two {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (max-width: 379px) {
  .video-area.style--two .vdo-btn-two {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
}

.video-area.style--two .vdo-btn-two:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.video-area.style--two.bg-overlay:after {
  z-index: 1;
}

/* About Text */
.about-text p {
  font-size: 18px;
}

/* ************************
   04.3: Working Process
   ********************* */
.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .process-bg {
    background-position: 55% 5%;
    background-size: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .process-bg {
    background-image: none !important;
  }
}

.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .single-process-wrapper:nth-child(even) {
    margin-top: 0;
  }
}

/* ************************
   04.4: Service
   ********************* */
.single-service {
  padding: 50px 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-service .icon {
  font-size: 50px;
}

.single-service h4 {
  margin: 20px 0 13px 0;
}

.single-service.style--two:hover svg path {
  fill: #ffffff;
}

.single-service.style--two:hover .btn-inline:after {
  background-color: #ffffff;
}

.single-service.style--three {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.single-service.style--three:hover {
  border-color: transparent;
}

.single-service-wrapper .single-service {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper .single-service {
    margin-top: 30px;
  }
}

.single-service-wrapper:nth-child(even) {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Service Details */
.service-details .title {
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2;
}

.service-details p {
  font-size: 18px;
  margin-top: -7px;
}

.service-details p:not(:last-child) {
  margin-bottom: 50px;
}

.service-details p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .service-details p:last-child {
    margin-bottom: 50px;
  }
}

.service-details > p:last-child {
  margin-bottom: 0;
}

.service-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .service-details h4 {
    margin-top: 50px;
  }
}

.service-details > h4 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.service-details .list-check li {
  font-style: normal;
}

/* ************************
   04.5: Counter
   ********************* */
.single-counter {
  margin-bottom: 30px;
}

.single-counter h2 {
  font-size: 44px;
  margin-bottom: 10px;
  margin-top: -6px;
      color: #f58a22;
}
.single-counter h2 span{
	    color: #f58a22;
}
@media only screen and (max-width: 767px) {
  .single-counter h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .single-counter h2 {
    font-size: 30px;
  }
}

.single-counter p {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: #3f3f3f;
}

@media only screen and (max-width: 767px) {
  .single-counter p {
    font-size: 20px;
  }
}

/* ************************
   04.6: Pricing
   ********************* */
/* Pricing Navtab */
.pricing-navtab .nav-tabs,
.pricing-navtab .nav-tabs .nav-link {
  border: none;
}

.pricing-navtab .nav-tabs {
  margin-bottom: 20px;
}

.pricing-navtab .nav-tabs .nav-link {
  margin-bottom: 30px;
  padding: 50px;
  overflow: hidden;
}

.pricing-navtab .nav-tabs .nav-link.active, .pricing-navtab .nav-tabs .nav-link:hover {
  -webkit-box-shadow: 0 4px 40px rgba(251, 66, 117, 0.4);
  box-shadow: 0 4px 40px rgba(251, 66, 117, 0.4);
}

.pricing-navtab .nav-tabs .nav-link h4 {
  font-weight: 500;
}

.pricing-navtab .nav-tabs .nav-link h2 {
  font-size: 36px;
}

@media only screen and (max-width: 379px) {
  .pricing-navtab .nav-tabs .nav-link h2 {
    font-size: 30px;
  }
}

.pricing-navtab .tab-content .tab-pane {
  padding: 60px 40px;
  background-color: #ffffff;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text .list-check {
  margin-bottom: 0;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text h3 {
  margin-bottom: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 379px) {
  .pricing-navtab .tab-content .tab-pane .tab-pane-text h3 {
    font-size: 22px;
  }
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text p {
  margin-bottom: 30px;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text .btn {
  margin-top: 30px;
}

/* ************************
   04.7: Testimonial
   ********************* */
.testimonial-slider .single-testimonial-slide .testimonial-image img {
  width: auto;
}

.testimonial-slider .single-testimonial-slide .testimonial-content p {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 30px;
}

@media only screen and (max-width: 379px) {
  .testimonial-slider .single-testimonial-slide .testimonial-content p {
    font-size: 20px;
  }
}

.testimonial-slider .single-testimonial-slide .testimonial-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  left: 250px;
  bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav {
    left: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider {
    text-align: center;
  }
  .testimonial-slider .single-testimonial-slide {
    margin-bottom: 50px;
  }
  .testimonial-slider .single-testimonial-slide .testimonial-image img {
    margin: 0 auto;
  }
  .testimonial-slider .owl-nav {
    position: static;
  }
}

/* Partners */
.brand-logo img {
  width: auto !important;
 /*  margin: 0 auto;
  opacity: .4; */
}

.brand-logo img:hover {
  opacity: 1;
}

/* ************************
   04.8: Project
   ********************* */
/* Project Nav */
.project-nav li {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* Single Project */
.single-project-item .image img {
  width: 100%;
}

.single-project-item .project-body {
  padding: 40px 30px;
}

.single-project-item .project-body h3 {
  margin-bottom: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 379px) {
  .single-project-item .project-body h3 {
    font-size: 22px;
  }
}

.single-project-item .project-body .project-meta {
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
}

.single-project-item .project-body .project-meta span {
  margin-left: 5px;
}

.single-project-item .project-body p {
  font-size: 18px;
  line-height: 1.67;
}

/* Project Details */
.project-details .project-image img {
  width: 100%;
}

.project-details .project-meta {
  margin: 50px 0;
}

.project-details .project-meta li {
  font-weight: 500;
}

.project-details .project-meta li:not(:last-child) {
  margin-right: 50px;
}

.project-details .project-meta li a:not(:last-child):after {
  content: ',';
}

.project-details .project-details-content h3 {
  margin-bottom: 30px;
  font-weight: 500;
}

.project-details .project-details-content p {
  margin-bottom: 50px;
  font-size: 18px;
}

.project-details .project-details-content .list-check li {
  font-style: normal;
}

/* Project Pagination */
.post-pagination {
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.post-pagination .single-post-pagination {
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .post-pagination .single-post-pagination {
    max-width: 100%;
  }
}

.post-pagination .single-post-pagination .pagination-image {
  margin-right: 20px;
}

.post-pagination .single-post-pagination .media-body a svg {
  margin-right: 10px;
}

.post-pagination .single-post-pagination .media-body a:hover path {
  fill: #fb4275;
}

.post-pagination .single-post-pagination .media-body h6 {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}

.post-pagination .single-post-pagination.next .pagination-image {
  margin-right: 0;
  margin-left: 20px;
}

.post-pagination .single-post-pagination.next .media-body a svg {
  margin-left: 10px;
  margin-right: 0;
}

/* ************************
   04.9: Team
   ********************* */
.single-team-member {
  margin-bottom: 50px;
}

.single-team-member .image {
  z-index: 1;
}

.single-team-member .image svg {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: 1;
}

.single-team-member .team-info {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  margin-bottom: -42px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.single-team-member .team-info h4 {
  font-weight: 500;
}

.single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  padding: 20px 35px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .single-team-member .team-info .info-front,
  .single-team-member .team-info .info-back {
    padding: 20px;
  }
}

.single-team-member .team-info .info-front {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity .3s, -webkit-transform .7s;
  transition: opacity .3s, -webkit-transform .7s;
  -o-transition: transform .7s, opacity .3s;
  transition: transform .7s, opacity .3s;
  transition: transform .7s, opacity .3s, -webkit-transform .7s;
}

.single-team-member .team-info .info-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.single-team-member .team-info .info-back .social_icon_list li {
  margin-right: 0;
}

.single-team-member .team-info:hover .info-front {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
  opacity: 0;
}

.single-team-member .team-info:hover .info-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

/* ************************
   04.10: CTA
   ********************* */
.cta-content h2 {
  font-size: 44px;
  line-height: 1.23;
  margin-top: -11px;
}

.cta-content p {
  font-size: 18px;
  margin: 25px auto 0;
  max-width: 960px;
}

.cta-content .btn {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .cta-content br {
    display: none;
  }
  .cta-content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .cta-content h2 {
    font-size: 30px;
  }
}

/* ************************
   04.11: Contact
   ********************* */
.contact-info .single-contact-info:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .contact-info .single-contact-info:last-child {
    margin-bottom: 50px;
  }
}

.contact-info .single-contact-info .image {
  margin-right: 30px;
}

.contact-info .single-contact-info h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info .single-contact-info p a {
  display: block;
}

.contact-info .single-contact-info p a:not(:last-child):after {
  content: ',';
}

.contact-info h3,
.contact-form-wrapper h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info > p,
.contact-form-wrapper > p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-form .theme-input-style {
  margin-bottom: 30px;
}
.course-category {
	padding-top: 70px;
    padding-bottom: 50px;
}
.course-category .wrap-lp-item {
-webkit-box-shadow: 0px 5px 14px #f0f4fa;
    box-shadow: 0px 5px 14px #f0f4fa;
}
.detail-course {
    margin-top: -140px
}
.detail-course .course-meta {
    margin-bottom: 120px;
    display: inline-block;
}
.detail-course .course-meta .course-header {
    margin-bottom: 30px;
}
.detail-course .course-summary .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
}
.detail-course .course-header-bottom {
    color: #fff;
}
.detail-course .course-summary .rating {
    margin-bottom: 0;
}
.detail-course .course-header-bottom>* {
    float: left;
    margin-right: 20px;
}
.detail-course .review-stars-rated {
    margin-right: 0;
}
.widget {
    overflow: visible;
    position: relative;
}
 .sidebar .widget, .apus-sidebar .widget {
	 width:100%;
	     display: inline-block;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
}

.sidebar .widget, .apus-sidebar .widget {
    padding: 20px 17px;
    margin: 0 0 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.widget.widget_apus_course_info .course-price-wrapper {
    text-align: center;
    color: #4f4f4f;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.widget.widget_apus_course_info .course-price-wrapper>span {
    margin-right: 6px;
}
.widget.widget_apus_course_info .course-price-wrapper strong {
    font-weight: 700;
    font-size: 30px;
    color: #0a0a0a;
    font-family: nunito,Arial,sans-serif;
}
.course-price {
    font-size: 18px;
    font-weight: 700;
    font-family: nunito,Arial,sans-serif;
    color: #c75533;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
}
.widget.widget_apus_course_info .course-price-wrapper .course-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
}
.course-price .origin-price {
    color: #c1c1c1;
    font-size: 13px;
    font-weight: 400;
    margin-right: 8px;
}
.widget.widget_apus_course_info .course-price-wrapper .origin-price {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}
.widget.widget_apus_course_info .course-price-wrapper .price {
    font-size: 30px;
    font-weight: 700;
    margin: 0 8px;
    color: #0a0a0a;
}
.widget.widget_apus_course_info .purchase-course {
    display: block;
    text-align: center;
}
.lp-course-buttons .button.lp-button {
    color: #ff1053;
    border: 2px solid #ff1053;
    background-color: transparent;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.widget.widget_apus_course_info .more-information h3 {
    font-weight: 400;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 30px;
}
.widget.widget_apus_course_info .more-information ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_apus_course_info .course-incentives-list li {
    margin-bottom: 10px !important;
    line-height: 25px;
	display: inline-block;
	    width: 100%;
}
.widget.widget_apus_course_info .course-incentives-list li>* {
    float: left;
}
.widget.widget_apus_course_info .more-information ul li>i {
    margin: 0 8px 0 0;
}
.lp-course-buttons .button.button-purchase-course {
    color: #fff !important;
    border: 2px solid #024bae	;
    background-image: linear-gradient(to right,#2bcfdb 0%,#024aae 100%) !important;
}
.lp-course-buttons:hover .button.button-purchase-course:hover {
    background-position: initial !important;
}
.detail-course .course-video {
    outline: none;
    margin-bottom: 32px;
}
.detail-course .wp-video {
    width: 100%!important;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mejs-offscreen {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
.widget-area .widget-title{
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    text-align: left;
	    color: #0a0a0a;
}
.widget.widget_apus_course_features .lp-course-info-fields {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* .widget.widget_apus_course_features .lp-course-info-fields li:first-child {
    padding-top: 0;
} */
.widget.widget_apus_course_features .lp-course-info-fields li {
    color: #0a0a0a;
    padding: 10px 30px;
    margin: 0 !important;
    position: relative;
    border-bottom: 1px solid #eee;
}
.widget.widget_apus_course_features .lp-course-info-fields li label {
    margin: 0;
}
.widget.widget_apus_course_features .lp-course-info-fields li .lp-label {
    padding: 0;
    margin: 0;
    top: 8px;
    color: #7e7e7e;
    position: absolute;
    font-size: 15px;
    background-color: transparent;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    right: 30px;
}
.widget.widget_apus_course_features {
    padding-left: 0;
    padding-right: 0;
}
.widget.widget_apus_course_features .widget-title {
    padding-left: 30px;
    padding-right: 30px;
}
.widget.widget_apus_course_features .lp-course-info-fields li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.widget-area .widget-title span{
	    color: #0a0a0a;
    text-transform: capitalize;
}
.widget.widget_apus_course_info .course-incentives-list [class*=icon]:before {
    font-size: 24px;
    margin: 0;
}
.course-details-bdrcm {
	height: 400px;
}
.course-tabs{
	margin-bottom: 40px;
}
.course-tabs p{
	font-size: 16px !important;
}
.detail-course ul.learn-press-nav-tabs {
    border: 0;
    margin-bottom: 35px;
}
ul.learn-press-nav-tabs {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.learn-press-nav-tabs .course-nav {
    float: left;
    position: relative;
    margin: 0;
    list-style: none;
}
.detail-course ul.learn-press-nav-tabs li {
    margin-right: 2px;
}
.detail-course ul.learn-press-nav-tabs li a{
border: 0;
    font-size: 18px;
    padding: 17px 40px;
    position: relative;
    background: 0 0;
    font-family: nunito,Arial,sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.detail-course ul.learn-press-nav-tabs li .active {
    pointer-events: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    background-image: linear-gradient(to right,#009fce 0%,#f58a22 100%);
    color: #fff;
}
.detail-course ul.learn-press-nav-tabs li .active h4 {
	color: #fff;
}
.detail-course ul.learn-press-nav-tabs li .active:before {
    position: absolute;
    background-color: transparent;
    content: '';
    bottom: -10px;
    margin: 0 auto;
    border-top: solid 10px #f58a22;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    right: 0;
    left: 0;
    width: 20px;
    height: 10px;
}
.detail-course #lp-single-course .course-tab-panel {
    border: 0;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
}
.detail-course #reviews {
    margin-bottom: 53px;
}
.detail-course .course-rating {
    padding: 30px;
    margin-bottom: 32px;
    border: 2px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.detail-course .course-rating .widget-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.detail-course .course-rating .widget-title span {
	color: #0a0a0a;
}
.detail-course .course-rating .box-inner {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.detail-course .course-rating .box-inner .detailed-rating {
    width: 68%;
    float: left;
}
.detail-course .rating-box .skill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    max-height: 20px;
}
.detail-course .rating-box .skill>div {
    width: 33%;
    margin-bottom: 0;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background-color: #121212;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.detail-course .progress {
    height: 10px;
    background-color: #f5f7fa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.detail-course .progress .progress-bar {
    line-height: normal;
    font-size: 15px;
    background-color: #f58a22;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.detail-course .rating-box .skill>div.key {
    color: #4f4f4f;
    width: 15%;
    margin-top: -8px;
}

.detail-course .rating-box .skill>div.progress {
    width: 75%;
}
.detail-course .rating-box .skill>div.value {
    width: 10%;
    margin-top: -8px;
    padding-left: 15px;
}
.detail-course .course-section-panel, .detail-course .course-rating, .detail-course .comment-list, .detail-course .commentform #respond.comment-respond {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
}
.detail-course .course-rating .box-inner .average-rating {
    width: 25%;
    padding: 42px 40px;
    text-align: center;
    background-color: #edeff7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: auto;
}
.detail-course .rating-box .average-value {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 8px;
    color: #0a0a0a;
    font-family: nunito,Arial,sans-serif;
}
.detail-course .rating-box .review-star {
    margin-bottom: 3px;
}
.detail-course .rating-box .review-star .review-stars-rated-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.review-stars-rated-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.comment-list {
    padding: 30px;
    margin: 0 0 30px;
    list-style: none;
    border: 2px solid #edeff7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.comment-list div.avatar {
    min-width: 100px;
    padding-right: 30px;
    float: left;
}
.comment-list img.avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.comment-list .comment-box {
    overflow: hidden;
    position: relative;
}
.detail-course .comment-list .comment .meta {
    position: relative;
    margin: 0 0 15px;
}
.detail-course .comment-list .comment .title-author {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 4px;
    margin-top: 0;
    text-transform: capitalize;
}
.detail-course .comment-list .comment .info-meta {
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
.detail-course .comment-list .comment .meta .star-rating {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-list .comment-text {
    color: #4f4f4f;
    margin: 0;
}
.detail-course .comment-list .comment-text+div {
    margin: 20px 0 0;
}
.comment-list .the-comment {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.media:first-child {
    margin-top: 0;
}
.comment-list>li:last-child .the-comment {
    border: 0;
    padding: 0;
    margin: 0;
}
.detail-course .commentform #respond.comment-respond {
    padding: 30px;
    border: 0px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#respond .comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 24px!important;
}
.detail-course .commentform #respond.comment-respond .form-group {
    margin-bottom: 20px;
}
.comment-form-rating .review-stars-wrap {
    position: relative;
    margin-left: 30px;
    float: left;
}
.detail-course .commentform #respond.comment-respond label {
    color: #4f4f4f;
    margin-bottom: 10px;
}
.flt-non{
    float: none !important;
    font-size: 16px !important;
}
.form-control {
    border: 1px solid #edeff7 !important;
}
.rev-bn, .hard-copy-btn {
	font-size: 15px;
    position: relative;
    color: #fff !important;
    text-transform: none;
    background-position: 83% center !important;;
    padding: 10px 35px 10px 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px !important;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-image: linear-gradient(to bottom,#05abd1 0%,#213d91 100%) !important;
    font-weight: 500;
}
.comment-form textarea[cols], .comment-form input[size] {
	width: 100% !important;
}
.course-author {
    margin-bottom: 10px;
}
.detail-course .author-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.course-author:after {
    clear: both;
    display: block;
    content: '';
}
.detail-course .course-author .author-image {
    margin-right: 40px;
}
.detail-course .course-author .author-image img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.detail-course .course-author .content {
    -webkit-align-self: start;
    -moz-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
}
.detail-course .course-author .content .top-content {
    margin-bottom: 10px;
}

.flex-middle {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.detail-course .course-author .content .top-content-right {
    margin-left: auto;
}
.detail-course .course-author .content .top-content-right>div {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    line-height: 20px;
}
.detail-course .course-author .content .top-content-right>div.nb-reviews i {
    margin-top: 3px;
}

.detail-course .course-author .content .top-content [class*=icon] {
    float: left;
}
.detail-course .course-author .content .top-content [class*=icon]:before, .detail-course .course-author .content .top-content [class*=icon]:after {
    font-size: 18px;
    margin-left: 0;
    margin-right: 10px;
}
.detail-course .course-author .course-link-title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}
.detail-course .course-author .author-bio {
    margin-top: 15px!important;
    font-size: 15px;
}
.checkout-step 
{     
}

.checkout-step-title
{ 
padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 10px 0;
    vertical-align: middle;
    display: inline-block;
    color: #0a0a0a;
}
.hdr-bdr{
	    border-bottom: 1px solid #edeff7;
}
.checkout-step-body
{
    background: #fbfbfb;
    padding: 15px 0px;
    margin: 20px 0px 0px;
}

/*Shyam*/

.imi-joingform
{
    margin-top: 50px;
}

.imc-jfheader
{
    background: #fff;
    padding: 15px;
}

.imc-text h1
{
    font-size: 20px;
    color: #00BCD4;
}

.imc-text h2
{
    font-size: 12px;
}

.imc-jfeditbtn
{
    padding: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #29506f;
}

.curriculum-sections .section-content {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0px 0px 20px;
}
.curriculum-sections ul.section-content .course-item {
    border-color: #edeff7;
}
.curriculum-sections .section-content .course-item {
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #edeff7;
    transition: padding-left linear 0.15s;
    background: #FFF;
    margin: 0;
    padding: 0;
}
.curriculum-sections .section-content .course-item .section-item-link {
    border-bottom: none;
    display: table;
    box-shadow: none;
    outline: none;
    width: 100%;
    line-height: 1.5;
}
.curriculum-sections ul.section-content .course-item.course-item-lp_lesson .section-item-link:before {
    content: "\f0da";
    font-size: 18px;
    margin: 0;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f58a22;
}
.curriculum-sections .section-content .course-item .section-item-link:before {
    font-family: fontawesome;
    font-size: 18px;
    /* position: absolute; */
    left: 0;
    transition: left linear 0.15s;
    display: table-cell;
    width: 20px;
    padding: 14px 0;
}
.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
    content: "\f0f6";
}
.curriculum-sections .section-content .course-item .item-icon, .curriculum-sections .section-content .course-item .item-name {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: initial !important;
}
#course-category-listings .detail-pair .pair-key{
	flex: initial !important;
    max-width: initial !important;
}
#course-category-listings ul.ml-1 {
    list-style: none;
    margin: 1rem 0;
}
#course-category-listings .item-actions>a img, #course-category-listings .item-actions .menubar img {
    width: 12px;
}
.social_icon_list li a .fa-google-plus {
    color: #BD3518;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 40px;
}
.btn-secondary {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;

}
/*button, input.form-submit, input[type="button"], input[type="submit"], input[type="reset"] {
    color: #333 !important;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6) !important;
}*/
.home-drop-qry input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
}

.home-drop-qry input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.home-drop-qry input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
#videoElementID{
	width: 100% !important;
}
.account-btn .dropdown>a:after{
	display: none;
}

/*Start Cart Page*/
.cartbtnmobile {
    display: none;
}
.cartview li a:hover {
    background-image: initial !important;
    color: #002b46 !important;
}
.cartview img {
    cursor: pointer;
    margin-right: 10px;
    margin-top: -7px;
}
.cartview sup {
    padding: 0;
min-width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: 32px;
right: 1px;
padding-left: 1px;
background: #45999d;
color: #fff;

}
.cart_menu {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 8px 15px #ddd;
    opacity: 0;
    overflow: hidden;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 100px;
    display: none;
    transition: all 0.5s ease 0s;
    width: 333px;
    z-index: -1;
}

.cart_items {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 14px;
}
.c_item_img {
    width: 37%;
}
.cart_items a h5 {
    font-family: 'open_sansregular';
        color: #002b46;
    font-size: 13px;
    text-transform: capitalize;
}
.floatleft {
    float: left;
}
.cart_menu .cart_items .c_item_img a {
    padding-left: 0;
}
.c_item_totals_detail.floatleft > a {
    padding-left: 0;
}
.cartview a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    text-transform: uppercase;
}
.cart_menu .cart_items .c_item_img img {
    margin-top: 0;
    width: 90px;
    height: 79px;
    overflow: hidden;
}
.cart_totals {
    overflow: hidden;
    padding: 20px 22px;
}
.c_item_totals {
    width: 63%;
}
.c_item_totals_detail {
    width: 66%;
}
.c_item_totals_detail > span {
        color: #45999d;
    font-size: 14px;
    font-family: 'open_sansregular';
}
.close_icon_cart {
 
    float: right;
}
.cart_view_bottom {
    overflow: hidden;
    display: flex;
}
.cart_view_bottom .c_totals_left {
    background: none repeat scroll 0 0 #ed7c00;
    padding: 15px;
    text-align: center;
    width: 50%;
}
.cart_view_bottom .c_totals_right {
    background: none repeat scroll 0 0 #45999d;
    padding: 15px;
    text-align: center;
    width: 50%;
}
.cartview:hover .cart_menu {
    top: 64px;
    opacity: 1;
    z-index: 99;
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}
@keyframes delay-overflow {
  0% {
    overflow: visible;
  }
  99% {
    overflow: visible;
  }
  100% {
    overflow: hidden;
  }
}
.c_totals_left {
    width: 50%;
}
.c_totals_left > p, .c_totals_right > p {
   color: #002b46;
    font-size: 17px;
    font-family: 'open_sansregular';
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.c_totals_right {
    float: right;
}
.main_cart_area {
    background: none repeat scroll 0 0 #fff;
    padding: 40px 0;
}
.cart_heading {
       background: none repeat scroll 0 0 #45999d;
    overflow: hidden;
    padding: 15px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.cart_heading .h_item1 {
    float: left;
    width: 41%;
}
.h_item1 > p, .h_item2 > p, .h_item3 > p, .h_item4 > p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.cart_heading .h_item2 {
    float: left;
    width: 18%;
}
.cart_heading .h_item3 {
    float: left;
    width: 24%;
}
.cart_heading .h_item4 {
    float: left;
    width: 17%;
}
.cart_item {
    /*border-bottom: 1px solid #e8eaec;
   
    padding: 32px 0;*/
     overflow: hidden;
    padding: 10px 0;
    box-shadow: 0px 10px 20px 0 #f2f3f4;
}
.cart_item .cart_item_img {
    float: left;
    width: 41%;
}
.cart_item_img > img {
    margin-left: 10px;
    float: left;
    margin-right: 10px;
    width: 92px;
    height: 82px;
    overflow: hidden;
}
.cart_item_img > p {
    color: #727272;
    margin-bottom: 0;
    margin-top: 23px;
    text-transform: uppercase;
}
.cart_item .cart_price {
    float: left;
    width: 18%;
}
.cart_price > p, .cart_quantity > p, .cart_total > p {
    color: #727272;
    margin-bottom: 0;
    margin-top: 31px;
    text-transform: uppercase;
}
.cart_item .cart_quantity {
    float: left;
    width: 17%;
}
.cart_quantity ul {
    list-style: outside none none;
    margin: 29px 0 0;
    padding: 0;
}
.cart_quantity ul li {
    float: left;
    margin-right: 10px;
}
.cart_quantity ul li a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e8eaec;
    color: #333;
    display: block;
    font-size: 12px;
    height: 23px;
    padding-top: 3px;
    text-align: center;
    width: 23px;
}
.cart_item .cart_total {
    float: left;
    width: 24%;
}
.coupon_box {
        margin: 0px 0 10px;
}
.coupon_box > input[type="text"] {
    display: inline-block;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    color: #aaaaaa;
    font-size: 12px;
    padding: 7px 10px;
    text-transform: uppercase;
    height: initial;
    box-shadow: none;
}
.coupon_box > input[type="submit"] {
    padding: 5px !important;
    width: 155px !important;
}
.main_cart_area .product_form_total > input[type="submit"], .coupon_box > input[type=submit] {
    background: none repeat scroll 0 0 #f7f8f9;
}
.product_form_total > input[type="submit"], .coupon_box > input[type=submit] {
    border: 2px solid #ff6766;
    color: #232323;
    font-size: 13px;
    font-weight: 700;
    margin: 8px auto 15px;
    text-align: center;
    text-transform: uppercase;
}
.main_cart_area .main_cart_right {
    margin-top: -20px;
}
.product_form_total {
    padding: 20px;
}
.panel-group {
    margin-bottom: 20px;
}
#home-accordion.panel-group .panel {
    border: 0 solid;
    border-radius: 0;
    margin-bottom: -5px;
}
.panel {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.main_cart_area .panel-default .panel-heading {
    padding: 15px 20px;
    background-color: #45999d;
    color: #fff;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#home-accordion .panel-title {
    font-family: 'open_sansregular';
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
        color: #fff;
    font-weight: 500;
} .panel-body {
    border-top-color: #fff;
    margin: 15px 15px 0;
    padding-bottom: 13px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 0 solid #ddd;
}
.c_single_item {
    overflow: hidden;
    padding-top: 15px;
}
.c_main_item > p, .c_single_item > p, .c_total_item > p, .c_payment > p {
    color: #232323;
    float: left;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 60%;
}
.c_main_item > span, .c_single_item > span, .c_total_item > span {
    color: #232323;
    float: left;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 40%;
}
.c_total_item.sp_single_item {
    border-top: 1px solid #eee;
    border-bottom: 0px solid #eee;
    margin-bottom: 0;
    margin-top: 11px;
    overflow: hidden;
    padding: 10px 0 7px;
}
.main_cart_right .product_form_total a.cart_update {
    background: none repeat scroll 0 0 #ff6766;
    border: 2px solid #ff6766;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
}
.main_cart_area .product_form_total > input[type="submit"], .coupon_box > input[type=submit] {
    background: none repeat scroll 0 0 #f7f8f9;
}
.main_cart_area .product_form_total > input[type="submit"], .coupon_box > input[type=submit] {
    border: 2px solid #45999d;
    color: #232323;
    font-size: 13px;
    font-weight: 700;
    margin: 8px auto 15px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.copaplybtn {
        margin: 0 !important; 
    background: #45999d !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 0 !important;
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
        font-family: 'open_sansregular';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_cart_right .btn{
	color: #45999d !important;
    background-color: rgba(68, 151, 155, 0.17) !important;
}
.main_cart_right .btn:before,.main_cart_right .btn:after{
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #45999d), color-stop(100%, #44989c));
    background: -webkit-linear-gradient(45deg, #45999d 0%, #44989c 100%);
    background: -o-linear-gradient(45deg, #45999d 0%, #44989c 100%);
    background: linear-gradient(45deg, #45999d 0%, #44989c 100%);
}
/*End Cart Page*/
/*Responsive*/
@media (max-width: 1024px){
.price {
    padding: 9px 10px 9px 20px;
}
}
@media (max-width: 980px) {
    /*Start Cart View Botton*/
    .cartview {
        display: none !important;
    }
.cartbtnmobile {
    display: block;
    padding: 20px;
margin: 0;
float: right;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #002b46; 
    }
    .cartbtnmobile sup {
        padding: 0;
    padding-left: 0px;
min-width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-left: 0px;
background: #45999d;
color: #fff;
    }
    
/*End Cart View*/
}
@media (max-width: 767px) {

/*Start Cart View Botton*/
    .cartview {
        display: none !important;
    }
.cartbtnmobile {
    display: block;
    padding: 20px;
margin: 0;
float: right;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #002b46; 
    }
    .cartbtnmobile sup {
        padding: 0;
    padding-left: 0px;
min-width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-left: 0px;
background: #45999d;
color: #fff;
    }
    
    }
/*End Cart View*/
.product_form_total > a.csclass{
    border: 2px solid #45999d;
    color: #232323;
    font-size: 13px;
    font-weight: 700;
    margin: 8px auto 15px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/*Responsive*/
@media (max-width: 1024px){
.price {
    padding: 9px 10px 9px 20px;
}
}
@media (max-width: 980px) {
    /*Start Cart View Botton*/
    .cartview {
        display: none !important;
    }
.cartbtnmobile {
    display: block;
    padding: 20px;
margin: 0;
float: right;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #002b46; 
    }
    .cartbtnmobile sup {
        padding: 0;
    padding-left: 0px;
min-width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-left: 0px;
background: #45999d;
color: #fff;
    }
    
/*End Cart View*/
}
@media (max-width: 767px) {

/*Start Cart View Botton*/
.cartview {
    display: none !important;
}
.cartbtnmobile {
    display: block;
    padding: 20px;
margin: 0;
float: right;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #002b46; 
    }
    .cartbtnmobile sup {
        padding: 0;
    padding-left: 0px;
min-width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-left: 0px;
background: #45999d;
color: #fff;
}
}
    
/*End Cart View*/

#region-main h2{
        text-align: center;
    margin: 20px auto;
}
#region-main .video-js-box {
        margin: 0px auto 20px;
}
#region-main .modified {
    text-align: center;
    margin-bottom: 20px;
}
#page-mod-quiz-view #intro{
	display:none;
}
.generate-cert-btn {
    border: none;
    margin: 0 0 10px 5px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s ease-in-out .2s;
    -o-transition: .3s ease-in-out .2s;
    transition: .3s ease-in-out .2s;
    z-index: 9;
    color: #fff !important;
    background-color: black !important;
    background: black !important;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    float: left;
}

.custom-url p a {
    font-weight: 600;
    color: #f58a22;
    font-family: nunito,Arial,sans-serif;
    font-size: 15px;    
}

#page-mod-quiz-review .submitbtns .mod_quiz-next-nav, .moodle-dialogue-confirm .confirmation-dialogue input[type="button"] {
	float: right;
    background-color: black !important;
    background: black !important;
    color: #fff !important;
    margin: 0 0 10px 5px;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gradeparent{
    overflow-x: auto;
}
#playback_rate {
    color: #fff;
    position: absolute;
    bottom: 38px;
    height: auto;
    background: transparent;
    width: auto;
    padding: 0;
    border: 0;
    left: 140px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
}
#playback_rate option{
	color: #3f3f3f;
}
#facial_loginbtn {
	display: initial;
	cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: capitalize;
    padding: 9px 20px;
    font-size: 15px;
    letter-spacing: 0;
    background-image: linear-gradient(to right,#2bcfdb 0%,#024aae 100%) !important;
    font-weight: 500;
    color: #fff;
    text-shadow: none;
    margin: 10px 0 10px 5px;
    vertical-align: middle;
}
.mini-btn.search-btn .wrap-search-btn{
	position: relative;
}
.mini-btn.search-btn .wrap-search-btn .badge{
	position: absolute;
    top: 3px;
    left: 60%;
    font-size: 11px;
    border-radius: 35px;
    z-index: 9;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #e30712;
    box-shadow: none !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.add-qust{
	    display: inline-block;
    border: 1px solid #ff9600;
    color: #fff !important;
    padding: 8px 30px;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    background: #ff9600;
}
.add-qust i{
	    padding-right: 5px;
}
.categories-s ul {
    padding-left: 0px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    color: #5d5d5d;
}
.categories-s ul li {
list-style-type: none;
    padding: 10px 0 10px 21px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #1d2746;
    border-bottom: 1px solid #e6eff8;
}


.categories-s ul li:after {
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    font-size: 14px;
    color: #ff9600;
    font-family: 'FontAwesome' !important;
    font-weight: 500;
    /* content: "\f00c"; */
    content: "";
    background-image: url(../../assets/img/check-crl.png);
    width: 17px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sp-tn{
	color: #1d2746;
}
.top-sc {
	border: 1px solid #e6eff8;
    border-radius: 10px;
	    margin-top: 18px;
}
.top-sc .about-nav-tab .nav-tabs{
	    background: #f0f8ff;
    border-top-left-radius: 10px;
	margin-bottom:0

}
.top-sc .about-nav-tab .nav-tabs .nav-link{
border-bottom: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding: 19px 25px;
    color: #1d2746;
    font-size: 17px;
}
.top-sc .about-nav-tab .nav-tabs .nav-link.active{
	color:#ff9600;
	    background: transparent;
}
.top-sc .cat-list {
    padding: 15px 25px;
    border-bottom: 1px solid #e6eff8;
}
.top-sc .cat-list h3{
	    color: #1d2746;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-bottom: 9px;
}
.top-sc .cat-list p {
	color: #5d5d5d;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
	    margin-bottom: 0 !important;
}
.list-botm ul{
	    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
}
.list-botm ul li{
	    display: inline-block;
    margin-right: 20px;
}
.list-botm .prof-img{
	width: 46px;
    margin-right: 5px;
}
.list-botm .prof-nme{
	color: #00527d;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.list-botm .dte{
	    margin-right: 5px;
}
.list-botm .dte-d{
	    color: #5d5d5d;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.list-botm{
	    margin-top: 15px;
}
.count-li ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0 !important;
    margin: 0 auto;
    text-align: center;
}
.count-li ul li{
	    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
.count-li ul li div{
	width: 50px;
    height: 50px;
    background: #f0f8ff;
    border-radius: 50%;
    color: #5d5d5d;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.lst-l{
	    border-bottom: 0 !important;
}
.filt-sec .form-control{
	background: #f4f5fa;
    border-color: #ededef !important;
    border-radius: 0;
    height: 40px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5d5d5d;
}
.filt-sec  label{
	font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5d5d5d;
    text-align: right;
    display: block;
}
.back-opt {
	    color: #00527d;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.back-opt i{
	    margin-right: 4px;
    font-size: 18px;
}
.top-nm{
	padding: 17px 25px;
}
.top-nm h3{
	    margin-bottom: 0;
}
.count-li-rl ul{
	padding: 0;
    margin-bottom: 0 !important;
    text-align: center;
    list-style-type: none;
}
.count-li-rl li .ard{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #5d5d5d;
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e6eff8;
    display: inline-block;
}
.count-li-rl li .pnt{
	    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
       display: inline-block;
	background: #34b8fe;
	    margin: 10px auto;
}
.your-answ h3{
	color: #1d2746;
    font-size: 19px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 25px;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: #e6eff8 !important;
}
.ck.ck-toolbar {
    border: 1px solid #e6eff8 !important;
	    background: #f6f7f7 !important;
}
.ck-button {
    background-color: transparent !important;
    background: transparent !important;
	color: #50575e !important;
}
div.ck-editor__editable {
  min-height: 300px;
}
.modal-header{
	    background: #0080a8;
		border: 0;
}
.modal-header .modal-title{
	color: #fff;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.modal-header .close{
	    background: transparent !important;
    opacity: 2;
    text-shadow: none;
}
.modal-content{
	    border: 0;
}
 .form-control {
    background: #f4f5fa;
    border-color: #ededef !important;
    border-radius: 0;
    height: 40px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5d5d5d;
}
.header .header-main.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.taxonomy {
    font-size: 14px;
	font-family: 'Barlow', sans-serif;
    margin-top: 9px;
}
.taxonomy .fa-tags{
	margin-right: 5px;
}

.taxonomy img {
    margin-right: 10px;
}
.taxonomy a {
    color: #838793;
}
.taxonomy a + a {
    padding-right: 2px;
}
.forum-comment {
    margin-top: 20px;
}
.forum-post-top {
    display: flex;
}
.forum-post-top .author-avatar img {
    border-radius: 50%;
    margin-right: 15px;
	width:60px;
}
.forum-post-top .forum-post-author .author-name {
    font-size: 15px;
    color: #1d2746;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    margin-bottom: 2px;
}
.forum-post-top .forum-post-author{
	margin-left: 10px;
}
.comment-form .cmt-form{
	    display: flex;
}
.comment-form .cmt-form .author-avatar img{
	    width: 40px;
}
.comment-form .cmt-form .inpt{
	    flex: 1 1 0%;
    margin: 0 15px;
}
.comment-form .cmt-form .inpt .form-control{
	    background: #fff;
    border-radius: 20px;
}
.comment-form .cmt-form .add-qust{

    display: inline-block;
    border: 1px solid #ff9600;
    color: #fff !important;
    padding: 8px 30px;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    background: #ff9600 !important;
    font-size: 14px;
    text-shadow: none;
    border-radius: 20px;
    font-weight: 500;
    box-shadow: none;

}
.comment-form{
	    margin: 0 auto;
    background: #f4f5fa;
    padding: 8px;
    margin-top: 20px;
    border-radius: 10px;
}
.l-mail {
	margin: 0;
    list-style-type: none;
    color: #5d5d5d;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}
.l-mail li{
		font-weight:500
}
.l-mail li i{
width: 25px;
    height: 25px;
    text-align: left;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 0;
    font-size: 14px;
    color: #ff9600;
}
.stnf-n{
	color: #1d2746;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-bottom: 7px;
    display: inline-block;
}
.p_info_item {
	    border: 1px solid #eff5fa;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    min-height: 130px;
    align-items: center;
}
.p_info_item img{
	    margin-bottom: 15px;
    width: 50px;
}
.p_info_item a h4{
	    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #1d2746;
    font-size: 17px;
    margin-bottom: 7px;
}
.p_info_item .info_number{
	    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #ff9600;
    font-size: 17px;
}
.cd-box{
	    background-color: #fff;
    background-clip: border-box;
    position: relative;
    margin-bottom: 3.5rem;
    width: 100%;
    border: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(196 205 224 / 48%);
    border-radius: 10px;
}
.cd-box .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ebfa;
    background: #f0f8ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px 20px !important;
    font-size: 16px;
	font-weight: 600;
}
.cd-box .table td, .table th {
    padding: 10px 22px !important;
}

.cd-box table th, .cd-box table td {
    border: 0;
    font-family: 'Barlow', sans-serif;
}
.cd-box table td{
	font-size: 15px;
    color: #5d5d5d;
    border-bottom: 1px solid #e9ebfa;
}
.cd-box tr:last-child td{
   border-bottom: none;
}
.view-d{
	color: #ff9600;
    font-weight: 600;
}
.tp-header{
	background: #f0f8ff;
    border-top-left-radius: 10px;
    margin-bottom: 0;
    color: #ff9600;
    padding: 19px 25px;
}
.tp-header h4{
	color: #ff9600;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.tp-list{
	padding: 15px 25px;
    border-bottom: 1px solid #e6eff8;
}
.your-rely{
	padding: 15px 25px;
}
.your-rely h3 {
    color: #1d2746;
    font-size: 19px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 5px;
}
