@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    font-family: "Inter", sans-serif;
}
:root{
    --accent-color:#1153ff
}
.topbanner_section {
    background: #EFF9FD;
    padding: 50px 0px;
}

.top_heading {}

.top_heading h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.top_heading p {
    font-size: 18px;
    color: #727272;
}

a.common-blue-button {
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 55px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    color: #0A6EBD;
}

a.common-blue-button:before {
    content: "";
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 2px solid #0A6EBD;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #0A6EBD17;
}

a.common-blue-button:hover:before {
    width: 100%;
}

a.common-blue-button svg {
    font-size: 21px;
    position: absolute;
    left: 25px;
}

.content-style {}

.content-style p {
    color: #565656;
    font-size: 18px;
    line-height: 32px;
}

.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}

.title-head {
    color: black;
    font-weight: 600;
}

/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img {
    border-radius: 12px 24% 20px 24%;
}

.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 54px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-div {
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
}

/* .maintain::after{
    content: "";
    position: absolute;
    bottom: -51px;
    left: 0;
    background: url("../images/banner-bg-shape-2.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 145px;
    z-index: 9;
} */
.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #454545;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
}

.content-div p {
    color: #424141;
    text-align: center;
    font-size: 16px;
}

.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}

.shape-image.shape-2 {
    bottom: 300px;
    right: 0%;
    left: unset;
	width: auto;
}

.shape-image {
    position: absolute;
}

.shape-image.shape-3 {
    top: 0;
    right: 0;
}

.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: 1;
}

