body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    font-style: normal;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
}
.bg-light  {
    background-color: transparent !important;
}

.bg-light.scrolled{
    background-color: #00205b !important;
}
#visitCP {
    background: transparent;
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
}
.cp-link i 
{
    color: #fff;
}
.cover-heading h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    color: #001e56;
}
.cover-heading h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #4b4b4b;
}
p,
li {
    font-weight: 400;
    color: #313131;
}

/*------main-banner------*/
.main-banner{
    /* background-color: #00205b; */
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner h1{
    font-family: 'Heebo', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

.main-banner .h3-title{
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
}
.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus{
    background-color: rgb(255 255 255 / 15%) ! important;
    border: 2px solid #f8f9fa;
    border-radius: 12px !important;
    padding: 8px 30px;
    font-size: 18px;
    box-shadow: none;
    color: #fff;
}
.main-banner .btn-block {
    display: block;
    width: 100%;
}
.main-banner .btn-primary:hover{
    background-color: rgb(255 255 255 / 15%) ! important;
    border: 2px solid #f8f9fa;
    color:#fff;
    padding: 8px 30px;
    border-radius: 12px !important;
    box-shadow:none;
}
.main-banner .btn-primary:focus{
    box-shadow: none;
    padding: 8px 30px;
    border-radius: 30px;
}

.camunda-aboutwrapper{
    background: #F9F9F9;
}
.camunda-pad{
    padding: 60px 0px;
}
.camunda-pad p{
    padding-bottom: 20px;
    font-size: 20px;
}
.camunda-quoteswrapper{
    background: #3c4d65;
    color: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding: 45px 0px;
}
.camunda-quoteswrapper::before {
    position: absolute;
    left: 20px;
    content: '';
    background-image: url(../images/quoteleft.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -70px;
    width: 103px;
    height: 116px;
    z-index: 2;
}
.camunda-quoteswrapper::after {
    position: absolute;
    right: 50px;
    content: '';
    background-image: url(../images/quoteright.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -70px;
    width: 103px;
    height: 116px;
    z-index: 2;
}
.camunda-whymigrate{
    background-color: #f6f6f6;
}
.camunda-quoteswrapper span{
    font-size: 45px;
    font-weight: 400;
}
.camunda-whymigrate h2{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding: 30px 0px 10px;
}
.camunda-whymigrate .col{
    text-align: center;
}
.camunda-whymigrate img{
    margin-bottom: 30px;
}
.camunda-whymigrate h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.camunda-whymigrate .row{
    gap: 25px;
}

.camunda-migratejourney h2{
    font-size: 32px;
    font-weight: 600;
}
.camunda-migratejourney p{
    font-size: 20px;
    font-weight: 400;
}

.camunda-migrationtooling{
    background: #f6f6f6;
}
.camunda-migrationtooling .row {
    gap: 50px;
}
.camunda-migrationtooling h2{
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}
.camunda-migrationtooling p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.camunda-migrationtooling  img{
    margin-bottom: 10px;
}
.camunda-migrationtooling  h4{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.border-line{
    position: relative;
}
.border-line::after{
    position: absolute;
    right: -25px;
    content: '';
    border-right: 3px solid #dfdfdf;
    height: 114px;
    top: 50px;
}
.blog_section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .blog_section h2{
    font-size: 32px;
    font-weight: 600;
  }

  .blog_section .blog_content .blog_item {
    margin-bottom: 30px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
  }

  .blog_section .blog_content .blog_item:hover .blog_image img {
    transform: scale(1.1);
  }

  .blog_section .blog_content .blog_item .blog_image {
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 350px;
  }

  .blog_section .blog_content .blog_item .blog_image img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .blog_section .blog_content .blog_item .blog_details {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: #af2c2c08;
    width: 100%;
    opacity: 1;
    padding: 15px;
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    height: 130px;
  }
  .blog_section .blog_content .blog_item .blog_details::after{
    content: '';
    background: rgb(14 14 14 / 21%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .blog_section .blog_content .blog_item .blog_details h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-top: 15px;
  }

  .blog_section .blog_content .blog_item .blog_details p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .blog_section .blog_content .owl-nav {
    display: none;
  }

  .blog_section .blog_content .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #FF725E;
    transition: all 0.3s;
    color: #fff;
  }

  .blog_section .blog_content .owl-nav .owl-prev span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
  }

  .blog_section .blog_content .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #FF725E;
    color: #FF725E;
  }

  .blog_section .blog_content .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #FF725E;
    color: #fff;
    transition: all 0.3s;
  }

  .blog_section .blog_content .owl-nav .owl-next span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
  }

  .blog_section .blog_content .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #FF725E;
    color: #FF725E;
  }

  .camunda-tohelpenterprises{
    background: #f63257;
    text-align: center;
    color:#ffffff;
  }

  .camunda-tohelpenterprises h3{
    width: 72%;
    text-align: center;
    margin: 20px auto 20px;
    font-size: 36px;
    font-weight: 400;
  }
  .camunda-tohelpenterprises .col-4{
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .vp-profile-wrap{
    display: flex;
    align-items: center;
    justify-content: start;
    color: #ffff;
  }
  .vp-profile-wrap h4{
    font-weight: 700;
    font-size: 24px;
    text-align: left;
  }
  .vp-profile-wrap p{
    font-weight: 300;
    color: #ffffff;
    font-size: 24px;
    text-align: left;
  }
  .conversation h2{
    font-size: 36px;
    font-weight: 600;
  }

  .conversation .btn-primary:hover {
    color: #fff;
    background-color: #FF7648;
    border-color: #FF7648;
  }

  .conversation .btn-primary.focus, .conversation .btn-primary:focus {
    color: #fff;
    background-color: #FF7648;
    border-color: #FF7648;
    box-shadow: none;
}

.conversation .btn-primary:not(:disabled):not(.disabled).active, 
.conversation .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #FF7648;
    border-color: #FF7648;
}

  .contact-us{
    background: #FF7648;
    border: 0px;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 600;
  }

  @media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
      left: -17px !important;
    }

    .mobile-hide{
        display: none;
    }

    .blog_section .owl-nav .owl-next {
      right: -17px !important;
    }
  }

