#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebe5b;
}


.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #FCD915;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

a {
    color: #FCD915;
    text-decoration: none
}

a:active,
a:focus {
    color: #FCD915;
    text-decoration: none
}

.read-more {
    color: black;
    font-weight: 500;
    font-size: 14px
}

.read-more:after {
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding-left: 8px;
    font-weight: 900;
    color: #FCD915;
    vertical-align: middle
}

.read-more:hover {
    color: #FCD915
}

.word-break {
    word-break: break-word
}

.common-block {
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px
}

.hoverstyle1 {
    overflow: hidden;
    border-radius: 0.25rem
}

.hoverstyle1 img {
    transition: all 0.3s linear 0s
}

.hoverstyle1:hover img {
    transform: scale(1.05)
}

.line-through {
    text-decoration: line-through
}

.theme-overlay[data-overlay-dark]:before {
    background: #FCD915
}

.theme-overlay-dark[data-overlay-dark]:before {
    background: black
}

.left-overlay[data-overlay-dark]:before {
    background: rgba(0, 73, 117, 0.76);
    background: linear-gradient(-90deg, transparent, black 75%)
}

.shadow-box {
    background: #fff;
    border-top: 4px solid #00bbef;
    padding: 1.2rem 2rem;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0px #d9e1e9
}

.bg-theme {
    background: #FCD915
}

.bg-theme-light {
    background: #f7fbff
}

.bg-theme-dark {
    background: black
}

.bg-primary {
    background: #FCD915 !important
}

.text-primary {
    color: #FCD915 !important
}

a.text-primary:focus,
a.text-primary:hover,
a.text-primary:active {
    color: #FCD915 !important
}

.text-secondary {
    color: black !important
}

a.text-secondary:focus,
a.text-secondary:hover,
a.text-secondary:active {
    color: black !important
}

.white-hover:hover {
    color: #fff
}

.cursor-pointer {
    cursor: pointer
}

.shadow-block {
    box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
    background-color: #fff;
    border-left: 3px solid #FCD915
}

.sm-avatar {
    width: 2.75rem;
    height: 2.75rem
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #232323;
    background: #fff
}

.scroll-to-top:hover i {
    color: #232323
}

.scroll-to-top:visited {
    color: #232323;
    text-decoration: none
}

.butn {
    background-color: #FCD915;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px 24px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 0
}

.butn:before {
    content: "";
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .45s ease-out
}

.butn:after {
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding-left: 10px;
    font-weight: 900
}

.butn:hover:before,
.butn:active:before,
.butn:focus:before {
    width: 100%;
    left: 0
}

.butn:hover,
.butn:active,
.butn:focus {
    color: #ffffff
}

.butn:hover span,
.butn:active span {
    color: #fff
}

.butn.reverse {
    background-color: black
}

.butn.reverse:hover:before {
    background-color: #FCD915
}

.butn.white {
    background-color: #fff;
    color: #FCD915
}

.butn.white:before {
    background-color: black
}

.butn.white:hover,
.butn.white:active,
.butn.white:focus {
    color: #fff
}

.butn-md {
    padding: 10px 22px
}

.butn-sm {
    padding: 9px 12px
}

@media screen and (max-width: 991px) {
    .butn {
        padding: 14px 22px
    }
    .butn-md {
        padding: 10px 20px
    }
    .butn-sm {
        padding: 9px 12px
    }
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 12px 20px
    }
    .butn-md {
        padding: 10px 18px
    }
    .butn-sm {
        padding: 9px 12px
    }
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
    color: #FCD915
}

.navbar>ul>li.current>a:after {
    border-color: transparent #FCD915 #FCD915 transparent
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
    color: #FCD915
}

.menu_area-light .navbar ul ul li.active>a,
.menu_area-light .navbar-nav li.has-sub a:hover {
    color: #FCD915
}

.menu_area-light .navbar>ul>li.has-sub>a:hover:after,
.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #FCD915 #FCD915 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #FCD915
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #FCD915
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #FCD915
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #FCD915 #FCD915 transparent
}

.header-style3 .navbar-nav li.current>a {
    color: #FCD915
}

.header-style3 .navbar>ul>li.current>a:after {
    border-color: transparent #FCD915 #FCD915 transparent
}

.header-style3.scrollHeader .navbar-nav li.current>a {
    color: #FCD915
}

.header-style3.scrollHeader .navbar-nav li.current>a:hover {
    color: #FCD915
}

.header-style3.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #FCD915 #FCD915 transparent
}

@media screen and (min-width: 992px) {
    .header-style1 .navbar-nav li.current>a,
    .menu_area-light .navbar-nav li.current>a {
        color: #FCD915
    }
    .header-style1 .navbar>ul>li.current>a:after,
    .menu_area-light .navbar>ul>li.current>a:after {
        border-color: transparent #FCD915 #FCD915 transparent
    }
    .header-style1.scrollHeader .navbar-nav li.current>a,
    .menu_area-light.scrollHeader .navbar-nav li.current>a {
        color: #FCD915
    }
    .header-style1.scrollHeader .navbar-nav li.current>a:hover,
    .menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
        color: #FCD915
    }
    .header-style1.scrollHeader .navbar>ul>li.current>a:after,
    .menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #FCD915 #FCD915 transparent
    }
}

.onepage-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.onepage-nav .logo {
    padding: 10px 0;
    width: 155px
}

.onepage-nav.nav-scroll {
    background: #fff;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    z-index: 99
}

.header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px
}

.header .social-links a:hover {
    opacity: 0.85
}

.header .social-links:last-child {
    margin-right: 0
}

.navbar .navbar-nav .nav-link.active {
    color: #FCD915
}

.navbar.nav-scroll .navbar-nav .nav-link:hover,
.navbar.nav-scroll .navbar-nav .nav-link.active {
    color: #FCD915
}

@media screen and (max-width: 1399px) {
    .onepage-nav>.container {
        padding-right: 5.5rem
    }
}

@media screen and (max-width: 991px) {
    .onepage-nav {
        padding: 0 15px;
        border: none
    }
    .onepage-nav>.container {
        padding: 10px 0
    }
    .onepage-nav .navbar-nav {
        top: 0;
        position: relative;
        background: black
    }
    .onepage-nav .navbar-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        float: none
    }
    .onepage-nav .navbar-nav>li>a {
        color: #fff
    }
    .onepage-nav .navbar-toggler {
        top: 16px
    }
    .onepage-nav .navbar-nav .nav-link {
        padding: 12px 15px
    }
    .onepage-nav .logo {
        padding: 6px 0 7px 0
    }
}

.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: black;
    z-index: 99999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.side-menu.black {
    background: #232323
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0
}

#close_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 9999;
    opacity: 0.4
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer
}

.side-menu.before-side .btn-close {
    display: none
}

.side-menu .btn-close:before,
.side-menu .btn-close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 25px;
    top: 22px;
    z-index: 99
}

.sidemenu_btn.left {
    left: 15px;
    right: auto
}

.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    background: black;
    display: block
}

.sidemenu_btn>span:nth-child(2) {
    margin: 4px 0
}

