@font-face {
    font-family: 'korolev';
    src: url('/assets/fonts/korolevbold.otf');
}

.sticky-nav .heder-menu ul li a {
    color: #fff!important;
}
.sticky-nav .header-button a {
    display: inline-block;
    background: #fff;
    color: #5a49f8;
    font-weight: 600;
    padding: 11px 25px;
    border: 1px solid#5a49f8;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 14px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}
.sticky-nav.nav-menu {
    justify-content: space-around !important;
}
/*<!-- ============================================================== -->
<!-- Start  main-header Css -->
<!-- ============================================================== -->*/
.main-header {
    position: relative;
    z-index: 99;
    padding: 0  20px 15px;
}
.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;
}
.heder-menu ul {
    display: block;
}
.heder-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 30px 5px 18px 5px;
    transition: .5s;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.heder-menu ul li.icon {
    position: relative;
}
.heder-menu ul li.icon::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    opacity: .5;
    top: 35px;
    right: -7px;
    left: inherit;
    position: absolute;
    color: #fff;
}
.header-button {
    margin-top: 15px;
}
.header-button a {
    display: inline-block;
    background: #5a49f8;
    color: #fff;
    font-weight: 600;
    padding: 12px 35px;
    border: 1px solid#5a49f8;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 14px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}
.header-button a:hover {
    color: #5A49F8;
}
.header-button a::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    transition: .5s;
    border-radius: 30px;
}
.header-button a:hover::before {
    width: 100%;
    left: 0;
}
.header-icon {
    display: inline-block;
    position: relative;
    right: -130px;
}
.header-icon i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/*style two*/
.style-two.main-header {
    margin-bottom: -90px;
}

