/*===============================================
Template Name: digecoly - Digital Agency HTML5 Template
Version: 0.1
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Start digecoly Header Menu Area Css
02. Start digecoly Hero Area Css
03. Start digecoly Service Area Css
04. Start digecoly about Area Css
05. Start digecoly Work Process Area Css
06. Start digecoly About Style Two Css
07. Start digecoly About Style Three Css
08. Start digecoly Testimonial Area Css
09. Start digecoly Team Area Css
10. Start digecoly Pricing Area Css
11. Start digecoly Brand Area Css
12. Start digecoly Foter Area Css
=======================*/

/*================================
 <--Start digecoly Header Menu Area Css-->
==================================*/

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff!important;
  transition: .5s;
  z-index: 2;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}
nav.digecoly-menu {
  text-align: right;
}

ul.nav_scroll {
  display: inline-block;
}

.digecoly-menu ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1;
}

.digecoly-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #39374d;
  font-weight: 500;
  margin: 35px 15px;
  position: relative;
}

.digecoly-menu ul li a:hover {
  color: #5E2EF2;
}

.digecoly-menu ul li a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -6px;
  width: 0%;
  background: #5E2EF2;
  height: 1px;
  transition: .5s;
}
.digecoly-menu ul li a:hover:before{
  width:100%;
  left:0%;
}

.digecoly-menu ul li a span {
  font-size: 15px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: .5;
}

.header-btn {
  display: inline-block;
  padding-left: 20px;
}

.header-btn a {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(247deg, #730dd5 0%, #730dd5 19%, #5933f5 75%, #5933f5 100%);
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  border: 1px solid #5E2EF2;
  font-weight: 500;
}

.header-btn a i {
  padding-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.header-btn a:hover{
    background: #fff;
    border: 1px solid #5E2EF2;
    color: #5E2EF2;
}


/*sub-menu*/
.digecoly-menu ul li .sub-menu {
  position: absolute;
  top: 95px;
  left: 0;
  background: #fff;
  width: 250px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
  border-top: 2px solid #5E2EF2;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 23px rgb(0 0 0 / 10%);
  border-bottom: 2px solid #5E2EF2;
}
.digecoly-menu ul li:hover .sub-menu{
  top: 78px;
  visibility: visible;
  opacity: 1;
}
.digecoly-menu ul li .sub-menu li {
  display: block;
}
.digecoly-menu ul li .sub-menu li a {
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
  font-size: 16px;
  color: #39374d;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.digecoly-menu ul li .sub-menu li a:hover{
  background: #5E2EF2;
  color: #fff;
}

/* logo */

.digecoly-menu ul li .sub-menu li a::before{
  display: none;
}

.digecoly-nav-menu.sticky-nav .logo_img {
  display: none;
}
.main_sticky {
  display: none;
}
.digecoly-nav-menu.sticky-nav .main_sticky {
  display: inherit;
}


/*================================
 <--Start digecoly Hero Area Css-->
==================================*/

.hero-area {
    position: relative;
    padding: 124px 0 0px;
}
.hero-area-shape {
    position: absolute;
    top: -104px;
    left: 24px;
    z-index: -1;
}
.hero-content-sub-title h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 75px;
    background: #efeafe;
    color: #5e30f3;
    display: initial;
    padding: 10px 25px;
    border-radius: 5px;
}
.hero-content-main-title h1 {
    font-size: 60px;
    line-height: 75px;
}
.hero-content-main-title h1 span {
    color: #5d2ff1;
}
.hero-content-discripton p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 14px 0 36px;
}
.hero-content-btn {
    display: inline-block;
}
.hero-content-btn a {
    display: inline-block;
    padding: 12px 39px;
    background: #5E2EF2;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    border: 1px solid #5E2EF2;
}
.hero-content-btn a:hover{
    background: #fff;
    border: 1px solid #5E2EF2;
    color: #5E2EF2;
}
.hero-content-btn a i {
    margin-left: 9px;
}
.hero-content-video-icon{
    display: inline-block;
}
.hero-content-video-icon a i {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #5e2ff2;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.hero-area-thumb {
    position: relative;
    left: 154px;
}
.hero-shape-1 {
    position: absolute;
    right: 54px;
    top: -25px;
    z-index: -1;
}
.hero-shape-2 {
    position: absolute;
    right: 44%;
    top: 83px;
}
.hero-shape-3 {
    position: absolute;
    bottom: 0;
    left: 52%;
    top: 46%;
}
.hero-shape-4 {
    position: absolute;
    right: 0px;
    top: 63px;
}
.hero-shape-5 {
    position: absolute;
    right: 35px;
    top: 232px;
}

/* Service Section */

.section-sub-title {
    margin-bottom: 28px;
}
.section-sub-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    background: #efeafe;
    color: #5e30f3;
    display: initial;
    padding: 8px 36px;
    border-radius: 5px;
}
.section-main-title h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
}
.section-main-title h3 span {
    color: #5e30f3;
}
.section-discription {
    margin-top: 17px;
}
.section-discription p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.section-discription.work-process p {
    width: 50%;
    margin: auto;
}
.section-discription.testi p {
  width: 68%;
}
.section-discription.pricing p {
  width: 50%;
  margin: auto;
}