.nav-scroll .sidemenu_btn>span {
    background: #232323
}

.bg-black.nav-scroll .sidemenu_btn>span {
    background: #fff
}

.bg-white .sidemenu_btn>span,
.bg-white.nav-scroll .sidemenu_btn>span {
    background: #232323
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0
}

.side-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1)
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link:focus:after {
    width: 100%
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent
}

.side-nav .navbar-nav .nav-link.active:after {
    width: 100%
}

.side-menu .social-links a {
    color: #fff
}

.side-menu .social-links a:hover {
    opacity: 0.65
}

@media screen and (max-width: 1399px) {
    .sidemenu_btn {
        margin-right: 0
    }
}

.section-heading-one {
    margin-bottom: 70px;
    text-align: center;
    position: relative
}

.section-heading-one h1,
.section-heading-one h2,
.section-heading-one h3,
.section-heading-one h4,
.section-heading-one h5,
.section-heading-one h6 {
    position: relative;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 50px;
    z-index: 1;
    color: black;
    padding: 0px 70px;
    display: inline-block;
    margin: 0 auto;
    width: 80%
}

.section-heading-one p {
    font-size: 20px;
    font-weight: 500;
    padding-top: 40px;
    margin: 0 auto
}

.section-heading-one h2 span {
    font-size: 220px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    line-height: 0.5;
    color: transparent;
    text-fill-color: transparent;
    text-stroke: 1px #0a1026;
    text-fill-color: transparent;
    text-stroke: 1px #0a1026;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #0a1026;
    opacity: 0.13
}

.section-heading-one h2 .white-text {
    text-fill-color: transparent;
    text-stroke: 1px #ffffff;
    text-fill-color: transparent;
    text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff
}

@media screen and (max-width: 1199px) {
    .section-heading-one h2 {
        font-size: 40px
    }
    .section-heading-one h2 span {
        font-size: 170px
    }
    .section-heading-one p {
        padding-top: 30px
    }
    .section-tag::before,
    .section-tag::after {
        top: 48px
    }
}

@media screen and (max-width: 991px) {
    .section-heading-one {
        margin-bottom: 50px
    }
    .section-heading-one h2 {
        font-size: 34px
    }
    .section-heading-one h2 span {
        font-size: 150px
    }
    .section-heading-one p {
        font-size: 18px;
        padding-top: 25px
    }
}

@media screen and (max-width: 767px) {
    .section-heading-one h2 {
        font-size: 32px;
        width: 100%
    }
    .section-heading-one h2 span {
        font-size: 140px
    }
    .section-heading-one p {
        font-size: 16px;
        padding-top: 25px
    }
}

@media screen and (max-width: 575px) {
    .section-heading-one h2 {
        font-size: 30px;
        padding: 0
    }
    .section-heading-one h2 span {
        font-size: 120px
    }
}

.section-heading-one-left {
    font-size: 50px;
    margin-bottom: 3rem;
    color: black;
    position: relative;
    z-index: 1;
    font-weight: 700
}

.section-heading-one-left span {
    font-size: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.5;
    color: transparent;
    text-fill-color: transparent;
    text-stroke: 1px #0a1026;
    text-fill-color: transparent;
    text-stroke: 1px #0a1026;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #0a1026;
    opacity: 0.13
}

@media screen and (max-width: 1199px) {
    .section-heading-one-left {
        font-size: 40px
    }
    .section-heading-one-left span {
        font-size: 160px
    }
}

@media screen and (max-width: 991px) {
    .section-heading-one-left {
        font-size: 34px;
        margin-bottom: 4rem
    }
    .section-heading-one-left span {
        font-size: 130px
    }
}

@media screen and (max-width: 767px) {
    .section-heading-one-left {
        font-size: 32px;
        margin-bottom: 3rem
    }
    .section-heading-one-left span {
        font-size: 90px
    }
}

@media screen and (max-width: 575px) {
    .section-heading-one-left {
        font-size: 30px
    }
}

.page-title-section {
    padding: 220px 0 175px;
    text-align: center
}

.page-title-section h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: #FCD915
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px
}

.page-title-section ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.page-title-section .active a,
.page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 180px 0 140px
    }
    .page-title-section h1 {
        font-size: 42px;
        line-height: 46px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 160px 0 100px
    }
    .page-title-section h1 {
        margin-bottom: 5px;
        font-size: 36px;
        line-height: 40px
    }
    .page-title-section ul {
        margin-top: 5px
    }
}

.counter-style1 {
    right: 0;
    bottom: 0;
    padding: 15px 20px 25px 20px;
    position: absolute;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
    border-left: 3px solid #FCD915;
    z-index: 1
}

.counter-style1 h4 {
    font-size: 60px
}

.counter-style1 h4:after {
    content: '+';
    font-size: 50px;
    vertical-align: super
}

@media screen and (max-width: 1199px) {
    .counter-style1 h4 {
        font-size: 48px
    }
    .counter-style1 h4:after {
        font-size: 36px
    }
}

@media screen and (max-width: 767px) {
    .counter-style1 h4 {
        font-size: 36px
    }
    .counter-style1 h4:after {
        font-size: 28px
    }
}

.card-style1 {
    position: relative;
    display: block;
    transition: all 300ms ease;
    transform: perspective(1200px) rotateX(0deg) translateY(0px);
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 8px 8px 0 8px;
    height: 100%
}

.card-style1 .card-img {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-style1 .card-img img {
    transition: all 0.3s linear 0s
}

.card-style1:hover .card-img img {
    transform: scale(1.05)
}

.card-style1 .card-body {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 2rem;
    text-align: center
}

.card-style1 .card-body h3 {
    margin-bottom: 0.8rem
}

.card-style1 .card-body h3 a {
    color: black
}

.card-style1 .card-body h3 a:hover {
    color: #FCD915
}

.card-style1 .service-content .service-icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0
}

.card-style1 .service-content .service-icon a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    transition: all 500ms ease;
    line-height: 60px
}

@media screen and (max-width: 1199px) {
    .card-style1 .card-body {
        padding: 2rem 1rem
    }
}

.card-style2 {
    position: relative;
    display: flex;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0;
    height: 100%
}

.card-style2 .card-img {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-style2 .card-img img {
    transition: all 0.3s linear 0s
}

.card-style2:hover .card-img img {
    transform: scale(1.05)
}

.card-style2 .date {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #16bae1;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ededed;
    display: inline-block;
    background-color: #ffffff;
    text-transform: uppercase;
    border-radius: 0.25rem
}

.card-style2 .date span {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    background-color: #FCD915;
    border-radius: 0.25rem
}

.card-style2 .card-body {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 2rem
}

.card-style2 .card-body h3 {
    margin-bottom: 0.8rem
}

.card-style2 .card-body h3 a {
    color: black
}

.card-style2 .card-body h3 a:hover {
    color: #FCD915
}

.card-style2 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: transparent;
    padding-right: 2rem;
    padding-left: 2rem;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-style2 .card-footer ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0
}

.card-style2 .card-footer ul li {
    font-size: 15px
}

.card-style2 .card-footer ul li a {
    color: #394952
}

