.main-header {
    margin-bottom: -83px;
    position: relative;
    z-index: 99;
    padding: 0 40px;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heder-menu ul li {
    display: inline-block;
    margin-right: 15px;
}
.heder-menu {
    display: inline-block;
    position: relative;
    left: 100px;
}
.heder-menu ul {
    display: inline-block;
}
.heder-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 25px 0 25px;
    transition: .5s;
    position: relative;
}
a.added-new-demo:after {
    margin-left: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    opacity: 0.8;
}
.header-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 11px 28px;
    border: 1px solid #fff;
    transition: .5s;
    border-radius: 3px;
}
.header-button a:hover{
    background: #fff;
    border-color: #fff;
    color: #5f4ff8;
}
.header-icon {
    display: inline-block;
    position: relative;
    right: -130px;
}
.header-icon i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.nav-menu.sticky-nav {
    justify-content: space-around;
}
/* sub-menu */
.heder-menu ul .sub-menu {
    top: 120px;
    height: auto;
    background: #fff;
    transition: .5s;
    visibility: hidden;
    display: block;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
}
.sub-menu ul li a {
    width: 230px;
}
.sub-menu ul li {
    margin:0;
    display: block !important;
}

.heder-menu ul .sub-menu ul li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
	transition:0.5s;
}
.sub-menu ul li a {
    padding: 10px 0 10px 25px;
    color: #616161;
}
.sub-menu ul li a:hover {
    color: #fff;
    background: #5f4ff8;
}
.heder-menu ul li:hover .sub-menu {
    top:75px;
    visibility: visible !important;
    opacity: 1;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(/users/u26/26577/imports/15193/assets/images/bg3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
}
.slider-area img {
    width: 115%;
}
.slider-content{
    margin-top: 75px;
}
.slider-title h5 {
    font-size: 17px;
    background: #774CF2;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 23px;
    display: inline-block;
}
.slider-title h5 span {
    background: #5C31F3;
    padding: 5px 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.slider-title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 60px;
    position: relative;
}
.slider-title h3 span {
    color: #000616;
    border-radius: 50%;
    background: #FFBA00;
    padding: 0px 10px;
    margin-right: 15px;
}
.slider-title h1 {
    font-size: 65px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 2px;
    line-height: 1.1;
}
.slider-title h1 span {
    color: #009E66;
    font-family: sans-serif;
}
.slider-title p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin: 22px 0 38px;
}
.slider-button a {
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    border: 1px solid #009e66;
    border-radius: 5px;
}
.slider-button a:hover {
    background: #36BAFE;
}
.slider-button.upper {
    float: left;
    margin-right: 20px;
}
.slider-button.upper a{
    background: #36BAFE;
}
.slider-button.upper a:hover{
  border: 1px solid #009e66;
  background: none;  
}
/*<!-- ============================================================== -->
<!-- Start  service-area Css -->
<!-- ============================================================== -->*/
.service-area {
    padding: 115px 0 70px;
}
.service-area .single-service-box {
    border: 1px solid #f3f1ff;
    border-radius: 5px;
    padding: 40px 45px;
    background: #fff;
    transition: .3s;
    position: relative;
}
.service-area .service-ico i {
    display: inline-block;
    background: #533EFE;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
.service-area .service-title h3 {
    font-size: 20px;
    color: #1D2124;
    margin: 30px 0 12px;
    position: relative;
}
.service-area .service-title h3::before {
    position: absolute;
    top: 27px;
    left: 0;
    height: 2px;
    width: 0;
    background: #1D2124;
    content: "";
    transition: .5s;
}
.service-area .single-service-box:hover .service-title h3::before{
    width: 62%;
}
.service-area .service-title p {
    color: #646782;
    font-size: 16px;
}
.service-area .shap-ing {
    position: absolute;
    top: 40px;
    right: 45px;
}
.service-button {
    margin-top: 21px;
}
.service-button a {
    display: inline-block;
    font-size: 16px;
    color: #503CF0;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s;
}
.service-button a::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 77%;
    background: #8277F9;
}
.single-service-box::after{
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0%;
    background: #ff930e;
	transition:0.5s;
}
.service-button a i {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    transition: 0.5s;
}
.service-area .service-icos i {
    display: inline-block;
    background: #FF930D;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
.service-area .service-icons i {
    display: inline-block;
    background: #19DC5A;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
.service-area .single-service-box:hover {
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    border-radius: 0;
}
.service-area .single-service-box:hover::after{
	width:100%;
}
.service-button a:hover i{
    margin:0 0 0 5px;
}
/*<!-- ============================================================== -->
<!-- Start  section-title Css -->
<!-- ============================================================== -->*/
.section-title {
    text-align: center;
    margin-bottom: 35px;
}
.service-area .section-title {
    text-align: center;
    margin-bottom: 52px;
}
.main-title h1 {
    position: absolute;
    font-size: 150px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eceded;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    z-index: -1;
}
.sub-title p {
    font-size: 16px;
    color: #646464;
    margin: 21px 0 20px;
}
.sub-title h5 {
    font-size: 20px;
    color: #5A49F9;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 14px;
    font-weight: 600;
}
.sub-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -190px;
    margin: auto;
    height: 5px;
    width: 20px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h5::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -225px;
    margin: auto;
    height: 5px;
    width: 5px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h5 span::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -190px;
    left: 0px;
    margin: auto;
    height: 5px;
    width: 20px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h5 span::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -225px;
    left: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h2 {
    font-size: 40px;
    color: #1D2124;
    text-transform: capitalize;
    line-height: 1.1;
}
/*<!-- ========================= -->
<!-- Start  about-area Css -->
<!-- =========================== -->*/
.about-area {
    padding: 100px 0px 100px 0px;
}
.about-area.upper {
    padding: 130px 0px 65px 0px;
}
.about-area .about-thumb img {
    width: 110%;
    margin-left: -100px;
}
.faq-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: faq-up-down;
    animation-duration: 1.5s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes faq-up-down{
  0% { left:0px; bottom:25px;}
  100% { left:0px; bottom:10px;}
}
.about-area .section-title {
    text-align: left;
}
.about-area .sub-title h5 {
    margin-left: 50px;
}
.about-icon i {
    display: inline-block;
    font-size: 50px;
    color: #7364F9;
}
.about-area .main-title h1 {
    left: 14%;
    top: -65px;
}
.about-button {
    margin-top: 25px;
}
.about-button a {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.about-button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.about-title h2 {
    color: #1D2124;
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    font-weight: 600;
}
.about-title p {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    width: 70%;
}
.about-area .sub-title h5::before {
    top: 13px;
    left: -35px;
    margin: 0;
}
.about-area .sub-title h5::after {
    top: 13px;
    left: -47px;
    margin: 0;
}
/*<!-- ===============================-->
<!-- Start  Why-choos-us-area Css -->
<!-- ================================ -->*/
.Why-choos-us-area {
    padding: 70px 0;
}
.Why-choos-us-area .section-title {
    text-align: left;
}
.Why-choos-us-area .sub-title h5::before {
    right: 0;
    left: -35px;
    margin: 0;
}
.Why-choos-us-area .sub-title h5::after {
    right: 0;
    left: -47px;
    margin: 0;
}
.Why-choos-us-area .main-title h1 {
    left: 18%;
}
.Why-choos-us-area .sub-title h5 {
    margin-left: 45px;
}
.choose-icon {
    float: left;
    margin-right: 20px;
}
.choose-icon i {
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #FF930E;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    margin-bottom: 60px;
}
.choose-title h3 {
    font-size: 22px;
    color: #1d2124;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.choose-title p {
    margin: 14px 0 20px;
    width: 72%;
    font-size: 16px;
    color: #646464;
}
.choos-thumb img {
    width: 110%;
}
.choos-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: choos-up-down;
    animation-duration: 1s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes choos-up-down{
  0% { left:0px; bottom:25px;}
  100% { left:0px; bottom:5px;}
}
.choose-button {
    margin-top: 43px;
}
.choose-button a {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.choose-button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  portfolio-area  Css -->
<!-- ============================================================== -->*/
.portfolio-area {
    padding: 65px 0px 0px 0px;
}
.portfolio-box {
    padding: 33px 30px 26px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}
.portfolio-box:hover {
    transform: translate3d(0,-8px,0);
}
.portfolio-thumb img {
    width: 100%;
}
.portfolio-title {
    text-align: center;
    margin: 15px 0 0;
}
.portfolio-title h3 a {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #1d2124;
    transition: .5s;
}
.portfolio-title h3 a:hover {
    color: #0056C4;
}
.portfolio-title p {
    display: inline-block;
    padding-top: 0px;
    position: relative;
    color: #646464;
    margin: 0;
}

/*<!-- ============================================================== -->
<!-- Start  .counter-area.upper Css -->
<!-- ============================================================== -->*/
.counter-area.upper{
    background: #F9F9F9;
}
.counter-area.upper .counter-title h5 {
    color: #7c838e;
}
.counter-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: counter-up-down;
    animation-duration: 1.5s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes counter-up-down{
  0% { left:0px; bottom:20px;}
  100% { left:0px; bottom:5px;}
}
/*<!-- ============================================================== -->
<!-- Start  contact-area upper  Css -->
<!-- ============================================================== -->*/
.contact-area.upper{
    background: #fff;
}
.contact-area.upper .section-title h5 {
    color: #009E66;
}
.contact-area.upper .section-title h3 {
    color: #000000;
}
.contact-area.upper .contact-title h3 {
    color: #070707;
}
.contact-area.upper .form_box input {
    background: inherit;
    border: 1px solid #7c838e;
}
.contact-area.upper input[type="text"] {
    color: #7c838e;
}
.contact-area.upper .contact-text p {
    color: #070707;
}
.contact-area.upper textarea#massage {
    color: #7c838e;
}
.contact-area.upper .form_box textarea {
    background: inherit;
    border: 1px solid #7c838e;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area  Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background: url(/users/u26/26577/imports/15193/assets/images/bg3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 170px 0 143px;
}
.breacumb-content {
    text-align: center;
}
.breadcumb-title h1 {
    font-size: 55px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.breadcumb-content-text a {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcumb-content-text a i {
    display: inline-block;
    font-size: 18px;
    margin: 0 12px;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area   Css -->
<!-- ============================================================== -->*/
.contact-area {
    padding: 110px 0px 100px 0px;
}
.contact-area .form-button {
    text-align: center;
    margin-top: 25px;
}
/*<!-- ======================== -->
<!-- Start  map-area   Css -->
<!-- =========================-->*/
.map-area {
    position: relative;
    width: 97%;
    margin: auto;
}
.map-area iframe{
	height:300px;
	width:100%;
}

/*<!-- ========================== -->
<!-- Start  brandr-area   Css -->
<!-- ============================-->*/
.brand-area {
    padding: 80px 0px 70px 0px;
}
/*<!-- ========================== -->
<!-- Start counter-area  Css -->
<!-- ============================ -->*/
.counter-area {
    background: url(/users/u26/26577/imports/15193/assets/images/fbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -220px;
    margin-bottom: 0px;
    padding: 315px 0px 100px 0px;
}
.single-counter-box {
    text-align: left;
    display: block;
    padding: 30px 40px 45px 50px;
    border-radius: 5px;
    background: #5a49f8;
    margin-bottom: 20px;
    transition: .5s;
}
.single-counter-box:hover {
    background: linear-gradient(45deg, #533efe, #740fd6);
    box-shadow: 0px 10px 60px 0px rgb(26 185 255 / 50%);
}
.counter-thumb img {
    width: 107%;
    margin-left: -90px;
}
.counter-area .sub-title {
    margin-bottom: 40px;
}
.counter-area .sub-title h5 {
    color: #fff;
    margin-left: 50px;
}
.counter-area .sub-title h2 {
    color: #fff;
}
.counter-area .sub-title h5::before {
    right: 0;
    left: -35px;
    margin: 0;
}
.counter-area .sub-title h5::after {
    right: 0;
    left: -52px;
    margin: 0;
}
.counter-icon i {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}
.counter-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}
.counter-title h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
/*<!-- ============================================================== -->
<!-- Start team-area  Css -->
<!-- ============================================================== -->*/
.team-area {
    padding: 125px 0px 100px 0px;
}
.team-single-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    padding: 20px;
    transition: .5s;
}
.team-area .section-title {
    text-align: center;
    margin-bottom: 52px;
}
.team-single-box:hover .team-thumb::before{
    opacity: 1;
}
.team-single-box:hover{
    margin-top: -12px ;
}
.team-thumb {
    position: relative;
}
.team-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,.85);
    content: "";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.team-thumb img {
    width: 100%;
}
.team-title {
    text-align: center;
    margin: 18px 0 0;
}
.team-title h3 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    color: #333;
}
.team-title span {
    font-size: 14px;
    text-transform: capitalize;
    color: #5a49f8;
    float: none;
    text-align: center;
    font-weight: 500;
}
.team-icon {
    position: absolute;
    right: -50px;
    width: 55px;
    background: #fff;
    padding: 12px 0 12px 15px;
    top: 37%;
    transform: translateY(-50%);
    transition: .5s;
}
.team-single-box:hover .team-icon{
    right: 10px;
}
.team-icon ul{
   display: inline-block; 
}
.team-icon ul li {
    list-style: none;
    display: block;
    margin: 5px 0;
}
.team-icon ul li a {
    display: inline-block;
    color: #5a49f8;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area  Css -->
<!-- ============================================================== -->*/
.faq-area {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F4F3FF;
    padding: 125px 0px 111px 0px;
}
.faq-area.upper {
    padding: 125px 0px 0px 0px;
}
.faq-area .section-title {
    text-align: left;
}
.faq-area .main-title h1 {
    left: 18%;
}
.faq-area .sub-title h5 {
    padding-left: 50px;
}
.faq-area .sub-title h5::before {
    right: 0;
    left: 12px;
    margin: 0;
}
.faq-area .sub-title h5::after {
    right: 0;
    left: 0;
    margin: 0;
}
.faq-area .accordion {
    max-width: 560px;
    margin: 33px auto 0px;
    border-top: 1px solid #d9e5e8;
    list-style: none;
}
.faq-area .accordion li {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 15px;
}
.faq-area .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    line-height: 3;
    font-size: 18px;
    text-indent: 15px;
    user-select: none;
    background: #f3f1ff;
}
.faq-area .accordion li a.active {
    background: #f3f1ff;
    color: #1d2124;
    padding: 6px 0;
    border-radius: 5px;
    font-size: 18px;
    transition: .5s;
}
.faq-area .accordion li a.active:hover{
    color: #5a49f8;
}
.faq-area .accordion a::before {
    width: 15px;
    height: 6px;
    border-bottom: 2px solid #383B3E;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotateY(10deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-area .accordion a::after {
    width: 10px;
    height: 14px;
    border-right: 2px solid #383B3E;
    position: absolute;
    right: 16px;
    content: " ";
    top: 15px;
    transform: rotate(-1deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-area .accordion a.active::after {
    transform: rotate(1deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #383B3E;
    width: 13px;
    height: 2px;
    top: 27px;
    right: 13px;
}
.faq-area .accordion a.active::before{
    display: none;
}
.faq-area .accordion p {
    display: none;
    padding: 10px 25px 30px;
    color: #646464;
    font-size: 16px;
}
.faq-area .faq-single-box .faq-thumb img {
    width: 110%;
    position: relative;
    z-index: 1;
}
.faq-area .faq-single-box .shap-img {
    position: absolute;
    top: 209px;
    left: -85px;
    z-index: 0;
}
.faq-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: faq-up-down;
    animation-duration: 1.5s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes faq-up-down{
  0% { left:0px; bottom:25px;}
  100% { left:0px; bottom:10px;}
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area  Css -->
<!-- ============================================================== -->*/
.pricing-area {
    padding: 115px 0px 120px 0px;
    background: url(/users/u26/26577/imports/15193/assets/images/pfbg2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pricing-area .sub-title h5::before {
    left: -204px;
}
.pricing-area .sub-title h5::after {
    left: -240px;
}
.pricing-area .sub-title h5 span::before {
    right: -199px;
}
.pricing-area .sub-title h5 span::after {
    right: -235px;
}
.pricing-area .sub-title h2 {
    color: #fff;
}
.pricing-area .sub-title h5 {
    color: #fff;
}
.single-pricing-box {
    padding: 30px 35px 21px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    transition: .5s;
    margin-top: 20px;
}
.pricing-left {
    text-align: left;
    padding-left: 40px;
}
.pricing-left h3 {
    font-size: 18px;
    color: #1d2124;
    text-transform: capitalize;
    font-weight: 400;
}
.pricing-left p {
    font-size: 18px;
    position: relative;
    top: -1px;
    color: #5A49F8;
}
.pricing-left p span {
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    color: #5a49f8;
    display: inline-block;
}
.pricing-center {
    transition: .5s;
    border-top: none;
    margin-top: 0;
    justify-content: center;
    display: flex;
    border-left: 1px solid #e9ebeb;
    border-right: 1px solid #e9ebeb;
}
.pricing-center ul li {
    display: block;
    list-style: none;
    font-size: 17px;
    padding: 5px 0 5px;
    color: #646464;
}
.pricing-center ul li i {
    display: inline-block;
    left: -18px;
    top: 9px;
    font-weight: 900;
    font-size: 12px;
    color: #5a49f8;
    transition: .5s;
}
.pricing-button {
    position: relative;
    top: 40px;
    text-align: center;
    transition: .5s;
}
.pricing-button a {
    display: inline-block;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #7466F9;
    border-radius: 5px;
    border: 1px solid #5a49f8;
    transition: .5s;
}
.single-pricings-boxs {
    padding: 30px 35px 21px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    transition: .5s;
    margin-top: 20px;
}
.single-pricings-boxs::before {
    content: '* 5 Rating';
    color: #fff;
    background: #ff8800;
    padding: 6px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 85px;
    left: -53px;
    transform: rotate(90deg);
}
.single-pricings-boxs .pricing-center {
    border-left: 1px solid #5A49F8;
    border-right: 1px solid #5A49F8;
}
.single-pricings-boxs .pricing-button a {
    color: #fff;
    background: linear-gradient(to left, #533efe, #740fd6);
}
.single-pricing-box:hover .pricing-button a{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.single-pricings-boxs:hover{
    transform: translate3d(-10px,0,0);
}
.single-pricing-box:hover{
    transform: translate3d(-10px,0,0);
}
.single-pricing-box:hover .pricing-center{
   border-color: #5a49f8;
}
/*<!-- ========================-->
<!-- Start  blog-area  Css -->
<!-- ========================== -->*/
.blog-area {
    padding: 125px 0px 75px 0px;
}
.blog-area .sub-title h5::before {
    left: -204px;
}
.blog-area .sub-title h5::after {
    left: -240px;
}
.blog-area .sub-title h5 span::after {
    right: -235px;
}
.sub-title h5 span::before {
    right: -199px;
}
.blog-single-box {
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 0;
    box-shadow: 0px 8px 60px rgb(243 242 255);
    border-radius: 7px;
    transition: .5s;
    margin-bottom: 30px;
}
.blog-content {
    padding: 0 25px;
}
.blog-thumb {
    position: relative;
}
.blog-thumb img {
    width: 100%;
}
.blog-title {
    padding: 22px 22px 28px;
}
.blog-title span {
    position: relative;
    margin-right: 40px;
    font-size: 16px;
}
.blog-title span i {
    display: inline-block;
    color: #5f4ff8;
    margin-right: 5px;
}
.blog-title span::before {
    content: "";
    background: #e0e1fc;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -28px;
    top: 9px;
    border-radius: 50%;
}
.blog-title h2 a {
    font-size: 22px;
    margin: 20px 0 0;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #f0effe;
    padding-top: 26px;
    display: inline-block;
    color: #1d2124;
    font-weight: 600;
    transition: .5s;
}
.blog-title p {
    margin: 16px 0 15px;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
}
.blog-button a {
    color: #5a49f8;
    display: inline-block;
    position: relative;
    font-weight: 500;
    transition: .5s;
    text-transform: capitalize;
}
.blog-button a i {
    display: inline-block;
    transition: .5s;
    font-size: 13px;
}
.blog-button a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    background: #8277f9;
    height: 2px;
    transition: .3s;
}
.top-btn {
    position: absolute;
    top: 20px;
    left: 20px;
}
.top-btn a {
    display: inline-block;
    background: #5f4ff8;
    padding: 0 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.blog-area.upper .blog-thumb img {
    width: 100%;
}
.blog-area.upper .blog-single-box {
    margin-bottom: 30px;
}
.sideber-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sideber-title h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.bg-bar {
    position: relative;
    z-index: 1;
}
.bg-bar::before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.bg-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #5a49f8;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.resent-post-single-box {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.resent-thunb img {
    border-radius: 5px;
    width: 28%;
    float: left;
    margin-right: 12px;
}
.resent-title a h3 {
    color: #1d2124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .5s;
}
.resent-title a span {
    color: #616161;
}
.resent-post-single-box.two {
    border: none;
    margin: 0;
    padding: 0 0 20px;
}
.catagories-body ul li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    transition: .5s;
    padding-bottom: 10px;
}
.catagories-body ul li a {
    color: #616161;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.sidebar-search {
    margin-bottom: 30px;
}
.form-control {
    top: 31px;
    display: block;
    width: 70%;
    height: calc(1.5em + .75rem + 2px);
    padding: 25px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #949494;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
}
button a {
    position: absolute;
    right: 30px;
    top: 91px;
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.paginationss-title {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    width: 90%;
    position: relative;
    left: 31px;
    margin-bottom: 30px;
}
.paginationss-title ul {
    display: inline-block;
}
.paginationss-title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.paginationss-title ul li a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.contact-title h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #1d2124;
    position: relative;
}
 .form_box {
    margin-bottom: 15px;
}
 .form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #EEECFE;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid #EEECFE;
}
.form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #EEECFE;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #EEECFE;
    margin-top: 7px;
}
 .form_box input:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
    outline: 0;
}
 .form_box textarea:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
}
 input::placeholder {
    color: #94A9A8;
}
 textarea#massage::placeholder {
    color: #94A9A8;
}
 .form-button {
    text-align: left;
    margin-top: 25px;
}
.form-button button {
    padding: 14px 33px;
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    border: navajowhite;
}
input[type="text"] {
    color: #333;
}
textarea#massage {
    color: #333;
}
.catagories-body ul li a:hover{
    color: #007bff;
}
.resent-title a h3:hover {
    color: #007bff;
}
.blog-button a:hover i{
    margin-left: 12px;
}
.blog-title h2 a:hover{
    color: #5A49F8;
}
.blog-title span:hover{
    color: #5f4ff8;
}
.blog-single-box:hover{
   box-shadow: 0 2px 4px #0003; 
}
.paginationss-title ul li a i:hover {
    background: #5F4FF8;
    border-color: #5F4FF8;
    color: #fff;
}
.form-button button:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
    padding: 70px 0px 20px 0px;
    background: url(/users/u26/26577/imports/15193/assets/images/fbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.row.fbg {
    padding: 57px 0px 33px 50px;
    background: #fff;
    border-radius: 10px;
}
.subscrib h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}
.footer-area .form_box input {
    font-size: 14px;
    height: 52px;
    padding: 5px 20px;
    width: 72%;
    background: #EEECFE;
    margin: auto;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    top: 8px;
}
.footer-area .form_box input::placeholder {
    color: #7A8281;
}
.footer-area .form-button {
    padding-left: 16px;
}
.footer-area .form-button button {
    background: #0066ff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
    padding: 0 20px;
    margin: 17px 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #0066ff;
    position: absolute;
    right: 50px;
    top: -10px;
    transition: .5s;
}
.footer-area .form-button button:hover{
    background: #740FD6;
    border: 1px solid #740FD6;
}
.row.pad {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #5A49F8;
    padding: 80px 0px 60px 0px;
}
.footer-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin: 25px 0;
}
.footer-icon ul {
    margin-top: 35px;
}
.footer-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.footer-icon ul li a {
    display: inline-block;
    color: #fff;
    transition: .5s;
}
.footer-icon ul li a:hover {
    color: #FF930D;
}
.footer-title h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}
.footers-icon ul li {
    list-style: none;
    margin-top: 13px;
}
.footers-icon ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}
.footers-icon ul li a:hover{
    color: #36BAFE;
}
.footers-icon ul li a i {
    display: inline-block;
    margin-right: 8px;
}
.social-icon ul li {
    list-style: none;
}
.social-icon ul li i {
    height: 45px;
    width: 45px;
    background: #8948E5;
    color: #fff;
    line-height: 45px;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.social-tex span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.social-tex p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.copy-right-area {
    text-align: center;
    padding: 025px 0px 0px 0px;
}
.copy-right-area span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
  width: 100%;
}
.search-active .search-popup{
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
    display: inline-block;
    position: relative;
    right: -50px;
}
.search-box-btn.search-box-outer i {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0 15px 0 0;
}
.sticky-nav .search-box-btn.search-box-outer i {
    color: #fff;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFBA00;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #333;
    display: inline;
    text-align: center;
}

.search-active .search-popup .close-search{
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form{
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin:-35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form{
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group{
  position:relative;
  margin:0px; 
  overflow: hidden;
}
.search-popup .close-search.style-two{
  position: absolute;
  right: 25px;
  left: auto;
  color:#ffffff;
  width:auto;
  height:auto;
  top:25px;
  margin:0px;
  border:none;
  background:none !important;
  box-shadow:none !important;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #FFBA00;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:18px;
  line-height: 50px;
  color:#000000;
  height:70px;
  width:100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  font-weight:500;
  text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
  color:#000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */ 
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #36BAFE;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #FF930D!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 50px 0px;
}
a.main_sticky {
    display: none;
}
.sticky-nav .header-menu ul li a {
    color: #fff!important;
}
.sticky-nav a.main_sticky {
    display: inline-block !important;
}
.sticky-nav .header-logo a {
    display: none;
}
.sticky-nav ul.sub-menu li a {
    display: inline-block;
    margin: 6px 0px 6px 21px;
    color: #6e7673 !important;
    transition: .5s;
}
.sticky-nav .header-con i {
    color: #fff;
}
.header-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
    transition: .5s;
}
 ul.sub-menu li:hover{
    background: #87C03D;
}
 ul.sub-menu li a:hover{
    color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover{
    background: #87C03D;
}
.sticky-nav ul.sub-menu li a:hover{
    color: #fff !important;
}


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.pieTip::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
.chart path { cursor: pointer; }


/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}
div#particles .slider-area {
    background: inherit;
}