@-webkit-keyframes zoomIn {
0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
25% {
    opacity: 0.1;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 1;
}
}
@keyframes zoomIn {
0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
25% {
    opacity: 0.1;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@media only screen and (max-width: 767px){
    .mobile-hide{
        display: none;
    }

    p{
        font-size: 14px !important;
    }
    .mobile-block{
        display: block !important;
        text-align: center;
        margin: auto;
    }
    .main-banner h1 {
        font-size: 24px;
        padding: 0px !important;
    }
    .main-banner .h3-title{
        font-size: 16px;
    }
    .refine-banner.pt-5.mt-5.pb-2{
        padding-top: 2rem !important;
    }
    .right-vector.text-right{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .camunda-pad {
        padding: 20px 0px 6px;
    }
    .camunda-aboutwrapper{
        padding: 10px 0px !important;
    }
    .camunda-pad p {
        padding-bottom: 0px;
    }
    .camunda-quoteswrapper span {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        margin: auto;
        display: block;
    }
    .camunda-quoteswrapper{
        padding: 25px 0px;
    }
    .camunda-quoteswrapper::after,
    .camunda-quoteswrapper::before{
        display: none;
    }
    .camunda-whymigrate h2{
        font-size: 24px;
        padding: 0px 0px 20px;
    }
    .camunda-whymigrate .row {
        gap: 0px;
        margin: 0px !important;
        flex-direction: column;
    }
    .camunda-whymigrate .row .col-4{
        flex: none;
        max-width: 100%;
    }
    .camunda-whymigrate img {
        margin-bottom: 20px;
    }
    .camunda-migratejourney.pt-5.pb-5{
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .camunda-migratejourney h2 {
        font-size: 24px;
    }
    .camunda-migrationtooling h2 {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .camunda-migrationtooling .row {
        gap: 0px;
        flex-direction: column;
    }
    .camunda-migrationtooling .row {
        gap: 0px;
        flex-direction: column;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    .camunda-migrationtooling{
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .blog_section h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .blog_section .blog_content .blog_item .blog_image{
        height: 270px;
    }
    .blog_section .blog_content .blog_item{
        margin-bottom: 0px;
    }
    .blog_section {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .blog_section .text-center.mt-5.mb-5{
        margin: 0px !important;
    }
    .camunda-tohelpenterprises h3 {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px;
        font-size: 21px;
    }
    .vp-profile-wrap h4{
        font-size: 18px;
        margin-top: 10px;
    }
    .conversation h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .conversation .mb-5{
        margin-bottom: 0rem !important;
    }
    .conversation.pt-5.pb-5{
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .camunda-tohelpenterprises{
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .camunda-tohelpenterprises .vp-profile-wrap{
        flex-direction: column;
    }
    .camunda-tohelpenterprises .col-4{
        max-width: 100%;
        flex: none;
    }
    .border-line::after{
        display: none;
    }
    
}
@media screen and (min-width: 768px) and (max-width:1366px){

    .main-banner h1{
        font-size: 40px;
    }
    .camunda-tohelpenterprises h3{
        width: 100%;
        font-size: 32px;
    
    }
    .camunda-aboutwrapper{
        padding-bottom: 1rem !important;
        padding-top: 2rem !important;
    }

    .camunda-quoteswrapper::before{
        top: -30px;
        width: 50px;
        height: 56px;
    }
    .camunda-quoteswrapper::after{
        bottom: -30px;
        width: 50px;
        height: 56px;
    }
    .blog_section .blog_content .blog_item .blog_image{
        height: 280px;
    }
    .camunda-tohelpenterprises .col-4{
        flex: none;
        max-width: 100%;
    }

    .conversation {
        padding-bottom: 1rem !important;
        padding-top: 2rem !important;
    }
    .conversation h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .blog_section {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .camunda-migrationtooling{
        padding-bottom: 2rem !important;
        padding-top: 1rem !important;
    }
    .camunda-migrationtooling .row {
        gap: 10px;
        margin-bottom: 0px !important;
    }
    .border-line::after{
        display: none;
    }
    .camunda-pad {
        padding: 10px 0px;
    }
    .camunda-quoteswrapper span {
        font-size: 28px;
        text-align: center;
        margin: auto;
        display: block;
    }
}