.card-style2 .card-footer ul li a:hover {
    color: #FCD915
}

.card-style2 .card-footer ul li i {
    color: #FCD915;
    font-size: 14px;
    margin-right: 8px
}

.card-style3 {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #ffffff;
    height: 100%
}

.card-style3 a {
    transition: .5s
}

.card-style3 h3 a {
    color: black
}

.card-style3 .background-image {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    transition: .8s;
    background-size: cover
}

.card-style3 .card-body {
    padding: 2.5rem;
    z-index: 999;
    position: relative
}

.card-style3 .card-body i {
    transition: .5s;
    color: #FCD915
}

.card-style3:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    z-index: 9;
    transition: .8s;
    background: rgba(5, 17, 97, 0.82)
}

.card-style3:hover:before {
    right: 0
}

.card-style3:hover .background-image {
    left: 0
}

.card-style3:hover .backgound-color {
    right: 0
}

.card-style3:hover i,
.card-style3:hover a,
.card-style3:hover p,
.card-style3:hover .read-more:after {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .card-style3 .card-body {
        padding: 2rem
    }
}

.card-style4 {
    position: relative;
    background: none;
    border: none
}

.card-style4 .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.card-style4 .card-img img {
    transition: all 500ms ease;
    border-radius: 4px
}

.card-style4:hover .card-img img {
    transform: scale(1.1)
}

.card-style4 .card-body {
    position: relative;
    padding: 2rem;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -60px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ededed;
    margin-bottom: 60px
}

.card-style4 h3 {
    margin-bottom: 1rem
}

.card-style4 h3 a {
    color: black
}

.card-style4 h3 a:hover {
    color: #FCD915
}

.card-style4 .post-list {
    position: relative;
    list-style: none;
    margin-bottom: 15px
}

.card-style4 .post-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px
}

.card-style4 .post-list li:last-child {
    margin-right: 0
}

.card-style4 .post-list li i {
    color: #FCD915;
    font-size: 14px;
    margin-right: 8px
}

.card-style4 .author-box {
    position: relative;
    top: 30px;
    margin-bottom: -35px;
    box-shadow: 0 8px 16px 0px #d9e1e9;
    background: #ffffff;
    border-radius: 4px
}

.card-style4 .box-inner {
    position: relative;
    min-height: 80px;
    padding: 14px 100px
}

.card-style4 .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px
}

.card-style4 .author-image img {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.card-style4 .author {
    position: relative;
    color: #FCD915;
    font-size: 15px;
    font-weight: 600
}

.card-style4 .author span {
    position: relative;
    color: black;
    font-size: 16px;
    display: block;
    text-transform: capitalize
}

.card-style4 .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    min-height: 80px;
    font-weight: 700;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    min-width: 80px;
    padding: 10px 5px 10px;
    text-align: center;
    background-color: #FCD915
}

@media screen and (max-width: 575px) {
    .card-style4 .card-body {
        padding: 1.5rem;
        margin-right: 15px;
        margin-left: 15px
    }
    .card-style4 .box-inner {
        padding: 15px
    }
    .card-style4 .author-image {
        position: relative;
        text-align: center;
        margin: 0 auto
    }
    .card-style4 .author-image img {
        border-radius: 0.25rem
    }
    .card-style4 .author {
        text-align: center;
        padding: 15px 0
    }
    .card-style4 .post-date {
        position: relative;
        border-radius: 0.25rem
    }
}

.card-style5 {
    padding: 30px 20px 30px;
    border: 1px solid #ededed;
    background: #ffffff;
    margin-top: 50px;
    border-radius: 0.25rem;
    transition: all linear .3s;
    text-align: center;
    position: relative
}

.card-style5 .service-icons {
    position: relative;
    margin-top: -50px;
    z-index: 1
}

.card-style5 .service-icons i {
    font-size: 46px;
    line-height: 50px;
    color: #fff
}

.card-style5 .service-icons:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    border: 2px dashed black;
    z-index: -1;
    background: white;
    border-radius: 50%
}

.card-style5 .service-icons:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    background: black;
    z-index: -1;
    border-radius: 50%
}

.card-style5 h3 {
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 0
}

.card-style5:hover {
    box-shadow: 0 8px 16px 0px #d9e1e9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.card-style5:hover:before {
    opacity: 1;
    transform: scale(1)
}

.card-style5:before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 1.3s;
    transition: opacity 0.35s, transform 1.3s;
    border-right: 1px solid #FCD915;
    border-left: 1px solid #FCD915;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.card-style5:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.card-style5:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 1.3s;
    transition: opacity 0.5s, transform 1.3s;
    border-top: 1px solid #FCD915;
    border-bottom: 1px solid #FCD915;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.card-style6 {
    border: 1px solid #ededed;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.25rem;
    height: 100%
}

.card-style6 h3 a {
    color: black
}

.card-style6 h3 a:hover {
    color: #FCD915
}

.card-style6 .post-img {
    position: relative
}

.card-style6 .img-tag {
    position: relative;
    overflow: hidden
}

.card-style6 .card-img .tags {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 7px 3px;
    border-radius: 4px;
    background-color: #FCD915;
    font-size: 12px
}

.card-style6 .card-img .tags a {
    padding: 0 10px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.card-style6 .card-img .tags a:last-child {
    border-right: none
}

.card-style6 .card-body {
    padding: 25px
}

.card-style6 .card-body .date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FCD915;
    margin-bottom: 15px
}

.sidebar .widget {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: #FCD915;
    padding: 12px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.sidebar .widget .widget-body {
    padding: 20px;
    word-break: break-word
}

.sidebar .widget .widget-title h4 {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #fff
}

.process-block {
    text-align: center;
    height: 100%
}

.process-block .process-step {
    font-size: 70px;
    font-weight: 600;
    color: #FCD915;
    position: relative
}

.process-block .process-title {
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 22px;
    color: black
}

.process-block p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 2.0
}

.process-block .process-step .dot-border:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background: black;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px 0px rgba(155, 40, 123, 0.3);
    z-index: 2
}

.process-block .process-step .dot-border:after {
    content: "...................................................................................................................................";
    font-size: 14px;
    color: #e4e4e4;
    line-height: 1em;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    width: 380px;
    overflow: hidden;
    letter-spacing: 8px;
    position: absolute
}

.process-block .process-step .last:after {
    content: none
}

@media screen and (max-width: 1199px) {
    .process-block .process-step {
        font-size: 60px
    }
    .process-block .process-step .dot-border:after {
        width: 330px
    }
    .process-block .process-title {
        font-size: 20px
    }
}

@media screen and (max-width: 991px) {
    .process-block .process-step {
        margin-bottom: 15px;
        font-size: 54px;
        line-height: 50px
    }
    .process-block .process-step .dot-border:before,
    .process-block .process-step .dot-border:after {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .process-block .process-title {
        font-size: 18px
    }
    .process-block .process-text {
        font-size: 15px
    }
    .process-block .process-step {
        font-size: 50px;
        line-height: 45px
    }
}

.accordion-style2 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none
}

.accordion-style2 .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style2 .btn-link {
    background: #eff3f9 !important;
    color: #282b2d;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 15px 30px 15px 15px;
    text-decoration: none
}