.grey-bg {
    background: #daedff9e;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.pulse {
    animation: pulse 2s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.fade-in-left {
    animation: fade-in-left 2s ease infinite;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
    position: absolute;
}

.fade-out-down {
    animation: fade-out-down 2s ease infinite;
}

@keyframes fade-out-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.bg-color-extra2 {
    background: #ffffff;
    background-image: url(../images/left-right-line-small.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  */
.small-text {
    color: #2c2b0c;
    font-size: 14px;
}

.heading {
    color: #000;
    font-size: 39px;
    font-weight: 700;
}

.work-process-section {
    width: 100%;
    display: block;
    padding: 90px 0px 30px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(0deg, #0A6EBD45, #ffffff);
    position: relative;
}

.work-process-section::after {
    content: "";
    position: absolute;
    bottom: -51px;
    left: 0;
    background: url("../images/banner-bg-shape-2.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 145px;
    z-index: 9;
}

.work-process-section .heading-block {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: auto 0px;
    text-align: left;
    padding-bottom: 22px;
}

.work-process-section .heading-block .description {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
}

.work-process-block {
    max-width: 1600px;
    width: 100%;
    margin: 0px auto;
    /* height: 450px; */
}

.work-process-layout1 .work-process-top .number {
    justify-content: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 5px solid;
    font-size: 26px;
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 13px;
    background-color: #0A6EBD !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 13px;
    line-height: 2.3;
}

.work-process-layout1 .work-process-top {
    text-align: center;
    position: relative
}

.work-process-layout1 .work-process-top .shape {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 63px;
    width: 100%;
    height: 270px;
    max-width: 270px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
    border-radius: 10px;
    z-index: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: #0A6EBD42;
}

.work-process-layout1 .work-process-content {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(17, 180, 245, 0.004), 0px 3px 50px 0px rgba(17, 180, 245, 0.1);
    background-color: white;
    padding: 35px 20px;
    padding-bottom: 30px;
    max-width: 100%;
    border-bottom: 4px solid #143661;
    position: relative;
    height: 235px;
}

.work-process-layout1 .work-process-content.odd-block {
    border-color: #d9d675;
}

.work-process-layout1 .work-process-content .icon {
    width: 45px;
    height: 45px;
    margin: 0px auto 20px;
}

.work-process-layout1 .work-process-content .icon img {
    width: 100%;
    height: 100%;
}

.work-process-layout1 .work-process-content .process-title {
    color: #1d165c;
    font-size: 20px;
    line-height: 30px;
    transition: all 500ms ease;
    font-weight: 600;
    margin-bottom: 12px;
}

.work-process-layout1 .work-process-content .text {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    transition: all 500ms ease;
    margin-bottom: 0px;
}

.work-process-layout1 .vs-work-process:hover .work-process-top .shape {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.work-process-layout1 .vs-work-process:hover .work-process-top .number {
    margin-bottom: 0px;
    margin-left: 0%
}

/* CSS */
.button-71 {
    background-color: #f0840d;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-71:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.button-71:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .button-71 {
        padding: 13px 44px;
    }

}

.service-card-6 {
    height: 100%;
}

.service-card-6.bg-color .inner {
    border: white 1px solid !important;
    border-radius: 38px;
    outline: 2px white;
}

.service-card-6 .inner {
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid #e8e6f3;
    height: 100%;
}

.bg-card-color-1 .inner {}

.bg-card-color-2 .inner {}

.bg-card-color-3 .inner {}

.bg-card-color-5 .inner {}

.bg-card-color-4 .inner {}

.service-card-6 .inner .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

.service-card-6 .inner .icon img {
    max-height: 229px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    margin: 13px 0;
    border-radius: 10px;
}

.service-card-6 .inner .icon .opacity_image {
    position: absolute;
    transform: translateX(-51%) scale(0.8);
    opacity: 0.8;
    z-index: -1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    left: 50%;
    top: 14%;
}

.service-card-6:nth-child(odd) .inner .content {
    padding-top: 12px;
    min-height: 172px;
}

.service-card-6:nth-child(even) .inner .content {
    padding-bottom: 10px;
}

.service-card-6 .inner .content .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    transition: 0.4s;
}

.bg-card-color .inner {}

.service-card-6 .inner .content .description {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.highlighterbg1, .text-primary {
    color: #0A6EBD !important;
}

a {
    color: #0A6EBD;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    line-height: 26px;
}

.mt--30 {
    margin-top: 30px !important;
}

.service-card-6.bg-color .inner {
    position: relative;
    height: 100%;
}

.service-card-6.bg-color:hover .inner {
    transition: 240ms ease-in-out;
    transform: scale(1.02);
}

.two-part-title h2 {
    font-size: 32px;
    font-weight: 700;
}

.two-part-title h2 .highlighterbg1 {
    color: #0A6EBD;
}

.two-part-title-wrapper .two-part-title {
    position: relative;
}

@media (max-width: 768px) {
    .shape-image.shape-2 {
        display: none;
    }

    .maintain {
        padding: 30px 0;
    }

    .content-div h1 {
        font-size: 1.7rem;
    }

    .circle {
        display: none;
    }
}

.kolonat-hom {
    display: flex;
}

.ikonat-home {
    margin-right: 15px;
    font-size: 22px;
    width: 58px !important;
    height: 60px !important;
    border-radius: 50%;
    background: #229bd7;
    display: table;
    position: relative;
}

.ikonat-home i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wa_features {
    text-align: left;
    margin-bottom: 1rem;
}

/* .wa_features i{
  font-size: 30px;
  color: #229bd7;
  margin-bottom: 14px;
} */

.wa_features p {
    margin-bottom: 0px;
}

.wa_features_head {
    font-size: 37px;
    margin-bottom: 3rem !important;
    position: relative;
    font-family: 'General Sans';
}

.wa_features_head::before {
}

.wa_features_head_sub {
    font-size: 26px;
    margin-bottom: 1rem !important;
    color: #3ABD9F;
    margin-top: 1rem !important;
    font-size: 36px;
}

.wa_aboutus {
    margin-bottom: 50px;
}

.wa_aboutus h2 {
    font-size: 36px;
}

.wa_aboutus p {
    /* font-size: 20px; */
    margin-top: 14px;
}

.wa_features_section {
    background-color: #f9f9f900;
    padding: 0px 0;
}

.crm_btn {
    border: 1px solid #03b958;
    border-radius: 5px;
    padding: 6px 10px;
    -webkit-transition: 2s;
    transition: 2s;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background-color: #03b958;
    text-transform: capitalize;
    /* margin-top: 14px; */
}

.crm_btn:hover {
    color: #fff;
}

.b-none {
    background-color: initial;
}

.emailMarketing {
    display: flex;
    margin-bottom: 15px;
}

.emailMarketing .emailMarketing_icon {
    color: #28a745;
    margin-right: 20px;
}

.itsHelpsYou {
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: linear-gradient(356deg, #0a11ed38, #ffffff);
    color: #fff !important;
}

.itsHelpsYou h4 {
    font-size: 1.3rem;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    padding-bottom: .5rem;
    color: black;
    font-weight: 700;
}

.itsHelpsYou p {
    color: #000;
}
.emailMarketing_content{

}
.emailMarketing_content img{
    
}

.features {
    width: min(100%);
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    justify-content: center;
    list-style: none;
  }
  
  .features  .feature-item {
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template:
      "icon"
      "line"
      "dot"
      "title"
      "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
  }
  
  .features  .feature-item .icon {
    grid-area: icon;
    width: 50%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 0.1rem solid #0096883b;;
    border-radius: 50%;
    background: white;
    
  }
  
.features div.feature-item::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
  }
  
.features div.feature-item::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
    border: 3px dotted;
    border-color: #fbfcff;
  }
  
.features  div.feature-item .title {
    grid-area: title;
    margin-block: 0.3rem;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    color: #0A6EBD;
  }
  .features  div.feature-item .icon img{
    width: 70px;
    color: white;
  }
  ul.liststyle {
    list-style: none;
  }
  
  ul.liststyle li {
    padding: 3px 0px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  ul.liststyle li:before {
    content: "\f0eb";
    font-family: "FontAwesome";
    color: orange;
    float: left;
    font-size: 1.5em;
    margin-right: 15px;
  }
  .wrimagecard{
	margin-top: 0;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
	background: #fff;
	box-shadow: 2px 10px 20px 0px rgba(46, 61, 73, 0.15);
	border-radius: 0 0px 10px 60px;
	transition: all 0.3s ease;
	padding: 10px;
}
.wrimagecard-topimage_header{

background: #1152fd1f;
}
.wrimagecard img{
    width: 148px;
    padding: 20px;
}
.wrimagecard-topimage_title h4{
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    min-height: 48px;
}
.wrimagecard-topimage_title p{
    text-align: center;
}
ul.liststyle li p{
    margin-bottom: 0;
 }
 .procur h4 {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    background: #cfdfeb;
    margin: 0;
}
.procur{
    /* box-shadow: -7px 6px 9px #0000000d; */
    margin-bottom: 20px;
}
.procur img{
    padding: 10px;
    background: linear-gradient(45deg, #cfdfeb, #0A6EBD2e);
    padding-bottom: 0;
    box-shadow: -7px 6px 9px #0000000d;
}
.procur .contpro{
    background: #edf1f4;
    padding: 10px;
    box-shadow: 0px -8px 9px #0000000d;
    min-height: 140px;
    overflow: hidden;
}
div.card{
    box-shadow: 0px 1px 1px rgba(209, 209, 209, 0.02),
    0px 5px 4px rgba(209, 209, 209, 0.03),
    0px 12px 9px rgba(209, 209, 209, 0.05),
    0px 20px 15px rgba(209, 209, 209, 0.06),
    0px 32px 24px rgba(209, 209, 209, 0.08);
    height: 100%;
    margin-bottom: 20px;
}
.card hr{
    height: 5px;
    border-radius: 10px;
    opacity: 0.75;
    border-top: none;
}
#steps-details {
    background-color: #f3fffe;
    border-radius: 30px;
}
#steps-details h2{
    font-weight: 700;
}
#steps-details ul{
    padding-left: 1rem;
}
.btn-primary{
    background: #1153ff !important;
}
@media screen and (max-width: 767px){
    ul.liststyle li p{
       margin-bottom: 0;
    }
    .features .feature-item .icon{
        width: 25%;
    }
    .features div.feature-item .icon img{
        width: 40px;
    }
}