/*================================
 <--Start digecoly Service Area Css-->
==================================*/
.service-area {
    padding: 100px 0 100px;
    background: #f9f9f9;
}
.single-service-box {
  padding: 77px 32px 20px;
  position: relative;
  margin-top: 49px;
  z-index: 1;
}
.single-service-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background: #61cf70;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}
.single-service-box:hover::before{
    width: 100%;
}
.service-box-content{
    text-align: center;
    transition: .5s;
}
.service-thumb{
  position: relative;
}
.single-service-box:hover .service-box-icon-image::before{
    border-radius: 15px;
    transform: rotate(45deg);
}
.service-thumb {
  z-index: 1;
  transition: .5s;
  position: relative;
}

.service-thumb::before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 88px;
  width: 90px;
  top: -22px;
  left: 35px;
  margin: auto;
  right: 0;
  border-radius: 15px;
  transition: .5s;
  opacity: 0;
  z-index: -1;
  transform: rotate(20deg);
}

.service-thumb::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: 0;
  top: -22px;
  margin: auto;
  right: 6px;
  border-radius: 45px;
  filter: drop-shadow(0 0 9px rgba(59,6,227,0.1));
  background-color: #ffffff;
  z-index: -1;
  transition: .5s;
}

.single-service-box:hover .service-thumb::before {
  transform: rotate(45deg);
  opacity: 0.310;
}


.single-service-box:hover .service-thumb::after{
  transform: rotate(45deg);
  border-radius: 15px;
}

.single-service-box:hover .service-box-icon-image::after {
  opacity: 1;
  border-radius: 15px;
  transform: rotate(45deg);
}
.service-box-content-title h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 62px 0px 20px;
  display: inline-block;
  transition: .5s;
}
.single-service-box:hover .service-box-content-title h3 {
    color: #fff;
}
.service-box-discripton p {
    font-size: 17px;
    line-height: 28px;
    transition: .5s;
}
.single-service-box:hover .service-box-discripton p{
    color: #fff;
}

/* Digecoly button */
.digecoly-btn {
    display: inline-block;
}
.digecoly-btn a {
  display: inline-block;
  padding: 12px 39px;
  background: #5E2EF2;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  border: 1px solid #5E2EF2;
  margin-top: 20px;
}
.digecoly-btn a:hover{
    background: #fff;
    border: 1px solid #5E2EF2;
    color: #5E2EF2;
}
.digecoly-btn a i {
    margin-left: 9px;
}


/* upper-1 */
.upper-1.single-service-box::before {
    background: #5e2ef2;
}

/* upper-2 */
.upper-2.single-service-box::before {
    background: #fec107;
}
/* upper-3 */
.upper-3.single-service-box::before {
    background: #ff259f;
}
/* upper-4 */
.upper-4.single-service-box::before {
    background: #dc3546;
}
/* upper-5 */
.upper-5.single-service-box::before {
    background: #fd7e15;
}



/*================================
 <--Start digecoly about Area Css-->
==================================*/
.about-area {
    padding: 100px 0 100px;
}
.about-thumb {
    position: relative;
    margin-left: -168px;
    margin-top: 94px;
}
.about-shape-1 {
    position: absolute;
    top: 0px;
    left: -56%;
    z-index: -1;
}
.about-shape-2 {
    position: absolute;
    right: 56px;
    top: 34px;
    z-index: -1;
}

.about-single-box-items {
  margin-top: 10px;
}

.about-icon-thumb {
  background: #5e2ef2;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 5px;
  float: left;
  margin-right: 28px;
}

.about-title h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0px;
  display: inline-block;
  line-height: 0;
}
.about-discription p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.about-btn {
    margin-top: 19px;
}
.about-btn a {
    display: inline-block;
    padding: 12px 39px;
    background: #5E2EF2;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    border: 1px solid #5E2EF2;
}
.about-btn a:hover{
    background: #fff;
    border: 1px solid #5E2EF2;
    color: #5E2EF2;
}
.about-btn a i {
    margin-left: 9px;
}



/*========================================
 <--Start digecoly Work Process Area Css-->
=========================================*/

.work-process-area {
    padding: 100px 0 50px;
    position: relative;
}
.work-process-shape {
    position: absolute;
    top: -31px;
    right: 17%;
}
.work-process-single-box {
  position: relative;
  margin-top: 56px;
}
.work-process-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../image/work-shape-1.jpg);
    background-repeat: no-repeat;
    right: -71%;
}
.work-process-content-title h4 {
  font-size: 21px;
  line-height: 28px;
  color: #14133b;
  font-weight: 600;
  margin: 25px 0px 12px;
}
.work-process-content-title h4:hover{
    color: #6a41f3;
}
.work-process-content-discription p {
    font-size: 15px;
    line-height: 28px;
    color: #54595f;
    font-weight: 400;
}

