*{margin:0;padding:0;}
.pt {padding-top:100px;} 
.pb {padding-bottom:100px;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pl-50 {padding-left:50px;}
.mb-16 {margin-bottom: 16px;}
.mb-30 {margin-bottom:30px;}
.mt-130 {margin-top: 130px;}
.mb-20 {margin-bottom:20px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.-mt-140 {margin-top:-140px;}
._relative {position:relative;}

.width70 {width:70%; margin:0 auto;}
.width90 {width:90%; margin:0 auto;}
.width65 {width:65%; margin:0 auto;}
.p-30 {padding:30px;}
a {color:#0270BC; text-decoration:none !important;}
/*Start Shape*/
.shape01 {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
.shape02 {
    position:absolute;
    top:0;right:0;
    z-index:-1;
}
/*Heading */
h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family: 'SoraBold';
}
p {
    color:#6c757d;
    font-family:'SoraRegular';
}
a {
    color:#000;
    text-decoration:none;
    font-family: 'SoraMedium';
}
.heading1 span.title1 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: baseline;
    justify-content: right;
    margin: 0;
}
.heading1 span.title1 img {
    margin: 0px 10px 0 0;
}
.heading1 h2 {
    font-size: 44px;
    margin:0px 0 14px;
}
.heading1 p {
    font-size:16px;
    line-height:30px;
}
/*End Heading*/
/*Common CSS */
.heading1 h4 a{
    font-size:20px;
    color:#000;
}

/*End Common CSS */

/*Button*/
.theme-btn3 {
    display: inline-block;
    padding: 18px 10px 20px 24px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    border-radius: 111px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    background-color:#5E9F00;
    transition: all 0.4s;
}
.theme-btn3 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.theme-btn3 span {
    display: inline-block;
    /*transform: rotate(-45deg) translateX(0px) translateY(1px);*/
    font-size: 17px;
    transition: all 0.4s;
}
.theme-btn3 .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}
.theme-btn3:hover {
    transition: all 0.4s;
    background-color: #000;
    color: #fff;
    transform: translateY(-5px);
}
.theme-btn15 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px 22px 18px 22px;
    z-index: 1;
    background: transparent;
    border-radius: 0px;
    border: none;
    transition: all 0.4s;
    color: #fff;
    background-color:#0270BC;
    overflow: hidden;
}
.theme-btn15:hover {
    transition: all 0.4s;
    color:#fff;
}
.theme-btn15::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0270BC;
    border-radius: 0px;
    transform: scaleX(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.theme-btn15:hover::after {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*End Button*/

/*Start About Section */
.about-sec {
    position: relative;
    background:#FFFFFF;;
    overflow:hidden;
}
.about1-images {
    position: relative;
    height: 680px;
}
.image1 {
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    position: absolute;
    top: 0;
    left: 0;
    scale: none;
    overflow: hidden;
    transform: translate(0px, 0px);
}
.image2 {
    position: absolute;
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    top: 90px;
    right: 0;
    
    overflow: hidden;
}
.image3 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    overflow: hidden;
    
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about1-images .shape {
    position: absolute;
    top: 0;
    left: -150px;
    z-index:0;
}
.counter-box .title1 {
    font-size:44px;
}

/*End About */

/*Start Service Section */
.service-sec {
    position: relative;
    background: #dfe7f8;
    z-index: 1;
    overflow: hidden;
}
.service-box1 {
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.service-box1 .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}
.service-box1 .image img {
    transition: all 0.4s;
    width: 100%;
}
.service-box1 .heading1 {
    padding: 24px;
}
.service-box1 .heading1 h4 a{
    font-size:20px;
    color:#000;
}
.service-box1 .heading1 .learn {
    display: inline-block;
    overflow: hidden;
    color: #000;
}
.service-box1 .heading1 .learn .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.service-box1 .heading1 .learn span {
    display: inline-block;
    font-size: 17px;
    transition: all 0.4s;
}
.service-box1 .heading1 .learn .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}
.service-box1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.service-box1:hover .image {
    position: relative;
}
.service-box1:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}
.service-box1:hover .heading1 .learn .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}
.service-box1:hover .heading1 .learn .arrow2 {
    transform:translateY(0) rotate(2deg) translateX(-18px);
    transition: all 0.4s;
    opacity: 1;
}
.service-box1:hover .heading1 .learn {
    color: #0270bc;
}
.service-box1 .heading1 .learn:hover {
    color: #0270bc;
}
/*End Service Section*/