.accordion-style2 .btn-link:hover {
    background: #eff3f9 !important;
    border: none;
    text-decoration: none
}

.accordion-style2 .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px
}

.accordion-style2 .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #282b2d
}

.accordion-style2 .card-body {
    padding: 1.5rem;
    text-align: left;
    background: #f7faff
}

.pricing-wrapper {
    background: #ffffff;
    border-radius: 0.25rem;
    padding: 0 35px 35px;
    position: relative;
    transition: all 500ms ease;
    box-shadow: 0 8px 16px 0px #d9e1e9;
    z-index: 1;
    margin-top: 40px;
    text-align: center;
    height: 100%
}

.pricing-wrapper .pricing-title {
    background: #FCD915;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #ededed;
    position: relative;
    top: -50px
}

.pricing-wrapper .pricing-title h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 36px 0 36px
}

.pricing-wrapper .package {
    margin: -25px auto 25px
}

.pricing-wrapper .package h3 {
    color: black;
    margin-bottom: 0;
    position: relative
}

.pricing-wrapper .package h3 span {
    font-size: 30px;
    font-weight: 500;
    color: black
}

.pricing-wrapper .package h3 strong {
    font-size: 58px;
    font-weight: 700
}

.pricing-wrapper .package h3 .month {
    font-size: 14px;
    font-weight: 400
}

.pricing-wrapper .price-list {
    border-top: 1px dashed #d4d4d4
}

.pricing-wrapper .price-list ul {
    list-style: none;
    margin: 35px 0
}

.pricing-wrapper .price-list ul li {
    color: black;
    padding-bottom: 15px
}

.pricing-wrapper .price-list ul li:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 991px) {
    .pricing-wrapper .package h3 strong {
        font-size: 48px
    }
}

@media screen and (max-width: 767px) {
    .pricing-wrapper .package h3 strong {
        font-size: 42px
    }
}

.pricing-table-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden
}

.pricing-header {
    padding: 50px 0;
    background-color: #FCD915;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.pricing-header h3 {
    color: #fff;
    margin: 0;
    text-transform: capitalize
}

.pricing-header .price {
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    padding-top: 30px;
    color: #ffffff
}

.pricing-header .price sup {
    font-size: 32px;
    font-weight: 600;
    margin-right: 5px;
    top: -3px
}

.pricing-header .price sub {
    font-size: 13px;
    font-weight: 400
}

.pricing-list {
    border: 2px solid #ededed;
    border-top: none;
    border-radius: 0.25rem;
    padding: 2.5rem 2rem 3.5rem 2rem
}

.pricing-list ul {
    list-style: none;
    margin-bottom: 0
}

.pricing-list li {
    display: block;
    font-size: 18px;
    color: black;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: left
}

.pricing-list li i {
    color: #FCD915;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle
}

.pricing-btn {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -26px
}

.discount-tag {
    position: absolute;
    left: -39px;
    top: -10px;
    background: black;
    color: #fff;
    width: 126px;
    height: 60px;
    text-align: center;
    line-height: 17px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: 600;
    padding-top: 18px;
    z-index: 3
}

@media screen and (max-width: 1199px) {
    .pricing-header {
        padding: 40px 0
    }
    .pricing-header h3 {
        font-size: 28px
    }
    .pricing-header .price {
        font-size: 48px
    }
    .pricing-header .price sup {
        font-size: 28px
    }
    .pricing-list li {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .pricing-header {
        padding: 30px 0
    }
    .pricing-header h3 {
        font-size: 26px
    }
    .pricing-header .price {
        padding-top: 15px
    }
}

@media screen and (max-width: 767px) {
    .pricing-header {
        padding: 20px 0
    }
    .pricing-header h3 {
        font-size: 24px
    }
    .pricing-header .price {
        font-size: 44px
    }
    .pricing-header .price sup {
        font-size: 24px
    }
}

@media screen and (max-width: 575px) {
    .pricing-header .price {
        font-size: 40px
    }
    .discount-tag {
        width: 116px;
        font-size: 12px
    }
}

.team-style1 {
    position: relative
}

.team-style1 .team-img {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    text-align: center
}

.team-style1 .team-img img {
    display: inline-block
}

.team-style1 .team-social-icon {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: auto;
    display: block;
    transition: all .3s ease-in-out;
    z-index: 9
}

.team-style1 .team-social-icon ul {
    list-style: none;
    padding: 0;
    transition: all .3s ease-in-out;
    margin: 20px
}

.team-style1 .team-social-icon ul li {
    margin-bottom: 8px
}

.team-style1 .team-social-icon ul li:last-child {
    margin-bottom: 0
}

.team-style1 .team-social-icon ul li a {
    background-color: #fff;
    color: black;
    font-size: 15px;
    display: inline-block;
    height: 36px;
    border-radius: 0.25rem;
    width: 36px;
    border: 1px solid rgba(0, 73, 118, 0.41);
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0s
}

.team-style1 .team-social-icon ul li a:hover {
    background: #FCD915;
    color: #fff;
    border: 1px solid #FCD915
}

.team-style1 .team-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    background: #FCD915;
    text-align: center;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.team-style1 .team-info h6 {
    display: block;
    color: #fff;
    text-transform: capitalize
}

.team-style1 .team-info small {
    display: block;
    color: #fff
}

@media screen and (max-width: 991px) {
    .team-style1 .team-info {
        padding: 15px
    }
}

@media screen and (max-width: 575px) {
    .team-style1 .team-social-icon ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px
    }
}

.testimonial-style1 .testimonial-text {
    padding: 40px 40px 70px 40px;
    position: relative;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.09)
}

.testimonial-style1 .testimonial-detail {
    position: relative;
    padding: 25px 40px 20px 40px;
    top: -30px;
    width: 85%;
    background-color: #FCD915;
    color: #fff;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.testimonial-style1 .testimonial-pic {
    background: #fff;
    width: 6rem;
    height: auto;
    position: absolute;
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 100%;
    right: 20px;
    top: -50px;
    z-index: 2
}

@media screen and (max-width: 575px) {
    .testimonial-style1 .testimonial-text {
        padding: 30px 30px 60px 30px
    }
    .testimonial-style1 .testimonial-pic {
        width: 5rem;
        border-width: 3px
    }
    .testimonial-style1 .testimonial-detail {
        width: 100%;
        padding: 25px 20px
    }
}

.testimonial-style2 {
    border: 1px solid #ededed;
    background: #f8f9fa;
    padding: 40px 30px 60px 30px;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    background: #fff
}

.testimonial-style2 .rating i {
    color: #efca00;
    font-size: 12px
}

.testimonial-quote {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FCD915;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    bottom: 0;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .testimonial-quote {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-quote {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 16px;
        bottom: 4px
    }
}

.team-style3 {
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 85px 50px 50px;
    position: relative;
    margin-top: 50px;
    z-index: 2
}

.team-style3 .item-author {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0
}

.team-style3 .item-author img {
    width: auto;
    display: inline-block;
    border-radius: 50%;
    max-width: 100px
}

.team-style3 .quote-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px
}