/* sub-menu */
.heder-menu ul .sub-menu {
    top: 120px;
    height: auto;
    width: 200px;
    background: #fff;
    transition: .5s;
    visibility: hidden;
    display: block;
    padding: 15px 0px 12px;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
}
.sub-menu ul {
    overflow: hidden;
    display: inherit;
}
.sub-menu ul li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inherit;
    border-top: 1px solid #DEE1E6;
}
.heder-menu ul .sub-menu ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #616161!important;
    padding: 10px 7px 8px 25px;
    transition: .5s;
}
.heder-menu ul .sub-menu ul li:hover {
    background: #5A49F8;
}
.heder-menu ul .sub-menu ul li:hover a {
    color: #fff!important;
}
.heder-menu ul li:hover .sub-menu {
    top:75px;
    visibility: visible !important;
    opacity: 1;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(assets/images/hero-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    top: -90px;
}
.slide-title {
    margin-top: 55px;
}
.slide-title h1 {
    font-size: 48px;
    font-weight: 600;
    color: #1d2124;
    line-height: 65px;
    margin: 25px 0 17px;
    letter-spacing: 0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'korolev';
}
.slide-title h1 span {
    color: #3154ee;
}
.slider-box {
    position: relative;
}
.slider-img {
    position: relative;
    top: 25px;
}
.slider-text {
    position: relative;
    left: 30px;
    top: 4px;
}
.slider-thumb img {
    width: 130%;
}
.slider-text h2 {
    font-size: 14px;
    font-weight: 600;
    color: #3154ee;
    text-transform: uppercase;
}
.slide-title p {
    font-size: 15px;
    font-weight: 400;
    color: #6d6d6d;
    font-family: 'Rubik', sans-serif;
    margin: 17px 0 30px;
    /* width: 80%; */
    line-height: 30px;
}
.slider-button a {
    padding: 13px 25px;
    background-image: linear-gradient(255deg, rgb(111, 23, 220) 0%, rgb(111, 23, 220) 59%, rgb(84, 60, 252) 100%);
    color: #fff;
    transition: .5s;
    font-weight: 600;
    /* text-transform: capitalize; */
    border-radius: 30px;
    display: inline-block;
    margin: 0 21px 0 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.slider-button a i {
    display: inline-block;
    margin-left: 5px;
}
.slider-button a.slider-button-alt {
    background-image: none !important;
    background-color: #f3f3ff !important;
    color: #3154ee;
    border: 3px solid #3154ee;
}
.slider-button a.slider-button-alt:hover {
    color: #3154ee;
}
.slider-button a:hover{
    background: -webkit-linear-gradient( -9deg , #7212D8 0%, #553BFC 97%);
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  brand-area  Css -->
<!-- ============================================================== -->*/
.brand-area {
    padding: 0px 0px 24px 0px;
    position: relative;
}
.row.box {
    box-shadow: 0px 10px 40px 0px rgb(167 161 191 / 15%);
    padding: 61px 10px 50px 42px;
}
.brand-area .single-brand-box {
    text-align: center;
    margin-top: 12px;
}
.brand-title h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #1d2124;
    margin: 0px 0px 2px 0px;
}
.brand-title h3 span {
    color: #3154ee;
}
.brand-title h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #1d2124;
    margin: 0px 0px 2px 0px;
}
.brand-title h2 span{
    color: #5f4ff8;
}
.brand-shape {
    position: absolute;
    bottom: -40px;
    right: 0;
}
/*<!-- ============================================================== -->
<!-- Start  section-title Css -->
<!-- ============================================================== -->*/
.sub-title h5 {
    color: #3154ee;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 22px 50px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.sub-title h5::before {
    position: absolute;
    left: -47px;
    bottom: 5px;
    content: "";
    height: 2px;
    width: 40px;
    background: #5A49F8;
    z-index: -1;
}
.sub-title h3 {
    font-size: 36px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    color: #1d2124;
}
.sub-title p {
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    color: #646464;
    margin: 25px 0 8px;
    line-height: 28px;
    font-size: 16px;
}
/*<!-- ============================================================== -->
<!-- Start  feature-area Css -->
<!-- ============================================================== -->*/
.feature-area {
    background: url(assets/images/featured-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 0px 90px 0px;
}
.feature-area .sub-title p {
    margin: 60px 0 8px;
}
.feature-area .row.come {
    margin-top: 40px;
}
.feature-single-box {
    background: #ffffff;
    border-bottom: none;
    border-radius: 6px;
    padding: 39px 24px 13px 33px;
    box-shadow: 0px 5px 40px 0px rgb(154 152 175 / 15%);
    position: relative;
    z-index: 1;
    transition: .3s;
    margin-bottom: 30px;
}
.feature-single-box:hover::before  {
    width: 100%;
    left: 0%;
}
.feature-single-box:hover {
    transform: translate3d(-10px,0,0);
}
.feature-single-box:hover .feture-title h2{
    color: #fff;
}
.feature-single-box:hover .feture-title p{
    color: #fff;
}
.feature-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 50%;
    top: 0;
    background: linear-gradient(to right, #533efe, #740fd6);
    transition: .5s;
    width: 0;
    z-index: -1;
    border-radius: 6px;
}
.feature-thumb {
    float: left;
    margin: -4px 20px 0 0px;
}
.feature-thumb img {
    max-width: 40px;
}
.feture-title h2 {
    font-size: 22px;
    /* text-transform: capitalize; */
    font-weight: 500;
    margin: 0 0 20px;
    transition: .5s;
}
.feture-title p {
   font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
    transition: .5s;
}
/*<!-- ============================================================== -->
<!-- Start  about-area Css -->
<!-- ============================================================== -->*/
.about-area {
    padding: 90px 0px 0px 0px;
    background: url(assets/images/bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-thumb {
    position: relative;
    top: -25px;
    left: -90px;
}
.about-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-icon {
    margin-top: 30px;
}
.about-icon ul li {
    list-style: none;
    display: block;
    margin: 0 0 23px 0;
    color: #000;
    font-weight: 500;
}
.about-icon ul li i {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #FF920D;
    border-radius: 100%;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.about-icon ul li p {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-left: 35px;
}
.about-button {
    margin-top: 42px;
}
.about-button a {
    padding: 13px 25px;
    background-image: linear-gradient(255deg, rgb(111, 23, 220) 0%, rgb(111, 23, 220) 59%, rgb(84, 60, 252) 100%);
    color: #fff;
    transition: .5s;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    display: inline-block;
    margin: 0 21px 0 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.about-button a i {
    display: inline-block;
    margin-left: 5px;
}
.about-button a:hover{
    background: -webkit-linear-gradient( -9deg , #7212D8 0%, #553BFC 97%);
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  Why Choose Us Css -->
<!-- ============================================================== -->*/
 .Why-Choose-Us {
    padding: 90px 0px 90px 0px;
}
.single-Choose-box {
    position: relative;
    top: 50px;
}
.abouts-shap {
    position: absolute;
    right: 60px;
    margin-top: 20px;
}
.Choose-button {
    margin-top: 42px;
}
.Choose-button a {
    padding: 13px 25px;
    background-image: linear-gradient(255deg, rgb(111, 23, 220) 0%, rgb(111, 23, 220) 59%, rgb(84, 60, 252) 100%);
    color: #fff;
    transition: .5s;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    display: inline-block;
    margin: 0 21px 0 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.Choose-button a i {
    display: inline-block;
    margin-left: 5px;
}
.Choose-button a:hover{
    background: -webkit-linear-gradient( -9deg , #7212D8 0%, #553BFC 97%);
    color: #fff;
}
.Choose-right-box {
    background: #FFF6ED;
    padding: 29px 19px 35px 31px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: .3s;
    margin-bottom: 20px;
}
.Choose-right-box:hover {
    transform: translate3d(-10px,0,0);
}
.Choose-right-box:hover::before{
    left: 0%;
    width: 100%;
}
.Choose-right-box:hover .Choose-title h2{
    color: #fff;
}
.Choose-right-box:hover .Choose-title p{
    color: #fff;
}

.Choose-right-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: .5s;
    background: linear-gradient(to right, #533efe, #740fd6);
    border-radius: 6px;
}
.Choose-thumb {
    float: left;
    margin-right: 15px;
    height: 80px;
    width: 80px;
    line-height: 55px;
    text-align: center;
    border-radius: 6px;
}
.Choose-thumb img {
    max-width: 75px;
}
.Choose-title h2 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
}
.Choose-title p {
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    margin: 0;
    transition: .3s;
    overflow: hidden;
    font-size: 16px;
}
.Choose-right-box.upper {
    background: #edfff9!important;
    margin-left: 90px;
}

.Why-Choose-Us.upper .single-Choose-box {
    position: relative;
    top: 0;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background: url(assets/images/braitcam.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: -91px;
    padding: 160px 0 133px;
}
.breacumb-content {
    text-align: center;
}
.breadcumb-title h1 {
    font-size: 48px;
    margin-top: 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.breadcumb-content-text a {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.breadcumb-content-text a i {
    display: inline-block;
    margin: 0 8px;
}
.feature-area.upper .section-title {
    text-align: center;
}



/*<!-- ============================================================== -->
<!-- Start  testimonial-area Css -->
<!-- ============================================================== -->*/
.testimonial-area {
    padding: 80px 0px 141px 0px;
    background: url(assets/images/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
}
.testimonial-area .coustom-container{
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
} 
.testimonial-area .sub-title h5 {
    margin: 0 0 22px 0px;
}
.testimonial-area .sub-title h5::before {
    background: inherit;
}
.testimonial-area .section-title {
    text-align: center;
}
.single-testi-box {
    text-align: center;
    padding: 68px 25px 50px;
    border-radius: 5px;
    box-shadow: 0px 10px 100px 0px rgb(173 219 225 / 15%);
    background: #fff;
    position: relative;
    margin-top: 101px;
}
.testi-text {
    margin-top: 25px;
}
.testi-text p {
    width: 94%;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-style: italic;
    color: #6d6d6d;
}
.testi-title {
    margin-top: 35px;
}
.testi-title h2 {
    font-size: 24px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    letter-spacing: 0;
    font-weight: 600;
    color: #1d2124;
}
.testi-title span {
    color: #646464;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}
.testi-shap {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testi-shape {
    position: absolute;
    top: 29%;
    left: 10%;
}
.testi-shape-1 {
    position: absolute;
    left: 5%;
    bottom: 25%;
}
.testi-shape-2 {
    position: absolute;
    bottom: 2%;
    left: 16%;
}
.testi-shape-3 {
    position: absolute;
    top: 29%;
    right: 16%;
}
.testi-shape-4 {
    position: absolute;
    right: 5%;
    top: 50%;
}
.testi-shape-5 {
    position: absolute;
    right: 16%;
    bottom: 3%;
}

.testi-photo img {
    max-width: 100px;
}

/*<!-- ============================================================== -->
<!-- Start  about-area.style-one Css -->
<!-- ============================================================== -->*/
.about-area.style-one {
    padding: 170px 0 0 0;
    background: url(assets/images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.about-area.style-one .single-about-box.upper {
    margin-top: 20px;
}
.about-area.style-one .about-shape {
    position: absolute;
    bottom: 15%;
    left: -22%;
}
.about-area.style-one .about-shape1 {
    top: -100px;
    position: absolute;
    right: 0;
}
/*<!-- ============================================================== -->
<!-- Start  about-area style-two Css -->
<!-- ============================================================== -->*/
.about-area.style-two {
    padding: 110px 0 0 0;
    background: inherit;
}
.about-area.style-two .about-thumb {
    position: relative;
    top: -90px;
    left: 10%;
}
.about-area.style-two .about-shape1 {
    position: absolute;
    top: -82px;
    left: -25px;
}
.about-area.style-two .about-shape {
    position: absolute;
    bottom: 26%;
    right: -100px;
}
/*<!-- ============================================================== -->
<!-- Start  team-area  Css -->
<!-- ============================================================== -->*/
.team-area {
    padding: 86px 0px 70px 0px;
    background: #EDFBFE;
}
.team-area .section-title {
    text-align: center;
    padding-bottom: 50px;
}
.team-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.team-thumb{
    position: relative;
}
.single-team-box:hover .team-thumb::before {
    width: 100%;
    left: 0%;
}
.single-team-box:hover{
    transform: translateY(-10px);
}
.team-thumb::before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 100%;
    background-image: -webkit-linear-gradient( -9deg , #533EFF 50%, #740FD7 97%);
    content: "";
    transition: auto;
    opacity: 0.6;
    transition: .5s;
}
.single-team-box {
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    padding: 0 0 32px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s;
}
.team-title {
    text-align: center;
    margin: 18px 0 0;
}
.team-title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
}
.team-title span {
    font-size: 14px;
    text-transform: capitalize;
    color: #5a49f8;
    float: none;
    text-align: center;
    font-weight: 500;
}
.single-team-box:hover .team-icon {
    right: 20px;
    opacity: 1;
}
.team-icon {
    position: absolute;
    top: 20px;
    right: -42px;
    opacity: 0;
    transition: .5s;
}
.team-icon ul li {
    display: block;
    list-style: none;
    margin: 0 0 11px;
}
.team-icon ul li a {
    display: inline-block;
}
.team-icon ul li a i {
    display: inline-block;
    background: #5a49f8;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}
/*<!-- ============================================================== -->
<!-- Start  brand_section  Css -->
<!-- ============================================================== -->*/
.brand_section {
    background: #EDFBFE;
    padding: 75px 0 50px 0;
}
.single-brand_box {
    text-align: center;
    margin-bottom: 30px;
}
.brand_section.upper {
    background: inherit;
}
/*<!-- ============================================================== -->
<!-- Start  map-area  Css -->
<!-- ============================================================== -->*/
.row.maps {
    overflow: hidden;
}
/*<!-- ============================================================== -->
<!-- Start  brand_section  Css -->
<!-- ============================================================== -->*/
.contact-area {
    padding: 80px 0px 80px 0px;
}
.contact-area .section-title {
    text-align: center;
}
.contact-area .sub-title p {
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    color: #646464;
    line-height: 28px;
    font-size: 16px;
    width: 55%;
    text-align: center;
    margin: 30px auto;
}
 .form_box {
    margin-bottom: 15px;
}
.form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: inherit;
    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: inherit;
    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: center;
    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;
    border-radius: 5px;
}
.form-button button:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
input[type="text"] {
    color: #333;
}
textarea#massage {
    color: #333;
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area Css -->
<!-- ============================================================== -->*/
.pricing-area {
    padding: 20px 0px 85px 0px;
}
.pricing-area .section-title {
    text-align: center;
    margin-bottom: 80px;
}
.single-pricing-box {
    padding: 71px 35px 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    transition: .5s;
    box-shadow: 0px 5px 40px 0px rgb(154 152 175 / 15%);
    margin-bottom: 30px;
}
.single-pricing-box:hover {
    box-shadow: 0px 10px 60px 0px rgb(149 112 197 / 15%);
    transform: translate3d(10px,0,0);
}
.single-pricing-box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: linear-gradient(to bottom,#7212D9 50%,#5739F9 100%);
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.pricing-icons {
    margin: 0 0 28px;
    position: relative;
    z-index: 1;
}
.pricing-icons i {
    display: inline-block;
    font-size: 40px;
    color: #7212D9;
}
.pricing-icons.upper i {
    display: inline-block;
    font-size: 40px;
    color: #69DB59;
}
.pricing-icons::before {
    position: absolute;
    content: "";
    top: -15px;
    height: 82px;
    width: 82px;
    line-height: 82px;
    border: 1px solid #FACEDF;
    border-radius: 50%;
    background: #FACEDF;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    z-index: -1;
    text-align: center;
}
.pricing-icons::after {
    position: absolute;
    bottom: 0;
    content: "";
    top: -9px;
    height: 90px;
    width: 90px;
    border: 1px solid #FACEDF;
    border-radius: 50%;
    transform: inherit;
    transition: all .35s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.single-pricing-box:hover::before {
    right: 0;
    width: 100%;
}
.single-pricing-box:hover .pricing-icon li i {
    color: #fff;
}
.single-pricing-box:hover .pricing-icon ul li {
    color: #fff;
}
.single-pricing-box:hover .pricing-title h3 {
    color: #fff;
}
.single-pricing-box:hover .pricing-title p {
    color: #fff;
}
.single-pricing-box:hover .pricing-title p span{
    color: #fff;
}
.pricing-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #1d2124;
    font-weight: 500;
    position: relative;
    font-family: 'Poppins', serif;
    text-align: center;
    margin-bottom: 8px;
}
.pricing-title p {
    font-size: 20px !important;
    font-weight: 600 !important;
    position: relative;
    top: 0px;
    text-align: center;
    color: #5A49F8;
}
.pricing-thumb {
    text-align: center;
    margin-bottom: 24px;
}
.pricing-title {
    position: relative;
}
.pricing-title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #E7E7E7;
    transition: .5s;
    margin: 0 auto 0;
}
.pricing-title p span {
    display: inline-block;
    font-size: 53px;
    font-weight: 600;
    text-align: center;
    color: #5A49F8;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.pricing-icon {
    margin: 18px 0 0 0;
    text-align: left;
}
.pricing-icon ul {
    display: inline-block;
}
.pricing-icon ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #646464;
    text-align: left;
}
.pricing-icon li i {
    color: #7112D8;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-right: 6px;
}
.pricing-button {
    margin-top: 25px;
    text-align: left;
}
.pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 34px;
    position: relative;
    text-transform: capitalize;
    color: #5a49f8;
    border: 1px solid #5a49f8;
    border-radius: 4px;
    transition: .5s;
}
.single-pricing-box.upper .pricing-button a {
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
}
.single-pricing-box.upper .pricing-title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #7212D9;
    transition: .5s;
    margin: 0 auto 0;
}
.single-pricing-box:hover .pricing-button a {
    background: linear-gradient(to left, #533efe, #740fd6);
    border: 1px solid #fff!important;
    color: #fff!important;
}
.single-pricing-box:hover .pricing-title::before{
    background: #fff;
}
.pricing-button a i {
    display: inline-block;
    margin-left: 5px;
}
/*<!-- ============================================================== -->
<!-- Start  blog-area  Css -->
<!-- ============================================================== -->*/
.blog-area {
    padding: 90px 0px 130px 0px;
    background: url(assets/images/featured-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-area .section-title {
    text-align: center;
}
.blog-area .section-title .sub-title h5 {
    margin: 0 0 22px 0;
}
.blog-area .section-title .sub-title h5::before {
    background: inherit;
}
.row.top {
    position: relative;
    top: 62px;
}
.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-single-box:hover{
   box-shadow: 0 2px 4px #0003; 
}
.blog-thumb {
    position: relative;
}
.blog-titles h2 {
    color: #1d2124;
    font-size: 30px;
    font-family: 'Poppins', serif;
    font-weight: 600;
    margin: 20px 0 0;
}
.blog-titles p {
    font-size: 16px;
    color: #646464;
}
.blog-title p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #6d6d6d;
}
.blog-thumb::before {
    position: absolute;
    left: 50%;
    right: 0;
    height: 100%;
    width: 0%;
    top: 0;
    background: #5a49f8;
    content: "";
    z-index: 1;
    transition: .5s;
    opacity: 0.3;
}
.blog-single-box:hover .blog-thumb::before {
    left: 0%;
    right: 0;
    width: 100%;
}
.blog-thumb img {
    width: 100%;
}
.blog-title {
    padding: 22px 22px 28px;
}
.blog-title span {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #6d6d6d;
}
.blog-title a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #6d6d6d;
    display: inline-block;
}
.blog-title span:hover{
    color: #5f4ff8;
}
.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: 10px;
    border-radius: 50%;
}
.blog-title h2 a {
    font-size: 22px;
    margin: 20px 0 10px;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #DEE1E6;
    padding-top: 26px;
    display: inline-block;
    color: #1d2124;
    font-weight: 600;
    transition: .5s;
}
.blog-title h2 a:hover{
    color: #5A49F8;
}
.blog-title p {
    margin: 10px 0 0;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
}
.blog-button {
    float: left;
    margin-right: 30px;
}
.blog-button a {
    color: #5a49f8;
    display: inline-block;
    position: relative;
    font-weight: 400;
    transition: .5s;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-button a i{
    display: inline-block;
    transition: .5s;
}
.blog-button a:hover i{
    margin-left: 3px;
}
.blog-icon ul {
    top: 30px;
    position: relative;
    opacity: 0;
    transition: .5s;
}
.blog-single-box:hover .blog-icon ul{
    top: 0px;
    opacity: 1;
}
.blog-icon ul {
    display: inline-block;
}
.blog-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.blog-icon ul li.one a i {
    display: inline-block;
    color: #C1DFFF;
}
.blog-icon ul li.two a i {
    display: inline-block;
    color: #E63336;
}
.blog-icon ul li.three a i {
    display: inline-block;
    color: #50E3FF;
}
.blog-icon ul li.for a i {
    display: inline-block;
    color: #F269FD;
}
.blog-icon ul li.five a i {
    display: inline-block;
    color: #2663D8;
}
.blog-icon ul li.six a i {
    display: inline-block;
    color: #666666;
}

.blog-area.upper .blog-title p {
    margin: 15px 0 15px;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
}
.blog-area.upper .blog-tex h2 {
    font-size: 30px;
    color: #1d2124;
}
.blog-area.upper {
    background: inherit;
}
/*<!-- ============================================================== -->
<!-- Start bg-bar  Css -->
<!-- ============================================================== -->*/
.sideber-search-box {
    margin-bottom: 40px;
    padding: 2px 30px 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.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%);
}
.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;
}
.blog-thub img {
    width: 100%;
}
.resent-thunb img {
    border-radius: 5px;
    width: 28%;
    float: left;
    margin-right: 12px;
    height: 70px;
}
.resent-title a h3 {
    color: #1d2124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.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 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 28px 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;
}
.sideber-search-box button a {
    position: absolute;
    right: 60px;
    top: 50px;
    display: inline-block;
    color: #616161;
    font-size: 18px;
}
.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: 0px;
}
.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;
}
.paginationss-title ul li a i:hover {
    background: #5F4FF8;
    border-color: #5F4FF8;
    color: #fff;
}
.contact-title h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.sideber-title h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 28px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
 .form_box {
    margin-bottom: 15px;
}
.form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #fff;
    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: #fff;
    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: center;
    margin-top: 25px;
}
input[type="text"] {
    color: #333;
}
textarea#massage {
    color: #333;
}



/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-logo {
    max-width: 250px;
    margin-bottom: 45px;
}
.footer-area {
    padding: 0px 0px 0 0px;
    background: url(assets/images/footer-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subscrib h2 {
    color: #1D2124;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
}
.footer-area .form_box input::placeholder {
    color: #1d2124!important;
}
.footer-area .form_box {
    float: left;
}
.footer-area .form-icon {
    position: relative;
    top: 8px;
    right: 3px;
}
.footer-area .form-icon i {
    color: #fff;
    display: inline-block;
    background: #0166FF;
    padding: 18px 25px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.footer-area .form_box input {
    font-size: 16px;
    height: 52px;
    padding: 5px 20px;
    width: 100%;
    background: #EEECFE;
    margin: auto;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    top: 8px;
    font-weight: 600;
    z-index: 1;
}
.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 30px;
    margin: 17px 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #0066ff;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: .5s;
}
.footer-area .form-button button i {
    display: inline-block;
    margin-left: 5px;
}
.footer-area .form-button button:hover{
    background: #740FD6;
    border: 1px solid #740FD6;
}
.row.pad {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF33;
    padding: 80px 0px 60px 0px;
}
.row.pad .footers-texts {
    margin-bottom: 45px;
}
.row.pad .footers-texts p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}
.row.pad .footer-titles h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 17px;
}
.row.pad .footerse-thumbs {
    float: left;
    margin-right: 10px;
}
.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: 7px;
}
.footer-icon ul li a {
    display: inline-block;
    color: #fff;
    transition: .5s;
    background: #8776FA;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}
.footer-icon ul li a:hover {
    color: #8371F9;
    background: #fff;
}
.footer-title h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
}
.footers-icon ul li {
    list-style: none;
    margin-top: 10px;
}
.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: #0166FF;
}
.footers-icon ul li a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}
.social-icon ul li {
    list-style: none;
}
.social-icon ul li i {
    color: #fff;
    float: left;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    width: 55px;
    line-height: 55px;
    height: 55px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
    margin-right: 15px;
}
.footer_icons ul {
    display: inline-block;
}
.footer_icons ul li {
    display: inline-block;
    margin-top: 17px;
}
.footer_icons ul li i {
    color: #6428EC;
    font-size: 12px;
    background: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.footer_icons ul li span {
    font-size: 16px;
    color: #fff;
}
.social-tex {
    padding-bottom: 5px;
}
.social-tex span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
.social-tex p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.copy-right-area {
    padding: 25px 0px 0 0px;
}
.copy-right-area span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.copy-right {
    text-align: right;
    position: relative;
    top: -28px;
}
.copy-right ul li {
    list-style: none;
    display: inline-block;
    margin-left: 40px;
}
.copy-right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* bounce-animate */    
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*===========================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: 50px;
  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: #3154ee;
    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: #3154ee!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 80px 7px;
}
.sticky-nav li.icon {
    color: #fff;
}
.sticky-nav.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-nav .heder-menu {
    display: inline-block;
    position: relative;
    left: -3%;
}
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; }


/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999999999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}



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

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

.header-logo img {
    max-width: 330px;
}

.heder-menu ul li {
    margin-right: 10px;
}

.heder-menu ul li a {
    font-size: 15px;
}

.mobile-menu-area {
    display: none;
}

.owl-carousel .owl-item img {
    max-width: 250px;
}

.footer-container {
    padding-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF33;
}

.footer-container .footers-texts p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}

.contact {
    margin: 0 auto;
    background-color: #3154ee;
    color: #fff;
    max-width: 1000px;
    width: 100%;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.contact h2 {
    color: #fff;
}

.contact .input-error {
    height: 20px;
    display: block;
}

.input-error {
    font-size: 12px;
    color: rgb(153, 24, 24);
    height: 20px;
    display: block;
}

.slider-button-mobile {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .main-header {
        display: none;
    }

    .mobile-menu-area {
        display: block;
    }

    .slider-area {
        background: #fefbff;
        margin-top: 75px;
    }

    .copy-right {
        position: static;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .single-Choose-box {
        padding-bottom: 135px;
    }
    
    .footer-newsletter {
        margin-top: 30px;
    }

    .slider-button-desktop {
        display: none;
    }

    .slider-button-mobile {
        display: block;
        margin-top: 60px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .slider-text {
        position: static;
    }

    .slider-img {
        display: none;
    }

    .testi-photo {
        display: none;
    }
}