body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
}
.background-glow {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('https://cdn.creditfolio.in/bg-flow.png');
    background-position: 50% 0%;
    background-size: cover;
    opacity: 0.5;
}
.navbar.navbar-default .search_form {
    position: absolute;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    box-shadow: 0 0 30px -15px #000;
    transition: 0.3S ease-in-out all;
    transition: 0.3S ease-in-out all;
}
.navbar.navbar-default .search_form.toggleSearch {
    top: 50px;
    opacity: 1;
    visibility: visible;
}
.search_form .form-control.textbox {
    min-width: 160px;
    border: none;
    box-shadow: none;
    height: 38px;
    border-radius: 45px 0 0 45px;
}
.search_form .btn.btn-default {
    min-width: auto;
    line-height: 32px;
    height: 38px;
}
.navbar-brand img {
    width: 175px;
}
.navbar.navbar-default {
    padding: 15px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    z-index: 1;
    background: black;
}
.navbar-default .container {
    position: relative;
}

.navbar.navbar-default.nav-fixed .container:before{
    display:none;
}
.navbar.navbar-default.nav-fixed{
    background-color: transparent;
    background: transparent;
    border-color: transparent;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f2dc6e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #f2dc6e;
    background-color: transparent;
}
.nav.navbar-nav.navbar-left {
    margin-left: 30px;
}
.nav.navbar-nav.navbar-left .goog-te-gadget-simple {
    background-color: transparent;
    border: none;
    color: #f2dc6e;
    font-size: 16px;
    padding: 10px 15px;
}
.nav.navbar-nav.navbar-left .goog-te-gadget-simple .goog-te-menu-value span {
    border: none !important;
    color: #f2dc6e !important;
}
.label.label-info.user-fund-top {
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.open > .dropdown-menu.cdropdown {
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
}
.dropdown-menu.cdropdown li {
    flex-grow: 1;
    flex-basis: 0;
}
.navbar-default .navbar-nav > li > a.nav-checkout {
    position: relative;
}
.navbar-default .navbar-nav > li > a.nav-checkout .badge {
    position: absolute;
    font-size: 9px;
    right: 0;
    top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #2ece2e;
}
.sub-head{
    color:#ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-top:0;
    margin-bottom:0;
}
.top-head{
    font-size: 50px;
    font-weight: 700;
    color: #350fb5;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 65px;
}
.main-head {
    font-size: 60px;
    font-weight: 900;
    color: #350fb5;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 65px;
}
p{
    font-size: 16px;
    font-weight: 400;
    color: #383544;
    line-height: 26px;
}
.main-head.text-white,
.sub-head.text-white,
p.text-white{
    color:#ffffff;
}

#top-banner p {
    margin: 0 0 30px;
}
#top-banner .sub-head {
    margin-top: 60px;
}
.btn.btn-primary,
.btn.btn-default {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 200px;
}
.btn.btn-default{
    background: rgb(28,142,244);
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.post-text {
    color: white;
}


.btn.btn-primary {
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
}
.btn.btn-primary.btn-sm,
.btn.btn-default.btn-sm {
    font-size: 14px;
    font-weight: 400;
    min-width: auto;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
}
.table .btn.btn-primary,
.table .btn.btn-default {
    line-height: 28px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
}
#top-banner {
    padding: 115px 0;
}
.animation-box{
    position: relative;
}
.anim{
    position: absolute;
}
.top-background::before {
    content: '';
    width: 1180px;
    height: 767px;
    position: absolute;
    top: -115px;
    right: -192px;
    background-image: url(/img/top-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
#top-banner .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-img{
    background-image:url(/img/top-img-1.png);
    width: 557px;
    height: 595px;
    background-size: 100% 100%;
    margin-right: auto;
    display: block;
    position: relative;
    top: 240px;
    left: 100px;
}
#top-banner {
    padding: 115px 0 250px;
    overflow: hidden;
}
.charac-1 {
    background-image: url(https://cdn.creditfolio.in/img/charac-2.png);
    background-size: 100% 100%;
    width: 230px;
    height: 440px;
    display: block;
    top: 0px;
    left: -65px;
    z-index: -1;
}
.charac-2 {
    right: -160px;
    bottom: -80px;
    background-image: url(https://cdn.creditfolio.in/img/charac-1.png);
    width: 160px;
    height: 280px;
    display: block;
    background-size: 100% 100%;
}
.charac-3{
    left: -330px;
    bottom: -120px;
    background-image: url(https://cdn.creditfolio.in/img/charc-3.png);
    width: 125px;
    height: 260px;
    display: block;
    background-size: 100% 100%;
}
.row.what-back {
    background-image: url(https://cdn.creditfolio.in/img/what-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 42px;
}
.what-box.what-top {
    margin-top: 40px;
}
#what-we-do {
    padding: 60px 0;
}
#grow {
    padding: 60px 0;
}
#brilliance {
    background: rgb(0, 0, 0);
    padding: 60px 0 0;
    margin-bottom: 180px;
}
.brilliance-box {
    background: rgba(255, 255, 255, 0.057);
    border-radius: 10px;
    margin: 70px 15px 15px;
    text-align: center;
    padding: 0 0 30px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
}
.brilliance-box:hover {
    box-shadow: 0 0 20px 5px #f2dc6e7a;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#testi .nav.nav-tabs > li.active > a > img {
    filter: drop-shadow(8px 8px 10px #f2dc6e);
     
 }
.container.letsc {
    background: rgba(255, 255, 255, 0.057);
    border-radius: 10px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.btn:hover {
    box-shadow: 0 0 20px 5px #f2dc6e7a;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.brill-content {
    padding: 0 30px;
}
.slide-img {
    max-width: 100%;
    position: relative;
    top: -51px;
}
.brill-icon {
    position: relative;
}
.object-1 {
    top: 165px;
    left: 20%;
    -webkit-animation: image_move1 4s infinite linear;
    -moz-animation: image_move1 4s infinite linear;
    -o-animation: image_move1 4s infinite linear;
    animation: image_move1 4s infinite linear;
    animation-duration: 6s;
}
.object-2 {
    top: 85px;
    left: 82%;
    -webkit-animation: image_move4 4s infinite linear;
    -moz-animation: image_move4 4s infinite linear;
    -o-animation: image_move4 4s infinite linear;
    animation: image_move4 4s infinite linear;
    animation-duration: 8s;
}
.object-3 {
    top: 125px;
    left: 17%;
    -webkit-animation: image_move2 4s infinite linear;
    -moz-animation: image_move2 4s infinite linear;
    -o-animation: image_move2 4s infinite linear;
    animation: image_move2 4s infinite linear;
    animation-duration: 5s;
}
.object-4 {
    top: 150px;
    left: 80%;
    -webkit-animation: image_move3 4s infinite linear;
    -moz-animation: image_move3 4s infinite linear;
    -o-animation: image_move3 4s infinite linear;
    animation: image_move3 4s infinite linear;
    animation-duration: 5s;
}
.sidebar-title.text-center.sinle {
    -webkit-text-fill-color: transparent;
}
.brilliance-box h4{
    font-size: 17px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.brilliance-box h4 a{
    color: #383544;
    text-decoration: none;
}
.brilliance-box p{
    color: #FFF;
}
.brilliance-slider {
    margin-bottom: -230px;
}
#think {
    padding: 340px 0 60px;
    background-color: #000000;
}
.think-1,
.think-2,
.think-3,
.think-4,
.think-5,
.think-6,
.think-7{
    width:660px;
    height:628px;
    display:block;
}
.design-1,
.design-2,
.design-3,
.design-4,
.design-5,
.design-6,
.design-7,
.design-8{
    width:665px;
    height:640px;
    display:block;
}
.think-1,
.design-1 {
    position: relative;
}
.think-1 {
    -webkit-animation: image_scale3 2s infinite linear;
    -moz-animation: image_scale3 2s infinite linear;
    -o-animation: image_scale3 2s infinite linear;
    animation: image_scale3 2s infinite linear;
    animation-duration: 8s;
    background-image: url(https://cdn.creditfolio.in/img/think-1.png);
    background-size: 100% 100%;
}
.think-2 {
    -webkit-animation: image_move1 4s infinite linear;
    -moz-animation: image_move1 4s infinite linear;
    -o-animation: image_move1 4s infinite linear;
    animation: image_move1 4s infinite linear;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/think-2.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.think-3 {
    -webkit-animation: image_leftRight2 2s infinite alternate;
    -moz-animation: image_leftRight2 2s infinite alternate;
    -o-animation: image_leftRight2 2s infinite alternate;
    animation: image_leftRight2 2s infinite alternate;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/think-3.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.think-4 {
    background-image: url(https://cdn.creditfolio.in/img/think-4.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.think-5 {
    -webkit-animation: image_upDown2 2s infinite alternate;
    -moz-animation: image_upDown2 2s infinite alternate;
    -o-animation: image_upDown2 2s infinite alternate;
    animation: image_upDown2 2s infinite alternate;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/think-5.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.think-6 {
    background-image: url(https://cdn.creditfolio.in/img/think-6.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.think-7 {
    -webkit-animation: image_move_rotate1 4s infinite linear;
    -moz-animation: image_move_rotate1 4s infinite linear;
    -o-animation: image_move_rotate1 4s infinite linear;
    animation: image_move_rotate1 4s infinite linear;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/think-7.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
#think .row,
#design .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#design {
    padding: 60px 0;
    background-color: #000000;
}
.design-1 {
    background-image: url(/img/design-1.png);
    background-size: 100% 100%;
}
.design-2 {
    -webkit-animation: image_scale1 2s infinite alternate;
    -moz-animation: image_scale1 2s infinite alternate;
    -o-animation: image_scale1 2s infinite alternate;
    animation: image_scale1 2s infinite alternate;
    animation-duration: 2s;
    background-image: url(https://cdn.creditfolio.in/img/design-2.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-3 {
    -webkit-animation: image_leftRight1 2s infinite alternate;
    -moz-animation: image_leftRight1 2s infinite alternate;
    -o-animation: image_leftRight1 2s infinite alternate;
    animation: image_leftRight1 2s infinite alternate;
    animation-duration: 2s;
    background-image: url(https://cdn.creditfolio.in/img/design-3.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-4 {
    -webkit-animation: image_leftRight2 2s infinite alternate;
    -moz-animation: image_leftRight2 2s infinite alternate;
    -o-animation: image_leftRight2 2s infinite alternate;
    animation: image_leftRight2 2s infinite alternate;
    animation-duration: 2.2s;
    background-image: url(https://cdn.creditfolio.in/img/design-4.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-5 {
    -webkit-animation: image_leftRight2 2s infinite alternate;
    -moz-animation: image_leftRight2 2s infinite alternate;
    -o-animation: image_leftRight2 2s infinite alternate;
    animation: image_leftRight2 2s infinite alternate;
    animation-duration: 2.1s;
    background-image: url(https://cdn.creditfolio.in/img/design-5.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-6 {
    -webkit-animation: image_leftRight1 2s infinite alternate;
    -moz-animation: image_leftRight1 2s infinite alternate;
    -o-animation: image_leftRight1 2s infinite alternate;
    animation: image_leftRight1 2s infinite alternate;
    animation-duration: 2s;
    background-image: url(https://cdn.creditfolio.in/img/design-6.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-7 {
    -webkit-animation: image_leftRight3 2s infinite alternate;
    -moz-animation: image_leftRight3 2s infinite alternate;
    -o-animation: image_leftRight3 2s infinite alternate;
    animation: image_leftRight3 2s infinite alternate;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/design-7.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.design-8 {
    -webkit-animation: image_leftRight2 2s infinite alternate;
    -moz-animation: image_leftRight2 2s infinite alternate;
    -o-animation: image_leftRight2 2s infinite alternate;
    animation: image_leftRight2 2s infinite alternate;
    animation-duration: 5s;
    background-image: url(https://cdn.creditfolio.in/img/design-8.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
#design .animation-box {
    left: -100px;
}
#lets{
    background: rgb(0, 0, 0);
    padding:80px 0;
}
#testi{
    background-color: #000000;
    padding: 80px 0;
    background-image: url(/img/map.webp);
    background-position: center center;
    background-repeat: no-repeat;
}
#testi .nav.nav-tabs{
    position: relative;
    display: flex;
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}
#testi .nav.nav-tabs > li > a {
    background: transparent;
    border: none;
    padding: 0;
}
#testi .nav.nav-tabs > li > a:hover,
#testi .nav.nav-tabs > li > a:active,
#testi .nav.nav-tabs > li > a:focus{
    border: none;
    background-color: transparent;
}
#testi .nav.nav-tabs > li.float {
    position: absolute;
}

.float.first {
    left: -60px;
    top: -80px;
}
.float.second {
    left: 130px;
    top: 220px;
}
.float.third{
    top: 220px;
    right: 130px;
}
.float.fourth {
    right: -60px;
    top: -80px;
}
#testi .tab-pane {
    margin: auto;
    max-width: 340px;
    background: rgba(255, 255, 255, 0.057);
    border-radius: 10px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}
#testi .tab-pane:hover {
    box-shadow: 0 0 20px 5px #f2dc6e7a;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#testi h4 {
    font-size: 22px;
    font-weight: 700;
}
#testi h5 {
    font-size: 13px;
    font-weight: 700;
    color: #f2dc6e;
    margin-bottom: 0;
}
.rat {
    margin-bottom: 15px;
}
.footer-top {
    background-color: #000000;
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg,#000,#060606);
}
.footer-top p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.social-icons {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}
.social-icons li a {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border:2px solid #ffffff;
    display: block;
    border-radius: 500px;
    text-align: center;
    margin-right: 6px;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
  	transition: all 0.3s ease-in-out;
}
.social-icons li a:hover,
.social-icons li a:focus,
.social-icons li a:active {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: #ffffff;
}
.widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.footer-logo {
    margin-bottom: 15px;
    width: 190px;
}
.footer-nav {
    padding: 0;
    list-style: none;
}
.footer-nav a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    line-height: 32px;
    display: block;
	position: relative;
  	padding-left: 15px;
  	transition: all 0.3s ease-in-out;
}
.footer-nav a:before {
    content: '';
    width: 0;
    height: 0;
  	position: absolute;
    left: 0;
    top: 8px;
    border-top: 4px solid transparent;
    border-left: 6px solid #6e6e6e;
    border-bottom: 4px solid transparent;
  	transition: all 0.3s ease-in-out;
}
.footer-nav a:hover:before,
.footer-nav a:active:before,
.footer-nav a:focus:before{
  	border-left-color: #ffffff;
    transition: all 0.3s ease-in-out;
    left: 3px;
}
.footer-nav a:hover,
.footer-nav a:active,
.footer-nav a:focus {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.footer-top input.form-control {
    background-color: transparent;
    border: 2px solid #fff;
    height: 42px;
    border-radius: 35px !important;
}
.footer-top .input-group button.btn.btn-default {
    color:#ffffff;
    background: #f2dc6e;
    border: none;
    border-radius: 35px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    min-width: auto;
    line-height: 1;
}
.footer-top .input-group span.input-group-btn {
    position: absolute;
    right: 36px;
    top: 4px;
}
.footer-top .input-group {
    display: block;
    width: 100%;
}
.footer-bottom{
    padding: 10px 0;
    background:linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
}
.footer-bottom p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
}
.footer-bottom-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.footer-bottom-nav li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 16px;
    display: block;
    text-decoration: none;
}
/*INNER PAGE*/
.inner-head {
    padding: 140px 0 90px;
    margin-top: -105px;
    position: relative;
    z-index: 0;
}
.inner-head::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.inner-head::after {
    content: '';
    background-size: cover;
    position: absolute;
    width: 100%;
    display:block;
    bottom:0;
    left:0;
    right:0;
}
.gradient {
    background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-body-typed {
    height: 100px;
    padding: 10px;
  }
.inner-head h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 1.5em;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-head h4 {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.2));
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 50px;
}
.inner-head h5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 600;
    margin-top: 10px;
}
.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0.8em 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #060606;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    border: 0;
    line-height: inherit;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 20px;

}
.inner-head p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-top: 50px;
}
/*CONTACT PAGE*/
.contact-page {
    padding: 60px 0;
}
.contact-box {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 32px -16px rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: hidden;
}

.contact-box::before {
    content: '';
    background: #f2dc6e;
    width: 200px;
    height: 170px;
    position: absolute;
    display: block;
    border-radius: 150px 180px 270px 340px;
    top: -50px;
    left: -30px;
    z-index: 0;
}
.contact-box i {
    font-size: 32px;
    position: relative;
    color: #ffffff;
}
.contact-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 38px;
}
.contact-box a {
    color: #383544;
    display: block;
    text-decoration: none;
}
/*BLOG PAGE*/
.blog-main {
    padding: 60px 0;
}
.post-wrapper {
    width: 31.88%;
    display: block;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.blogonly{
    width: 47.825% !important;
}
.post-wrapper:hover{
    box-shadow: 0 0 20px 5px #f2dc6e7a;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.post-img-wrap {
    display: block;
    overflow: hidden;
    height: 240px;
    position: relative;
}
.post-cate {
    position: absolute;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    right: 10px;
    top: 10px;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    display: block;
    line-height: 14px;
}
.post-img,
.main-post-image img{
    width: 100%;
    height: 100%;
    /*margin-top: -65px;*/
}
.post-category {
    font-size: 14px;
    color: #FDB31B;
    text-transform: uppercase;
}
.singlep {
    padding: 10px;
    background: linear-gradient(180deg,#121826,rgba(39,40,43,.82));
    border-radius: 10px;
    margin-bottom: 10px;
    /* justify-content: center; */
}
.post-title a {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-decoration: none;
    max-height: 64px;
    display: block;
    min-height: 64px;
    overflow: hidden;
}
.post-title a:hover,
.post-title a:hover,
.post-title a:hover {
    color: #3f3f3f;
    text-decoration: none;
}
.post-meta {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    list-style: none;
}
.post-meta li {
  background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
  color: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 10px;
}
.post-meta li .icon {
  background-color: #ffffff;
  padding: 1px 5px;
  border-radius: 4px;
  margin-right: 6px;
  color: #f2dc6e;
}
.author-post, .date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #595959;
    margin-right: 10px;
}
.post-excrept {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.post-content {
    background-color: #fff;
    padding: 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(180deg,#121826,rgba(39,40,43,.82));
}
.modal-content {
    background: rgba(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    }
.post-content .read-more {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.breadcrumbs .pagination{
    display: flex;
    justify-content: center;
}
.breadcrumbs .pagination li a,
.breadcrumbs .pagination li span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff9fd;
    background-color: #1f2023;
    border: 0px solid !important;

}
.breadcrumbs .pagination li a:hover, 
.breadcrumbs .pagination li a:active{
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.breadcrumbs .pagination li a:focus{
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.sidebar {
    background-color: #fff;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    height: 100%;
}
.recent-posts {
    list-style: none;
    padding: 0;
}
.recent-post-img {
    margin: 0 10px 0 0;
}
.recent-post-img img {
    width: 90px;
}
.recent-posts li {
    clear: both;
    display: flex;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.recent-posts li:last-child {
    border: none;
}
.recent-post-title a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    display: block;
}
.recent-post-title a:hover,
.recent-post-title a:hover,
.recent-post-title a:hover {
    color: #f2dc6e;
    text-decoration: none;
}
.post-info {
    color: #a299a6;
}
.recent-post-title {
    margin: 0;
}
.recent-post-content .date {
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    margin: 0;
    display: block;
}
.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0;
    color: #ffffff;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;

}
.sidebar-title::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 45px solid #000000;
    position: absolute;
    right: 0;
    bottom: 0;
}
.social-icon-one.alternate {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 30px;
    justify-content: center;
}
.social-icon-one a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #f2dc6e;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 10px 0 0;
    font-size: 18px;
}
.newsletter-icon {
    font-size: 48px;
    text-align: center;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
    margin-bottom: 15px;
}
.sidebar-newsletter-widget p {
    font-size: 16px;
    line-height: 22px;
    color:white;
}
.blogtoc hr {
    border-top: 0px solid #eee !important;
}
.toc::after {
    border-bottom: 45px solid #ffffff !important;
}
.tdf::after{
    border-bottom: 45px solid #ffffff !important;   
}
.blo{
    margin-bottom: 20px;
}
.newsletter-wrap {
    padding: 20px 30px;
}

.white-background-text {
    background: black;
    padding: 6px;
    min-height: 0;
    padding-right: 0.7em;
    padding-left: 0.7em;
    border-radius: 3px;
    color: white;
    
}
.mnav {
   padding: 3px !important;
    margin-top: 6px !important;
}
a.mobile-hide.text-right.button.w-button.text-center.mmobile {
    font-size: 15px;
    background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    color: #fff;
    margin-left: 5px;
}
a.mobile-hide.text-right.button.w-button.text-center.mmobile:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.button:hover {
    background-image: none;
    box-shadow: 0 0 20px 5px #f2dc6e7a;
    -webkit-filter: none;
    filter: none;
    color: #2742f5;
    text-decoration: none;
    text-shadow: none;
}
@media (max-width: 600px) {
    .container.letsc {
        margin-left: 5px;
        margin-right: 5px;
    }
    section.order-page {
        margin-top: 70px;
    }
    .mobile-hide {
        display: none;
    }
    .inner-head p {
        margin-top: 20px !important;
    }
    .button {
        font-size: 15px;
        min-height: 0!important;
    }
    a.mobile-show.button.w-button.text-center.mmobile {
        margin-top: 0!important; */
        font-size: 20px;
        min-height: 0px !important;
        min-height: 0;
        padding-right: -9.3em;
        /* padding-left: 0.7em; */
        border-radius: 3px;
        /* font-size: .8em; */
        margin-top: 3px !important;
        background-image: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
        display: inline-block;
        padding: 3px !important;
        border: 0;
        line-height: inherit;
        text-decoration: none !important;
        cursor: pointer;
        margin-top: 20px;
    }
    .white-background-text {
        font-size: 15px;
    }
    .blogonly {
        width: 100% !important;
        }
    }


.main-post-image {
    margin-bottom: 19px;
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
}
.btn.btn-primary.btn-back {
    border-radius: 0;
    position: absolute;
    left: -60px;
    line-height: 52px;
    top: 1px;
    min-width: auto;
}
.main-post-content {
    background: linear-gradient(180deg,#121826,rgba(39,40,43,.82));
    padding: 25px;
    border: 1px solid rgba(0,0,0,.125);
    overflow: hidden;
}
.main-post-title {
    font-size: 32px;
}
.post-description font {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
}
.main-post-wrapper {
    position: relative;
}
.main-post-image img {
    margin-top: 0;
}
.meta-dete {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #f2dc6e;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    display: block;
    line-height: 14px;
}
.post-meta-wrap {
    margin-bottom: 20px;
}
.main-post-wrapper .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.main-post-wrapper .post-date .day {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 2px 2px 0 0;
    background: #f4f4f4;
    color: #f2dc6e;
}
.border-button-contents {
    padding: 16px 24px;
    border-radius: 6px;
    background-color: #060203;
    text-align: center;
    color: white;
}
.brd:hover {
   background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%); 
}
.brd {
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    padding: 3px;
    border-radius: 8px;
}
.main-post-wrapper .post-date .month {
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
    color: #FFF;
    font-size: .9em;
    padding: 0 0 2px;
    display: block;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
}
.main-post-wrapper .entry-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
    color: #f2dc6e; 
    background-image: #f2dc6e;
    -webkit-background-clip: text;
}
.post-desc a  {
    background: #f2dc6e;
    text-decoration: none;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
}
.blogdsc a {
    -webkit-text-fill-color: transparent;
}

.blogdsc blockquote {
border-left: 5px solid #ffffff;
background: black;
border-radius: 5px;
}
.blogtoc a {
    color: #ebdddd;
    text-decoration: none;
    font-weight: 500;
}
.blogtoc ol {
   color: #ebdddd;
    font-size: 18px;
    
	
}
.post-desc h1  {
font-size: 21px;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);    
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #ffffff;
    padding: 10px;
    position: relative;
    border-left: 15px solid #ffffff;
	box-shadow: 0 0.25em 0.125em 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.post-desc h2  {
font-size: 20px;
    background: linear-gradient(90deg,#8b5902 0%,#f2db6c 95.34%);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #ffffff;
    padding: 10px;
    position: relative;
    border-left: 15px solid #ffffff;
	box-shadow: 0 0.25em 0.125em 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.post-desc h3  {
    font-size: 19px;
    background: linear-gradient(90deg,#815502 0%,#f2da6a 93.34%);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #ffffff;
    padding: 10px;
    position: relative;
    border-left: 15px solid #ffffff;
	box-shadow: 0 0.25em 0.125em 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
    
}
.post-desc h4  {
font-size: 18px;
    background: linear-gradient(90deg,#785002 0%,#f2d968 91.34%);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #ffffff;
    padding: 10px;
    position: relative;
    border-left: 15px solid #ffffff;
	box-shadow: 0 0.25em 0.125em 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.post-meta-wrap span {
    display: inline-block;
    padding-right: 8px;
}
.sab-alert {
    padding: 1em;
    width: 100%;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
}

.wp-block-simple-alerts-for-gutenberg-alert-boxes {
    
    align-items: stretch;
    box-shadow: 0 0.25em 0.125em 0 rgb(0 0 0 / 10%);
    
    margin-bottom: 1.7em;
}
.affiliate-d-table.affiliate-procon-inner {
    margin: 20px 0 30px;
    width: 100%;
}

.affiliate-block-advanced-list.affiliate-props-list.affiliate-alignment-left {
    border-top: 4px solid #9bec9b;
    padding: 18px 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
}

.affiliate-block-advanced-list.affiliate-props-list.affiliate-alignment-left p {
    margin-top: 0;
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
}

.affiliate-block-advanced-list.affiliate-props-list.affiliate-alignment-left ul {
    list-style: none;
    margin: 0 0 10px 1.4em;
}

.affiliate-block-advanced-list.affiliate-props-list.affiliate-alignment-left li:before {
    content: url(https://dcreato.com/images/check.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 9px;
    margin-left: -24px;
    top: 2px;
    background: none;
}

.affiliate-block-advanced-list.affiliate-cons-list.affiliate-alignment-left p {
    margin-top: 0;
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
}

.affiliate-block-advanced-list.affiliate-cons-list.affiliate-alignment-left {
    border-top: 4px solid #ea6969;
    padding: 18px 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
}

.affiliate-block-advanced-list.affiliate-cons-list.affiliate-alignment-left ul {
    list-style: none;
    margin: 0 0 10px 1.4em;
}

.affiliate-block-advanced-list.affiliate-cons-list.affiliate-alignment-left li:before {
    content: url(https://dcreato.com/images/wrong.svg);
    width: 12px;
    height: 12px;
    top: 4px;
    display: inline-block;
    margin-right: 11px;
    margin-left: -24px;
    background: none;
}
.sab-alert-dark {
    
    border-left: 10px solid #cecccc;
    background-color: #504c4c;
    color: white;
}
.sab-alert-light {
    border-left: 10px solid #cecccc;
    background-color: #e9edf3;
}
.sab-alert-secondary {
    border-left: 10px solid #9d9e95;
    background-color: #d7d9dc;
}

.sab-alert-primary {
    border-left: 10px solid #30b3fa;
    background: #abddfa;
}
.sab-alert-success {
    border-left: 10px solid #82c91d;
    background-color: #cae7a7;
}
.sab-alert-warning {
    border-left: 10px solid orange;
    background-color: #fcd9a8;
}
.sab-alert-danger {
    border-left: 10px solid red;
    background-color: #ffa6a1;
}
.post-meta-wrap span i {
    margin-right: 6px !important;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
    text-align: center;
}
.bottom_meta {
    margin: 15px 0;
    border-radius: 3px;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    border-top: 1px solid #ececec;
    padding-top: 15px;
    color: white;
}
.bottom_meta a{
    text-decoration: none;
    border: 1px solid rgb(255 255 255 / 25%);
    padding: 9px 16px;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #d2cdde;
    transition: all .25s;
    border-radius: 50px;
    margin: 6px 4px;
}
.bottom_meta a:hover {
    background-color: #f2dc6e;
    color: #ffffff;
}
/*COMMENT SYSTEM*/
.comment-list {
    margin: 25px 0 0;
}
.comment-list .comment_item .comment .comment-author.vcard{
    /*margin-bottom: 15px;*/
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-left: 10px;
    padding-top: 15px;
}
.comment-author.vcard {
    display: flex;
    position: relative;
}
.comment-author.vcard img {
    margin-right: 20px;
    display: block;
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
}
.comment_author {
    color: #28375a;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}
.comment-dot {
    padding: 0 10px;
    font-size: 3px;
    opacity: .5;
    line-height: 3px;
    display: inline-block;
    vertical-align: middle;
}
.comment-date {
    font-size: 13px;
    color: #28375a;
    opacity: .75;
}
.comment-content p {
    color: #28375a;
    font-size: 16px;
    margin: 0;
}
.comment-reply-link {
    color: #9aa2a6;
    font-weight: 400;
    font-size: 14px;
}
.comment-list .comment_item .comment.depth-2 {
    margin-left: 78px;
}
.comment-list .comment_item .comment.depth-3 {
    margin-left: 88px;
}
.comment.depth-1, .comment.depth-2, .comment.depth-3 {
    position: relative;
    background-color: #fff;
}
.comment.depth-1::before,
.comment.depth-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #ececec;
    height: 100%;
    width: 4px;
    z-index: 0;
}
.comment.depth-2::before {
    border-color: rgba(74, 37, 159, 0.2);
    border-width: 1px;
}
.btn.btn-xs.btn-primary {
    font-size: 14px;
    font-weight: 400;
    min-width: auto;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
}
.comment-meta {
  position: relative;
}
.rep-button {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}
.rep-button:hover,
.rep-button:active,
.rep-button:focus{
  text-decoration: none;
}
.comment-rep-wrap {
  display: flex;
  position: absolute;
  right: 0;
  top: 15px;
}
.rep-button.plus-rep {
  background-color: #2ece2e;
  color: #fff;
}
.rep-button.minus-rep {
  border-color: #e52f48;
  color: #e52f48;
  margin-left: 5px;
}
.comment-user-badge {
    background: #17ace6;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 10px;
}
.comment-user-badge.admin-badge{
    background: #f2dc6e;
}
.comment-reply-title,
.comment-list-title,
.author-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    color: white;
}
.comment-reply-title {
    text-align: center;
}
.comment-list-title span {
    float: right;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}
.comment-reply {
    margin-bottom: 30px;
    position: relative;
}
.comment-reply::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #fff;
    height: 110%;
    width: 4px;
    z-index: 0;
}
/*SIDEBAR SEARCH WIDGET*/
.sidebar-widget.sidebar-search {
    margin-bottom: 19px;
}
.sidebar-search .form-control {
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 37px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}

.sidebar-search .btn.btn-sm.btn-primary {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 37px;
}
.sidebar-search .input-group {
    border: 1px solid #f2dc6e;
    border-radius: 8px;
    padding: 5px;
}
/*SIDEBAR CATEGORIES WIDGET*/
.post-categories-list {
    padding: 0;
    margin: 15px auto 30px;
    list-style: none;
}
.post-categories-list li a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    transition: all 0.3s ease-in;
}
.cate-seprator {
    width: 100%;
    border-top: 2px dotted #f2dc6e;
    height: 2px;
    display: block;
    margin: 15px 20px;
    transition: all 0.3s ease-in;
}
.post-categories-list li a:hover,
.post-categories-list li a:active,
.post-categories-list li a:focus {
    transition: all 0.3s ease-in;
}
.post-categories-list li a:hover .cate-seprator {
    transform: scale(0.96);
}
.post-categories-list li a .cate-count {
    font-size: 14px;
}
.new-tag {
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    color: #fff;
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 4px;
    margin-right: 5px;
}
/*AUTHOR BOX*/
.author-wrap {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.author-img {
    width: 75px;
    height: 75px;
    margin: 0 15px 0 0px;
    border: 1px solid #f2dc6e;
    border-radius: 500px;
    position: relative;
    float: left;
}
.author-status {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0px;
    top: 5px;
    border-radius: 500px;
    border: 2px solid #fff;
}
.author-status.online{
    background-color: #2ece2e;
}
.author-status.offline{
    background-color: #e52f48;
}
.author-inner-img{
    border-radius: inherit;
    display:block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.author-img img {
    width: 100%;
}
.author-stats {
    list-style: none;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.author-stats li {
    font-size: 14px;
    color:white;
}
span.meta-author {
    color: white;
}
span.meta-tags {
    color: white;
}
span.meta-comments {
    color: white;
}
.post-meta-wrap a {
    color: #f2dc6e;
}
span.meta-views {
    color: white;
}
.author-stats li i {
    background: linear-gradient(90deg, #1c8ef4 0%, #f2dc6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 3px;
    margin-left: 8px;
}
.sidebar-author h4 {
    text-align: center;
    font-size: 22px;
}
.sidebar-author p{
    text-align:center;
    color:#282828;
}


/*REVIEW PAGE*/
.review-form {
    display: block;
    padding: 20px;
    background: rgb(28,142,244);
    background: linear-gradient(203deg, rgba(130,19,177,1) 0%, rgba(48,15,181,1) 100%);
    box-shadow: 0 0 30px -15px #000;
    border-radius: 4px;
}
.review-form h2 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.btn-primary.btn-block.btn-white {
    background-color: #fff;
    background: #fff;
    color: #f2dc6e;
}
.review-form label {
    color: #fff;
    display: block;
}
.ratting-form-control {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.ratting-form-control i {
  cursor:pointer;
  background: #ffff;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin: 0 10px;
  color: #f2dc6e;
  transition: all 0.3s ease-in-out;
}
.ratting-form-control i.checked {
  color: #ffb700;
}
.ratting-form-control i:hover,.ratting-form-control i:focus,.ratting-form-control i:active {
  color: #ffb700;
}
.testimonial-wrap {
    margin-left: 15px;
    max-width: 340px;
    background-color: #fff;
    box-shadow: 0 0 30px -15px #000;
    padding: 20px;
    border-radius: 6px;
    float: left;
    width: 46%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.testimonial-wrap h4 {
    font-size: 22px;
    font-weight: 700;
}
.testimonial-wrap h5 {
    font-size: 13px;
    font-weight: 700;
    color: #f2dc6e;
    margin-bottom: 0;
}
.review-inner {
    padding: 60px 0;
}
/*API PAGE*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.table > tbody > tr > td {
    border-top: none;
    position: relative;
    color: rgba(63, 59, 76, 0.7);
    font-size: 13px;
    overflow: hidden;
    vertical-align: middle;
}
.table > tbody > tr > td::after {
    content: '';
    position: absolute;
    bottom: 50%;
    width: 100%;
    z-index: -1;
    background-color: rgba(108, 200, 96, 0.3);
    height: 1px;
}

    pre {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 15px;
    overflow: auto;
    max-width: 100%;
	background: rgba(0,0,0,.05);
}
    
.api-page {
    padding: 60px 0;
}
.api-card,
.well {
    border:none;
    background-color: #fff;
    box-shadow: 0 0 30px -15px #000;
    padding: 15px;
    margin-bottom: 19px;
    border-radius: 4px;
    position: relative;
    /*z-index: 1;*/
}
.well.tab-well {
    border-radius: 0 4px 4px 4px;
}
.inner-page {
    padding: 60px 0;
}
/*SERVICE PAGE*/
.service-page{
    padding: 60px 0;
}
.brilliance-box.service-box {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 19px;
}
.service-box .brill-icon {
    max-height: 158px;
    overflow: hidden;
}
.service-box .slide-img {
  top: 0;
}
.brilliance-box.service-box h4 {
  margin-top: 15px;
}
.service-box h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    background: linear-gradient(
189deg
, rgba(130,19,177,1) 0%, rgba(48,15,181,1) 100%);
    margin-right: -30px;
    margin-left: -30px;
    padding: 10px;
}
.service-box h6 {
    color: #00000;
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
}
.service-box ul {
    padding: 0;
    list-style: none;
}
.service-box ul li {
    display: block;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.3);
    color: #350fb5;
}
@keyframes scaleUpDown {
  0%,
  100% {
    transform: scaleY(1) scaleX(1);
  }
  50%,
  90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}

@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}

@keyframes glow {
  0%,
  100% {
    background-color: #ef5a00;
  }
  50% {
    background-color: #ff7800;
  }
}

.fire {
    position: absolute;
    top: 5px;
    left: 36px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 8px;
    border-radius: 500px;
}
.inner-fire {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
}
.fire-main {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-main .main-fire {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(farthest-corner at 10px 0, #d43300 0%, #ef5a00 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}

.fire-main .particle-fire {
  position: absolute;
  top: 60%;
  left: 45%;
  width: 10px;
  height: 10px;
  background-color: #ef5a00;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-right {
  height: 100%;
  width: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-right .main-fire {
  position: absolute;
  top: 15%;
  right: -25%;
  width: 80%;
  height: 80%;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}

.fire-right .particle-fire {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-left {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.fire-left .main-fire {
  position: absolute;
  top: 15%;
  left: -20%;
  width: 80%;
  height: 80%;
  background-color: #ef5a00;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
  filter: drop-shadow(0 0 10px #d43322);
}

.fire-left .particle-fire {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 10%;
  height: 10%;
  background-color: #ef5a00;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #d43322);
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}

.fire-bottom .main-fire {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 75%;
  height: 75%;
  background-color: #ff7800;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 100% 40%;
  filter: blur(10px);
  animation: glow 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
/*PRODUCT DETAIL PAGE*/

.prod-img-wrap img {
    width: 100%;
}
.prod-img-wrap {
    position: relative;
    margin-bottom: 35px;
}
.product-inner {
    padding: 60px 0;
}
.product-title {
    font-size: 20px;
    line-height: 1.2;
    color: #383544;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
}
.product-ratting-wrap {
  margin-bottom: 18px;
  position: relative;
}
.prod-rat {
  font-size: 14px;
  color: #ffb700;
  margin-right: 10px;
  display: inline-block;
}
.product-ratting-wrap a {
  font-size: 14px;
  text-decoration: none;
  color: #999;
  margin-right: 10px;
  position: relative;
}
.product-ratting-wrap:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 2px solid #f2dc6e;
  margin: 2.5rem 0 1.25rem;
}
.prod-price {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.product-short-discription p {
    margin-bottom: 15px;
    color: #777;
}
.product-inner .btn.btn-primary {
    line-height: 42px;
    min-width: 130px;
    border-radius: 4px;
}
.nav.nav-tabs {
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #f2dc6e;
    border-radius: 4px;
    color: #f2dc6e;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #f2dc6e;
    border-bottom-color: transparent;
    background: rgb(28,142,244);
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.tab-content {
    padding-top: 15px;
}
.tab-content .tab-pane {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 30px -15px #000;
}
.prod-img-wrap .fire {
    left: 10px;
    top: 10px;
}
.product-title .fire {
    left: auto;
    right: 0;
    box-shadow: 0 0 20px -8px rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    top: 0;
}
.panel-default {
    border-color: #e8e9eb;
	padding: 0 15px;
	border-radius: 6px;
	box-shadow: 0 0 30px -20px rgba(3, 27, 156,0.6);
    margin-bottom: 4px;
}
.panel-heading span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #28313b;
}
.panel-heading span i {
    margin-right: 5px;
    color: #ff6984;
}
.panel-default > .panel-heading {
    color: #28313b;
    background-color: transparent;
    border-color: #e8e9eb;
  	padding-left: 0;
	padding-right: 0;
}
.panel-default > .panel-heading a { 
    text-decoration: none;
	display: block;
	position: relative;
}
.panel-default .panel-heading .panel-title a::before,
.panel-default .panel-heading .panel-title a.collapsed::before,
.panel-default .panel-heading .panel-title a::after,
.panel-default .panel-heading .panel-title a.collapsed::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 0;
  	top: 3px;
    color: #28313b;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.panel-default .panel-heading .panel-title a.collapsed::before {
    content: '\f067';
    opacity: 1;
    transform: rotate(0deg);
}
.panel-default .panel-heading .panel-title a::after {
    content: '\f068';
    opacity: 1;
    transform: rotate(0deg);
}
.panel-default .panel-heading .panel-title a::before {
    content: '\f067';
    opacity: 0;
    transform: rotate(90deg);
}
.panel-default .panel-heading .panel-title a.collapsed::after {
    content: '\f068';
    opacity: 0;
    transform: rotate(-90deg);
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
}
.panel-body p {
    font-size: 14px;
    color: #96999c;
    margin-bottom: 4px;
    font-weight: 400;
}
.tip {
    font-size: 12px;
    background-color: #ffffff;
    display: block;
    width: 58px;
    text-align: center;
    top: 0;
    left: -10px;
    right: 0;
    margin: auto;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
    position: absolute;
    opacity: 0;
    transition: 0.3s ease-in all;
}
.fire:hover .tip {
    top: 43px;
    opacity: 1;
}
/*ADD FUNDS PAGE*/
.payment-box {
    background-color: #fff;
    box-shadow: 0 0 30px -15px #000;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f2dc6e;
    color: #f2dc6e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 19px;
    text-decoration: none;
    transition: 0.3s ease-in-out all;
    min-height: 142px;
}
.payment-box:hover {
    background: rgb(28,142,244);
    background: linear-gradient(203deg, rgba(130,19,177,1) 0%, rgba(48,15,181,1) 100%);
    color: #fff;
    text-decoration: none;
}
.add-funds-page {
    padding: 60px 0;
}
.pay-icon {
    font-size: 32px;
    margin-bottom: 15px;
}
.payment-box .pay-title {
    font-size: 14px;
}
.transaction-page {
    padding: 60px 0;
}
/*DATA TABLE*/
.dataTables_paginate .pagination > li > a {
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    color: #ffffff;
    border: none;
    margin: 0 4px;
    border-radius: 500px;
}
.transaction-page {
    padding: 60px 0;
}
.dataTables_wrapper .form-control.input-sm {
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    color: #fff;
    border: none;
    border-radius: 500px;
}
/*ACCOUNT PAGE*/
.account-page {
    padding: 60px 0;
}
/*ORDERS PAGE*/
.orders-page {
    padding: 60px 0;
}
/*SUPPORT PAGE*/
/* TICKET PAGE */
.titcket-title-head h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}
.cap {
  display: inline-block;
}
.cap img {
  width: 40px;
  margin-right: 15px;
}
.tickat-page .titcket-title {
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #eef2fc;
  padding: 15px 25px;
  border-radius: 25px 25px 0 0;
}
.tickat-page .ticket-message-left .avatar,
.tickat-page .ticket-message-right .avatar {
  margin-bottom: 10px;
  border: 1px solid rgb(28,142,244);
  border-radius: 500px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tickat-page .ticket-message-left .avatar {
    border-color: rgb(28,142,244);
    padding: 15px;
}
.tickat-page .ticket-message-right .avatar-wrap{
  float: right;
  margin-left: 15px;
}
.tickat-page .ticket-message-left .avatar-wrap{
  margin-right: 15px;
  float: left;
}
.tickat-page .ticket-message-right .avatar {
  padding: 0;
}
.tickat-page .avatar img {
  width: 100%;
}
.tickat-page .ticket-message-right .ticket-message,
.tickat-page .ticket-message-left .ticket-message{
  overflow: hidden;
  padding: 18px 25px;
  margin-bottom: 10px;
  color: #fff;
  margin-left: auto;
  width: auto;
}
.tickat-page .ticket-message-right .ticket-message {
  background: rgb(28,142,244);
  background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
  border-radius: 15px 15px 0px 15px;
  float: right;
}
.tickat-page .ticket-message-left .ticket-message {
  border-radius: 15px 15px 15px 0;
  float: left;
  background: rgb(28,142,244);
  background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.card {
  padding: 10px;
  border: 1px solid #ededed;
}
.tickat-page #message {
  box-shadow: none;
  padding: 12px 25px 0;
  border-radius: 0 0 0 25px;
  resize:none;
}
.tickat-page .newmessagecard .btn {
  background: rgb(28,142,244);
  background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
  color: #ffffff;
  font-size: 24px;
  width: 100px;
  display: block;
  line-height: 60px;
  border-radius: 0 0px 20px 0;
}
.tickat-page .newmessagecard #basic-addon2 {
  background-color: transparent;
  padding: 0;
  border: none;
}
.newmessagecard form, .newmessagecard .form-group.panel-border-top {
  margin: 0;
}
.card.newmessagecard {
  padding: 0;
  margin-bottom: 35px;
  border: none;
}
.badge.author-badge {
  border: 1px solid;
  border-radius: 500px;
  display: block;
  text-transform: capitalize;
}
.ticket-message-right .badge.author-badge {
  border-color: rgb(28,142,244);
  background: rgb(28,142,244);
  background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.ticket-message-left .badge.author-badge {
  border-color: rgb(28,142,244);
  background: rgb(28,142,244);
  background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
}
.titcket-title-head .label.label-success {
    margin-left: 10px;
}
.tickat-page {
    padding: 60px 0;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.mobile-show {
    display: none;
}

.stats-wrap {
    padding: 60px 0;
}
.stat-box {
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    transition: 0.3s ease-in all;
    padding: 15px;
    border-radius: 10px;
}
.stat-box:hover {
    box-shadow: -10px 20px 30px -15px rgba(130, 19, 177, 0.75);
}
.stat-box .media{
    padding: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.45);
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 107px;
    display: flex;
    align-items: center;
}
.stat-box svg {
    width: 65px;
    fill: url(#my-cool-gradient);
}
.stat-box h6 {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
}
.stat-box h4 {
    color: #350fb5;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
}
.stat-box h5 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 300;
    color: #383544;
}
.stat-box .media-left{
    position: relative;
}
.stat-box .media-left i {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #fff;
    font-size: 24px;
}
.faq-icon,
.desc-icon{
    min-width: 55px;
    height: 55px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    overflow: hidden;
    padding: 8px;
    margin-right: 8px;
    box-shadow: inset -3px 3px 10px 4px rgba(255, 255, 255, 0.4);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.faq-icon-inner,
.desc-icon-inner{
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: -7px 10px 8px 3px rgba(0,0,0,0.3);
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.desc-icon-inner {
    background-image: url(https://cdn.creditfolio.in/img/logo-mini.png);
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.faq-q{
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 34px;
}
.new-faq:hover .faq-icon,
.description-box:hover .desc-icon{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    box-shadow: inset 3px -3px 10px 4px rgba(255, 255, 255, 0.4);
}
.new-faq:hover .faq-icon-inner,
.description-box:hover .desc-icon-inner{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    box-shadow: 10px -7px 8px 3px rgba(255, 255, 255, 0.3);
}
.faq-head,
.desc-head{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.faq-question,
.desc-question{
    font-size: 16px;
    font-weight: 300;
}
.new-faq,
.description-box{
    background-color: #fff;
    box-shadow: 0 0 30px -15px #000;
    padding: 10px;
    margin-bottom: 19px;
    border-radius: 10px;
    border: 1px dashed #f2dc6e;
    min-height: 154px;
}
.description-box {
    height: 600px; 
}
.left-side,
.middle-side,
.right-side {
  min-height: 90vh;
  height: 100%;
}

.left-side {

  border-right: 1px solid var(--border);

}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
  border-radius: 5px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.middle-side {

  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  padding: 0px !important;
  position: relative;

}

.editor-div {
  /* overflow-y: scroll !important; */
  height: 90%;
}

.right-side {

  border-left: 1px solid var(--border);
  padding: 0px !important;
}

.bottom-writer {
  /* position: absolute;
    bottom: 0;
    left:0; */
  padding: 10px;
  border-top: 1px solid var(--border);
  /* color: red !important; */
  width: 100%;
  height: 10%;
  z-index: 1000;
  overflow-x: auto;
  
}
.bottom-writer::before, .bottom-writer::after {
  content: '';  /* Insert pseudo-element */
  margin: auto; /* Make it push flex items to the center */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.bottom-writer::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.bottom-writer {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}



.ql-container.ql-snow {
  border: none !important;
}

.ql-editor p,
.ql-editor li {
  font-size: 15px !important;
}

.ql-editor strong {
  font-size: 16px !important;
}

.ql-toolbar.ql-snow {
  background-color: white !important;
  border: none !important;
  border-bottom: 2px solid var(--border) !important;
  /* position: absolute; */
}


.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  font-weight: 700 !important;
}
.words-counter {
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);;
    color: white;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 3px;
}
.new-faq p,
.description-box p,
.description-box li,
.description-box li span{
    height: auto !important;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
}
.description-box p h2 ul div span {
    display: block;
}
.description-box p h2 div span {
    display: none;
}
.tab-well .nav.nav-pills {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -10px 20px -2px rgba(0, 0, 0, 0.15);
}
.nav-pills > li > a {
    font-size: 14px;
    color: #a6a6a6;
}
.nav-pills > li.active > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 4px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    border-radius: 50px;
}
.nav-pills > li > a:focus, 
.nav-pills > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #01cdde8f;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fav_wrap {
    position: absolute;
    right: 20px;
    top: 8px;
}
.fav_wrap .tip {
    width: 130px;
    font-size: 10px;
    left: -90px;
    line-height: 10px;
}
#favourite:hover .tip, #unfavourite:hover .tip {
    left: -172px;
    opacity: 1;
}
.btn.add_to_favourite {
    background-color: #e52f48;
    color: #fff;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
}
#favourite .btn.add_to_favourite {
    color: #e52f48;
    background-color: #f0f0f0;
}
.info-block {
    position: absolute;
    right: 15px;
    top: 14px;
}
.info-block .label-min, .info-block .label-max {
    padding: 4px;
    border-radius: 4px;
    font-size: 10px;
    background-color: #f0f0f0;
    color: #f2dc6e;
}
.info-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.info-wrap .info-label-success, .info-wrap .info-label-danger {
    display: inline-flex;
    width: 123px;
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    justify-content: center;
    border: 1px solid;
    line-height: 12px;
    min-height: 36px;
    align-items: center;
    margin-left: 10px;
}
.info-wrap .info-label-success {
    background-color: #2fea7059;
    border-color: #2fea70;
    color: #0c5b28;
}
.info-wrap .info-label-danger {
    background-color: #e52f484d;
    border-color: #e52f48;
    color: #bb182f;
}
.table.service-table > thead > tr > th {
    border: none;
    color: #444c59;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.table.service-table > tbody > tr.cateRow > td {
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.table.service-table > tbody > tr > td {
    color: #444c59;
    vertical-align: middle;
    overflow: visible;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #5412b3;
}
.table.service-table > tbody > tr > td:after{
    display:none;
}
.width-service-name {
    min-width: 380px;
}
.width-quantity-name {
    min-width: 350px;
}
.nowrap {
    white-space: nowrap;
}
.btn-alternate {
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    color: #fff;
    border: none;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
}
.service-table .badge {
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    border: 1px solid;
}
.service-table .badge.badge-min {
    background-color: #1c8ef4b0;
    border-color: #1c8ef4;
    color: #fff;
}
.service-table .badge.badge-max {
    background-color: #340fb58f;
    border-color: #340fb5;
    color: #fff;
}
.table.service-table .input-group-addon {
  background-color: #1c8ef4b0;
  color: #ffffff;
  border-color: #1c8ef4;
  font-size: 12px;
}
.table.service-table .input-group .form-control {
  box-shadow: none;
  width: auto;
  max-width: 70px;
  background-color: #2fea7059;
  border-color: #2fea70;
  color: #0c5b28;
  font-size: 12px;
}
.table.service-table .input-group {
  width: auto;
}
.service-table .modal-content {
    border-radius: 0;
}
.table.service-table .modal-header .close {
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 500px;
    padding: 4px;
    margin: -30px -30px 0 0;
}
.table.service-table .modal-header .close span {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px dashed #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 500px;
}
.table.service-table .modal-title {
    position: absolute;
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    border-radius: 0 0 25px 25px;
    padding: 15px 20px;
    min-height: 60px;
    margin-top: -29px;
    box-shadow: 0 0 20px -8px #000;
    margin-bottom: -25px;
    min-width: 100px;
    width: auto;
    display: inline-block;
    color: #fff;
}
.table.service-table .modal-title::before, 
.table.service-table .modal-title::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
}
.modal-title::before {
    border-bottom: 14px solid #7e13b1;
    border-right: 8px solid transparent;
    right: -7px;
}
.modal-title::after {
    border-bottom: 14px solid #6812b2;
    border-left: 8px solid transparent;
    left: -7px;
}
.service-table .btn-group .btn-alternate {
    display: inline-block;
}
.service-table .btn-group .btn-default {
    background: linear-gradient(90deg, rgb(28, 142, 244) 0%, rgb(0, 207, 221) 100%);
    border: none;
    color: #fff;
    border: none;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    padding: 0;
}
.fav .favorite.like {
    color: #e52f48;
}
.table.service-table > tbody > tr > td .fa-spin {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto !important;
    display: block;
    font-size: 12px !important;
    color: #2fea70;
}
@media(min-width:720px){
    .navbar-brand {
        padding: 0px !important;
    }
    
}
@media(max-width:550px){
    .post-desc img  {
    height: auto;
    width: 100%;
    
}

.table.service-table>tbody>tr.cateRow>td {
    background: linear-gradient(
189deg
,rgb(130,19,177) 0%,rgb(48,15,181) 100%);
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
}
.service-table .modal-content {
    border-radius: 0;
    margin-top: 25px;
}
    .sub-head{
        font-size: 20px;
    }
    .top-head{
        font-size: 37px;
        margin-bottom: 15px;
        line-height: 46px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .btn.btn-primary, .btn.btn-default{
        font-size: 14px;
        line-height: 42px;
        min-width: 145px;
    }
    .top-background::before{
        width: 660px;
        height: 357px;
        top: -395px;
        right: -430px;
    }
    .navbar-brand img {
        width: 175px;
    }
    .navbar.navbar-default {
        padding: 5px 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle span.icon-bar {
        background-color: #fff;
        height: 3px;
        width: 25px;
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    #app-navbar-collapse {
        background: #000000;
    background: linear-gradient(0deg,#000,#060606);
    }
    .nav.navbar-nav.navbar-left {
        margin-left: -15px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        line-height: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar.navbar-default .nav li.mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
        float: right;
    }
    .search-btn .searchBtn {
        font-size: 18px;
        display: block;
        color: #fff;
        padding: 10px 8px;
        line-height: 26px;
    }
    .cart-btn .nav-checkout {
        display: block;
        color: #fff;
        padding: 10px 8px;
        line-height: 26px;
        position: relative;
    }
    .cart-btn .nav-checkout .badge {
        position: absolute;
        right: 0;
        top: 7px;
        font-size: 9px;
        padding: 2px 4px;
    }
    .user-profile a.dropdown-toggle {
        font-size: 18px;
        color: #fff;
        padding: 10px 8px;
        display: flex;
        align-items: center;
    }
    .mobile-show.user-profile.dropdown {
        position: inherit;
    }
    .user-profile .dropdown-menu {
        min-width: 98%;
        width: 98%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .prof-wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #ededed;
    }
    .prof-wrap .user-name, .prof-wrap .user-balance {
        padding: 10px;
        text-align: center;
        display: block;
        margin: auto;
        flex: 1;
    }
    .prof-wrap .user-balance a .label {
        font-size: 16px;
        line-height: 26px;
        display: block;
        text-decoration: none;
    }
    .prof-wrap .user-name {
        text-transform: capitalize;
        font-size: 16px;
        color: #000000;
    }
    .user-profile .dropdown-menu > li > a {
        padding: 6px 15px;
        color: #000000;
    }
    .search-btn .input-group {
        max-width: 234px;
    }
    .charac-1{
        width: 90px;
        height: 170px;
        top: -346px;
        left: auto;
        right: -7px;
    }
    #top-banner .row .col-md-7, #top-banner .row .col-md-5 {
        flex: 1;
    }
    .main-img{
        width: 320px;
        height: 285px;
        top: 80px;
        left: auto;
        right: auto;
        margin: auto;
    }
    .navbar-default .navbar-nav .dropdown-menu.cdropdown li a {
        padding: 8px;
        color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu.sdropdown li a {
        color: #fff;
    }
    .charac-3 {
        left: 120px;
        bottom: 180px;
        width: 70px;
        height: 130px;
    }
    .charac-2 {
        right: 100px;
        bottom: -110px;
        width: 70px;
        height: 130px;
    }
    #top-banner {
        padding: 90px 0 111px;
    }
    #what-we-do {
        padding: 40px 0;
    }
    .main-head {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .main-head br {
        display: none;
    }
    .row.what-back{
        background-image:none;
    }
    .what-box {
        text-align: center;
        margin-top: 30px;
    }
    .what-box img {
        width: 80px;
    }
    .btn.btn-primary.btn-sm, .btn.btn-default.btn-sm {
        font-size: 12px;
        line-height: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .what-box.what-top {
        margin-top: 30px;
    }
    #grow {
        padding: 40px 0;
    }
    #grow img {
        width: 80%;
        display: block;
        margin: -40px auto 20px;
    }
    #grow .main-head, #grow .sub-head, #grow p,
    #think .sub-head, #think .main-head, #think p,
    #design .sub-head, #design .main-head, #design p{
        text-align: center;
    }
    #brilliance{
        padding: 40px 0 0;
    }
    #brilliance br:last-child {
        display: none;
    }
    .brilliance-box{
        margin: 52px 45px 15px;
        padding: 0 0 20px;
    }
    .brilliance-box h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    #think {
        padding: 260px 0 40px;
    }
    #think .row {
        flex-direction: column-reverse;
    }
    .think-1, .think-2, .think-3, .think-4, .think-5, .think-6, .think-7,
    .design-1, .design-2, .design-3, .design-4, .design-5, .design-6, .design-7, .design-8{
        width: 320px;
        height: 280px;
        margin: auto;
    }
    .think-1,
    .design-1{
        margin-bottom: 30px;
    }
    #think .btn.btn-primary.btn-sm,
    #design .btn.btn-primary.btn-sm{
        margin: auto;
        display: block;
        width: 91px;
    }
    #design,
    #lets,
    .footer-top {
        padding: 40px 0;
    }
    #design .animation-box {
        left: auto;
    }
    #testi{
        padding: 40px 0 0;
    }
    #testi .nav.nav-tabs > li.float {
      position: relative;
    }
    #testi .nav.nav-tabs > li > a{
        width: 66px;
        height: 56px;
        display: block;
        overflow: hidden;
    }
    .float.first,.float.second,.float.third,.float.fourth {
        left: 0;
        right: 0;
        top: 0;
    }
    #testi .nav.nav-tabs > li > a img {
        width: 100%;
    }
    #testi .nav.nav-tabs{
        margin-bottom: 10px;
    }
    #testi .tab-pane{
        max-width: 280px;
        padding: 15px;
        text-align: center;
    }
    .rat {
        width: 100px;
        margin-bottom: 10px;
    }
    #testi h4 {
        font-size: 18px;
    }
    #testi h5 {
        font-size: 11px;
    }
    .footer-logo {
        width: 160px;
        display: block;
        margin: 0 auto 10px;
    }
    .footer-top p{
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .social-icons{
        justify-content: center;
    }
    .social-icons li a{
        border-width: 1px;
    }
    .widget-title{
        font-size: 18px;
        text-align: center;
    }
    .footer-nav{
        text-align: center;
    }
    .footer-nav a {
        font-size: 12px;
        line-height: 22px;
        padding-left: 0;
    }
    .footer-nav a:before{
        display: none;
    }
    .footer-bottom p {
        font-size: 14px;
        text-align: center;
    }
    .footer-bottom-nav{
        justify-content: center;
    }
    .footer-bottom-nav li a {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer-bottom .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .inner-head {
        padding: 95px 0 50px;
        margin-top: 0;
    }
    .inner-head::after{
        height: 40px;
    }
    .inner-head h1{
        margin-top: 0;
        font-size: 35px;
    }
    .inner-head h5{
        font-size: 26px;
    }
    .inner-head h4{
        font-size: 20px;
    }
    .inner-head p{
        line-height: 20px;
    }
    
    .service-page {
        padding: 40px 0;
    }
    .brill-content {
        padding: 0 15px;
    }
    .contact-page {
        padding: 40px 0;
    }
    .contact-box::before {
        width: 160px;
        height: 140px;
        top: -50px;
    }
    .contact-box i {
        font-size: 22px;
    }
    .contact-box h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .blog-main {
        padding: 40px 0;
    }
    .post-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .post-img-wrap {
        max-height: 180px;
        height: 180px;
    }
    .post-title a{
        font-size: 16px;
        max-height: 40px;
        min-height: 40px;
    }
    .btn.btn-primary.btn-back{
        display: none;
    }
    .main-post-content {
        padding: 10px;
    }
    .main-post-wrapper {
        margin-bottom: 20px;
    }
    .social-icon-one a{
        margin: 0 8px 0 0;
    }
    .sidebar-title {
        font-size: 16px;
    }
    .newsletter-wrap {
        padding: 10px 20px;
    }
    .review-inner {
        padding: 40px 0;
    }
    .review-form h2 {
        font-size: 18px;
    }
    .icon-group .form-control{
        height: 48px;
    }
    .input-icon{
        top: 3px;
    }
    .testimonial-wrap{
        margin-left: 20;
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center;
    }
    .review-form{
        margin-bottom: 20px;
    }
    .orders-page {
        padding: 40px 0;
    }
    .orders-page .btn-group.pull-right {
        float: none !important;
        z-index: 0;
    }
    .orders-page .btn-group.pull-right .btn.btn-default {
        border-radius: 0;
        margin: 0 2px 2px;
    }
    .add-funds-page,
    .transaction-page,
    .api-page {
        padding: 40px 0;
    }
    .payment-box{
        padding: 15px;
        min-height: 100px;
    }
    .pay-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .product-inner {
        padding: 40px 0;
    }
    .prod-img-wrap{
        margin-bottom: 30px;
    }
    .product-title {
        font-size: 18px;
    }
    .product-title .fire{
        right: 12px;
        top: -15px;
    }
    .product-ratting-wrap a {
        font-size: 12px;
    }
    .prod-rat {
        font-size: 12px;
    }
    .product-ratting-wrap::after{
        margin: 1.5rem 0 0.25rem;
    }
    .prod-price {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .product-inner .btn.btn-primary {
        line-height: 36px;
        min-width: 105px;
        margin-bottom: 10px;
    }
    .cap {
        display: block;
    }
    .cap img {
        width: 38px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .titcket-title-head h2 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .titcket-title-head h2 .pull-right {
        float: none !important;
        display: block;
    }
    .tickat-page .ticket-message-left .avatar, 
    .tickat-page .ticket-message-right .avatar{
        width: 52px;
        height: 52px;
        margin: 0 auto 10px;
    }
    .tickat-page .ticket-message-right .ticket-message, .tickat-page .ticket-message-left .ticket-message{
        padding: 10px 15px;
    }
    .ticket-message-block .col-sm-12 {
        clear: both;
    }
    .tickat-page .newmessagecard .btn{
        font-size: 18px;
        width: 60px;
        line-height: 59px;
    }
    .stat-box{
        margin-bottom: 10px;
    }
    .main-post-wrapper .entry-title{
        font-size: 22px;
    }
    .post-meta-wrap span{
        font-size: 13px;
    }
    .bottom_meta{
        margin: 10px 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .bottom_meta a{
        padding: 8px 10px;
        font-size: 12px;
        margin: 2px;
    }
    .comment-reply-title, .comment-list-title, .author-title {
        font-size: 18px;
        margin-bottom: 19px;
    }
    .author-img {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0px;
    }
    .author-wrap h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .author-stats li {
        font-size: 11px;
    }
    .author-stats{
        top: 4px;
    }
    .comment-list-title span {
        font-size: 12px;
    }
    .author-wrap{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .comment-author.vcard img{
        margin-right: 8px;
        max-width: 20px;
    }
    .comment-date {
        font-size: 12px;
    }
    .comment-content p{
        font-size: 14px;
        margin: 0 auto 10px;
    }
    .comment-list .comment_item .comment.depth-2 {
        margin-left: 35px;
    }
    .comment-list .comment_item .comment .comment-author.vcard{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .comment-user-badge{
        font-size: 10px;
        margin-left: 5px;
    }
    
    
    
}








/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Signup Page */
.signUpContainer__leftSection {
  min-height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
}
.signUpContainer__leftSection {
  background: url(https://cdn.creditfolio.in/img/login-back.png),linear-gradient(203deg, rgba(130,19,177,1) 0%, rgba(48,15,181,1) 100%);
  background-size: cover,auto;
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
}
.signUpContainer__rightSection {
  min-width: 360px;
  width: 25%;
  z-index: 10;
  min-height: 100%;
  height: auto;
  background-color: #f1f3f7;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 4px 0 28px rgba(0, 0, 0, 0.75);
}
.brand-logo {
  display: block;
  text-align: center;
  margin: 8vh auto 0;
}
.brand-logo img {
    width: 175px;
}
.signUpContainer form {
  max-width: 280px;
  margin: 50px auto;
}
.heart {
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  top: 6%;
  left: 40%;
  background-image: url(https://i.imgur.com/SJberq5.p);
  background-size: 100% 100%;
  -webkit-animation: float 4s infinite;
  animation: float 4s infinite;
}
.hash {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  left: 30%;
  top: 14%;
  background-image: url();
  background-size: 100% 100%;
  -webkit-animation: wobble-bottom 3s infinite;
  animation: wobble-bottom 3s infinite;
}
.sm-heart {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background-image: url(https://cdn.creditfolio.in/img/icons-1.png);
  background-size: 100% 100%;
}
.stats-bar {
 width: 72px;
height: 53px;
background-image: url(https://cdn.creditfolio.in/img/icons-3.png);
position: absolute;
display: block;
top: 62%;
left: 43%;
-webkit-animation: tossing 2s infinite;
animation: tossing 2s infinite;
background-size: 100% 100%;
}
.sm-heart.hear-1 {
  top: 10%;
  left: 61%;
  animation: fadeLTR 2s infinite;
  -webkit-animation: fadeLTR 2s infinite;
  background-image: url(https://cdn.creditfolio.in/img/icons-2+.png);
}
.sm-heart.hear-2 {
  left: 19%;
  top: 30%;
  animation: fadeRTL 2s infinite;
  -webkit-animation: fadeRTL 2s infinite;
  animation-delay: -1s;
}
.sm-heart.hear-3 {
  left: 76%;
  top: 40%;
  animation: fadeLTR 2s infinite;
  -webkit-animation: fadeLTR 2s infinite;
  animation-delay: -2s;
  background-image: url(https://cdn.creditfolio.in/img/icons-4.png);
width: 46px;
height: 40px;
}
.sm-heart.hear-4 {
  left: 43%;
  top: 4%;
  animation: heartBeat 1s infinite;
  animation-delay: -3s;
  background-image: url(https://cdn.creditfolio.in/img/icons-5.png);
}
.sm-heart.hear-5 {
    left: 28%;
    top: 58%;
    animation: heartBeat 1s infinite;
    animation-delay: -3s;
    background-image: url(https://cdn.creditfolio.in/img/icons-5.png);
}
.sm-heart.hear-6 {
    left: 20%;
    top: 60%;
    animation: fadeRTL 2s infinite;
    -webkit-animation: fadeRTL 2s infinite;
    animation-delay: -2s;
    background-image: url(https://cdn.creditfolio.in/img/icons-4.png);
    width: 46px;
    height: 40px;
}
.input-icon {
  background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
  position: absolute;
  display: flex;
  width: 42px;
  height: 42px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
  left: 6px;
  top: 4px;
  z-index: 1;
  transition: all ease-in 0.3s;
}
.icon-group {
  position: relative;
}
.icon-group .form-control::-webkit-input-placeholder,
.icon-group .form-control::-moz-input-placeholder,
.icon-group .form-control:-ms-input-placeholder,
.icon-group .form-control:-moz-input-placeholder,
.icon-group .form-control:focus::-webkit-input-placeholder,
.icon-group .form-control:focus::-moz-input-placeholder,
.icon-group .form-control:focus:-ms-input-placeholder,
.icon-group .form-control:focus:-moz-input-placeholder{
  opacity: 1;
}
.icon-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.icon-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.icon-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.icon-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.icon-group .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.icon-group .form-control:focus::-moz-placeholder {
  color: #ffffff;
}
.icon-group .form-control:focus:-ms-input-placeholder {
  color: #ffffff;
}
.icon-group .form-control:focus:-moz-placeholder {
  color: #ffffff;
}
a.button.w-button.text-center.mmobile {
    /* margin-top: 0!important; */
    font-size: 20px;
    min-height: 0px !important;
    min-height: 0;
    padding-right: 0.7em;
    padding-left: 0.7em;
    border-radius: 3px;
    font-size: .8em;
    margin-top: 6px !important;
}
.icon-group .form-control {
  box-shadow: 0px 6px 25px -5px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.057)  ;
  border: 1px solid #ffffff1a;
  height: 50px;
  padding-left: 55px;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #ffffff;
  transition: all ease-in 0.3s;
}
.icon-group textarea.form-control {
    height: auto;
    resize: vertical;
}
.icon-group .form-control:focus {
  color: #ffffff;
}
.icon-group .form-control:focus {
  border-color: #f2dc6e;
  color: #ffffff;
  box-shadow: 0px 6px 25px -5px #f2dc6e;
}
.icon-group .form-control:focus + .input-icon {
  background-color: #ffffff;
}
.icon-group .form-control:focus + .btn.btn-primary{
  background-color: #ffffff;
}
section#recent-post {
    background: black;
}
.pcmain-head {
    font-size: 38px;
    line-height: 42px;
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 80px;
    margin-bottom: 80px;
    text-decoration: underline ;
    filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.2));
    text-transform: uppercase;
    }
    .post-img-wrap {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /* border-bottom-right-radius: 50px; */
    }
    
    .post-content {
        /* border-top-left-radius: 50px; */
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }   
    a.btn.btn-primary.btn-back {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.main-post-content {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
a.wp-block-button__link {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    background: rgb(28,142,244);
    background: linear-gradient(90deg,#925e02 0%,#f2dc6e 97.34%);
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 19px 25px -17px rgb(2 31 63 / 30%);
    box-shadow: 0 19px 25px -17px rgb(2 31 63 / 30%);
}
a.wp-block-button__link:hover {
    color: #fff;
	background: linear-gradient(90deg,#22adbd 0%, #008f4b 97.34%);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
a.wp-block-button__link {margin-bottom: 20px;}
cite {
    color: aqua;
}
a.catid {
    text-transform: uppercase;
    /* background-image: linear-gradient(to right, #fbc2eb, #a6c1ee); */
    font-size: 19px !important;
    font-weight: 600 !important;
    padding: 5px;
    color: #fff;
    background-size: 50%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #925e02;
    background-image: linear-gradient(90deg,#f0da6b 0%,#925e02 97.34%);
}
{"mode":"full","isActive":false}