.team-style3 .item-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #FCD915
}

.team-style3 .item-subtitle {
    margin-bottom: 5px;
    color: black;
    font-size: 15px;
    font-weight: 500
}

.team-style3 .item-rating {
    list-style: none;
    margin-bottom: 0
}

.team-style3 .item-rating li {
    display: inline-block;
    color: #ffb300;
    font-size: 14px
}

.team-style3 .quote {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.testimonial3-carousel.owl-theme .owl-nav {
    margin-top: 35px
}

.testimonial3-carousel.owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    line-height: 55px;
    transition-duration: 500ms;
    text-align: center;
    margin: auto;
    opacity: 0.3
}

.testimonial3-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px
}

.testimonial3-carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px
}

.testimonial3-carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial3-carousel.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: black
}

.testimonial3-carousel .owl-nav i,
.testimonial3-carousel .owl-nav span {
    font-weight: 600;
    color: #fff;
    transition-duration: 500ms;
    font-size: 20px
}

.testimonial3-carousel .owl-nav .owl-next:hover i,
.testimonial3-carousel .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .team-style3 .item-author img {
        max-width: 90px
    }
    .team-style3 .item-title {
        font-size: 20px;
        margin-bottom: 5px
    }
    .team-style3 .item-subtitle {
        margin-bottom: 0
    }
    .team-style3 .item-rating li {
        font-size: 13px
    }
}

@media screen and (max-width: 991px) {
    .team-style3 {
        padding: 70px 50px 45px 50px
    }
    .team-style3 .item-title {
        font-size: 18px
    }
    .team-style3 .item-subtitle {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .team-style3 .quote-text {
        font-size: 15px;
        margin-bottom: 25px
    }
    .team-style3 .item-author img {
        max-width: 80px
    }
}

@media screen and (max-width: 575px) {
    .team-style3 {
        padding: 60px 30px 35px 30px
    }
    .team-style3 .item-title {
        font-size: 16px
    }
    .team-style3 .item-rating li {
        font-size: 12px
    }
    .team-style3 .quote-text {
        margin-bottom: 20px
    }
}

.product-detail .offer-price {
    text-decoration: line-through;
    color: red
}

.shop-cart-table {
    width: 100%;
    overflow-x: auto
}

.shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px
}

.shop-cart-table a {
    color: black
}

.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px
}

.table.cart-sub-total td,
.table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px
}

.table.cart-sub-total td {
    padding-right: 0
}

.shop-cart-table input[type="text"] {
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
    width: 50px;
    margin: 0
}

.social-icon-style2 {
    margin-bottom: 0
}

.social-icon-style2 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block
}

.social-icon-style2 li a {
    color: #6f6f6f;
    display: inline-block;
    font-size: 16px
}

.social-icon-style2 li a:hover {
    color: #FCD915
}

.social-icon-style2 li:last-child {
    margin-right: 0
}

.product-rating {
    line-height: 22px
}

.product-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px
}

@media screen and (max-width: 1199px) {
    .product-rating {
        margin-bottom: 5px;
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .product-rating i {
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .media.product-review {
        display: table
    }
    .media.product-review .media-body {
        display: inline-block;
        width: 100%;
        margin-top: 15px
    }
}

.widget-product-calculate {
    border: 1px solid #ededed;
    padding: 30px
}

.widget-product-calculate .list-item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: black;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media screen and (max-width: 1199px) {
    .widget-product-calculate {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {
    .widget-product-calculate .list-item ul li {
        font-size: 15px
    }
}

.clients .client-img {
    display: inline-block;
    width: 100%;
    opacity: 0.65;
    padding: 1.5rem 2rem;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: #fafafa;
    text-align: center;
    transition: all 500ms ease
}

.clients .client-img img {
    max-height: 75px
}

.clients .client-img:hover {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .clients .client-img {
        padding: 1rem
    }
}

.map {
    height: 400px;
    width: 100%;
    vertical-align: top;
    border: 0
}

.contact-box {
    border-radius: 0.25rem;
    border-top: 4px solid #00bbef;
    background: #f9f9f9
}

.contact-wrapper {
    padding: 30px 20px;
    border-top: 4px solid #FCD915;
    text-align: center;
    background: #fff;
    border-radius: 0.25rem;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    transition: all 0.3s linear 0s
}

.contact-wrapper i {
    font-size: 38px;
    color: #FCD915;
    margin-bottom: 25px
}

@media screen and (max-width: 1199px) {
    .contact-wrapper {
        padding: 20px
    }
    .contact-wrapper i {
        font-size: 34px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    .contact-wrapper i {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .contact-wrapper i {
        font-size: 28px
    }
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #FCD915;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }
    .video_btn:after {
        height: 75px;
        width: 75px
    }
    .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }
    .video_btn:after {
        height: 70px;
        width: 70px
    }
    .video_btn:before {
        height: 85px;
        width: 85px
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }
    .video_btn:after {
        height: 60px;
        width: 60px
    }
    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

.card-wrapper {
    position: relative;
    overflow: hidden
}

.card-wrapper .card-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-out
}

.card-wrapper .card-img img {
    transition: all .3s ease-in-out;
    border-radius: 0.25rem;
    border-radius: 0.25rem
}

.card-wrapper .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transform: translateX(-100%);
    transition: .8s;
    z-index: 11
}

.card-wrapper:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    z-index: 9;
    transition: .8s;
    background: rgba(0, 186, 238, 0.82);
    border-radius: 0.25rem
}

.card-wrapper:hover:before {
    right: 0
}

.card-wrapper h3,
.card-wrapper p {
    color: #fff
}

.card-wrapper .read-more {
    color: #fff
}

.card-wrapper .read-more:after {
    color: #fff
}

.card-wrapper:hover .card-body {
    visibility: visible;
    transform: translateX(0px)
}

.card-wrapper:hover .backgound-color {
    right: 0
}

.project-info-list {
    list-style: none;
    margin-bottom: 0
}

.project-info-list li {
    margin-bottom: 15px
}

.project-info-list li .project-label {
    color: black;
    font-weight: 600;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    width: 115px;
    vertical-align: top
}

.project-info-list li .project-label:after {
    content: ":";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -1px;
    right: 0
}

.project-info-list li.project-rating {
    display: flex
}

@media screen and (max-width: 1199px) {
    .project-info-list li .project-label {
        margin-right: 20px;
        width: 110px
    }
}

@media screen and (max-width: 767px) {
    .project-info-list li {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 575px) {
    .project-info h4 {
        font-size: 18px
    }
}

.owl-theme .owl-nav.disabled {
    margin-top: 40px !important
}

.owl-theme .owl-dots {
    margin-top: 40px !important
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.15)
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #FCD915
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.dots-white.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5)
}

.dots-white.owl-theme .owl-dots .owl-dot:hover span,
.dots-white.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.slider-fade1 .owl-item {
    height: 100vh;
    position: relative
}

.slider-fade1 .text-center h1 {
    margin-left: auto;
    margin-right: auto
}

.slider-fade1 .text-right h1 {
    margin-right: 0;
    margin-left: auto
}

.slider-fade1 .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.slider-fade1 .item .caption {
    width: 100%;
    z-index: 9
}

.slider-fade1 .owl-carousel .caption .overflow-hidden {
    display: inline-block
}

.slider-fade1 .owl-carousel .caption h3 {
    font-weight: 500;
    animation-delay: 0.5s;
    display: inline-block;
    position: relative;
    color: #FCD915
}

.slider-fade1 .owl-carousel .caption h1 {
    animation-delay: 0.8s;
    font-size: 4rem
}

.slider-fade1 .owl-carousel .caption p {
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s;
    margin-bottom: 30px
}

.slider-fade1 .owl-carousel .caption span {
    display: inline-block
}

.slider-fade1 .owl-carousel .caption .butn {
    animation-delay: 1.4s
}

.slider-fade1 .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0
}

.slider-fade1 .owl-theme .owl-dots .owl-dot span {
    background: #ffffff
}

.slider-fade1 .owl-theme .owl-dots .owl-dot:hover span,
.slider-fade1 .owl-theme .owl-dots .owl-dot.active span {
    background: #FCD915
}

.slider-fade1 .owl-theme .owl-nav {
    margin-top: 0
}

.slider-fade1 .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    line-height: 65px;
    transition-duration: 500ms;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3
}