/* work-1 */
.work-1.work-process-single-box::before{
    background-image: url(../image/work-shape-1.jpg);
}
/* work-2 */
.work-2.work-process-single-box::before{
    background-image: url(../image/work-shape-2.jpg);
}
/* work-3 */
.work-3.work-process-single-box::before{
    background-image: url(../image/work-shape-3.jpg);
}
/* work-4 */
.work-4.work-process-single-box::before{
    background-image: url(../image/work-shape-4.jpg);
}

/*========================================
 <--Start digecoly About Style Two Css-->
=========================================*/
.about-style-tow {
    padding: 100px 0 100px;
}
.about-style-tow-video-icon{
    display: inline-block;
}
.about-style-tow-video-icon a i{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #5e2ff2;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.about-styel-two-thumb {
    position: relative;
    margin-left: 69px;
    margin-top: 50px;
}
.about-style-shape-1 {
  position: absolute;
  top: -125px;
  right: -270px;
}
.about-style-shape-2 {
  position: absolute;
  top: -125px;
  right: -64%;
}

/*========================================
 <--Start digecoly About Style Three Css-->
=========================================*/

.about-style-three {
    padding: 100px 0 100px;
}
.about-style-three-thumb {
    position: relative;
    top: 37px;
}
.about-style-three-shape-1 {
  position: absolute;
  top: -42px;
  left: -157px;
}
.about-style-three-shape-2 {
    position: absolute;
    top: 45px;
    left: -94px;
}


/*========================================
 <--Start digecoly Testimonial Area Css-->
=========================================*/


.testimonial-area {
  padding: 200px 0 200px;
  position: relative;
}

/* testimonial content css */
.testimonial-content {
  text-align: center;
}
.testimonial-content-discription p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin: 50px auto 25px;
  width: 85%;
}
.testimonial-content-title h5 {
  font-size: 20px;
  line-height: 30px;
  color: #ffff;
  font-weight: 600;
  padding: 0 0 3px;
}
.testimonial-content-title h6 {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}

/* testimonial thumb css */
.testi-list1 {
  padding-left: 120px;
}

.testimonial-thumb img {
  display: inline-block !important;
}
.testimonial-bg {
  position: absolute;
  right: 17%;
  top: 20%;
  z-index: -1;
}
.testimonial-shape {
  position: absolute;
  right: 17%;
  bottom: 70px;
}
.testimonial-thumb-1 {
  position: absolute;
  right: 48%;
  top: 24%;
}
.testimonial-thumb-2 {
  position: absolute;
  top: 47%;
  right: 51%;
}
.testimonial-thumb-3 {
  position: absolute;
  top: 68%;
  right: 48%;
}

/* owl-nav */

.owl-nav {
  position: relative;
  left: -42rem;
  bottom: 20px;
}

.owl-prev {
  position: absolute;
}
.owl-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  filter: drop-shadow(0 0 9px rgba(59,6,227,0.1));
  background-color: #ffffff;
  color: #5e2ff2;
  transition: .5s;
}
.owl-prev i:hover{
  background: #5e2ff2;
  color: #fff;
}
.owl-next {
  position: absolute;
  margin-left: 67px;
}
.owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  filter: drop-shadow(0 0 9px rgba(59,6,227,0.1));
  background-color: #ffffff;
  color: #5e2ff2;
} 
.owl-next i:hover{
  background: #5e2ff2;
  color: #fff;
}


/*========================================
 <--Start digecoly Team Area Css-->
=========================================*/

.team-area {
  padding: 0px 0 50px;
  background: #f9f9f9;
}
.single-team {
  margin-top: 50px;
  background: #fff;
  padding: 32px 25px 27px 25px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
}

/* team thumb css */
.team-thumb {
  position: relative;
}
.team-thumb img {
  width: 100%;
}

/* team content css */

.team-content {
  padding: 25px 0 0;
}

.team-content a h4 {
  font-size: 22px;
  line-height: 28px;
  color: #14133b;
  font-weight: 600;
  transition: .5s;
}
.team-content a h4:hover{
  color: #5e2ff2;
}
.team-content h6 {
  font-size: 16px;
  line-height: 28px;
  color: #14133b;
  font-weight: 400;
}


/* ==============< Style The Dropdown Button >=============== */


/*team social icon*/
.team-social-icon {
  position: absolute;
  z-index: 1;
  right: 16px;
  right: -25px;
  bottom: 58px;
  opacity: 0;
  transition: .5s;
}

.team-social-icon a {
  display: block;
  margin: 22px 0px 0;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  color: #fff;
  background: #5d2ff1;
  text-align: center;
  border-radius: 30px;
  transition: .5s;
}

.team-icon span {
  display: inline-block;
  font-size: 32px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background: #5d2ff1;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 42px;
  transition: .5s;
  z-index: 22;
}

.tdropdown-social-list a:hover {
  background: #B59A6D;
}

.team-share-social .team-social-icon.active {
  right: 12px;
  opacity: 1;
}



.team-social-icon a:nth-child(1) {
  transition-delay: .8s;
  position: relative;
  left: -20px;
}

.team-social-icon a:nth-child(2) {
  transition-delay: .6s;
  position: relative;
  left: 6px;
}

.team-social-icon a:nth-child(3) {
  transition-delay: .6s;
  position: relative;
  left: 3px;
  top: 5px;
}



