.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space20 {
    height: 20px;
}
.space24 {
    height: 24px;
}

.space30 {
    height: 30px;
}

.vl-transparent-header .container.headerfix {
    max-width: 1300px;
}

.vl-btn2 {
    padding: 18px 24px;
    border-radius: 8px;
    color: #fff;
    background: #340F9F;
    background: linear-gradient(90deg, rgba(52, 15, 159, 1) 0%, rgba(82, 61, 204, 1) 50%, rgba(112, 107, 249, 1) 100%);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vl-btn2:hover {
    color: #fff; 
}
.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
    transition: all 0.4s;
    top: 0;
    left: 50%;
    border-radius: 8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn2:hover {
    background: #6e68f6;
    background: linear-gradient(90deg, rgba(112, 107, 249, 1) 0%, rgba(82, 61, 204, 1) 50%, rgba(52, 15, 159, 1) 100%);
}

.vl-btn2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn2 a,
.vl-btn2:hover a {
    color: #fff;
}

.heading1 h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.54px;
}

.heading1 p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.heading1 h5 {
    display: inline-block;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 13px 16px 13px 46px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.heading1 h5 span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: #fff;
    margin: 0 6px 0 0;
    position: absolute;
    left: 6px;
    top: 6px;
}

.heading1 h2 {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.54px;
}
/*Slider*/
.hero1-section-area {
    z-index: 2;
    background-image: url(../img/hero-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 150px 0 0 0;
}

.hero1-section-area .elements6 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero1-section-area .elements5 {
    position: absolute;
    left: 0;
}

.hero1-section-area .elements4 {
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    top: 0;
}

.hero1-section-area .hero1-header {
    padding: 110px 70px 0 0;
    position: relative;
    margin-top: -50px;
}

.hero1-section-area .hero-images-area {
    left: -50px;
    top: -8px;
    position: relative;
    z-index: 1;
}

.hero1-section-area .hero-images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero1-section-area .hero-images-area .image-bg1 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 600px;
}

.hero1-section-area .hero-images-area .elements3 {
    position: absolute;
    right: -140px;
    top: 40%;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.hero1-section-area .hero-images-area .elements2 {
    position: absolute;
    bottom: 0;
    animation-name: rightToLeft;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

.hero1-section-area .hero-images-area .elements1 {
    position: absolute;
    top: 0;
    left: -110px;
    animation-name: circles;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes circles {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1000deg);
    }
}



/*About*/
.about1-section-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
}

.about1-section-area .elements9 {
    position: absolute;
    top: -50px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}

.about1-section-area .about-images-area {
    position: relative;
    z-index: 1;
}

.about1-section-area .about-images-area .elements10 {
    position: absolute;
    left: -70px;
}

.image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about1-section-area .about-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.about1-section-area .about-images-area .check-icons {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 16px 20px;
    width: 340px;
    top: 42%;
    left: 24%;
    right: 24%;
    position: absolute;
}

.about1-section-area .about-images-area .check-icons p {
    color: #050734;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-left: 16px;
}








/*Servicebox*/

.servicbgs {
    background-image: url(../img/service-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.servicbgs h2 {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    transition: all 0.4s
}

.service1-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.service1-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all 0.4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}

.service1-boxarea .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
}


.service1-boxarea .icons img {
    height: 50px;
    text-align: center;
    width: 50px;
}

.service1-boxarea .arrow {
    position: absolute;
    right: -100px;
    top: -100px;
    transition: all 0.8s;
}

.service1-boxarea .arrow a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #ffffff;
    color: #2E0797;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.service1-boxarea a {
    color: #050734;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: block;
    transition: all 0.4s;
}

.service1-boxarea p {
    color: #37385C;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.4s;
}

.service1-boxarea h5::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 2px;
    width: 60px;
    left: 0;
    top: 6px;
    transition: all 0.4s;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
}

.service1-boxarea h5 {
    color: #2E0797;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding-left: 68px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.service1-boxarea:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service1-boxarea:hover a {
    color: #fff;
    transition: all 0.4s;
}

.service1-boxarea:hover p {
    color: #fff;
    transition: all 0.4s;
    opacity: 80%;
}

.service1-boxarea:hover h5::after {
    background: #fff;
    transition: all 0.4s;
    left: 26px;
}

.service1-boxarea:hover h5 {
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}

/* Work Area */
.work-others-section {
    position: relative;
    z-index: 1;
    padding: 100px 0 280px;
}

.work-others-section .elements16 {
    position: absolute;
    right: -70px;
    top: 0;
}

.work-others-section .elements1 {
    position: absolute;
    right: 180px;
    top: 20px;
    z-index: -1;
    animation-name: circles;
    animation-duration: 7.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes circles {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1000deg);
    }
}

.case1-section-area {
    position: relative;
    z-index: 1;
    background: #EFF1FF;
}

.case1-section-area .case-works-section-area {
    position: relative;
    z-index: 1;
}

.case1-section-area .case-works-section-area .others-widget-area {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    position: relative;
    top: -10px;
    margin-top: -280px;
}


.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background:linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
} 
.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area {
    background: #F2F4FF;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 40px 0 0;
    position: relative;
    z-index: 1;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area a {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area p {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.16px;
    opacity: 0.8;
    transition: all 0.4s;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea:hover h3 {
    transform: rotateY(360deg);
    transition: all 0.4s;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea h3 {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
}

.case1-section-area .case-works-section-area .others-widget-area .images .elements12 {
    position: absolute;
  top: -16px;
  left: -92px;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
    position: relative;
    left: -75px;
    margin-bottom: 20px;
}

.case1-section-area .case-works-section-area .others-widget-area .images .elements13 {
    position: absolute;
  bottom: -10px;
  left: -100px;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
    position: relative;
    left: -73px;
    margin-top: 13px;
}

.case1-section-area .case-works-section-area .others-widget-area .images .elements14 {
   position: absolute;
  top: -18px;
  right: -92px;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
   position: relative;
  left: 63px;
  margin-top: 23px;
}

.case1-section-area .case-works-section-area .others-widget-area .images .elements15 {
   position: absolute;
  bottom: -10px;
  right: -98px;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
    position: relative;
    left: 63px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.case1-section-area .case-works-section-area .others-widget-area .images .img1 {
    position: relative;
    z-index: 1;
    background: #F1F0FE;
    padding: 16px;
    border-radius: 50%;
}

.case1-section-area .case-works-section-area .others-widget-area .images .img1 img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 {
    background: #F2F4FF;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 0 40px;
    position: relative;
    z-index: 1;
}

.text-end {
    text-align: right !important;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2:hover p {
    color: #fff;
    transition: all 0.4s;
    opacity: 80%;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 p {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.16px;
    opacity: 0.8;
    transition: all 0.4s;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 a {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.case1-section-area .case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
    position: relative;
    left: -63px;
    margin-bottom: 10px;margin-top: 10px;
}

.case1-section-area .case-works-section-area .others-widget-area .images {
    position: relative;
   z-index: 1;
  margin-top: 60px;
}
	.social-box .box:hover {
  box-shadow: 0 0 6px #4183D7;
}
.social-box .box {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  cursor: pointer;
  margin: 20px 0px;
  padding: 15px 10px 20px;
  transition: 0.5s ease-out;
  text-align: center;
}
@media (min-width:320px) and (max-width:640px) {
    .header-sticky {
        margin-top: 0px;
    }

    .hero1-section-area .hero-images-area .image-bg1 {
        width: 100%;
    }

    .hero1-section-area .hero1-header {
        padding: 0 12px 0 0;
    }

    .hero1-section-area .hero-images-area .elements1 {
        left: -40px;
    }

    .hero1-section-area .hero-images-area .elements2 {
        display: none;
    }

    .hero1-section-area .hero-images-area .elements3 {
        display: none;
    }

    .heading1 h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .heading1 h2 { 
  font-size: 20px; 
  line-height: 33px; 
}
    .heading1 h5 {
        font-size: 14px;
    }

    .heading1 p {
        font-size: 18px !important;
        line-height: 25px;
        text-align: left;
    }

    .hero1-section-area .hero-images-area {
        left: 10px;
    }

    .hero1-section-area .hero-images-area .image-bg1 {
        width: 21%;
        height: 333px;
    }

    .about1-section-area .datas p {
        font-size: 16px !important;
        line-height: 23px;
    }

    .about1-section-area .heading2 h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .about1-section-area .about-images-area .check-icons {
        padding: 6px 13px;
        width: 260px;
        top: -35%;
        left: -2%;
        right: 14%;
    } 

    .about1-section-area .about-images-area .check-icons p {
        font-size: 12px !important;
        font-weight: 600;
        line-height: 17px;
        padding-left: 2px;
    }

    .vl-btn2 {
        padding: 15px 6px;
        font-size: 18px;
    }
    .case1-section-area .case-works-section-area .others-widget-area { 
  padding: 0px;
}
    
   .case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 { 
  padding: 10px;margin: 0px;
}
    
    .case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area{ 
  padding: 10px;margin: 0px;
}
.case1-section-area .case-works-section-area .others-widget-area .images .elements12,
.case1-section-area .case-works-section-area .others-widget-area .images .elements13,
.case1-section-area .case-works-section-area .others-widget-area .images .elements14,
    .case1-section-area .case-works-section-area .others-widget-area .images .elements15{display: none}
    .case1-section-area .case-works-section-area .others-widget-area .images .img1 img {
  width: 100%;
    height: 100%;
}
    .service1-boxarea{text-align: center}

}