.slider-fade1 .owl-theme .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh
}

.slider-fade1 .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #FCD915
}

.slider-fade1 .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #FCD915
}

.slider-fade1 .owl-nav i,
.slider-fade1 .owl-nav span {
    font-weight: 600;
    color: #fff;
    transition-duration: 500ms;
    font-size: 20px
}

.slider-fade1 .owl-nav .owl-next:hover i,
.slider-fade1 .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .slider-fade1 .owl-carousel .caption h1 {
        font-size: 3.5rem
    }
}

@media screen and (max-width: 991px) {
    .slider-fade1 .owl-carousel .caption h1 {
        font-size: 3rem
    }
}

@media screen and (max-width: 767px) {
    .slider-fade1 .owl-carousel .caption h1 {
        font-size: 2.6rem
    }
    .slider-fade1 .owl-carousel .caption h3 {
        font-size: 1rem
    }
}

@media screen and (max-width: 575px) {
    .slider-fade1 .owl-carousel .caption h1 {
        font-size: 2rem
    }
}

@media screen and (max-width: 479px) {
    .slider-fade1 .owl-carousel .caption h1 {
        font-size: 1.8rem
    }
}

.accordion-style1 {
    position: relative;
    z-index: 99
}

.accordion-style1 .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none
}

.accordion-style1 .card:last-child {
    margin-bottom: 0
}

.accordion-style1 .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none
}

.accordion-style1 .btn-link {
    border-bottom: none;
    color: #ffffff;
    background: #FCD915;
    position: relative;
    display: block;
    border: 1px solid #FCD915;
    font-weight: 500;
    width: 100%;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 20px 50px 20px 20px;
    text-decoration: none;
    font-size: 16px
}

.accordion-style1 .btn-link:hover {
    text-decoration: none
}

.accordion-style1 .btn-link.collapsed {
    background: #ffffff;
    color: black;
    border: 1px solid #ededed;
    border-radius: 0.25rem
}

.accordion-style1 .btn-link.collapsed:after {
    background: none;
    border: 1px solid #FCD915;
    border-radius: 0.25rem;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 20px;
    color: #FCD915;
    line-height: 24px;
    height: 26px;
    transform: none;
    width: 26px;
    top: 20px;
    text-align: center;
    padding-left: 1px
}

.accordion-style1 .btn-link:after {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    content: "-";
    right: 20px;
    left: inherit;
    font-size: 20px;
    height: 26px;
    line-height: 24px;
    transform: none;
    width: 26px;
    top: 20px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding-left: 2px
}