/*========================================
 <--Start digecoly Pricing Area Css-->
=========================================*/
.pricing-area {
  padding: 100px 0 100px;
}
.single-pricing {
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
  padding: 32px 30px 40px;
  border-radius: 5px;
  margin-top: 58px;
}
.pricing-items {
  margin-top: 24px;
}
.pricing-title h6 {
  font-size: 22px;
  line-height: 28px;
  color: #5e2ff2;
  font-weight: 600;
}
.pricing-items span.dolar-sign {
  font-size: 40px;
  line-height: 28px;
  color: #5e2ff2;
  font-weight: 600;
}
.pricing-items span.price-doller {
  font-size: 40px;
  line-height: 28px;
  color: #5e2ff2;
  font-weight: 600;
}
.pricing-items span.month-inner {
  color: #5e2ff2;
}
.pricing-discription p {
  font-size: 16px;
  line-height: 28px;
  color: #54595f;
  font-weight: 400;
  margin-top: 16px;
}
.priching-body ul {
  list-style: none;
}
.priching-body ul li {
  font-size: 17px;
  line-height: 28px;
  color: #14133b;
  font-weight: 500;
  padding: 8px 0;
}
.priching-body ul li i {
  font-size: 12px;
  border: 1px solid #5e2ff2;
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
}
.pricing-btn {
  margin-top: 26px;
}
.pricing-btn a {
  display: inline-block;
  padding: 12px 39px;
  background: #fff;
  color: #5E2EF2;
  border-radius: 5px;
  transition: .5s;
  border: 1px solid #5E2EF2;
}
.pricing-btn a:hover{
  background: #5E2EF2;
  border: 1px solid #5E2EF2;
  color: #fff;
}
.pricing-btn a i {
  margin-left: 9px;
}

/*========================================
 <--Start digecoly Brand Area Css-->
=========================================*/
.brand-area {
  padding: 0px 0 100px;
}

.brand-logo {
  text-align: center;
  padding: 30px 0 30px;
  box-shadow: 0 0 9px rgba(59,6,227, 0.1);
  margin-top: 10px;
  margin-bottom: 12px;
  transition: 0.5s;
}

.brand-logo img {
    display: inline-block !important;
}

.style-two.brand-area {
  padding: 100px 0 100px;
}

/*========================================
 <--Start digecoly Foter Area Css-->
=========================================*/

.foter-area {
  background: linear-gradient(247deg, #730dd5 0%, #730dd5 19%, #5933f5 75%, #5933f5 100%);
  padding: 100px 0 15px;
}
.foter-discription {
  margin: 28px 0 29px;
}
.foter-discription p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}
.foter-social-icon ul {
  list-style: none;
}
.foter-social-icon ul li {
  display: inline-block;
  margin-right: 8px;
}
.foter-social-icon ul li a i {
  display: inline-block;
  color: #5e2ff2;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.foter-title h5 {
  font-size: 24px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 700;
}
.foter-text-list {
  margin-top: 22px;
}
.foter-text-list ul {
  list-style: none;
}
.foter-text-list ul li {
  margin: 12px 0px 0px 0px;
}
.foter-text-list ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.foter-text-list ul li i {
  font-size: 15px;
  margin-right: 10px;
}
.foter-form-box {
  margin-top: 30px;
}
.foter-form-box input {
  height: 56px;
  width: 100%;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 12px;
  border: 0;
  outline: 0;
}
.foter-form-box input::placeholder {
  color: #805ef4;
}
.submit-btn {
  margin-top: 20px;
}
.submit-btn button {
  height: 56px;
  width: 180px;
  border-radius: 5px;
  outline: 0;
  border: 0;
  font-size: 18px;
  line-height: 45px;
  color: #5e2ef2;
  font-weight: 400;
  background: #fff;
  transition: .5s;
  text-transform: capitalize;
}
.submit-btn button:hover{
  background:#5e2ef2;
  color: #ffff;
}
.submit-btn span {
  font-size: 20px;
  font-weight: 500;
}
.copyright-text {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #FFFFFF33;
  margin-top: 78px;
  padding: 23px 0 0 0;
}
.copyright-text p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}



/*==============================*/
   /*---Start-blog-area-css----*/
/*==============================*/
.blog-section {
  padding: 110px 0 120px;
}
/*---blog-section-description-css---*/

/*---blog-box-css---*/
.single-blog-box {
  position: relative;
  background: #f4f8fe;
  padding-bottom: 42px;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog-thumb{
	position:relative;
}
.single-blog-thumb::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: #5e2ff2;
	opacity: 0.7;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: 0.5s;
}
.single-blog-box:hover .single-blog-thumb::before{
	transform:scale(1);
}
.blog-icon {
	position: absolute;
	top: 120px;
	left: 162px;
	opacity: 0;
	transition: 0.7s;
}
.single-blog-box:hover .blog-icon{
	opacity:1;
	top:102px;
}
.blog-icon i {
	font-size: 25px;
	display: inline-block;
	color:#fff;
	
}
/*----blog-box-content-css----*/
.blog-content {
	padding: 0px 30px 0px;
}