/*Start Solution Section */
.solution-sec {
    position: relative;
    background: #ECFBF6;
    z-index: 1;
    overflow: hidden;
}
.solution1 .icon-boxs-all1 {
    margin-top: -30px;
}
.solution1 .icon-box {
    display: flex;
    align-items: center;
    margin-left: 58px;
    width: 325px;
}
.solution1 .icon-box.middle {
    margin: 100px 0px 100px 190px;
}
.solution1 .icon-box.left .text {
    text-align: end;
}
.solution1 .icon-box.color1 .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #016FBC;
    border-radius: 50%;
    margin-left: 16px;
    transition: all 0.4s;
}
.solution1 .icon-box.color1:hover .icon {
    background-color: #016FBC;
    transition: all 0.4s;
}
.solution1 .icon-box.color1:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.solution1 .icon-box.color2:hover .icon {
    background-color: #000;
    transition: all 0.4s;
}
.solution1 .icon-box.color2:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.solution1 .icon-box.color2 .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color:#5D9F00;
    border-radius: 50%;
    margin-left: 16px;
    transition: all 0.4s;
}

.solution1 .icon-box.left .text a {
    transition: all 0.4s;
}
.solution1 .icon-box.color1 .icon img {
    transition: all 0.4s;
}
.solution1 .icon-box.color2 .icon img {
    transition: all 0.4s;
}
.solution1 .icon-box2.color2:hover .icon {
    background-color: #016FBC;
    transition: all 0.4s;
}
.solution1 .icon-box2.color2:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.solution1 .icon-box.unic {
    margin-left:185px;
    margin-right: -90px;
}
.solution1 .icon-box2.color1:hover .icon {
    background-color: #000000;
    transition: all 0.4s;
}
.solution1 .icon-box2.color1:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.solution1 .icon-box2.right .text a:hover {
    transition: all 0.4s;
    color:#016FBC;
}
.solution1 .images {
    position: relative;
}
.solution1 .images .image img {
    width: 100%;
}
.solution1 .images::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/bg/solution-img-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: scale(1.4);
    z-index: -2;
    animation-name: round-circle5;
    animation-duration: 72s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.solution1 .icon-boxs-all2 {
    margin-top: -30px;
}
.solution1 .icon-box2.unic {
    margin-right: 80px;
    margin-left: -60px;
}
.solution1 .icon-box2 {
    display: flex
;
    align-items: center;
    margin-right: 58px;
    width: 325px;
}
.solution1 .icon-box2.color2 .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #5D9F00;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 0.4s;
}
.solution1 .icon-box2.right .text {
    text-align: start;
}
.solution1 .icon-box2.color2 .icon img {
    transition: all 0.4s;
}
.solution1 .icon-box2.right .text a {
    transition: all 0.4s;
}
.solution1 .icon-box2.middle {
    margin: 100px 120px 100px 0px;
}
.solution1 .icon-box2.color1 .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #016FBC;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 0.4s;
}
.solution1 .icon-box2.unic {
    margin-right: 80px;
    margin-left: -45px;
}

.solution1 .icon-boxs-all2 {
    margin-top: -30px;
}
/*End Solution Section */

/*Start  Process Section */
.process {
    position:relative;
    background:#F1F5FD;
    z-index:1;
    overflow: hidden;
}
.process-bottom-box {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 60px;
    padding: 24px 32px;
    transition: all 0.4s;
}
.process-bottom-box .icon {
    background-color: #F1F5FD;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    transition: all 0.4s;
}
.process-bottom-box .icon img {
    transition: all 0.4s;
}
.process-bottom-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.process-bottom-box:hover .icon {
    background-color:#016FBC;
    transition: all 0.4s;
}
.process-bottom-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
    filter: brightness(0) invert(1);
}
/*video */
.video-area1 {
    position: relative;
    min-height: 550px;
    border-radius: 8px;
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
    margin-top: 60px;
    background-attachment: fixed;
}
.process-bottom-box .icon {
    background-color: #F1F5FD;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    transition: all 0.4s;
}
.video-area1 .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -45px;
    
    margin-left: -60px;
}
.video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 30px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-area1 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.4117647059);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-area1 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 13px;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-radius: 4px;
    border-left: 15px solid #4A43DD;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.video-area1 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}
