a:hover{
    text-decoration:none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

/* header */
.right-header {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    align-items: center;
    padding-right: 20px;
}
.quick-access {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.social-icon {
    display: flex;
    gap: 10px;
}
.quick-access li a {
    display: flex;
    gap: 6px;
    align-items: center;
    font: normal normal normal 16px/13px Roboto;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
}
.social-icon li a {
    border: 2px solid #107AC4;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #107AC4;
    font-size: 15px;
}
.social-icon li a:hover{
    background-color: #F8CB18;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 2px solid #F8CB18;
    }
    .quick-access li img {
        max-width: 20px;
    }
.logo {
    padding-left: 10px;
}
.logo img {
    max-width: 250px;
}
.stellarnav > ul > li > a {
    padding: 10px 21px;
}
.stellarnav > ul > li > a:hover{
    color: #F8CB18;
    
}
.stellarnav > ul > li.active > a{
    color: #F8CB18;
}
.stellarnav.light li a {
    font: normal normal 600 17px/35px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.bottom-header {
    background: #000000;
}
.stellarnav.light {
    background: unset;
}
header {
    padding: 20px 0;
}

/* hero-banner */
.hero-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(50,11,130,1) 34%, rgba(16,122,196,1) 100%);
}

.hero-banner::before {
    content: "";
    position: absolute;
    background-image: url(../image/base-bg2.svg);
    background-repeat: no-repeat;
    bottom: -1px;
    left: 0px;
    height: 293px;
    width: 100%;
    background-size: contain;
}
.banner-right img{
    width: 100%;
}
.banner-left h1 {
    font: normal normal bold 58px/60px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.banner-left {
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
}
.banner-left p {
    font: normal normal normal 29px/36px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 20px 0 35px 0;
}
.banner-left a {
    font: normal normal bold 19px/36px Crimson Text;
    letter-spacing: 0.55px;
    color: #000000;
    background: #A0D0A0 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 25px #00000014;
    border-radius: 8px;
    height: 50px;
    display: flex;
    width: 225px;
    align-items: center;
    justify-content: center;
}
.banner-left a:hover{
background-color: #F8CB18;
color: #000;
transition: 0.3s ease-in-out;
}
.banner-right {
    padding: 100px 0 30px 0;
}


.hero-banner .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  
}
.hero-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    padding-bottom: 100px;
}
.hero-banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.hero-banner .d-pink-circle {
    left: 1px;
    top: -12px;
    max-width: 199px;
    opacity: 1;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.hero-banner .d-blue-circle {
    right: 72px;
    bottom: 6%;
    max-width: 223px;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.hero-banner .d-sky-blue {
    right: 15%;
    bottom: 7%;
    opacity: 0.3;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-green {
   top: 11px;
    left: 47px;
    max-width: 20px;
    opacity: 0.3;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-orange {
    top: 61%;
    left: 57px;
    opacity: 0.4;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-yellow {
    top: 40px;
    right: 13%;
    opacity: 0.3;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-purple {
    top: 18%;
    left: 44%;
    opacity: 0.4;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-light-green {
    top: 19%;
    right: 55px;
    opacity: 0.4;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
.hero-banner .d-light-blue {
    bottom: 25%;
    left: 43%;
    opacity: 0.3;
    max-width: 20px;
    animation: animationFramesOne 15s linear infinite;
}
/* welcome */
.welcome {
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.wel-left img {
    box-shadow: 0px 20px 60px #00000005;
    border-radius: 10px;
}
.wel-right h3 {
    font: normal normal bold 49px/23px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
}
.wel-right p {
    font: normal normal normal 18px/36px Lato;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
    padding-top: 40px;
    max-width: 583px;
}
.wel-bottom-right {
    padding-top: 48px;
}
.welcom-bottom {
    padding-top: 90px;
}

.position-image img {
    position: absolute;
    opacity: 0.3;
    animation: animationFramesOne 15s linear infinite;
    max-width: 20px;
}
.welcome .pink-circle {
    left: 13px;
    top: 0;
    max-width: 229px;
    animation: zoom-in-zoom-out 3s ease infinite;
    z-index: -1;
}
.b-green {
    top: 18px;
    left: 63px;
    opacity: 0.3;
    max-width: 25px;
}
.b-orange {
    bottom: 73%;
    left: 96px;
    max-width: 20px;
    opacity: 0.3;
}
.b-yellow {
    right: 208px;
    top: 22px;
    max-width: 20px;
    opacity: 0.3;
}
.b-blue {
    max-width: 20px;
    right: 28%;
    bottom: 63%;
    opacity: 0.3;

}
.b-sky-blue {
    left: 50%;
    top: 74px;
    max-width: 20px;
    opacity: 0.3;
}




/* overview */
.overview {
    background: #e5c33c0a;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.blue-circle img {
    position: absolute;
    max-width: 200px;
    bottom: 0;
    right: 85px;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.overview-image {
    position: relative;
    background: #000;
    opacity: 80%;
    border-radius: 6px;
}
.overview-image img {
    border-radius: 6px;
}
.utube-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overview h3 {
    font: normal normal bold 35px/43px Crimson Text;
    letter-spacing: 0px;
    color: #A0D0A0;
    padding-bottom: 20px;
    text-align: center;
}

.o-green {
    top: 76px;
    left: 76px;
    max-width: 20px;
}
.o-orange {
    bottom: 119px;
    left: 72px;
    max-width: 20px;
}
.o-sky-blue {
    bottom: 54px;
    left: 46%;
    max-width: 20px;
}
.o-blue {
    right: 33%;
    bottom: 10px;
    max-width: 20px;
}
.o-light-green {
    top: 50%;
    right: 36px;
    max-width: 20px;
}
.o-yellow {
    right: 18%;
    top: 109px;
    max-width: 20px;
    opacity: 0.3;
}

.data-right-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}
.free-demo {
    font: normal normal bold 19px/36px Crimson Text;
    letter-spacing: 0.55px;
    color: #000000;
    background: #A0D0A0 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 25px #00000014;
    border-radius: 8px;
    height: 50px;
    display: flex;
    width: 225px;
    align-items: center;
    justify-content: center;
    margin: 69px auto 0 auto;
}
.free-demo:hover{
    background-color: #F8CB18;
    color: #000;
    transition: 0.5s ease-in-out;

}
.data-out {
    background: #107AC4;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.data-out h3 {
    text-align: center;
    font: normal normal bold 46px/42px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-bottom: 70px;
}
.data-right-heading h4 {
    font: normal normal 600 33px/6px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.data-right-heading img {
    max-width: 40px;
}
.data-right p {
    font: normal normal normal 17px/26px Lato;
    letter-spacing: 0px;
    color: #DEF1FF;
    opacity: 1;
    padding-top: 20px;
    max-width: 580px;
    margin-bottom: 36px;
}

.data-position-image img {
    position: absolute;
    animation: animationFramesOne 15s linear infinite;
}
.d-pink-circle {
    left: 0px;
    top: 75px;
    max-width: 217px;
    opacity: 1;
    animation: zoom-in-zoom-out 3s ease infinite !important;
}
.d-light-green {
    top: 22%;
    right: 37px;
    max-width: 20px;
    opacity: 0.3;
}
.d-orange {
    top: 50%;
    left: 81px;
    max-width: 20px;
}
.d-green {
    top: 109px;
    left: 32px;
    max-width: 20px;
    opacity: 0.3;
}
.d-blue {
    right: 51%;
    top: 196px;
    max-width: 20px;
}
.d-yellow {
    top: 88px;
    right: 22%;
    max-width: 20px;
}
.d-sky-blue {
    right: 20%;
    bottom: 30%;
    opacity: 0.3;
}
.d-blue-circle {
    right: 51px;
    bottom: 39%;
    max-width: 223px;
    animation: zoom-in-zoom-out 3s ease infinite !important;
}
.data-left img {
    border-radius: 6px;
}
.fimple .accordion>.card:not(:first-of-type) {
    border-radius: 10px;
}
.fimple .btn-link {
    text-decoration: none;
    font: normal normal bold 24px/17px Crimson Text;
    letter-spacing: 0px;
    color: #000000;
    padding: 18px 0 20px 20px;
    position: relative;
}
.fimple .btn-link.collapsed::before {
    position: absolute;
    content: "";
    background-image: url(../image/dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 12px;
    top: 20px;
    height: 15px;
    width: 15px;
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}
.fimple .btn-link::before {
    position: absolute;
    content: "";
    background-image: url(../image/dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 12px;
    top: 20px;
    height: 15px;
    width: 15px;
}

.fimple .btn-link:hover,.btn-link:focus{
    text-decoration:none!important;
    color:#000000;
}
.fimple .card-body {
    font: normal normal normal 17px/36px Lato;
    letter-spacing: 0px;
    color: #000000;
    background: #A0D0A0;
    margin-bottom: 10px;
    padding-top: 0;
    border-radius: 0 0 10px 10px;
}
.fimple .btn-link:hover {
    text-decoration: unset;
}
.fimple .btn.focus, .btn:focus {
    outline: 0;
    box-shadow:unset;
}
.fimple .card-header {
    padding: 0;
    border-bottom: unset;
    background: #A0D0A0 0% 0% no-repeat padding-box;
    /* border-radius: 0 0 10px 10px !important; */
}
.fimple .card {
    border: unset;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.fimple h3 {
    font: normal normal bold 33px/39px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
    text-align: center;
}
.fimple p {
    font: normal normal normal 20px/31px Lato;
    letter-spacing: 0px;
    color: #616161;
    text-align: center;
    margin: 20px 0 30px 0;
}
.fimple {
    margin: 90px 0;
    position: relative;
    overflow: hidden;
}
.fimple .d-blue-circle {
    right: 28px;
    bottom: -35px;
    max-width: 181px;
    z-index: -1;
}
.fimple .d-pink-circle {
    left: 0px;
    top: -97px;
    max-width: 200px;
    opacity: 1;
}
.fimple .d-yellow {
    top: -63px;
    right: 22%;
    max-width: 20px;
    opacity: 0.3;
}
.fimple .d-green {
    top: -69px;
    left: 32px;
    max-width: 20px;
    opacity: 0.3;
}
.fimple .d-sky-blue {
    right: 48px;
    top: 65px;
    opacity: 0.3;
    max-width: 20px;
}
.fimple .d-blue {
    left: 52px;
    bottom: -71px;
    max-width: 20px;
}
footer {
    background-color: #107AC4;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.footer-logo img {
    max-width: 320px;
}
.stay-with {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 70px 0 90px 0;
}
.stay-social {
    display: flex;
    gap: 10px;
}
.stay-social li a {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
}
.stay-social li a:hover {
    background-color: #F8CB18;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 2px solid #F8CB18;
}
.stay-with p {
    font: normal normal normal 24px/24px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.quick-acces {
    column-count: 3;
}
.quick-acces li a {
    font: normal normal normal 18px/30px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.quick-acces li a:hover {
color: #F8CB18;
transition: 0.3s ease-in-out;
}
.quick-acces li.active a {
    color: #F8CB18;
    }
.social-media {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.social-media li a {
    font: normal normal normal 18px/30px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
.footer-bottom {
    background: #004371;
    opacity: 1;
    padding: 20px 0;
}
.footer-content p {
    font: normal normal normal 16px/35px Lato;
    letter-spacing: 0px;
    color: #AEAEAE;
}
.footer-content a {
    color: #FFFFFF;
}


footer .d-green {
    top: 0;
    left: 54px;
    max-width: 20px;
    opacity: 0.3;
}
footer .d-pink-circle {
    left: 0px;
    top: -49px;
    max-width: 177px;
    opacity: 0.8;
}
footer .d-orange {
    top: 60%;
    left: 81px;
    max-width: 20px;
    opacity: 0.2;
}
footer .d-sky-blue {
    left: 32%;
    top: 15%;
    opacity: 0.3;
    max-width: 20px;
}
footer .d-blue-circle {
    right: 51px;
    bottom: -63px;
    max-width: 239px;
}
footer .d-yellow {
    top: 0;
    right: 47%;
    max-width: 20px;
    opacity: 0.3;
}

/* inner-page-banner */
.inner-banner{
    /* background:url('../image/inner-page/inner-page-banner.svg');
    background-repeat:no-repeat;
    background-size:cover; */
    background: rgb(50,11,130);
background: linear-gradient(90deg, rgba(50,11,130,1) 34%, rgba(16,122,196,1) 100%);
}

.breadcrumb {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border-radius: 0px;
}

.inner-banner-content {
    padding: 100px  0px  100px 100px;
}

.breadcrumb-item {
    font: normal normal normal 18px/33px Lato;
    letter-spacing: 0px;
    color: #FFFFFF !important;
}

.breadcrumb-item a{
    color:#fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff !important;
    content: ">";
}

.inner-banner-content h1 {
    font: normal normal bold 40px/59px Crimson Text;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.position-shape img {
    position: absolute;
    max-width: 179px;
}

img.circle-one {
    left: -41px;
    top: 0;
    opacity: 0.7;
    animation: zoom-in-zoom-out 3s ease infinite;
}

img.circle-two {
    right: 100px;
    bottom: -15px;
    animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);

    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  .position-image-common img {
    position: absolute;
    max-width: 20px;
    opacity: 0.5;
}

.i-green {
    top: 12px;
    left: 7%;
    animation: animationFramesOne 15s linear infinite;
}

.i-blue {
    left: 45%;
    top: 31%;
    animation: animationFramesOne 15s linear infinite;
}

img.i-orange {
    right: 14%;
    top: 2vw;
    animation: animationFramesOne 15s linear infinite;
}

.flow-cart{
    padding:100px 0px;
}

.i-blue {
    left: 45%;
    top: 8vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-sky-blue {
    left: 71%;
    top: 27vh;
    animation: animationFramesOne 15s linear infinite;
}


.i-green1 {
    right: 5%;
    top: 14vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-green2 {
    left: 7%;
    top: 24vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-orange2 {
    left: 73%;
    top: 24vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-green3 {
    right: 5%;
    top: 32vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-orange3 {
    top: 44vw;
    left: 10%;
    animation: animationFramesOne 15s linear infinite;
}


.i-blue2 {
    left: 73%;
    top: 58vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-blue3 {
    left: 45%;
    top: 28vw;
    animation: animationFramesOne 15s linear infinite;
}


.i-sky-blue2 {
    top: 53vw;
    left: 41%;
    animation: animationFramesOne 15s linear infinite;
}
.i-green4 {
    bottom: 29px;
    left: 6%;
    animation: animationFramesOne 15s linear infinite;
}

.i-orange4 {
    bottom: 20px;
    right: 13%;
    animation: animationFramesOne 15s linear infinite;
}

@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);
   }
   }

.autometed-data-entry h2 {
    text-align: center;
    font: normal normal bold 41px/70px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
    margin-bottom: 30px;
}

.automoted-form-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.automoted-form-list li,.card-sec .custom-styled-lsit li , .card-sec .custom-card-body p {
    font: normal normal normal 18px/32px Lato;
    letter-spacing: 0px;
    position: relative;
    padding-left: 20px;
    color: #616161;
}

.automoted-form-list li:nth-of-type(1), .automoted-form-list li:nth-of-type(2) {
    width: 44%;
}

.automoted-form-list li::before , .custom-styled-lsit li::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #0AD878;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translate(-50%,-0%);
}

.automoted-form-list li a {
    color: #107AC4;
}

.autometed-data-entry img {
    margin-top: 50px;
    border-radius: 10px;
}

.inner-banner::before {
    content: "";
    position: absolute;
    background-image: url('../image/base-bg2.svg');
    background-repeat: no-repeat;
    top: 0;
    left: 0px;
    height: 293px;
    width: 100%;
    background-size: contain;
}

    .inner-page-wrapper{
        overflow:hidden;
    }

    .pink-circle {
        top: 20vw;
        left: 5%;
        max-width: 200px !important;
        opacity: 1 !important;
        z-index: 999;
        animation: zoom-in-zoom-out 3s ease infinite;
    }

    .card-sec {
        padding: 50px 0px;
    }
    .autometed-data-entry {
        padding-bottom: 100px;
    }

    .card-sec .custom-card {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 4px #0000001A;
        border: 1px solid #D4D4D4;
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
    }

    .custm-card-header h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #107AC4;
        padding: 10px;
        font: normal normal bold 27px/43px Crimson Text;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    .custm-card-header h3 img {
        max-width: 29px;
    }

    .custom-card-body {
        padding: 21px;
    }

    .custom-card-body img {
        max-width: 100%;
        margin: 10px 0px;
    }

    .gray-circle {
        max-width: 200px !important;
        top: 89%;
        right: 25px;
        opacity: 1 !important;
        z-index: -1;
        animation: zoom-in-zoom-out 3s ease infinite;
    }

    /* reseller-inner-page */
    .reseller-content h1 {
        font: normal normal bold 44px/32px Crimson Text;
        letter-spacing: 0px;
        color: #107AC4;
    }
    .reseller-content .custom-styled-lsit {
        padding: 40px 0;
    }
    .reseller-img img {
        box-shadow: 0px 20px 60px #00000005;
        border-radius: 10px;
    }

    /* free-trial */
    .free-content p {
        font: normal normal normal 18px/30px Lato;
        letter-spacing: 0px;
        color: #616161;
        padding: 40px 0;
    }
    .free-content a {
        background: #A0D0A0 0% 0% no-repeat padding-box;
        box-shadow: 0px 12px 25px #00000008;
        font: normal normal bold 22px/36px Crimson Text;
        letter-spacing: 0.55px;
        color: #000000;
        opacity: 1;
        border-radius: 8px;
        display: flex;
        max-width: 157px;
        height: 41px;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    .free-content a:hover{
        background-color: #F8CB18;
        color: #000;
        transition: 0.3s ease-in-out;
        border: 2px solid #F8CB18;
    }
    .free-content h1 {
        font: normal normal bold 52px/2px Crimson Text;
        letter-spacing: 0px;
        color: #107AC4;
    }
    .free-content {
        margin-bottom: 40px;
    }


    /* contact-form */
    .custom-form {
        position: relative;
        margin-bottom: 20px;
    }
    .contact-left input {
        padding: 10px;
        width: 100%;
        border: 1px solid #707070;
        border-radius: 7px;
        background: transparent;
        margin-bottom: 20px;
    }
    .contact-left textarea {
        width: 100%;
        height: auto;
        padding: 10px;
        border: 1px solid #707070;
        border-radius: 7px;
        background: transparent;
    
    }
    .contact-left textarea:focus{
        outline: 0;
        background: #fff;
    }
    .contact-left label {
        position: absolute;
        left: 12px;
        top: 10px;
        z-index: -1;
    }
    .leave-reply span {
        font: normal normal normal 18px/25px Poppins;
        letter-spacing: 0px;
        color: #FF0000;
    }
    .custom-check label {
        font: normal normal normal 16px/25px Poppins;
        letter-spacing: 0px;
        color: #535353;
        opacity: 1;
        padding-bottom: 40px;
    }
  .contact-left input[type="submit"] {
    background: #A0D0A0 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 25px #00000008;
    border-radius: 8px;
    border: unset;
    display: flex;
    width: 168px;
    height: 53px;
    align-items: center;
    justify-content: center;
    font: normal normal bold 17px/36px Crimson Text;
    margin-top: 40px;
    margin-left: 15px;
}
   
    .contact-left input:focus {
        outline: 0;
        background: #fff;
    }
    .contact-left input[type="submit"]:hover {
        background-color: #F8CB18;
        color: #000;
        transition: 0.3s ease-in-out;
        border: 2px solid #F8CB18;
    }
    .contact-left h1 {
        font: normal normal bold 39px/51px Crimson Text;
        letter-spacing: 0px;
        color: #107AC4;
        margin-bottom: 40px;
    }

    .contact-right h2 {
        font: normal normal bold 39px/51px Crimson Text;
        letter-spacing: 0px;
        color: #107AC4;
        margin-bottom: 33px;
    }
    .contact-right p {
        font: normal normal normal 19px/29px Lato;
        letter-spacing: 0px;
        color: #616161;
        max-width: 379px;
    }
    .contact-right-list li a {
        display: flex;
        gap: 10px;
        font: normal normal normal 19px/0px Roboto;
        letter-spacing: 0px;
        color: #000000;
        align-items: center;
        margin-top: 20px;
    }
    .contact-right-list img {
        max-width: 20px;
    }
    .video-page h3 {
        text-align: center;
        font: normal normal bold 42px/35px Crimson Text;
        letter-spacing: 0px;
        color: #107AC4;
        margin-bottom: 38px;
    }
    .video-page h2 {
        font: normal normal bold 38px/55px Crimson Text;
        letter-spacing: 0px;
        color: #A0D0A0;
        margin: 40px 0 40px 0;
    }

    /* register-pagfe */
    .card-sec .fimple {
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.card-sec .fimple h3 {
    text-align: left;
    padding: 12px 0;
}
.card-sec .fimple p b {
    font: normal normal bold 20px/32px Lato;
    color: #000000;
}
.card-sec .fimple p {
    text-align: left;
    font-size: 18px;
}
.form-reader {
    font: normal normal bold 18px/36px Crimson Text;
    letter-spacing: 0.55px;
    color: #000000;
    background: #A0D0A0 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 25px #00000008;
    border-radius: 8px;
    max-width: 174px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.form-reader:hover{
background-color: #F8CB18;
    color: #000;
    transition: 0.5s ease-in-out;
}




body{margin-top:20px;}
.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    height: 100%
}

.blog-grid span {
    color: #292dc2
}

.blog-grid img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #1d184a
}

.blog-grid-simple-content a:hover:after {
    color: #1d184a
}
.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

a, a:active, a:focus {
    color: #107AC4;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #1d184a;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.mt-6, .my-6 {
    margin-top: 3.5rem;
}


.blog-grid-img {
    height: 230px;
}
.blog-grid-img img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 230px;
    object-fit: cover;
}




.entry-card {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.entry-content {
    background-color: #fff;
    padding: 36px 36px 36px 36px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.entry-content .entry-title a {
    color: #333;
}

.entry-content .entry-title a:hover {
    color: #4782d3;
}

.entry-content .entry-meta span {
    font-size: 12px;
}

.entry-title {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.entry-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(71, 130, 211, 0.85);
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.entry-thumb:hover .thumb-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.article-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

.article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-post .post-thumb .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.article-post .post-thumb .post-overlay span {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
    color: #fff;
}

.article-post .post-thumb:hover .post-overlay {
    opacity: 1;
}

.article-post .post-thumb:hover .post-overlay span {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.post-content .post-title {
    font-weight: 500;
}

.post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}

.post-meta li:not(:last-child) {
    margin-right: 10px;
}

.post-meta li a {
    color: #999;
    font-size: 13px;
}

.post-meta li a:hover {
    color: #4782d3;
}

.post-meta li i {
    margin-right: 5px;
}

.post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px;
}

.post-meta li:last-child:after {
    display: none;
}

.post-masonry .masonry-title {
    font-weight: 500;
}

.share-buttons li {
    vertical-align: middle;
}

.share-buttons li a {
    margin-right: 0px;
}

.post-content .fa {
    color: #ddd;
}

.post-content a h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0px;
}

.article-post .owl-carousel {
    margin-bottom: 20px !important;
}

.post-masonry h4 {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.media-body h5 a {
    color: #555;
}
.categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
/*
Template sidebar
*/

.sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.categories li {
    vertical-align: middle;
}

.categories li > ul {
    padding-left: 15px;
}

.categories li > ul > li > a {
    font-weight: 300;
}

.categories li a {
    color: #999;
    position: relative;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.categories li a:hover {
    color: #444;
    background-color: #f5f5f5;
}

.categories > li.active > a {
    font-weight: 600;
    color: #444;
}

.media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
}

.media-body h5 a {
    color: #107AC4;
}

.media-body h5 a:hover {
    color: #4782d3;
}
.media img {
    height: 54px;
    width: 54px;
    object-fit: cover;
}
.media {
    margin-bottom: 16px;
    }


.stellarnav li a:hover{

   color: #37B63F;

}







.post-content h1 {
	
	
    font: normal normal bold 52px/52px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
	padding-top: 20px;
	padding-bottom: 20px;

}

.grecaptcha-badge { visibility: visible !important; }
.grecaptcha-badge{
    z-index:20;  
}


.blog_search {
    margin-bottom: 20px;
}

.single-post ul{
    margin: 10px 0;
}

.single-post ul li{
     list-style: disc;
    list-style-position: inside;
    padding-bottom: 8px;
}

.single-post h2{
font: normal normal 32px/52px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
    padding-top: 20px;
    padding-bottom: 10px;
}

.single-post h3{
font: normal normal 26px/42px Crimson Text;
    letter-spacing: 0px;
    color: #107AC4;
    padding-top: 20px;
    padding-bottom: 10px;
}