.accordion-style1 .card-body {
    border-top: none;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

@media screen and (max-width: 1199px) {
    .accordion-style1 .btn-link {
        padding: 15px 50px 15px 15px
    }
    .accordion-style1 .btn-link:after {
        top: 14px;
        right: 15px;
        height: 24px;
        line-height: 22px;
        width: 24px;
        font-size: 18px
    }
    .accordion-style1 .btn-link.collapsed:after {
        top: 15px;
        right: 15px;
        height: 24px;
        line-height: 22px;
        width: 24px;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .accordion-style1 .card {
        margin-bottom: 10px
    }
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 180px
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 40px 0 40px 0
}

.resp-tabs-list li.resp-tab-active {
    background: #FCD915;
    background: -webkit-linear-gradient(-45deg, #FCD915, #8089ff);
    background: -moz-linear-gradient(-45deg, #FCD915, #8089ff);
    background: -o-linear-gradient(-45deg, #FCD915, #8089ff);
    background: linear-gradient(-45deg, #FCD915, #8089ff);
    padding: 15px 20px 13px 20px;
    color: #FCD915
}

.resp-tabs-list li.resp-tab-active i {
    color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    border-top: 0px solid #e4e4e4;
    margin: 0px;
    padding: 15px 21px
}

h2.resp-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: #FCD915 !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #FCD915
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.tab-style1 .resp-tabs-list li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    background: #FCD915
}

.tab-style1 .resp-tabs-list li.resp-tab-active {
    background-color: #fff;
    color: #FCD915;
    border-top: 1px solid #ededed !important;
    border-left: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.tab-style1 .resp-tabs-list li.resp-tab-active:before {
    content: "";
    background: #FCD915;
    height: 5px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    margin: 0 auto;
    right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.tab-style1 .img-effect:hover {
    transform: translateY(-8px)
}

.tab-style1 .box-shadow-primary {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 992px) {
    .tab-style1 ul.resp-tabs-list {
        text-align: left
    }
    .tab-style1 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }
    .tab-style1 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }
    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
        color: #FCD915
    }
    .tab-style1 .resp-tab-content {
        margin-top: 0;
        border: 1px solid #ededed;
        padding: 25px;
        border-radius: 4px;
        border-top-left-radius: 0
    }
}

@media screen and (max-width: 991px) {
    .tab-style1 .resp-tabs-container {
        border-top: 1px solid #e4e4e4
    }
    .tab-style1 ul.resp-tabs-list {
        display: none
    }
    .tab-style1 h2.resp-accordion {
        display: block
    }
    .tab-style1 h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }
    .tab-style1 .resp-accordion-closed {
        display: none !important
    }
    .tab-style1 .resp-tab-content {
        padding: 20px;
        border: 1px solid #ededed
    }
    h2.resp-tab-active {
        border: 1px solid #FCD915
    }
}

@media screen and (max-width: 767px) {
    .tab-style1 .resp-tabs-container p {
        font-size: 15px;
        margin-bottom: 10px
    }
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    h2.resp-accordion i {
        margin-right: 12px;
        font-size: 18px;
        min-width: 25px
    }
    h2.resp-accordion.resp-tab-active i {
        color: #fff
    }
    .resp-accordion-closed {
        display: none !important
    }
    .resp-tab-content {
        background-color: #fff;
        padding: 30px 0 30px 0
    }
}

.about-wrapper {
    padding: 50px 80px 0 0
}

.about-img {
    position: relative
}

.about-img img {
    position: relative;
    z-index: 1
}

.about-img:after {
    content: '';
    position: absolute;
    display: block;
    top: -45px;
    left: 35%;
    right: -45px;
    bottom: 60px;
    background-image: url(../img/content/about-border.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.about-counter-wrapper {
    background: #FCD915;
    color: #fff;
    max-width: 80%;
    margin-top: -110px;
    position: relative;
    display: block;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    z-index: 999
}

.about-counter-wrapper h4 {
    text-align: center;
    color: #fff
}

.about-counter-wrapper p {
    font-size: 80px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    text-align: center
}

.about-counter-wrapper p:after {
    content: '+';
    font-size: 80px
}

.about-box {
    background-color: #FCD915;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    position: absolute;
    margin-bottom: 0;
    bottom: 30px;
    border-radius: 0.25rem;
    left: 20px;
    color: #fff;
    text-align: left
}

@media screen and (max-width: 1199px) {
    .about-wrapper {
        padding: 50px 40px 0 0
    }
    .about-counter-wrapper p {
        font-size: 70px;
        line-height: 50px;
        margin-bottom: 15px
    }
    .about-counter-wrapper p:after {
        font-size: 70px
    }
    .about-counter-wrapper h4 {
        font-size: 20px
    }
    .author-img {
        margin-right: 20px
    }
}

@media screen and (max-width: 991px) {
    .about-img {
        text-align: center
    }
    .about-wrapper {
        padding: 50px 0 0 0
    }
    .about-counter-wrapper {
        max-width: 60%;
        margin-top: -90px
    }
    .about-counter-wrapper p {
        font-size: 60px;
        line-height: 40px
    }
    .about-counter-wrapper p:after {
        font-size: 60px
    }
    .about-counter-wrapper h4 {
        font-size: 18px
    }
    .about2-text {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .about-wrapper {
        padding: 0
    }
    .about-img:after {
        display: none
    }
    .about-content-wrapper {
        margin-bottom: 20px
    }
    .about-counter-wrapper {
        max-width: 80%
    }
    .about-counter-wrapper p {
        font-size: 55px
    }
    .about-counter-wrapper p:after {
        font-size: 55px
    }
    .about-counter-wrapper h4 {
        font-size: 17px
    }
    .about2-text {
        font-size: 15px;
        margin-bottom: 20px
    }
    .about-box {
        left: 5px
    }
}

@media screen and (max-width: 575px) {
    .about-counter-wrapper {
        margin-top: -70px
    }
    .about-counter-wrapper p {
        font-size: 50px;
        margin-bottom: 10px
    }
    .about-counter-wrapper p:after {
        font-size: 50px
    }
    .about-counter-wrapper h4 {
        font-size: 16px
    }
}

.countdown {
    margin-left: -5px
}

.countdown li {
    background: #fff;
    display: inline-block;
    text-align: center;
    min-width: 130px;
    padding: 15px 10px;
    border-radius: 0.25rem;
    border-top: 4px solid #00bbef;
    margin-left: 5px
}

.countdown li span {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: black;
    line-height: normal;
    position: relative
}

.countdown li span:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

@media screen and (max-width: 991px) {
    .countdown li span {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .countdown {
        margin-top: -10px
    }
    .countdown li {
        min-width: 180px;
        margin-top: 10px
    }
}

@media screen and (max-width: 575px) {
    .countdown li {
        min-width: 47%
    }
}

.error-wrapper .number-wrap {
    position: relative
}

.error-wrapper .number-wrap h1 {
    position: relative;
    font-size: 350px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
    color: transparent;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff
}

.error-wrapper .number-wrap img {
    position: absolute;
    top: -40px;
    left: 0;
    height: auto;
    width: 300px;
    right: 0;
    margin: 0 auto
}

@media screen and (max-width: 1199px) {
    .error-wrapper .number-wrap h1 {
        font-size: 280px;
        margin-bottom: 20px
    }
    .error-wrapper .number-wrap img {
        width: 240px
    }
}

@media screen and (max-width: 991px) {
    .error-wrapper .number-wrap h1 {
        font-size: 240px;
        margin-bottom: 15px
    }
    .error-wrapper .number-wrap img {
        width: 210px
    }
}

@media screen and (max-width: 767px) {
    .error-wrapper .number-wrap h1 {
        font-size: 200px;
        margin-bottom: 10px
    }
    .error-wrapper .number-wrap img {
        width: 180px
    }
}

@media screen and (max-width: 575px) {
    .error-wrapper .number-wrap h1 {
        font-size: 150px
    }
    .error-wrapper .number-wrap img {
        width: 150px;
        top: -50px
    }
}

.list-style1 {
    margin-bottom: 0;
    list-style: none
}

.list-style1 li {
    margin-bottom: 10px
}

.list-style1 li:last-child {
    margin-bottom: 0
}

.list-style1 li:before {
    content: '\f058';
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    color: #FCD915;
    vertical-align: middle;
    padding-right: 10px
}

.list-style2 {
    list-style: none;
    padding: 0
}

.list-style2 li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 14px 0
}

.list-style2 li span {
    position: absolute;
    top: 3px;
    right: 0
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style2 li:before {
    content: "\e64c";
    font-family: 'themify';
    color: #FCD915;
    font-size: 12px;
    background: rgba(0, 186, 238, 0.1);
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 12px
}

.list-style2 li i {
    color: #FCD915;
    font-size: 12px;
    background: rgba(0, 186, 238, 0.1);
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 12px
}

.list-style3 {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-style3 li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 14px 0
}

.list-style3 li a {
    color: #fff
}

.list-style3 li a:hover {
    color: #FCD915
}

.list-style3 li a:hover:before {
    color: #FCD915
}

.list-style3 li span {
    position: absolute;
    top: 3px;
    right: 0
}

.list-style3 li:last-child {
    margin-bottom: 0
}

.list-style3 li a:before {
    content: "\e64c";
    font-family: 'themify';
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 12px
}

.list-style3 li i {
    color: #FCD915;
    font-size: 12px;
    background: rgba(0, 186, 238, 0.1);
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 12px
}

.list-style4 {
    list-style: none;
    margin-left: -20px;
    margin-top: -1rem;
    float: left;
    width: 100%
}

.list-style4 li {
    width: 50%;
    float: left;
    padding-left: 20px;
    margin-top: 1rem
}

.list-style4 li a {
    font-weight: 600;
    position: relative;
    border-radius: 0.25rem;
    border: 1px solid #ededed;
    background-color: #fafafa;
    padding: 10px 20px 10px 45px;
    color: black;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
    color: black
}

.list-style4 li a:before {
    content: "\e64d";
    font-family: 'themify';
    color: #FCD915;
    font-size: 16px;
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 10px;
    top: 3px;
    font-weight: 500
}

.list-style4 li a:hover {
    color: #FCD915
}

.list-style5 {
    list-style: none;
    padding: 0
}

.list-style5 li {
    position: relative;
    padding: 0;
    margin: 0 0 14px 0
}

.list-style5 li.active a {
    color: #FCD915
}

.list-style5 li a {
    color: black;
    font-weight: 500;
    font-size: 14px
}

.list-style5 li a:hover,
.list-style5 li a:active,
.list-style5 li a:focus {
    color: #FCD915
}

.list-style5 li a:before {
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding-right: 8px;
    font-weight: 900;
    color: #FCD915;
    vertical-align: middle
}

.list-style5 li span {
    position: absolute;
    top: 3px;
    right: 0
}

.list-style5 li:last-child {
    margin-bottom: 0
}

.icon-style1 {
    display: block;
    color: #fff;
    background: #FCD915;
    font-size: 24px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.3s linear 0s;
    vertical-align: top
}

.downloads li {
    list-style: none;
    border: 1px solid black;
    border-radius: 0.25rem
}

.downloads li a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    color: black
}

.downloads i {
    background: black;
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    vertical-align: middle;
    font-size: 16px
}

.downloads .label {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px
}

.counter-box {
    margin-top: -90px;
    padding: 0;
    position: relative;
    z-index: 9;
    background: transparent
}

.rating {
    list-style: none;
    margin-bottom: 0
}

.rating li {
    display: inline
}

.rating li i {
    color: #fc0;
    line-height: 28px
}

.contact-icon {
    display: block;
    color: #fff;
    background: #FCD915;
    font-size: 20px;
    border-radius: 4px;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    transition: all .45s ease-out
}

@media screen and (max-width: 1199px) {
    .contact-icon {
        font-size: 18px;
        min-width: 45px;
        min-height: 45px;
        line-height: 45px;
        margin-right: 15px
    }
}

.meta-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 2.2rem;
    position: relative
}

.meta-list li {
    display: inline-block;
    font-size: 15px;
    color: #777;
    margin-right: 15px
}

.meta-list li i {
    margin-right: 8px
}

.block-quote {
    background-color: #FCD915;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: relative
}

.block-quote:before {
    font-family: Font Awesome\ 5 Free;
    content: '\f10e';
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%)
}

@media screen and (max-width: 1199px) {
    .block-quote:before {
        font-size: 48px
    }
}

@media screen and (max-width: 991px) {
    .block-quote:before {
        font-size: 36px
    }
}

.discount-box {
    background: #FCD915;
    transform: translateY(120px);
    position: relative;
    z-index: 2;
    border-radius: 4px;
    padding: 60px 80px
}

.discount-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 1199px) {
    .discount-box {
        padding: 60px;
        transform: translateY(90px)
    }
}

@media screen and (max-width: 991px) {
    .discount-box {
        padding: 50px;
        transform: translateY(70px)
    }
    .discount-btns {
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .discount-box {
        padding: 40px
    }
}

@media screen and (max-width: 575px) {
    .discount-box {
        padding: 30px
    }
}

select.form-control {
    min-width: 60px
}

.form-control:focus {
    border-color: #FCD915
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 14px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.light-validation .quform-errors>.quform-error {
    color: #fff
}

.newsletter-form .quform-elements {
    position: relative
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 16px;
    top: -49px;
    width: auto;
    background: #f5f5f5;
    height: 48px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-top-right-radius: 0.25em;
    -webkit-border-bottom-right-radius: 0.25em;
    -moz-border-radius-topright: 0.25em;
    -moz-border-radius-bottomright: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em
}

.newsletter-form .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-form input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem
}

.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
    border-color: #f5543f
}

.newsletter-form .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-form i {
    font-size: 1.2rem;
    line-height: 2rem
}

footer {
    padding: 90px 0 0;
    background: orange;
}

@media screen and (max-width: 991px) {
    footer {
        padding-top: 70px
    }
}

.footer-social-icon2 {
    margin-bottom: 0
}

.footer-social-icon2 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.footer-social-icon2 li:last-child {
    margin-right: 0
}

.footer-social-icon2 li a {
    color: #ffffff;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ffffff
}

.footer-social-icon2 li a:hover {
    background: #FCD915;
    color: #fff;
    border: 1px solid #FCD915
}

.social-icon3 {
    margin-bottom: 0
}

.social-icon3 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.social-icon3 li:last-child {
    margin-right: 0
}

.social-icon3 li a {
    color: black;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid black
}

.social-icon3 li a:hover {
    background: black;
    color: #fff;
    border: 1px solid black
}

.footer-social-icon3 {
    margin-bottom: 0
}

.footer-social-icon3 li {
    display: inline-block;
    margin-right: 15px;
    text-align: center
}

.footer-social-icon3 li a {
    color: #fff
}

.footer-social-icon3 li:last-child {
    margin-right: 0
}

.footer-social-icon3 li a:hover {
    color: #FCD915
}

.footer-social-icon {
    margin-bottom: 0
}

.footer-social-icon li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.footer-social-icon li:last-child {
    margin-right: 0
}

.footer-social-icon li a {
    color: #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ffffff
}

.footer-social-icon li a:hover {
    background: #FCD915;
    color: #fff;
    border: 1px solid #FCD915
}

.footer-list {
    margin: 0
}

.footer-list li {
    list-style-type: none;
    color: #fff;
    padding: 5px 0;
    font-size: 16px
}

.footer-list li:first-child {
    padding-top: 0
}

.footer-list li:last-child {
    padding-bottom: 0
}

.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff
}

.footer-list li a:before {
    content: '\f105';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #FCD915;
    padding-right: 8px;
    transition-duration: .3s;
    vertical-align: top;
    font-size: 16px
}

.footer-list li a:hover {
    color: #FCD915
}

.footer-list li a:hover:before {
    color: #FCD915
}

@media screen and (max-width: 1199px) {
    .footer-list li {
        font-size: 15px
    }
}

.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 3rem;
    margin-bottom: 3rem
}

.footer-contact-info .content {
    flex-basis: 40%
}

.footer-contact-info .content p {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px
}

.footer-contact-info .content a i {
    padding-right: 8px;
    vertical-align: middle;
    margin-top: -3px
}

.footer-contact-info .box {
    flex-basis: 50%;
    background: #FCD915;
    padding: 20px;
    position: relative;
    padding-right: 50px;
    border-radius: 4px
}

.footer-contact-info .box h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0
}

.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 14px;
    right: 10px;
    color: #ffffff
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    position: relative;
    z-index: 9
}

@media screen and (max-width: 1199px) {
    .footer-contact-info .box {
        padding: 15px
    }
    .footer-contact-info .box h2 {
        font-size: 20px
    }
    .footer-contact-info .box .icon {
        font-size: 36px;
        top: 8px
    }
}

@media screen and (max-width: 991px) {
    .footer-title {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .footer-contact-info .content {
        flex-basis: 100%;
        margin-bottom: 20px
    }
    .footer-contact-info .content p {
        font-size: 15px
    }
    .copyright {
        margin-top: 60px
    }
}

@media screen and (max-width: 575px) {
    .footer-contact-info .box {
        flex-basis: 80%
    }
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -89px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #6f6f6f
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #6f6f6f
}

.buy-theme:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #232323
}

.buy-theme span,
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span,
.all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i,
.all-demo:hover i {
    color: #fff
}

.buy-theme a,
.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -105px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}