.meta-blog {
	position: relative;
	margin: 20px 0 10px;
}
.meta-blog span {
	color: #5e2ff2;
	font-size: 14px;
	font-weight: 600;
}
.meta-blog span i {
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	color: #5e2ff2;
}

.blog-content-title h4 a {
  font-size: 19px;
  line-height: 27px;
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
  font-family: 'Saira', sans-serif;
}

.blog-content-title h4 a:hover{
	color:#5e2ff2;
}
/*----blog-box-button-css----*/
.blog-button {
  margin-top: 30px;
  margin-left: 35px;
  position: relative;
}
.blog-button a {
	display: inline-block;
	border: 1px solid #5e2ff2;
	color: #5e2ff2;
	padding: 11px 40px;
	border-radius: 5px;
	font-weight: 500;
}
.single-blog-box:hover .blog-button a{
	background:#5e2ff2;
	color:#fff;
} 
/*----blog-box-shape-css----*/
.blog-single-shape {
	position: absolute;
	right: -107px;
	bottom: -49px;
	transition:0.5s;
}
.single-blog-box:hover .blog-single-shape {
	right: -69px;
	bottom: -16px;
}
.blog-single-shape img {
	width: 80%;
}
/*---end-blog-area-css----*/

/* Blog 2column */

.column2 .single-blog-thumb img {
  width: 100%;
}

.column2 .blog-icon {
  top: 175px;
  left: 244px;
}

.column2 .single-blog-box:hover .blog-icon {
  opacity: 1;
  top: 155px;
}



/*========================================
 <--Start digecoly Breatcam section Css-->
=========================================*/

.breatcam-section {
  background: #efeafe;
  height: 370px;
}

.breatcam-content {
  text-align: center;
}

.breatcam-content h2 {
  font-size: 42px;
  padding: 0 0 18px;
}

.breatcam-content ul li {
  display: inline-block;
  padding-right: 12px;
}

.breatcam-content ul li a {
  color: #5e30f3;
}



/*================================
 <--Start Digecoly Protfolio Area Css-->
==================================*/

.protfolio-area {
  padding: 95px 0 71px;
}
/*single-protfolio-box*/
.single-protfolio-box {
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-protfolio-thumb {
  position: relative;
  transition: .5s;
}
.single-protfolio-thumb:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 0%;
  background: #5E2FF2;
  border-radius: 5px 5px 0 0;
  transition: .5s;
  opacity: 0.7;
}
.single-protfolio-thumb img {
width: 100%;
}
/*protfolio-icon*/
.protfolio-icon {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: rotateY(-50deg);
  text-align: center;
}
.protfolio-icon a i {
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: .5s;
}
/*protfolio-content*/
.protfolio-content {
  text-align: center;
  background: #fff;
  padding: 25px 0 25px;
  box-shadow: 0 0 9px rgb(59 6 227 / 10%);
  transition: .5s;
}
.protfolio-title h3 {
  line-height: 40px;
}
.protfolio-title h3 a {
  font-size: 24px;
  font-weight: 600;
  transition: .5s;
  display: inline-block;
}
.protfolio-title span {
  font-size: 20px;
  font-weight: 500;
  color: #5e2ff2;
}

/*protfolio all hover*/
.single-protfolio-box:hover {
  transform: translateY(-27px);
}
.single-protfolio-box:hover .single-protfolio-thumb:before {
  width:100%;
  left: 0;
}
.single-protfolio-box:hover .single-protfolio-thumb {
  transform: scaleY(0.8);
}
.single-protfolio-box:hover .protfolio-title h3 a {
  color: #5e2ff2;
}
.single-protfolio-box:hover .protfolio-icon i {
  opacity: 1;
}
.single-protfolio-box:hover .protfolio-content {
  margin-top: -24px;
}
/*================================
<--End Digecoly Protfolio Area Css-->
==================================*/

/*
<!-- =========================================== -->
<!-- Start Portfolio Details Section  -->
<!-- ========================================== -->*/

.Portfolio-details {
  padding: 120px 0 95px;
}

.Portfolio-thumb img {
  width: 100%;
}

.Portfolio-content {
  margin-left: 40px;
}

.Portfolio-title h4 {
  font-size: 28px;
  color: #232323;
  font-weight: 600;
  padding: 0 0 12px;
}

table.tabel-tab td {
  padding: 10px 35px 10px 0;
  font-size: 17px;
  color: #0a110e;
  font-weight: 500;
}

table.tabel-tab td span {
  color: #888f99;
}

.portfolio-text.left {
  display: inline-block;
  margin-right: 15px;
}

.portfolio-text.left h4 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-top: 6px;
}

.portfolio-social-icon{
  display: inline-block;
}

.portfolio-social-icon ul{
  list-style: none;
}

.portfolio-social-icon ul li {
  display: inline-block;
  padding-right: 10px;
}

.portfolio-social-icon ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    background: #5E2EF2;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: .5s;
}

.portfolio-social-icon ul li a:hover {
  background: #111111;
}

.study-title {
  margin: 50px 0 26px;
}