/*End Video*?

/*End Process Section */

/*Start Blog Section */
.blog {
    position: relative;
    overflow: hidden;
}
.blog1-box {
    position: relative;
}
.blog1-box .image-anime {
    overflow: hidden;
    position: relative;
}
.blog1-box .heading-area {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 10px 30px hsl(0deg 0% 88% / 64%);
    transition: all 0.4s;
}
.blog1-box .learn {
    display: inline-block;
    overflow: hidden;
}
.blog1-box .heading-area h3 {
    font-size: 24px;
    line-height: 30px;
}
.blog1-box .heading-area p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: justify;
}
.blog1-box .heading-area h3 a {
    transition: all 0.4s;
}
.blog1-box:hover {
    transition: all 0.4s;
}
.blog1-box:hover .image img {
    transition: all 0.4s;
    transform: rotate(2deg) scale(1.1);
}
.blog1-box:hover .heading-area {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.blog1-box:hover .learn {
    color: #5E9F00;
}
.author-area1 a {
    margin-right: 20px;
}
.blog1-box .learn .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.blog1-box .learn span {
    display: inline-block;
    transform: rotate(0deg) translateX(0px) translateY(1px);
    font-size: 17px;
    transition: all 0.4s;
}
.blog1-box .learn .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}
.blog1-box:hover .learn .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}
.blog1-box:hover .learn .arrow2 {
    transform:translateY(0px) rotate(0deg) translateX(-15px);
    transition: all 0.4s;
    opacity: 1;
}

/*End Blog Section */

/* Start CTA */
.cta {
    background: #5e9f00;
    position: relative;
    z-index: 1;
}
.cta h2 {
    font-size: 44px;
    line-height: normal;
    margin: 0;
    color: #fff;
}
.cta .theme-btn1 {
    display: inline-block;
    padding: 18px 10px 18px 24px;
    color: #5e9f00;
    font-size: 16px;
    line-height: 16px;
    border-radius: 111px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.4s;
}
.cta .theme-btn1:hover {
    transition: all 0.4s;
    background-color: #0D4F7D;
    color: #fff;
    transform: translateY(-5px);
}
.theme-btn1:hover .arrow2 {
    transform: translateY(-12px) rotate(-45deg) translateX(-18px);
    transition: all 0.4s;
    opacity: 1;
}
.cta .theme-btn1 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.cta .theme-btn1 span {
    display: inline-block;
    font-size: 17px;
    transition: all 0.4s;
}
.cta .theme-btn1 .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}
.cta .theme-btn2 {
    display: inline-block;
    padding: 18px 10px 18px 24px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    border-radius: 111px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    background: transparent;
    transition: all 0.4s;
    border: 1px solid #fff;
    margin-left: 20px;
}
.pview-inside.img-sec img{
        height: 500px;
    width: 500px;
    object-fit: contain;
}
.cta .theme-btn2:hover {
    transition: all 0.4s;
    background-color:#094B79;
    border: 1px solid #fff;
    color: #fff;
    transform: translateY(-5px);
}
.cta .theme-btn2 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.cta .theme-btn2 span {
    display: inline-block;
    font-size: 17px;
    transition: all 0.4s;
    opacity: 0;
}
.cta .theme-btn2:hover .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}
.cta .theme-btn2:hover .arrow2 {
    transform: translateY(0px) rotate(0deg) translateX(-18px);
    transition: all 0.4s;
    opacity: 1;
}
.cta .buttons.text-end {
    text-align:right;
}
/*End CTA */

@keyframes round-circle5 {
  0% {
      transform: rotate(0deg) scale(1.4);
  }
  100% {
      transform: rotate(1000deg) scale(1.4);
  }
}

@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }