

.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0%   {left: 0px;}
    50%   {left: 40px;}
    100%  {left: 0px;}
}

@keyframes RotateMoveRight {
    0%   {right: 0px;}
    50%   {right: 40px;}
    100%  {right: 0px;}
}




.imgshake:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*** Service Start ***/
.service1 .service-item1 {
    box-shadow: 0 0 45px rgba(114, 79, 255, 0.2) ;
}

.service1 .service-item1 .service-img1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service1 .service-item1 .service-img1 img {
    transition: 0.5s;
}

.service1 .service-item1 .service-img1::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service1 .service-item1:hover .service-img1::before {
    height: 100%;
    background: -webkit-linear-gradient(176deg, #499dfd61 3.03%, #2678f55c 27.62%, #6628c57d 76.39%, #5b0bb114 112.44%);
}

.service1 .service-item1 .service-img1:hover img {
    transform: scale(1.3);
}

.service1 .service-item1 .service-content1 {
    position: relative;
    z-index: 2;

}

.service1 .service-item1 .service-content1::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background:-webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
    transition: 0.5s;
    z-index: 3;
}

.service1 .service-item1:hover .service-content1::before {
    background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
    height: 100%;
}

.service1 .service-item1 .service-content1 .service-content-inner1 {
    transition: 0.5s;
}


.service1 .service-item1:hover .service-content1 .service-content-inner1 {
    position: relative;
    color: rgb(0, 0, 0) !important;
    z-index: 9;
}
.service1 .service-item1:hover .service-content1 .service-content-inner1 h5 {
    color: rgb(255, 255, 255);
}
.service1 .service-item1:hover .service-content1 .service-content-inner1 p {
    color: rgb(255, 255, 255);
}
.line-dec {
    width: 50px;
    height: 2px;
    background-color: #4da6e7;
    margin: 0 auto;
    margin-bottom: 10px;
}
em {
    font-style: normal;
    color: #001484;
}

div#graphicbgimage {

    background-image: url(/img/bgimg9.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* @media (max-width:400px) {
    div#graphicbgimage {

background-image: url(/img/graphic-img/img18.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
} */

    
/* } */

/*** Service End ***/

/*** Feature Start ***/

.bgimageset{
    background-image: url(/img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid blueviolet;
    border-radius: 10px;
    /* background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%); */
    transition: 0.5s;
    background-image: url(/img/blog-left-dec.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background:-webkit-linear-gradient(360deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: rgb(255, 255, 255);
}

.p-3.d-inline-flex.bg-white.rounded img{
    width: 100%;
}
.p-3.d-inline-flex.bg-white.rounded {
    width: 39%;
}
/*** Feature End ***/


/*** About Start ***/
.about1 .about-img1 {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about1 .about-img1 .about-img-inner1 {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: rgba(8, 69, 105, 0.674);
    border-radius: 50%;

}

.about1 .about-img1 .about-experience1 {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

.about-img-inner1 {
    width: 45%;
}
/*** About End ***/