.study-title h2 {
  font-size: 40px;
  color: #232323;
  font-weight: 600;
}
.study-disc p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  width: 98%;
}

/*
<!-- =========================================== -->
<!-- End Portfolio Details Section  -->
<!-- ========================================== -->*/




/*===========================
<--start-sevices-details-css-->
=============================*/
.service-details {
  padding: 120px 0 120px;
  background: #f7f9fd;
}
.service-details-imgs{
  overflow: hidden;
}
.service-details-imgs img {
  width: 100%;
  border-radius:5px;
  transition: 0.5s;
}
.service-details-imgs img:hover{
  transform: scale(1.1);
}
.services-datails-title h4 {
  margin: 25px 0 15px;
}

.features-text h4 {
  padding: 5px 0 10px;
}

.service-details-text-1 p {
  text-align: justify;
  font-weight: 400;
}
.service-details-text-2 p {
  text-align: justify;
}
.service-details-text-3 p {
  margin-top: 26px;
  text-align: justify;
   font-weight: 400;
}
.planning-list ul li {
  list-style: none;
  margin-left: 31px;
  position:relative;
}
.planning-list ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: -24px;
  top: 9px;
  background: #5e2ff2;
  border-radius: 50px;
}

/*-services-details-sidber-*/
.service-details-sidebar {
  padding: 30px 35px 42px;
  background: #5e2ff2;
  border-radius: 5px;
  margin-bottom: 30px;
}

.sidebar-category-list ul li {
  list-style: none;
}
.sidebar-category h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 8px;
}
.sidebar-category-list {
  position: relative;
}
.sidebar-category-list ul li {
  background: #fff;
  margin-top: 15px;
  border-radius: 3px;
}
.sidebar-category-list ul li a {
  display: inline-block;
  padding: 7px 33px;
  font-size: 17px;
  color: #333c4e;
}
.sidebar-category-list ul li a:hover {
  color: #5e2ff2;
}
.sidebar-need-help {
  background: #5e2ff2;
  padding: 35px 30px 40px;
  border-radius: 5px;
  text-align: center;
}

.phone-icon {
  display: inline-block;
}

.phone-number {
  display: inline-block;
}

.sidebar-help-title h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.need-help-text {
  text-align: center;
}
.need-help-text p {
  color: #fff;
  font-weight: 400;
  padding: 10px 0 0px;
}

.phone-icon i {
  padding-right: 9px;
  font-size: 18px;
  color: #fff;
}
.phone-number span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.features-text .service-features-list li {
  display: inline-block;
  color: #0b0b31;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 14px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-left: 2px solid #5e2ff2;
  -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.features-text .service-features-list li:last-child {
  margin-bottom: 0px;
}

.features-text .service-features-list i {
  color: #5e2ff2;
  font-size: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #5e2ff2;
  border-radius: 50px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
}


/* Blog detials
==================== */

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget input {
  height: 54px;
  width: 100%;
  background: #ffffff;
  border: 2px solid #5e2ff2;
  border-radius: 4px;
  padding: 0 20px 0;
}

.sidebar-widget form {
  position: relative;
}

.sidebar-widget button.subscribe-btn {
  height: 54px;
  width: 60px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #5e2ff2;
  color: #fff;
  position: absolute;
  right: 0;
}

/*blog right*/

.blogs-section .sidebar-widget {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f7f7fe;
}

.widget-items {
  margin-bottom: 40px;
  padding: 21px 28px 22px;
  border-radius: 0;
  background: #f7f7fe;
}

/*categories title*/

.categories-title2 h4 {
  font-size: 22px;
  font-weight: 600;
  background: #5e2ff2;
  margin: -21px -29px 30px -29px;
  padding: 15px 29px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

/*wedget recent post*/

.widget-recent-post {
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0 12px;
  margin-bottom: 20px;
}

.widget-recent-post.upper {
  border-bottom: 0;
  margin-bottom: 0;
}

/*rpost thumb*/

.rpost-thumb {
  margin-right: 20px;
}

.rpost-thumb a img {
  border-radius: 4px;
}

/*rpost content*/

.rpost-content h4 {
  margin-top: 0;
  line-height: 32px;
}

.rpost-content h4 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #00295a;
  display: inline-block;
  transition: .5s;
}

.rpost-title span {
  display: inline-block;
  color: #00295a;
  font-size: 15px;
  padding: 2px 0 0;
}

.rpost-content h4 a:hover {
  color: #5e2ff2;
}

/*tag item*/

.tag-item ul li {
  display: block;
  list-style: none;
  padding: 15px 0;
  margin-top: 0;
  border-top: 1px solid #e6e6e6;
}

li.item1 {
  padding: 15px 0 0 !important;
}

.tag-item ul li a {
  color: #00295a;
  transition: .5s;
  font-size: 18px;
}

.tag-item ul li a span {
  float: right;
}

.tag-item ul li a:hover {
  color: #5e2ff2;
}

/*tag 2*/

.tag-item2 a {
  background: #fff;
  padding: 7px 22px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 1px solid #e6e6e6;
  font-weight: 500;
  color: #00295a;
  transition: .5s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.tag-item2 a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5e2ff2;
  border-radius: 4px;
  z-index: -1;
  transform: scale(0);
  transition: .5s;
}

.tag-item2 a:hover:before {
  transform: scale(1);
}

.tag-item2 a:hover {
  color: #fff;
}


/*blog quote*/

.blog-thumb2 img {
  width: 100%;
  border-radius: 5px;
}

.blogs-content2 {
  padding: 32px 0 0;
}

.blog-quotes {
  border-left: 5px solid #5e2ff2;
  font-style: italic;
  position: relative;
  z-index: -1;
  line-height: 1.5;
  background-color: #00295a;
  padding: 50px 39px 55px 37px;
  text-align: center;
  margin: 25px 0 25px;
  border-radius: 5px;
}

.blog-quotes p {
  font-size: 20px;
  margin: 0 0 9px;
  color: #fff;
  font-weight: 500;
}

.blog-quotes span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.blog-quotes span:before {
  position: absolute;
  content: "";
  left: -42px;
  bottom: 9px;
  width: 30px;
  height: 2px;
  background: #5e2ff2;
}

.blog-quotes i {
  display: inline-block;
  position: absolute;
  font-size: 170px;
  top: -18px;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .5;
}

.meta-blog-title2 h5 {
  padding: 5px 0 15px;
}

.blog-list2 ol {
  padding: 15px 16px 0;
}

.blog-list2 ol li {
  padding: 0 0 5px;
}

/* Blog Details Left
======================== */

/*solial tag*/

.row.bld-bg {
  border-top: 1px solid rgba(27,43,43,0.10196078431372549);
  padding-top: 26px;
  margin-top: 30px;
  padding-bottom: 22px;
}

.tag-list ul li {
  display: inline-block;
  list-style: none;
}

.tag-list ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #5e2ff2;
  padding-right: 6px;
}

