#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}
.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #fe7e15;
    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:hover,
a:active,
a:focus {
    color: #fe7e15;
    text-decoration: none;
}
.bg-primary {
    background-color: #fe7e15 !important;
}
.bg-secondary {
    background: #222 !important;
}
.bg-theme-dark {
    background-color: #111 !important;
}
.bg-light-dark {
    background: #1d1d1d !important;
}
.text-primary {
    color: #fe7e15 !important;
}
.text-secondary {
    color: #222 !important;
}
.text-gray {
    color: #999999;
}
.bg-light-secondary {
    background: #f8f9fc !important;
}
.bg-gradient-primary {
    background: linear-gradient(to left, #553880 0%, #4d4dff 100%) !important;
}
.text-dark {
    color: #3e454e !important;
}
.text-dark-gray {
    color: #adb5bd;
}
.text-light-gray {
    color: #8492a6;
}
.text-purple-secondary {
    color: #fe7e15;
}
.bg-blue {
    background-color: #e16500;
}
.border-primary {
    border-color: #fe7e15 !important;
}
.border-primary-color {
    border-color: #e16500 !important;
}
.seprator-border {
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
.border-light-white {
    color: rgba(238, 238, 238, 0.1);
}
.primary-overlay[data-overlay-dark]:before {
    background: #fe7e15;
}
.secondary-overlay[data-overlay-dark]:before {
    background: #222;
}
.dark-overlay[data-overlay-dark]:before {
    background: #111;
}
.white-hover:hover {
    color: #fff !important;
}
.text-primary-hover:hover {
    color: #fe7e15 !important;
}
.min-height-250 {
    min-height: 250px;
}
.min-height-300 {
    min-height: 300px;
}
.min-height-500 {
    min-height: 500px;
}
.map-h500 {
    height: 500px;
    width: 100%;
}
.height-400 {
    height: 400px;
}
.h-100vh {
    height: 100vh;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-top-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded-bottom-10px {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.primary-box-shadow {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.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: #fe7e15;
    border: 1px solid #fe7e15;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    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: #222;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 15px 30px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}
.butn:before {
    content: "";
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #fe7e15;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.45s ease-out;
}
.butn:hover:before,
.butn:active:before,
.butn:focus:before {
    width: 100%;
    left: 0;
}
.butn:hover,
.butn:active,
.butn:focus,
.butn:hover span,
.butn:active span {
    color: #ffffff;
}
.butn.md {
    padding: 12px 30px;
}
.butn.sm {
    padding: 10px 30px;
}
button:hover,
button:active {
    color: #fe7e15;
}
.butn.primary-butn {
    background: #fe7e15;
    border-radius: 4px;
}
.butn.primary-butn:before {
    background: #ffffff;
    border-radius: 4px;
}
.butn.primary-butn:hover,
.butn.primary-butn:active,
.butn.primary-butn:focus {
    color: #fe7e15;
}
.butn.primary-butn.md {
    padding: 12px 30px;
}
.butn.primary-butn.sm {
    padding: 10px 30px;
}
.butn-style2 {
    display: inline-block;
    background-color: #fe7e15;
    color: #fff !important;
    font-size: 14px;
    padding: 15px 30px;
    line-height: normal;
    font-weight: 600;
    border-radius: 5px;
    vertical-align: middle;
}
.butn-style2 i {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
}
.butn-style2:hover {
    background-color: #e16500;
}
.butn-style2.md {
    padding: 12px 30px;
}
.butn-style2.sm {
    padding: 10px 30px;
}
.butn-style2.theme {
    background: #222;
}
.butn-style2.theme:hover {
    background: #fe7e15;
}
.butn-style2.white:hover {
    background-color: #fff;
    color: #fe7e15 !important;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.butn.primary-butn {
    color: #fff;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.butn.primary-butn:hover,
.header-style1.scrollHeader .attr-nav > ul > li > a.butn.primary-butn:active,
.header-style1.scrollHeader .attr-nav > ul > li > a.butn.primary-butn:focus {
    color: #fe7e15;
}
.link-btn {
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    vertical-align: middle;
}
.link-btn.black {
    color: #282b2d;
}
.link-btn.black:hover {
    color: #fe7e15;
}
.list-style1 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-style1 li {
    display: block;
    vertical-align: middle;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.list-style1 li:hover,
.list-style1 li.active {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    transition: all 0.8s;
}
.list-style1 li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .list-style1 li {
        padding: 10px 15px;
        font-size: 16px;
    }
}
.list-style2 {
    list-style: none;
    padding: 0;
}
.list-style2 li {
    position: relative;
    padding: 0 0 8px 40px;
    margin: 0 0 8px 0;
    font-size: 16px;
}
.list-style2 li i {
    color: #ffffff;
    font-size: 12px;
    background: #fe7e15;
    margin-right: 12px;
    border-radius: 30px;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 12px;
}
.list-style2 li i.primary {
    background: #fe7e15;
    color: #ffffff;
}
.list-style2 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-style3 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ededed;
}
.list-style3 li:last-child {
    margin-bottom: 0;
}
.list-style3 li:after {
    border-bottom: 2px solid #fe7e15;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    transition: all 0.6s linear 0s;
}
.list-style3 li:hover:after {
    width: 100%;
}
@media screen and (max-width: 575px) {
    .list-style3 li {
        display: block;
    }
}
.list-style4 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style4 li {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    position: relative;
    background: #efefef;
}
.list-style4 li.active a {
    color: #ffffff;
    border-radius: 10px;
}
.list-style4 li.active a:after {
    color: #ffffff;
}
.list-style4 li:hover a:after {
    color: #ffffff;
}
.list-style4 li a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border-radius: 10px;
    transition: all 0.3s linear;
}
.list-style4 li.active a i {
    color: #ffffff;
    font-size: 20px;
}
.list-style4 li a i {
    color: #27ae60;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 20px;
}
.list-style4 li:last-child {
    margin-bottom: 0;
}
.list-style4 li.active:after {
    width: 100%;
    background: #fe7e15;
    border-radius: 10px;
}
.list-style4 li::after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s linear;
}
.list-style4 li a:after {
    content: "\f30b";
    font-family: Font Awesome\5 Free;
    position: absolute;
    right: 20px;
    transition: width 0.5s linear;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
}
.list-style4 li:hover a {
    color: #ffffff;
}
.list-style4 li:hover:after {
    width: 100%;
    background: #fe7e15;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .list-style4 li a {
        font-size: 15px;
    }
    .list-style4 li a:after {
        font-size: 15px;
    }
}
.list-style5 {
    list-style: none;
    padding: 30px 0 0;
    text-align: left;
    margin: 30px 0;
    border-top: 2px solid rgba(238, 238, 238, 0.1);
}
.list-style5.gray-border {
    border-top: 2px solid #ededed;
}
.list-style5 li {
    color: #e7e7e7;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: capitalize;
}
.list-style5 li.black {
    color: #575a7b;
}
.list-style5 li:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 575px) {
    .list-style5 li {
        font-size: 15px;
    }
}
.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}
.top-bar-info ul {
    margin-bottom: 0;
}
.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0;
}
.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0;
}
.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 0;
}
.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px;
}
.top-social-icon li:last-child {
    padding-right: 0;
}
.top-social-icon li:last-child a {
    padding-right: 0;
}
.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0 3px;
}
.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
    color: #fe7e15;
}
.attr-nav > ul > li > a.butn {
    color: #fff;
}
.navbar > ul > li.current > a:after {
    border-color: transparent #fe7e15 #fe7e15 transparent;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
    color: #fe7e15;
}
.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #fe7e15 #fe7e15 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #fe7e15;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #fe7e15;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #fe7e15;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #fe7e15 #fe7e15 transparent;
}
@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a,
    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #fe7e15;
    }
    .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
        border-color: #fe7e15;
    }
    .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #fe7e15;
    }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #fe7e15;
    }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
        border-color: transparent #fe7e15 #fe7e15 transparent;
    }
    .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
        border-color: transparent #fe7e15 #fe7e15 transparent;
    }
    .header-style2.scrollHeader .navbar-nav li.current > a {
        color: #fe7e15;
    }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
        color: #fe7e15;
    }
    .header-style2.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #fe7e15 #fe7e15 transparent;
    }
    .header-style2 .navbar ul ul li.active > a {
        color: #fe7e15;
    }
    .header-style2 .navbar-nav li.has-sub a:hover,
    .header-style2 .navbar-nav li.has-sub a:active,
    .header-style2 .navbar-nav li.has-sub a:focus {
        color: #fe7e15;
    }
    .header-style2 .navbar-nav li.current > a,
    .header-style2 .navbar-nav li.active > a {
        color: #fe7e15;
    }
    .header-style2 .navbar > ul > li.has-sub > a:hover:after,
    .header-style2 .navbar > ul > li.has-sub > a:active:after,
    .header-style2 .navbar > ul > li.has-sub > a:focus:after {
        border-color: transparent #fe7e15 #fe7e15 transparent;
    }
}
@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #fe7e15;
    }
    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .header-style1 .navbar-toggler:before {
        background: #fff;
    }
    .header-style1 .navbar-toggler.menu-opened:after,
    .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff;
    }
}
.header-style2 .navbar-nav li.current > a {
    color: #fe7e15;
}
.header-style2 .navbar > ul > li.current > a:after {
    border-color: transparent #fe7e15 #fe7e15 transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
    color: #fe7e15;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #fe7e15;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #fe7e15 #fe7e15 transparent;
}
@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active > a {
        color: #fe7e15;
    }
    .header-style2 .butn.secondary:before {
        background: #ffffff;
    }
    .header-style2 .butn.secondary:hover,
    .header-style2 .butn.secondary:focus,
    .header-style2 .butn.secondary:active {
        color: #222 !important;
    }
    .header-style2.scrollHeader .butn.secondary:before {
        background: #fe7e15;
    }
    .header-style2.scrollHeader .butn.secondary:hover,
    .header-style2.scrollHeader .butn.secondary:focus,
    .header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important;
    }
}
.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: 212px;
}
.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 0.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: #fe7e15;
}
.navbar.nav-scroll .navbar-nav .nav-link:hover,
.navbar.nav-scroll .navbar-nav .nav-link.active {
    color: #fe7e15 !important;
}
.onepage-header .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
}
.onepage-header.scrollHeader .navbar-nav .nav-link {
    color: #222;
}
.onepage-header .navbar-nav .nav-link:hover,
.onepage-header .navbar-nav .nav-link.active {
    color: #fe7e15;
    opacity: 1;
}
.onepage-header.scrollHeader .navbar-nav .nav-link:hover,
.onepage-header.scrollHeader .navbar .navbar-nav .nav-link.active {
    color: #fe7e15;
    opacity: 1;
}
.onepage-header.scrollHeader .side-nav .navbar-nav .nav-link {
    color: #fff;
}
.onepage-header.scrollHeader .navbar-brand img {
    vertical-align: middle;
}
@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;
        max-width: none;
    }
    .onepage-nav .navbar-nav {
        top: 0;
        position: relative;
        background: #222;
    }
    .onepage-nav .navbar-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        float: none;
    }
    .onepage-nav .navbar-nav > li > a {
        color: #fff;
    }
    .onepage-nav .navbar-toggler {
        top: 16px;
        right: 15px;
        background: #222;
        outline: none;
        border: none;
        box-shadow: none !important;
    }
    .onepage-nav .navbar-nav .nav-link {
        padding: 12px 15px;
    }
    .onepage-nav .logo {
        padding: 6px 0 7px 0;
    }
    .onepage-header .navbar-nav .nav-link:hover,
    .onepage-header .navbar-nav .nav-link.active {
        color: #fff;
    }
    .onepage-header.scrollHeader .navbar-nav .nav-link {
        color: #fff;
    }
    .onepage-header .navbar.nav-scroll .navbar-nav .nav-link:hover,
    .onepage-header .navbar.nav-scroll .navbar-nav .nav-link.active {
        color: #fff !important;
    }
}
.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: #222;
    z-index: 99999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.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 {
    -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 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.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: #fff;
    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);
    text-align: left;
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.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;
    color: #fff;
}
.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 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.section-heading:before {
    content: attr(data-name);
    font-size: 180px;
    line-height: 180px;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    text-transform: capitalize;
    font-weight: 700;
    color: #ededed;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 40px;
    font-size: 36px;
    margin: 0 auto;
    text-transform: capitalize;
}
.section-heading span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #fe7e15;
}
@media screen and (max-width: 1199px) {
    .section-heading span {
        font-size: 16px;
    }
    .section-heading h1,
    .section-heading h2,
    .section-heading h3,
    .section-heading h4,
    .section-heading h5,
    .section-heading h6 {
        font-size: 32px;
        line-height: 35px;
    }
    .section-heading:before {
        font-size: 170px;
        line-height: 170px;
    }
}
@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 50px;
    }
    .section-heading h1,
    .section-heading h2,
    .section-heading h3,
    .section-heading h4,
    .section-heading h5,
    .section-heading h6 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px) {
    .section-heading:before {
        font-size: 160px;
        line-height: 160px;
    }
}
@media screen and (max-width: 575px) {
    .section-heading span {
        font-size: 14px;
    }
    .section-heading:before {
        font-size: 150px;
        line-height: 150px;
    }
}
.section-heading2 {
    margin-bottom: 50px;
    text-align: center;
}
.section-heading2 h1,
.section-heading2 h2,
.section-heading2 h3,
.section-heading2 h4,
.section-heading2 h5,
.section-heading2 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 45px;
    font-size: 40px;
    width: 50%;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 auto;
}
.section-heading2 .heading-seprator {
    width: 2px;
    height: 20px;
    background: #fe9703;
    margin: 10px auto;
    opacity: 0.5;
}
.section-heading2 span {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    color: #999999;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .section-heading2 h1,
    .section-heading2 h2,
    .section-heading2 h3,
    .section-heading2 h4,
    .section-heading2 h5,
    .section-heading2 h6 {
        width: 60%;
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .section-heading2 {
        margin-bottom: 40px;
    }
    .section-heading2 h1,
    .section-heading2 h2,
    .section-heading2 h3,
    .section-heading2 h4,
    .section-heading2 h5,
    .section-heading2 h6 {
        font-size: 34px;
        line-height: 40px;
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .section-heading2 {
        margin-bottom: 30px;
    }
    .section-heading2 h1,
    .section-heading2 h2,
    .section-heading2 h3,
    .section-heading2 h4,
    .section-heading2 h5,
    .section-heading2 h6 {
        width: 90%;
    }
}
@media screen and (max-width: 575px) {
    .section-heading2 span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .section-heading2 h1,
    .section-heading2 h2,
    .section-heading2 h3,
    .section-heading2 h4,
    .section-heading2 h5,
    .section-heading2 h6 {
        font-size: 25px;
        width: 100%;
    }
}
.section-heading3 {
    margin-bottom: 50px;
    text-align: center;
}
.section-heading3 h1,
.section-heading3 h2,
.section-heading3 h3,
.section-heading3 h4,
.section-heading3 h5,
.section-heading3 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 45px;
    font-size: 40px;
    width: 50%;
    color: #161c2d;
    text-transform: capitalize;
    margin: 0 auto;
}
.subtitle-heading {
    color: #3e454e;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.subtitle-heading span {
    font-size: 20px;
    font-weight: 700;
    padding-right: 5px;
}
.subtitle-heading:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #fe7e15;
    width: 50px;
    height: 3px;
    margin-right: 15px;
    margin-bottom: 3px;
}
@media screen and (max-width: 1199px) {
    .subtitle-heading {
        margin-bottom: 10px;
    }
    .section-heading3 h1,
    .section-heading3 h2,
    .section-heading3 h3,
    .section-heading3 h4,
    .section-heading3 h5,
    .section-heading3 h6 {
        width: 60%;
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .section-heading3 {
        margin-bottom: 40px;
    }
    .section-heading3 h1,
    .section-heading3 h2,
    .section-heading3 h3,
    .section-heading3 h4,
    .section-heading3 h5,
    .section-heading3 h6 {
        font-size: 34px;
        line-height: 40px;
        width: 70%;
    }
    .subtitle-heading {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .subtitle-heading span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .section-heading3 {
        margin-bottom: 30px;
    }
    .section-heading3 h1,
    .section-heading3 h2,
    .section-heading3 h3,
    .section-heading3 h4,
    .section-heading3 h5,
    .section-heading3 h6 {
        width: 90%;
    }
}
@media screen and (max-width: 575px) {
    .section-heading2 span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .section-heading3 h1,
    .section-heading3 h2,
    .section-heading3 h3,
    .section-heading3 h4,
    .section-heading3 h5,
    .section-heading3 h6 {
        font-size: 30px;
        width: 100%;
    }
}
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.slider-fade .item .caption {
    width: 100%;
    z-index: 9;
}
.slider-fade .caption .overflow-hidden {
    display: inline-block;
}
.slider-fade .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    left: 0;
}
.banner1 .client-wrapper {
    text-align: center;
}
.banner1 .client-wrapper img {
    opacity: 0.5;
}
.banner1 .client-wrapper img:hover {
    opacity: 1;
}
.banner2 .caption h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    animation-delay: 0.5s;
}
.banner2 .caption h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    animation-delay: 0.8s;
}
.banner2 .caption p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    animation-delay: 1.2s;
}
.banner2 .caption .butn {
    animation-delay: 1.4s;
}
.banner2 .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.85);
}
.banner2 .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0;
    line-height: 32px;
}
.banner2 .owl-nav .owl-next:hover {
    opacity: 0.65;
}
.banner2 .owl-nav .owl-next span {
    color: #fe7e15;
    font-size: 24px;
    line-height: 55px;
}
.banner2 .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0;
}
.banner2 .owl-nav .owl-prev:hover {
    opacity: 0.65;
}
.banner2 .owl-nav .owl-prev span {
    color: #fe7e15;
    font-size: 24px;
    line-height: 55px;
}
@media screen and (max-width: 1199px) {
    .banner2 .caption h1 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .banner-single-img {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .banner2 .caption h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .banner2 .caption .sub-title {
        font-size: 14px;
        padding: 4px 10px;
    }
    .banner2 .caption h1 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .banner2 .caption p {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .banner2 .caption h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner2 .caption p {
        font-size: 16px;
    }
}
.banner3.header .navbar-nav > li > a {
    color: #bcbebf;
}
.banner3.header .side-menu .side-nav ul li a {
    color: #fff;
}
.banner3 .video_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-color: #fe7e15;
}
.banner3 .video_btn:before {
    width: 65px;
    height: 65px;
    border: 1px solid #fe7e15;
}
.banner3 .video_btn:after {
    width: 50px;
    height: 50px;
    border: 1px solid #fe7e15;
}
.shape-one {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.shape-two {
    -webkit-animation: movebounce 5s linear infinite;
    -moz-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
.shape-three {
    top: -46%;
    left: 45%;
    position: absolute;
    animation: animationFramesOne 30s infinite linear;
    position: relative;
    background-color: #fe7e15;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}
.shape-three:before {
    content: "";
    position: absolute;
    background-color: inherit;
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}
.banner3 .shape-three:after {
    content: "";
    position: absolute;
    background-color: inherit;
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}
.shape-three:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.shape-three:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
.infinite-floating img {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: Floating;
    animation-timing-function: ease-in-out;
}
@keyframes Floating {
    0% {
        transform: translate(0px, 0px);
    }
    65% {
        transform: translate(0px, 30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@media screen and (max-width: 1199px) {
    .banner3 .banner-right-img {
        width: 670px;
    }
    .banner3 .navbar-nav > li {
        margin-left: 0;
    }
}
.page-title-section {
    padding: 180px 0 90px;
    text-align: left;
}
.page-title {
    display: inline-block;
    border-left: 6px solid #fe7e15;
    padding: 20px 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
.page-title-section.inner-page-style.top-position {
    margin-top: -86px;
}
.page-title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.breadcrumb {
    text-align: left;
    margin-bottom: 0;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    display: inline-block;
    line-height: 1;
}
.breadcrumb ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
}
.breadcrumb ul li:last-child a {
    color: #ffffff;
}
.breadcrumb ul li:after {
    content: "\f30b";
    font-weight: 600;
    color: #ffffff;
    font-family: Font Awesome\5 Free;
    padding: 0 15px 0 15px;
}
.breadcrumb ul li:last-child:after {
    content: none;
}
@media screen and (max-width: 1199px) {
    .page-title-section h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 140px 0 75px;
    }
    .page-title-section h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .page-title-section {
        padding: 130px 0 60px;
    }
    .page-title-section h1 {
        font-size: 28px;
    }
    .breadcrumb ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .page-title {
        padding: 20px;
    }
    .page-title-section h1 {
        font-size: 26px;
    }
    .breadcrumb ul li a {
        font-size: 15px;
    }
    .breadcrumb ul li:after {
        padding: 0 10px 0 10px;
    }
}
.card-style1 {
    border: 0;
}
.card-style1 .card-body {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.card-style1 .card-body .rate {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: rgba(249, 183, 7, 0.102);
    color: #fe7e15;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .card-style1 .card-body {
        padding: 25px;
    }
    .card-style1 .card-body .rate {
        padding: 8px 10px;
        font-size: 14px;
    }
}
.card-style2 {
    border: 0;
    text-align: center;
}
.card-style2 .card-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0 40px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.card-style2 .card-body .box-header {
    position: relative;
    width: 100%;
    padding: 40px 30px 30px 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 35px;
}
.card-style2 .card-body .box-header:after {
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    background-color: #222;
    transform: translateX(-50%);
}
.card-style2:hover .card-body {
    transition: all 0.6s;
}
@media screen and (max-width: 1199px) {
    .card-style2 .card-body {
        padding: 0 0 35px;
    }
    .card-style2 .card-body .box-header {
        padding: 35px 25px 25px 25px;
    }
}
@media screen and (max-width: 991px) {
    .card-style2 .card-body {
        padding: 0 0 30px;
    }
    .card-style2 .card-body .box-header {
        padding: 30px 25px 25px 25px;
    }
}
.card-style3 .social-icon-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.card-style3 .icon-wrap {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.card-style3 .icon-wrap ul {
    display: inline-block;
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
}
.card-style3 .icon-wrap ul li {
    display: inline-block;
    margin-right: 20px;
}
.card-style3 .icon-wrap ul li a {
    color: #222;
}
.card-style3 .icon-wrap ul li a:hover {
    color: #fe7e15;
}
.card-style3 .icon-wrap ul li:last-child {
    margin-right: 0;
}
.card-style3 .card-body {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}
.card-style4 .card-img {
    position: relative;
    overflow: hidden;
}
.card-style4 .card-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    border-radius: 0.25rem;
}
.card-style4 .card-body {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.card-style5 .card-body {
    border-top: 3px solid #fe7e15;
    background: #1d1d1d;
}
.card-style5 .card-body.bg-gray {
    background: #fafafa;
}
.card-style5:hover .card-body {
    background: #fe7e15;
}
.card-style5:hover .card-body.bg-gray h4,
.card-style5:hover .card-body span {
    color: #ffffff;
}
.card-style5 .social-icon {
    position: absolute;
    left: 0;
    bottom: -45px;
    padding: 30px 0 0 0;
    right: 0;
    transition: all 0.3s;
    z-index: 1;
    text-align: center;
}
.card-style5 .social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.card-style5:hover .social-icon {
    bottom: 40px;
}
.card-style5 .social-icon ul li a {
    display: inline-block;
    color: #ffffff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}
.card-style5 .social-icon ul li:last-child {
    margin-right: 0;
}
.card-style5 .social-icon ul li a:hover {
    background-color: #fe7e15;
}
@media screen and (max-width: 1199px) {
    .card-style5 .social-icon ul li a {
        height: 40px;
        width: 40px;
        line-height: 45px;
    }
}
.card-style6 {
    border: 0px solid #ededed;
    border-radius: 5px;
    background: #f8f9fc;
    text-align: center;
}
.card-style6 .card-body {
    padding: 40px 30px;
}
.card-style6 .card-body .service-image {
    width: 160px;
    margin: 0 auto 25px;
}
@media screen and (max-width: 575px) {
    .card-style6 .card-body {
        padding: 30px 25px;
    }
}
.card-style7 {
    text-align: center;
    margin-right: 15px;
}
.card-style7 .card-body {
    padding: 25px;
    text-align: center;
    position: relative;
    background: #f8f9fc;
    border-radius: 5px;
}
.card-style7 .card-body.bg-gray {
    background: #fafafa;
}
.card-style7 .card-body .team-image {
    display: inline-block;
    margin-bottom: 20px;
}
.card-style7 .card-body .team-image img {
    border-radius: 50%;
}
.card-style7 .card-body .team-social-icon {
    background: linear-gradient(to left, #553880 0%, #4d4dff 100%);
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    padding: 15px 10px;
    list-style: none;
    margin-bottom: 0;
}
.card-style7 .card-body .team-social-icon li {
    margin-bottom: 10px;
}
.card-style7 .card-body .team-social-icon li a {
    color: #ffffff;
    font-size: 15px;
}
.card-style7 .card-body .team-social-icon li a:hover {
    color: #ededed;
}
.card-style7 .card-body .team-social-icon li:last-child {
    margin-bottom: 0;
}
.card-style8 {
    border: 0;
    background: #f8f9fc;
    text-align: center;
}
.card-style8 .card-body {
    padding: 30px 25px;
    border-radius: 5px;
}
.card-style8 .card-body.radius-10 {
    border-radius: 10px;
}
.card-style8 .card-body .number-wrapper {
    display: inline-block;
    margin: 0px 0px 70px -16px;
    padding: 8px 12px 8px 12px;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #ededed;
}
.card-style8 .card-body .numbers {
    color: #fe7e15;
    font-weight: 600;
}
.card-style9 {
    border-radius: 10px;
    padding: 20px;
}
.card-style9 .blog-image {
    position: relative;
    margin-bottom: 25px;
}
.card-style9 .blog-image .date {
    position: absolute;
    content: "";
    padding: 4px 8px;
    background: #27ae60;
    color: #ffffff;
    top: 20px;
    border-radius: 5px;
    z-index: 3;
    left: 20px;
}
.card-style9 .card-body {
    padding: 0;
}
.card-style10 {
    border: 0;
    text-align: center;
    height: 100%;
}
.card-style10 .card-body {
    padding: 25px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-style10 .card-footer {
    background: #fafafa;
    border: 0px solid #ededed;
    border-top: 0;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.card-style11 {
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    border: 0px solid #ededed;
    height: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.card-style11 .card-header {
    padding: 0;
    background: unset;
    border-bottom: 0;
}
.card-style11 .card-header .coin-symbol {
    font-size: 28px;
    color: #3e454e;
    font-weight: 600;
    display: block;
    background-color: #f8f9fc;
}
.card-style11 .card-header .coin-name {
    width: 100%;
    color: #162a40;
    padding: 5px 0;
    font-weight: 500;
    font-size: 18px;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: rgba(233, 236, 239, 0.5);
}
.card-style11 .card-body {
    width: 90%;
    margin: 10px 5% 0;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.card-style11 .card-footer {
    background: rgba(233, 236, 239, 0.5);
    padding: 10px;
    margin: 0 5%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
}
.card-style11 .card-footer i {
    color: #13c24e;
    margin-right: 5px;
}
.card-style11 .card-footer i.red {
    color: #ff3026;
    margin-right: 5px;
}
.card-style12 .card-body {
    position: relative;
    background: #ffffff;
    padding: 25px;
    z-index: 1;
}
.card-style12 .card-body .blog-meta {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 15px 0;
}
.card-style12 .card-body .blog-meta li {
    display: inline-block;
    font-size: 16px;
}
.card-style12 .card-body .blog-meta li:after {
    content: "|";
    margin: 0 15px;
    top: 0;
    color: #e0e0e0;
    height: auto;
    width: auto;
}
.card-style12 .card-body .blog-meta li.last:after {
    content: none;
}
.card-style12 .card-body .blog-meta:before {
    background: #ededed;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.card-style12 .card-body .separator {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left;
}
.card-style12 .card-body .blog-tags {
    margin: 0;
    padding: 0;
}
.card-style12 .card-body .blog-tags li a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.card-style12 .card-body .blog-tags li a:hover {
    background: #fe7e15;
    color: #ffffff !important;
    border: 1px solid #fe7e15;
}
.card-style12 .card-body .social-icon {
    text-align: right;
    margin: 0;
    padding: 0;
}
.card-style12 .card-body .author-post-info {
    padding: 25px;
    border: 2px solid #ededed;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}
.card-style12 .card-body .author-post {
    padding: 0;
    margin: 0;
}
.card-style12 .card-body .author-post li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}
.card-style12 .card-body .author-post li:first-child {
    margin-left: 0;
}
.card-style12 .card-body .author-post li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .card-style12 .card-body {
        padding: 20px;
    }
    .card-style12 .card-body .author-post-info {
        padding: 20px;
    }
    .card-style12 .card-body .social-icon {
        text-align: left;
    }
}
.testmonial-carousel .testimonial-style-01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    margin: 25px 0;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: #ffffff;
}
.testmonial-carousel .testimonial-style-01 .testimonial-image {
    margin: -50px 0;
    min-width: 210px;
}
@media screen and (max-width: 575px) {
    .testmonial-carousel .testimonial-style-01 {
        display: block;
        text-align: center;
        padding: 25px 20px;
        margin: 0;
    }
    .testmonial-carousel .testimonial-style-01 .testimonial-image {
        margin: 0 auto 20px;
        min-width: 0;
        width: 150px;
    }
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.portfolio-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.portfolio-image:before {
    position: absolute;
    content: "";
    background: #222;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: 0.8s;
    border-radius: 10px;
    z-index: 1;
    opacity: 0.7;
}
.portfolio-wrapper:hover .portfolio-image:before {
    transform: scale(1.2);
}
.portfolio-wrapper:hover .portfolio-image img {
    transform: scale(1.2);
    transition: 0.5s;
}
.portfolio-icon {
    top: 30px;
    right: auto;
    left: 30px;
    position: absolute;
    z-index: 9;
    transition: 0.8s;
    transform: scaleX(0);
}
.portfolio-wrapper:hover .portfolio-icon {
    bottom: -30px;
    transform: scaleX(1);
}
.portfolio-icon a span {
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: #fe7e15;
    font-size: 18px;
    transition: 0.6s;
}
.portfolio-icon a span:hover {
    background: #fe7e15;
    color: #ffffff;
}
.portfolio-content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    transition: 0.8s;
    opacity: 0;
    z-index: 2;
    text-align: right;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
}
.portfolio-wrapper:hover .portfolio-content {
    opacity: 1;
    bottom: 30px;
}
.project-info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.project-info-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    display: flex;
}
.project-info-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.project-info-list li .project-label {
    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;
}
.rating {
    padding: 0;
    list-style: none;
}
.rating li {
    display: inline;
    border-bottom: 0;
}
.rating li i {
    color: #fc0;
    line-height: 28px;
}
blockquote {
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    color: #232323;
    line-height: 40px;
    max-width: 930px;
    margin-bottom: 20px;
}
blockquote:before {
    content: "\f10d";
    font-family: Font Awesome\5 Free;
    font-weight: 600;
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    background-color: #fe7e15;
    display: block;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
blockquote:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
}
blockquote cite {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    blockquote:before {
        font-size: 30px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    blockquote {
        line-height: 35px;
    }
    blockquote:before {
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .project-info-list li .project-label {
        margin-right: 15px;
        width: 100px;
    }
}
.story-video {
    height: 100%;
}
.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #fe7e15;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    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: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.3;
    animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.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: 80px;
    }
    .video_btn:after {
        height: 75px;
        width: 75px;
    }
    .video_btn:before {
        height: 90px;
        width: 90px;
    }
}
@media screen and (max-width: 991px) {
    .story-video {
        min-height: 325px;
    }
    .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) {
    .story-video {
        min-height: 200px;
    }
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 62px;
    }
    .video_btn:after {
        height: 60px;
        width: 60px;
    }
    .video_btn:before {
        height: 75px;
        width: 75px;
    }
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ededed;
    margin-right: 10px;
    background: #fff;
}
.pagination li:last-child a {
    margin-right: 0;
}
.pagination a:hover {
    background-color: #fe7e15;
    border: 1px solid #fe7e15;
    color: #fff;
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    cursor: default;
}
@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 15px;
        margin-right: 5px;
    }
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fe7e15;
}
.owl-nav i,
.owl-nav span {
    color: #232323;
    font-size: 28px;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.accordion .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
}
.accordion .card:last-child {
    margin-bottom: 0;
}
.accordion .card-header {
    border: 0;
    padding: 0;
    background: none;
}
.accordion .accordion-collapse {
    border: none;
}
.accordion .accordion-button {
    border-bottom: none;
    color: #00204c;
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 20px;
    text-decoration: none;
    background: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}
.accordion .accordion-button:hover {
    text-decoration: none;
}
.accordion .accordion-button.collapsed {
    background: #ffffff;
    color: #282b2d;
    border-top: 1px solid #ededed;
}
.accordion .accordion-button.collapsed:after {
    background: none;
    border: none;
    border-radius: 0;
    content: "\f063";
    font-family: Font Awesome\5 Free;
    font-weight: 600;
    right: 35px;
    left: inherit;
    font-size: 14px;
    line-height: 0;
    height: 0;
    transform: none;
    width: 0;
    top: 28px;
    text-align: center;
    color: #00204c;
    padding-left: 0;
    letter-spacing: -1px;
}
.accordion .accordion-button:after {
    background: none;
    border: none;
    border-radius: 0;
    content: "\f062";
    font-family: Font Awesome\5 Free;
    font-weight: 600;
    right: 35px;
    left: inherit;
    font-size: 14px;
    height: 0;
    line-height: 0;
    transform: none;
    width: 0;
    top: 28px;
    position: absolute;
    color: #00204c;
    text-align: center;
    padding-left: 2px;
    letter-spacing: -2px;
}
.accordion .card-body {
    font-size: 16px;
    padding: 15px 20px 0 20px;
    line-height: 28px;
}
@media screen and (max-width: 991px) {
    .accordion .accordion-button {
        padding: 10px 15px;
    }
    .accordion .card-body {
        padding: 10px 15px 0 15px;
    }
    .accordion .accordion-button.collapsed:after,
    .accordion .accordion-button:after {
        right: 15px;
        font-size: 14px;
        height: 22px;
        line-height: 22px;
        width: 22px;
        top: 13px;
    }
}
@media screen and (max-width: 767px) {
    .accordion .card-body {
        font-size: 15px;
    }
}
@media screen and (max-width: 575px) {
    .accordion .accordion-button {
        padding: 10px 40px 10px 15px;
        font-size: 16px;
    }
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}
h2.resp-accordion {
    display: none;
}
.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-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: #fe7e15;
    background: linear-gradient(-45deg, #fe7e15, #8089ff);
    padding: 15px 20px 13px 20px;
    color: #fe7e15;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.resp-content-active,
.resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #e4e4e4;
    border-top-color: #e4e4e4;
    float: left;
    width: 100%;
}
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 ul.resp-tabs-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}
.tab-style1 .resp-tab-content {
    border: none;
    border-top-color: #e4e4e4;
    padding: 40px 0 0 0;
}
.tab-style1 .resp-tabs-list li {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
    color: #282b2d;
    cursor: pointer;
    min-width: auto;
    background: none !important;
}
.tab-style1 .resp-tabs-list li:last-child {
    margin-right: 0;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
    border: 2px solid #fe7e15;
    border-bottom: none;
    border-color: #fe7e15 !important;
    margin-bottom: 0;
    border-top: 4px solid #fe7e15 !important;
    border-bottom: 0px #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #282b2d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.tab-style1 .resp-tabs-list li.resp-tab-active:after {
    content: "";
    background: #fe7e15;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
@media screen and (max-width: 991px) {
    .tab-style1 .resp-tabs-list li {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .tab-style1 .resp-tab-content {
        padding: 25px 0 0 0;
    }
}
@media screen and (max-width: 575px) {
    .tab-style1 .resp-tabs-list li {
        font-size: 18px;
    }
}
.tab-style2 .resp-tabs-list li {
    padding: 0 20px;
    font-weight: 500;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}
.tab-style2 .resp-tabs-list li.resp-tab-active {
    background: unset;
    color: #fff;
    padding: 0 20px;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
    margin: 0;
}
.tab-style2 .resp-tabs-list li a {
    text-transform: capitalize;
}
.tab-style2 .resp-tabs-list li.resp-tab-active a {
    color: #fe7e15;
}
.tab-style2 .resp-tabs-list li.resp-tab-active:first-child {
    padding-left: 0;
}
.tab-style2 .resp-tabs-list li:last-child {
    border-right: 0;
    padding-right: 0;
}
.tab-style2 .resp-tabs-list li:first-child {
    padding-left: 0;
}
.tab-style2 .resp-tabs-list li a {
    color: #ffffff;
}
.tab-style2 .resp-tab-content {
    padding: 25px 0;
    border: 0;
    color: #999999;
}
@media screen and (max-width: 575px) {
    .tab-style2 .resp-tabs-list li {
        padding: 0 10px;
    }
    .tab-style2 .resp-tabs-list li.resp-tab-active {
        padding: 0 10px;
    }
}
.process-icon img {
    max-width: 75px;
}
.process-content.arrow-01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -85%;
    left: -60px;
    background: url(../img/icons/icon-33.png) no-repeat 50%;
}
.process-content.arrow-02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -85%;
    left: -58%;
    background: url(../img/icons/icon-34.png) no-repeat 50%;
}
@media screen and (max-width: 1199px) {
    .process-content.arrow-01:after {
        bottom: -75%;
        left: -55px;
    }
    .process-content.arrow-02:after {
        bottom: -72%;
        left: -60%;
    }
}
@media screen and (max-width: 991px) {
    .process-icon img {
        max-width: 130px;
    }
    .process-content.arrow-01:after {
        left: 0;
        right: 0;
        bottom: -82%;
        margin: auto;
        transform: rotate(45deg);
    }
    .process-content.arrow-02:after {
        left: 0;
        right: 0;
        bottom: -82%;
        margin: auto;
        transform: rotate(315deg);
    }
}
@media screen and (max-width: 767px) {
    .process-icon img {
        max-width: 120px;
    }
    .process-content.arrow-01:after {
        bottom: -70%;
    }
    .process-content.arrow-02:after {
        bottom: -68%;
    }
}
@media screen and (max-width: 575px) {
    .process-icon img {
        max-width: 110px;
    }
    .process-content.arrow-01:after,
    .process-content.arrow-02:after {
        display: none;
    }
}
.service-details-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-details-sidebar .widget {
    position: relative;
    margin-bottom: 35px;
    padding: 30px 25px;
    background-color: #ffffff;
    border: 0px solid #ededed;
    border-radius: 10px;
}
.service-details-sidebar .widget:last-child {
    margin-bottom: 0;
}
.service-details-sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.service-details-sidebar .widget .widget-title:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #ededed;
    height: 2px;
    width: calc(100% + 50px);
    bottom: 0;
    left: -25px;
    z-index: 1;
}
.service-details-sidebar .widget .widget-title:after {
    display: block;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
    background-color: #fe7e15;
}
.service-details-sidebar .address-info {
    margin: 0;
    list-style: none;
}
.service-details-sidebar .address-info li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}
.service-details-sidebar .address-info li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-details-sidebar .widget-brochure ul {
    margin: 0;
    list-style: none;
}
.service-details-sidebar .widget-brochure li {
    margin-bottom: 15px;
}
.service-details-sidebar .widget-brochure li a {
    position: relative;
    display: block;
    padding: 15px 15px 15px 65px;
    color: #3b3b3b;
    font-size: 16px;
    background: #efefef;
    line-height: 30px;
    font-weight: 500;
    border-radius: 10px;
}
.service-details-sidebar .widget-brochure li a i {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 50px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    background: #222;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.service-details-sidebar .widget-brochure li a:hover {
    background: #fe7e15;
    color: #ffffff;
    transition: all 0.4s ease 0s;
}
.service-details-sidebar .widget-brochure li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .service-details-sidebar .widget {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .service-details-sidebar .widget {
        padding: 25px;
    }
    .service-details-sidebar .widget .widget-title {
        font-size: 18px;
    }
    .service-details-sidebar .widget .widget-title:before {
        width: calc(100% + 50px);
        left: -25px;
    }
}
.payment-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.payment-details li {
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
}
.payment-details li span {
    width: 160px;
    text-align: right;
    float: left;
    color: #282b2d;
    font-weight: bold;
    margin-right: 20px;
}
.payment-details li p {
    overflow: hidden;
    margin: 0;
}
.payment-details li:last-child {
    margin-bottom: 0;
}
.form-divider {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.form-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.form-divider span {
    font-size: 16px;
    color: #282b2d;
    font-weight: 600;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    text-transform: capitalize;
}
.form-social-item a {
    border-radius: 4px;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.form-social-item .facebook {
    background: #3b5998;
    color: #fff;
}
.form-social-item .twitter {
    background: #55acee;
    color: #fff;
}
.form-social-item .linkedin {
    background: #2867b2;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .form-divider span {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .form-divider {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .form-divider span {
        font-size: 14px;
    }
}
.countdown {
    padding: 0;
}
.countdown li {
    background: #fafafa;
    border: 0px solid #ededed;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    padding: 15px 10px;
    margin-right: 10px;
}
.countdown li.white-background {
    background: #ffffff;
    padding: 15px 20px;
    border: 0px solid #ededed;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.countdown li.white-background span {
    font-size: 40px;
}
.countdown li span {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    position: relative;
    color: #282b2d;
}
.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;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.countdown li:last-child {
    margin-right: 0;
}
.countdown.custom-countdown li {
    border-right: 1px solid rgba(238, 238, 238, 0.1);
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: unset;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    padding-right: 10px;
    margin-right: 10px;
    color: #ffffff;
}
.countdown.custom-countdown li span {
    color: #ffffff;
}
.countdown.custom-countdown li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.countdown.custom-countdown-style2 li {
    border-right: 1px solid #ededed;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: unset;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    padding-right: 10px;
    margin-right: 10px;
    color: #ffffff;
}
.countdown.custom-countdown-style2 li span {
    color: #3e454e;
    font-size: 34px;
}
.countdown.custom-countdown-style2 li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.coming-soon .coming-social-icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.coming-soon .coming-social-icon li {
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}
.coming-soon .coming-social-icon li:last-child {
    margin-right: 0;
}
.coming-soon .coming-social-icon li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    background: #eeeeee;
}
.coming-soon .coming-social-icon li a:hover {
    color: #ffffff;
    background-color: #fe7e15;
}
@media screen and (max-width: 1199px) {
    .countdown li {
        min-width: 80px;
    }
    .countdown.custom-countdown li {
        min-width: 110px;
    }
}
@media screen and (max-width: 991px) {
    .countdown li {
        min-width: 140px;
    }
    .countdown.custom-countdown li {
        min-width: 70px;
    }
    .countdown.custom-countdown-style2 li {
        min-width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .countdown li,
    .countdown.custom-countdown li,
    .countdown.custom-countdown-style2 li {
        min-width: 100px;
    }
}
@media screen and (max-width: 575px) {
    .countdown li {
        margin-top: 10px;
        padding: 15px;
        min-width: 44%;
    }
    .countdown li.first {
        margin-top: 0;
    }
    .countdown li.second {
        margin-right: 0;
        margin-top: 0;
    }
    .countdown li p.timeRefDays,
    .countdown li p.timeRefHours,
    .countdown li p.timeRefMinutes,
    .countdown li p.timeRefSeconds {
        font-size: 14px;
    }
    .countdown.custom-countdown li,
    .countdown.custom-countdown-style2 li {
        margin-top: 15px;
        padding: 15px;
        min-width: 44%;
    }
    .countdown.custom-countdown li.first,
    .countdown.custom-countdown-style2 li.first {
        margin-top: 0;
    }
    .countdown.custom-countdown li.second,
    .countdown.custom-countdown-style2 li.second {
        margin-right: 0;
        margin-top: 0;
        border-right: 0;
    }
}
.error-wrapper {
    position: relative;
    z-index: 1;
}
.error-wrapper .number-wrap h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 350px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}
@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;
    }
}
@media screen and (max-width: 767px) {
    .error-wrapper .number-wrap h1 {
        font-size: 200px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .error-wrapper .number-wrap h1 {
        font-size: 150px;
    }
}
.blog-list {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.blog-list li {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    display: inline-block;
    font-weight: 500;
    margin: 5px 10px 5px 0;
}
.blog-list li a {
    color: #999999;
}
.blog-list li:first-child {
    padding-left: 0;
}
.blog-list li:first-child:before {
    content: none;
}
.blog-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
}
.blog-list.black li:before {
    background: #696969;
}
.blog-list.black li a {
    color: #575a7b;
}
.blog-sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px 25px;
    border: 0px solid #ededed;
    border-radius: 10px;
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.blog-sidebar .widget .widget-title:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #ededed;
    height: 2px;
    width: calc(100% + 50px);
    bottom: 0;
    left: -25px;
    z-index: 1;
}
.blog-sidebar .widget .widget-title:after {
    display: block;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
    transition: all 0.6s ease 0s;
    background-color: #fe7e15;
}
.search-bar {
    position: relative;
}
.blog-sidebar .widget .search-bar input[type="search"] {
    display: block;
    width: 100%;
    padding: 15px 40px 15px 25px;
    font-size: 15px;
    color: #4b4342;
    border: 1px solid #ededed;
    background: none;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0;
}
.blog-sidebar .widget .search-bar .btn-newsletter {
    position: absolute;
    color: #fe7e15;
    right: 18px;
    top: 15px;
    padding: 0px;
    font-size: 18px;
    z-index: 3;
    outline: none;
}
.blog-sidebar .widget .social-box {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.blog-sidebar .widget .social-box li {
    display: inline-block;
    margin-right: 10px;
}
.blog-sidebar .widget .social-box li a {
    font-size: 14px;
    background: #eee;
    width: 35px;
    color: #222;
    height: 35px;
    border-radius: 10px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.blog-sidebar .widget .social-box li:last-child {
    margin-right: 0;
}
.blog-sidebar .widget .social-box li a:hover {
    color: #fff;
    background: #fe7e15;
}
.blog-tags {
    margin: 0;
    padding: 0;
}
.blog-tags li {
    display: inline-block;
}
.blog-tags li a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.blog-tags li a:hover {
    background: #fe7e15;
    color: #ffffff !important;
    border: 1px solid #fe7e15;
}
@media screen and (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 25px 20px;
    }
    .blog-sidebar .widget .widget-title:before {
        width: calc(100% + 40px);
        left: -20px;
    }
}
.token-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.token-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.token-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.token-list li span {
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    width: 240px;
}
.token-list li span:after {
    content: ":";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: 0;
}
@media screen and (max-width: 1199px) {
    .token-list li span {
        width: 180px;
    }
}
@media screen and (max-width: 575px) {
    .token-list li span {
        width: 110px;
    }
}
.token-list-02 {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.token-list-02 li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
.token-list-02 li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.token-list-02 li span {
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    width: 240px;
    color: #ffffff;
}
.token-list-02 li span:after {
    content: ":";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: 0;
}
@media screen and (max-width: 575px) {
    .token-list-02 li span {
        width: 120px;
    }
}
.token-box {
    padding: 15px;
    border: 1px solid rgba(238, 238, 238, 0.1);
}
.token-sale-wrapper {
    position: relative;
    padding: 20px 25px;
    text-align: center;
}
.token-sale-wrapper:before {
    left: 0;
    border-radius: 5px 0 0 5px;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 45px;
    border: 2px solid #ededed;
    transition: all 0.4s;
    border-right: none;
}
.token-sale-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 45px;
    border: 2px solid #ededed;
    transition: all 0.4s;
    right: 0;
    border-radius: 0 5px 5px 0;
    border-left: none;
}
.contact-social-icon {
    padding: 0;
    list-style: none;
    margin: 0;
}
.contact-social-icon li {
    display: inline-block;
    margin-right: 10px;
}
.contact-social-icon li:last-child {
    margin-right: 0;
}
.contact-social-icon li a {
    font-size: 15px;
    background: #f8f9fc;
    border: 1px solid #ededed;
    width: 36px;
    color: #3e454e;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
.contact-social-icon li a:hover {
    color: #fff;
    background: #fe7e15;
    border: 1px solid #fe7e15;
}
.zigzag-number {
    font-size: 50px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 800;
}
@media screen and (max-width: 991px) {
    .zigzag-number {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .zigzag-number {
        font-size: 40px;
    }
}
@media screen and (max-width: 575px) {
    .zigzag-number {
        display: none;
    }
}
.roadmap-content {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 38px;
    position: relative;
}
.roadmap-content .roadmap-year {
    background: #282b2d;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 9px 5px;
    position: relative;
}
.roadmap-content .roadmap-year .road-map-date {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.roadmap-content .road-map-title {
    padding: 0px 12px;
    background: rgba(249, 183, 7, 0.7);
    color: #282b2d;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: relative;
    display: table;
    height: 75px;
    width: 100%;
}
.roadmap-content.even .roadmap-year:before {
    position: absolute;
    content: "";
    top: -27%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 16px;
    height: 12px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #282b2d;
}
.roadmap-content.odd .road-map-title:before {
    position: absolute;
    content: "";
    bottom: -15%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 16px;
    height: 12px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: rgba(249, 183, 7, 0.7);
}
.roadmap-content .road-map-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.roadmap-content.even:before,
.roadmap-content:after,
.roadmap-content.odd:before,
.roadmap-content:after {
    content: "";
    position: absolute;
    background: #007aff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
}
.roadmap-content.even:before {
    height: 12px;
    width: 12px;
    background: rgba(249, 183, 7, 0.9);
    top: 4px;
}
.roadmap-content.odd:before {
    height: 12px;
    width: 12px;
    background: rgba(249, 183, 7, 0.9);
    bottom: -11px;
}
.roadmap-content.odd:after {
    background: rgba(249, 183, 7, 0.5);
    width: 18px;
    height: 18px;
    bottom: -17px;
}
.roadmap-content.even:after {
    background: rgba(249, 183, 7, 0.5);
    width: 18px;
    height: 18px;
    top: 4px;
}
.roadmap-carousel:before {
    top: 50%;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: #fe7e15;
}
.roadmap-content.even {
    padding-top: 38px;
    margin-top: 150px;
    padding-bottom: 0;
}
.roadmap-wrapper {
    overflow: hidden;
    position: relative;
}
.roadmap-wrapper:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
}
.roadmap-wrapper.dark-theme:before {
    width: 4px;
    background: rgba(150, 150, 150, 0.15);
}
.roadmap-wrapper .roadmap_info {
    position: relative;
    margin-bottom: 50px;
}
.roadmap-wrapper .roadmap_info:last-child {
    margin-bottom: 0;
}
.roadmap-wrapper .roadmap_info:first-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ededed;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
}
.roadmap-wrapper .roadmap_info:last-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ededed;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
    top: auto;
    bottom: 0;
}
.roadmap-wrapper .roadmap_info:before,
.roadmap-wrapper .roadmap_info:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.roadmap-wrapper .roadmap-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ededed;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px;
}
.roadmap-wrapper .roadmap-icon:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fe7e15;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.roadmap-wrapper .year {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: #fe7e15;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 36%;
    border-radius: 10px;
    transform: translateY(-50%);
}
.roadmap-wrapper .roadmap_content {
    width: 45%;
    padding: 20px;
    margin: 0 20px 0 0;
    position: relative;
    border: 0px solid #ededed;
    border-radius: 10px;
}
.roadmap-wrapper .roadmap_info:nth-child(2n) .roadmap_content {
    float: right;
    margin: 0 0 0 20px;
}
.roadmap-wrapper .roadmap_info:nth-child(2n) .year {
    right: auto;
    left: 36%;
}
.shape-four {
    -webkit-animation: topRight 20s linear infinite;
    animation: topRight 20s linear infinite;
}
@-webkit-keyframes topRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translate(80px, -80px);
        transform: translate(80px, -80px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes topRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translate(80px, -80px);
        transform: translate(80px, -80px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@media screen and (max-width: 1199px) {
    .roadmap-wrapper .year {
        right: 30%;
    }
    .roadmap-wrapper .roadmap_info:nth-child(2n) .year {
        left: 30%;
    }
}
@media screen and (max-width: 991px) {
    .roadmap-wrapper:before {
        left: 10px;
    }
    .roadmap-wrapper .roadmap_info {
        padding: 0 0 0 30px;
        margin-bottom: 30px;
    }
    .roadmap-wrapper .roadmap-icon {
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }
    .roadmap-wrapper .year,
    .roadmap-wrapper .roadmap_info:nth-child(2n) .year {
        display: block;
        font-weight: bold;
        margin: 0 0 30px 30px;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }
    .roadmap-wrapper .roadmap_content,
    .roadmap-wrapper .roadmap_info:nth-child(2n) .roadmap_content {
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }
}
@media screen and (max-width: 575px) {
    .roadmap-wrapper .year,
    .roadmap-wrapper .roadmap_info:nth-child(2n) .year {
        margin: 0 0 30px 10px;
    }
    .roadmap-wrapper .roadmap_content,
    .roadmap-wrapper .roadmap_info:nth-child(2n) .roadmap_content {
        margin: 0 0 0 10px;
    }
}
.roadmap-list-wrapper .roadmap-row {
    position: relative;
    margin: -2px -15px 0;
    padding: 40px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.roadmap-list-wrapper .roadmap-row:before {
    content: "";
    position: absolute;
    left: 45px;
    top: 40px;
    width: calc(100% - 90px);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fe7e15;
}
.roadmap-list-wrapper.border-primary .roadmap-row:before,
.roadmap-list-wrapper.border-primary .roadmap-row:after {
    border-color: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row:first-child:before {
    left: 15px;
    width: calc(100% - 60px);
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content {
    margin: 0 15px;
    position: relative;
    top: 1px;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -5px auto 40px;
    position: relative;
    transform: scale(0);
    background-color: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row.active .roadmap-wrapper-content .roadmap-date {
    transform: scale(1);
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date span {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 500;
    color: #3e454e;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 100%;
    border-style: dashed;
    border-color: #dad4d4;
    border-width: 1px;
}
.roadmap-list-wrapper .roadmap-row.active .roadmap-wrapper-content .roadmap-date:after {
    height: 40px;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-info {
    position: relative;
    padding: 25px 20px;
    border-radius: 5px;
    opacity: 0;
    top: 15px;
    background: #f8f9fc;
    text-align: center;
}
.roadmap-list-wrapper .roadmap-row.active .roadmap-wrapper-content .roadmap-info {
    top: 0;
    opacity: 1;
}
.roadmap-list-wrapper .roadmap-row:nth-child(odd):after {
    right: 15px;
    border-radius: 0 20px 20px 0;
    border-left: 0;
}
.roadmap-list-wrapper .roadmap-row:after {
    content: "";
    position: absolute;
    top: 40px;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    width: 30px;
    border-color: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row:nth-child(even) {
    flex-direction: row-reverse;
}
.roadmap-list-wrapper .roadmap-row:nth-child(even):after {
    left: 15px;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}
.roadmap-list-wrapper .roadmap-row.breakpoint:before {
    border-style: dashed;
    opacity: 0.6;
    border-color: #dad4d4;
    width: calc(100% - 90px);
    top: 41px;
}
.roadmap-list-wrapper .roadmap-row.breakpoint:after {
    border-style: dashed;
    top: 41px;
    opacity: 0.6;
    border-color: #dad4d4;
}
.roadmap-list-wrapper .roadmap-row.breakpoint ~ .roadmap-row:before {
    border-style: dashed;
    opacity: 0.6;
    border-color: #dad4d4;
    top: 42px;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.end-point:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    height: 1px;
    background-color: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.before-end:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.before-end.border-primary:before {
    background: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.end-point.border-primary:before {
    background: #fe7e15;
}
.roadmap-list-wrapper .roadmap-row:nth-child(even) .roadmap-wrapper-content.before-end:before {
    left: -30px;
    width: calc(100% + 30px);
}
.roadmap-list-wrapper .roadmap-row:last-child:after {
    display: none;
}
@media screen and (max-width: 991px) {
    .roadmap-list-wrapper .roadmap-row {
        flex-direction: column;
        padding: 30px 0 0 70px;
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100% - 30px);
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-info {
        top: 0;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 20px 30px;
    }
    .roadmap-list-wrapper .roadmap-row:before {
        width: auto;
        height: 100%;
        border-width: 0 0 0 1px;
        left: 15px;
        top: 30px;
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content:not(:last-child) {
        margin-bottom: 30px;
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date {
        margin: 52px 80px -40px -75px;
        flex-shrink: 0;
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date span {
        left: 75px;
        top: -60px;
        transform: translateX(0);
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-date:after {
        height: 2px !important;
        width: 85px;
        top: 5px;
        left: 12px;
    }
    .roadmap-list-wrapper .roadmap-row:nth-child(even) {
        flex-direction: column;
    }
    .roadmap-list-wrapper .roadmap-row:nth-child(odd):after,
    .roadmap-list-wrapper .roadmap-row.breakpoint:after {
        display: none;
    }
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.end-point:before,
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content.before-end:before {
        display: none;
    }
    .roadmap-list-wrapper .roadmap-row.breakpoint ~ .roadmap-row:before {
        top: 0;
    }
    .roadmap-list-wrapper .roadmap-row:before {
        width: auto;
        height: 100%;
        border-width: 0 0 0 2px;
        left: 15px;
        top: 30px;
    }
}
@media screen and (max-width: 575px) {
    .roadmap-list-wrapper .roadmap-row .roadmap-wrapper-content .roadmap-info {
        padding: 20px;
    }
}
.counter-box .box {
    background: #1d1d1d;
    max-width: 1300px;
    margin: -90px auto -90px;
    position: relative;
    padding: 70px 50px;
}
.counter-style-01 {
    position: relative;
    display: inline-block;
    text-align: center;
}
.counter-style-01 h2 {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .counter-style-01 h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .counter-box .box {
        margin: -80px auto -80px;
        padding: 60px 50px;
    }
}
@media screen and (max-width: 767px) {
    .counter-style-01 h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .counter-box .box {
        margin: -80px auto -80px;
        padding: 50px;
    }
}
@media screen and (max-width: 575px) {
    .counter-style-01 h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .counter-box .box {
        padding: 40px;
    }
}
.bitcoin-calculator-box .box {
    background: #1d1d1d;
    max-width: 1300px;
    margin: -90px auto -90px;
    position: relative;
    padding: 70px 50px;
}
@media screen and (max-width: 767px) {
    .bitcoin-calculator-box .box {
        padding: 50px 40px;
    }
}
@media screen and (max-width: 575px) {
    .bitcoin-calculator-box .box {
        padding: 40px 30px;
    }
}
.pricing-wrapper {
    background: #1d1d1d;
    padding: 0 50px 50px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
    margin-top: 50px;
}
.pricing-wrapper.bg-gray {
    background: #fafafa;
    border-radius: 10px;
}
.pricing-wrapper .pricing-title {
    background: #fe7e15;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid rgba(238, 238, 238, 0.9);
    position: relative;
    top: -50px;
}
.pricing-wrapper .package {
    margin: -30px auto 0;
    text-align: center;
}
.shape-five {
    animation: animationFramesOne 30s infinite linear;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.shape-five:before {
    content: "";
    position: absolute;
}
.shape-five:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.shape-five:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@media screen and (max-width: 1199px) {
    .pricing-wrapper {
        padding: 0 40px 40px;
    }
}
@media screen and (max-width: 991px) {
    .pricing-wrapper .pricing-title {
        height: 90px;
        width: 90px;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pricing-wrapper {
        padding: 0 35px 35px;
    }
}
.info-box {
    position: relative;
    margin-top: -90px;
    padding: 0;
    z-index: 9;
    background: transparent;
}
.feature-box {
    background: #1d1d1d;
    padding: 50px;
    margin-left: 0;
    margin-right: 0;
}
.seprator-right {
    position: absolute;
    right: 0;
    transition: opacity 0.2s ease;
    top: 10%;
    height: 80%;
}
.seprator-right:before {
    height: 100%;
    background-color: rgba(150, 150, 150, 0.5);
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
}
.seprator-right:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 40%;
    background-color: #fe7e15;
}
@media screen and (max-width: 1199px) {
    .seprator-right.last {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .feature-box {
        padding: 40px;
    }
    .seprator-right {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .feature-box {
        padding: 35px 20px;
    }
}
.why-choose-box .box {
    background: #1d1d1d;
    max-width: 1300px;
    margin: -90px auto -90px;
    position: relative;
    padding: 70px 50px;
}
.social-icon-style1 {
    padding: 0;
    list-style: none;
    margin: 0;
}
.social-icon-style1 li {
    display: inline-block;
    margin-right: 10px;
}
.social-icon-style1 li:last-child {
    margin-right: 0;
}
.social-icon-style1 li a {
    font-size: 14px;
    background: #eee;
    width: 35px;
    color: #222;
    height: 35px;
    border-radius: 10px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.social-icon-style1 li a:hover {
    color: #fff;
    background: #fe7e15;
}
.lg-backdrop {
    z-index: 99999;
}
.lg-outer {
    z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #fe7e15;
}
.lg-progress-bar .lg-progress {
    background-color: #fe7e15;
}
.lg-backdrop.in {
    opacity: 0.85;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label.radius-10 {
    border-radius: 10px;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-label.radius-10::after {
    border-radius: 0 10px 10px 0;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    margin-bottom: 0.5rem;
}
.form-control:focus {
    border-color: #fe7e15;
}
.form-check-input:checked {
    border-color: #fe7e15;
    background-color: #fe7e15;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-control.custome-form-control {
    min-height: 50px;
    border-radius: 10px;
}
.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 35px 8px 15px;
}
.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal;
}
.quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
    border-color: #f5543f;
}
.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
    float: none;
}
.quform-loading-wrap {
    float: none;
}
.quform-loading-wrap .quform-loading {
    display: inline-block;
}
.quform-element {
    margin-bottom: 1rem;
}
.light-validation .quform-errors > .quform-error {
    color: #fff;
}
.newsletter-form .quform-elements {
    position: relative;
}
.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 4px;
    top: 6px;
    width: auto;
    height: 48px;
}
.newsletter-form .quform-submit-inner.radius-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.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: 55px;
    padding: 0.5rem 4rem 0.5rem 1rem;
}
.newsletter-form.newsletter-custom input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 60px;
    min-height: auto;
    padding: 0.5rem 4rem 0.5rem 1rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.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.5rem;
    line-height: 2rem;
}
.modal-backdrop {
    z-index: 99999;
}
.modal {
    z-index: 999999;
}
.icon-gallery .d-table {
    margin-top: 30px;
}
.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    background: #fff;
}
.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fe7e15;
}
pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0;
}
.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed;
}
.html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px;
}
.copy-element {
    position: absolute;
    top: 0;
    right: 85px;
    transition: opacity 0.3s ease-in-out;
}
.source-element {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease-in-out;
}
.html-code .copy-element {
    top: 15px;
    right: 30px;
}
.html-code:hover .copy-element,
.html-code:hover .source-element {
    opacity: 1;
}
.box-hover:hover .copy-element,
.box-hover:hover .source-element {
    opacity: 1;
}
.copy-element > a,
.source-element > a {
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600;
}
.copy-element > a:hover,
.source-element > a:hover {
    background: #fe7e15;
    color: #fff !important;
}
.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px;
}
.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed;
}
.white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0;
}
.white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px;
}
.white-popup-block:hover .copy-element {
    opacity: 1;
}
.white-popup-block .copy-element {
    top: 45px;
    right: 30px;
}
.box-hover {
    position: relative;
}
.box-hover .container {
    position: relative;
}
.inner-title {
    border-bottom: 2px solid #ededed;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .elements-block .inner-title {
        margin-bottom: 65px;
    }
    .copy-element,
    .source-element {
        top: 65px;
    }
}
footer {
    background: #202942;
}
footer .newsletter-form input {
    border: none;
}
footer p {
    color: #575a7b;
}
.footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block;
}
.footer-logo > a {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    footer {
        padding-top: 50px;
    }
}
.footer-bar {
    padding: 20px 0;
    margin-top: 90px;
    text-align: center;
    border-top: 1px solid #393939;
    color: #ffffff;
    line-height: 26px;
}
@media screen and (max-width: 767px) {
    .footer-bar {
        margin-top: 50px;
    }
}
.footer-top {
    margin-bottom: -70px;
    position: relative;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(5, 5, 5, 0.1);
    padding: 50px;
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .footer-top {
        padding: 45px;
    }
}
@media screen and (max-width: 767px) {
    .footer-top {
        padding: 40px;
    }
}
@media screen and (max-width: 575px) {
    .footer-top {
        padding: 30px;
    }
}
.footer-style1 {
    padding: 150px 0 0;
    background: #1f1f1f;
}
@media screen and (max-width: 991px) {
    .footer-style1 {
        padding: 130px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .footer-style1 {
        padding: 120px 0 0;
    }
}
.footer-list-style1 {
    margin: 0;
    padding: 0;
}
.footer-list-style1 li {
    list-style-type: none;
    margin-bottom: 15px;
}
.footer-list-style1 li:last-child {
    margin-bottom: 0;
}
.footer-list-style1 li a:before {
    content: "\f105";
    font-weight: 700;
    font-family: Font Awesome\5 Free;
    padding-right: 8px;
    transition-duration: 0.3s;
}
.footer-list-style1.primary li a:before {
    color: #fe7e15;
}
.footer-list-style1.white li a {
    color: #ffffff;
}
.footer-list-style1 li a:hover {
    color: #fe7e15;
}
.footer-list-style1 li a:hover:before {
    color: #fe7e15;
}
.contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-list li {
    margin-bottom: 15px;
    font-size: 16px;
}
.contact-list li span {
    color: #575a7b;
}
.contact-list li:last-child {
    margin-bottom: 0;
}
.contact-list.white li a {
    color: #ffffff;
}
.contact-list.light-gray li a {
    color: #adb5bd;
}
.contact-list a:hover {
    color: #fe7e15;
}
.footer-menus {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-menus li {
    display: inline-block;
    font-size: 16px;
}
.footer-menus li:after {
    content: "|";
    margin: 0 15px;
    top: 0;
    color: rgba(255, 255, 255, 0.3);
    height: auto;
    width: auto;
}
.footer-menus li a {
    color: #ffffff;
}
.footer-menus li.last:after {
    content: none;
}
@media screen and (max-width: 991px) {
    .footer-menus li {
        font-size: 15px;
    }
}
@media screen and (max-width: 575px) {
    .footer-menus li:after {
        margin: 0 10px;
    }
}
.footer-list-style2 {
    margin: 0;
    padding: 0;
}
.footer-list-style2 li {
    list-style-type: none;
    margin-bottom: 15px;
}
.footer-list-style2 li:last-child {
    margin-bottom: 0;
}
.footer-list-style2 li a {
    color: #adb5bd;
}
.footer-list-style2 li a:hover {
    color: #fe7e15;
}
.footer-list-style2 li a:hover:before {
    color: #fe7e15;
}
.footer-social-style2 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}
.footer-social-style2 li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.footer-social-style2 li a {
    color: #adb5bd;
}
.footer-social-style2 li a:hover {
    color: #fe7e15;
}
.footer-social-style2 li:last-child {
    padding-right: 0;
}
.footer-card-list li {
    display: inline-block;
    margin-right: 10px;
}
.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    position: fixed;
    top: 150px;
    right: -89px;
    background: #fe7e15;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}
.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff;
}
.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    right: 0px;
    background: #fe7e15;
}
.all-demo:hover {
    background: #fe7e15;
}
.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: 0.2s;
    position: fixed;
    top: 185px;
    right: -105px;
    background: #fe7e15;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.mail_success, .mail_fail{display:none;margin:10px 0;padding:10px 20px;}
.mail_success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847 !important;}
.mail_fail{background-color:#f2dede;border-color:#eed3d7;color:#b94a48 !important;}
.form-error{display:none;font-size:12px !important;font-style:italic !important;color:red !important;}