.tag-list ul li a {
  padding: 3px 20px;
  background: #f7f7fe;
  display: inline-block;
  border-radius: 30px;
  margin-right: 8px;
 transition: .5s;
}

.tag-list ul li a:hover {
  background: #5e2ff2;
  color: #fff;
}

.social-icon-list ul li {
  display: inline-block;
  list-style: none;
}

.social-icon-list ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #5e2ff2;
  padding-right: 6px;
}

.social-icon-list ul li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  background: #fff;
  text-align: center;
  border: 1px solid rgba(13,14,20,0.1);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  color: #5F6A6A;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}

.social-icon-list ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5e2ff2;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: .5s;
}

.social-icon-list ul li a:hover:before {
  transform: scale(1);
}

.social-icon-list ul li a:hover {
  color: #fff;
}

/*post comment*/

.blog-details-comments-box {
  padding: 65px 22px 50px 0;
}

.widget-comments-title h2 {
  font-size: 30px;
  padding: 0 0 40px;
}

.post-comment2 {
  border-bottom: 1px solid rgba(27,43,43,0.10196078431372549);
  margin: 0 0 30px;
  padding: 0 0 11px;
}

.post-comment-thumb {
  float: left;
  margin-right: 20px;
}

.blog-content2 {
  overflow: hidden;
}

.post-title span {
  padding-left: 31px;
  font-size: 16px;
  color: #232353;
  font-weight: 500;
  position: relative;
}

.post-title span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #0D0E14;
}

span.rights-reply {
  float: right;
  font-weight: 500;
  color: #0D0E14;
  position: relative;
  top: -109px;
  cursor: pointer;
  left: 0;
}

.posts-reply p {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0;
  padding: 0px 0 9px;
}

.comment-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #5e2ff2;
  letter-spacing: .4em;
  font-size: 15px;
}


/*pagination*/

.pagination-menu {
  text-align: center;
  padding: 50px 0 0;
}

.pagination-menu ul {
  display: inline-block;
}

.pagination-menu ul li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
}

.pagination-menu ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #5e2ff2;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.pagination-menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5e2ff2;
  border-radius: 40px;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
}

.pagination-menu ul li a:hover:before {
  transform: scale(1);
}
.pagination-menu ul li a:hover {
  color: #fff;
}

/*contact form
==================================================-->*/

.contact-section {
  padding: 120px 0 0px;
}

.contact-section .contact-form-box {
  padding: 0 20px 0 0;
}

/*form box*/

.form-box input {
  height: 54px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  transition: .5s;
  padding: 0px 25px;
  display: block;
  width: 100%;
  color: #0D0E14;
  margin-bottom: 30px;
  border-radius: 4px;
}

.form-box textarea {
  height: 170px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  transition: .5s;
  padding: 15px 25px;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.contact-form button {
  width: 100%;
  height: 54px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-weight: 500;
  color: #00295a;
  display: inline-block;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.contact-form button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(247deg, #5933f5 0%, #5933f5 19%, #730dd5 75%, #730dd5 100%);;
  transform: scale(0.0, 1);
  border-radius: 5px;
  transition: .5s;
  z-index: -1;
}

.contact-form button:hover:before {
  transform: scale(1);
}

.contact-form:hover button {
  color: #fff;
}


/*=================================
<--start-contact-area-->
=================================*/
.contact-area {
  padding: 120px 0 120px;
}

.contact-infor {
  box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
  padding: 36px 53px 33px;
}

.contact-infor h4 {
  font-size: 26px;
  margin-bottom: 39px;
}

.contact-infor-box {
  display: flex;
  margin-bottom: 40px;
}

.contact-infor-icon i {
  display: inline-block;
  font-size: 40px;
  background: #0C59DB;
  color: #ffff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-right: 18px;
}

.contact-content {
  display: inline-block;
}

.contact-content h6 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: 600;
}

.contact-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.contact-form {
  box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
  padding: 30px 34px 36px;
}

.contact-form h4 {
  font-size: 26px;
  margin-bottom: 39px;
}

.contact-form input {
  width: 100%;
  height: 46px;
  margin-bottom: 24px;
  padding: 0 13px;
  border: 1px solid rgba(119,119,119,.2);
  border-radius: 5px;
}

.contact-form textarea {
  width: 100%;
  height: 130px;
  border: 1px solid rgba(119,119,119,.2);
  padding: 10px 13px;
  border-radius: 5px;
}

.contact-form.style-two {
  padding: 20px 0 0;
  box-shadow: none;
}

.contact-form button {
  background: linear-gradient(247deg, #730dd5 0%, #730dd5 19%, #5933f5 75%, #5933f5 100%);
  border: transparent;
  color: #fff;
  padding: 11px 17px;
  border-radius: 5px;
  margin-top: 16px;
}

.google-map-area {
  padding: 0 0 115px;
}


/*
<!-- =============================== -->
<!--Scrollup Button Section -->
<!-- ================================ -->*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(115, 13, 113, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #0c5adb;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
position: absolute;
content: "\f106";
font-family: "Font Awesome 5 Free";
text-align: center;
line-height: 46px;
font-size: 18px;
font-weight: 900;
opacity: 0;
-webkit-background-clip: text;
        background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
color: #5E2EF2;
}

.prgoress_indicator:hover ::before {
opacity: 1;
}

.prgoress_indicator svg path {
fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #5E2EF2;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}



/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 999999;
}
.loader {
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  transition: all 1s 1s ease;
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #5E2FF2, 1.8em -1.8em 0 0em rgba(94,47,242, 0.2), 2.5em 0em 0 0em rgba(94,47,242, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.7), 1.8em -1.8em 0 0em #5E2FF2, 2.5em 0em 0 0em rgba(94,47,242, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.5), 1.8em -1.8em 0 0em rgba(94,47,242, 0.7), 2.5em 0em 0 0em #5E2FF2, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.2), 1.8em -1.8em 0 0em rgba(94,47,242, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #5E2FF2, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.2), 1.8em -1.8em 0 0em rgba(94,47,242, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #5E2FF2, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.2), 1.8em -1.8em 0 0em rgba(94,47,242, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #5E2FF2, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.2), 1.8em -1.8em 0 0em rgba(94,47,242, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(94,47,242, 0.2), 1.8em -1.8em 0 0em rgba(94,47,242, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}



.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;
}


/* ========================
  Start Keyframes Script 
  =======================*/



@-webkit-keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

@keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}



/* Animation */

.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;
  }
  
  @-webkit-keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  
  /* 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; }
   

    @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); } }
          
     @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); } }
      @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); } }
      @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); } }
      @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);
        }
      }
      
      @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 {
        -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);
        }
      }
      
      @keyframes rotate3d {
        0% {
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
        }
        100% {
          -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
        }
      }
      
      @keyframes animationFramesOne {
        0% {
          -webkit-transform: translate(0px, 0px) rotate(0deg);
                  transform: translate(0px, 0px) rotate(0deg);
        }
        20% {
          -webkit-transform: translate(73px, -1px) rotate(36deg);
                  transform: translate(73px, -1px) rotate(36deg);
        }
        40% {
          -webkit-transform: translate(141px, 72px) rotate(72deg);
                  transform: translate(141px, 72px) rotate(72deg);
        }
        60% {
          -webkit-transform: translate(83px, 122px) rotate(108deg);
                  transform: translate(83px, 122px) rotate(108deg);
        }
        80% {
          -webkit-transform: translate(-40px, 72px) rotate(144deg);
                  transform: translate(-40px, 72px) rotate(144deg);
        }
        100% {
          -webkit-transform: translate(0px, 0px) rotate(0deg);
                  transform: translate(0px, 0px) rotate(0deg);
        }
      }
      
      @-webkit-keyframes animationFramesOne {
        0% {
          -webkit-transform: translate(0px, 0px) rotate(0deg);
        }
        20% {
          -webkit-transform: translate(73px, -1px) rotate(36deg);
        }
        40% {
          -webkit-transform: translate(141px, 72px) rotate(72deg);
        }
        60% {
          -webkit-transform: translate(83px, 122px) rotate(108deg);
        }
        80% {
          -webkit-transform: translate(-40px, 72px) rotate(144deg);
        }
        100% {
          -webkit-transform: translate(0px, 0px) rotate(0deg);
        }
      }
      