body {
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
}
p {
    line-height: 26px;
    color: #4B4A4A;
}
#handshake_cover_banner {
  width: 100%;
    height: 80vh;
    background: url(../images/handshake-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#handshake_cover_banner .bg-light {
    background-color: transparent !important;
}
#visitCP {
    background-color: #00205b;
}
#visitCP, .button-pulse:hover,.cp-link i{
    color: #fff;
}
#handshake_cover_banner .navbar-expand-lg.scrolled {
    background-color: #000 !important;
}
.navbar .col-auto:first-child {
    padding: 0;
}
.automation-benefits p {
    line-height: 21px;
}
.automation-benefits {
    margin-bottom: 4em;
}
.more-information-section h5 {
    font-size: 22px;
    font-weight: 600;
}
.more-information-section
{
        background: #101C27;
        color: #fff;
        padding: 31px;
}

.learn_more_contact {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover-heading
{
	font-family: "heebo", sans-serif;
	color: #fff;
}
.cover-heading h6
{
	font-weight: 400;
font-size: 28px;
line-height: 126%;
}
.cover-heading h1
{
	font-weight: 900;
font-size: 44px;
line-height: 126%;
}
.para_1
{
    background: #F5FBFE;
    padding: 35px 0;
}
.challenges
{
     background: #F5FBFE;
    padding: 70px 0;
}
h2
{
    font-family: "heebo", sans-serif;
    font-weight: 400;
font-size: 26px;
line-height: 126.88%;
text-transform: uppercase;
color: #FF725E;
border: 2px solid #000000;
    border-image: linear-gradient(#000 46%, transparent 0 55%,#000 0) 1;
    display: inline-block;
    padding: 12px 35px;
}
.challenges p
{
        font-weight: 600;
    line-height: 20px;
}
.challenge-icon img
{
    max-width: 40%;
}
.before-border
{
    position: relative;
}
.before-border:before
{
    background-image: url(../images/border.webp);
    position: absolute;
    width: 203px;
    height: 174px;
       left: -145px;
    top: -19px;
    content: "";
}
.before-border-top-span
{
       position: relative;
    border-top: 2px solid #000;
    width: 120px;
    transform: rotate(90deg);
    top: 62px;
    margin: 0 auto;
}
.before-border-top-span:before
{content: '';
      width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
    left: -5px;
     top: -5px;
}
.before-border-span
{
    height: 138px;
    position: relative;
    border: 2px solid #000;
    width: 80%;
    border-bottom: 0;
    margin: 0 auto;
    margin-top: 120px;
}
.before-border-span:before
{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    bottom: 0;
}
.before-border-span:after
{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
    right: -5px;
    bottom: 0;
}
.span-numbers
{
    background: #FF725E;
        color: #fff;
    height: 32px;
    width: 32px;
    position: absolute;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 45%;
}
.key-feature
{
    background: url(../images/b2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.key-feature h2
{
    border-color: #fff;
    color: #fff;
    border-image: linear-gradient(#fff 46%, transparent 0 55%,#fff 0) 1;
}
.key_border
{
/*    width: 270px;*/
height: 70px;
border: 1px solid #FFFFFF;
border-radius: 5px;
margin-top: 25px;
display: flex;
align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.key_border:hover
{
background-color: #fff;
color: #000000;
}
.key_border:hover p 
{
    color: #000000;
}
.key_border p 
{
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0px;
    text-align: center;
        font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}
    .works-as-follow img {
        max-width: 100%;
      filter: gray;
      -webkit-filter: grayscale(1);
      -webkit-transition: all .5s ease-in-out;  
    }
    .works-as-follow:hover img {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
    .works-as-follow p 
    {
        font-size: 16px;
    font-weight: 400;
    color: #000000;
    }
    .our_solution_para
    {
        font-size: 20px;
    }
/*download case study button css*/
.glow-on {
                background: #f37160;
/*                width: 255px;*/
height: 50px;
                background: -moz-linear-gradient(top,  #f37160 0%, #795ba6 40%, #795ba6 60%, #f37160 100%);
                background: -webkit-linear-gradient(top,  #f37160 0%,#795ba6 40%,#795ba6 60%,#f37160 100%);
                background: linear-gradient(to bottom,  #f37160 0%,#795ba6 40%,#795ba6 60%,#f37160 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37160', endColorstr='#f37160',GradientType=0 );
                padding: 2px;
                position: absolute;
            }

            .glow-on-hover {
                border: none;
                outline: none;
                color: #fff;
                background: #000;
                font-size: 20px;
                cursor: pointer;
                position: relative;
                z-index: 0;
                border: 0 none;
                    width: 240px;
    height: 46px;
            }

            .glow-on-hover span {
                display: block;
/*                padding: 15px 25px;*/
                position: relative;
            }

            .glow-on-hover span::before {
                content: "";
                background-color: #000;
                width: 10px;
                height: 10px;
                position: absolute;
                left: -8px;
                top: 10px;
            }

            .glow-on-hover span::after {
                content: "";
                background-color: #000;
                width: 10px;
                height: 10px;
                position: absolute;
                right: -8px;
                top: 10px;
            }

            .glow-on-hover:before {
                content: '';
                background: linear-gradient(90deg, #f37160, #795ba6, #f37160, #795ba6, #f37160, #795ba6, #f37160, #795ba6, #f37160);
                position: absolute;
                top: -2px;
                left:-2px;
                background-size: 400%;
                z-index: -1;
                filter: blur(0px);
                width: calc(100% + 4px);
                height: calc(100% + 4px);
                animation: glowing 20s linear infinite;
                opacity: 0;
                transition: opacity .3s ease-in-out;
            }

            .glow-on-hover:active {
                color: #000
            }

            .glow-on-hover:active:after {
                background: #000;
            }

            .glow-on-hover:hover:before {
                opacity: 1;
            }

            .glow-on-hover:after {
                z-index: -1;
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: #000;
                left: 0;
                top: 0;
            }

            @keyframes glowing {
                0% { background-position: 0 0; }
                50% { background-position: 500% 0; }
                100% { background-position: 0 0; }
            }



/*------slider section css------*/

      .blog_section {
        padding-top: 3rem;
        padding-bottom: 2rem;
      }

      .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;
      }

      .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: 0;
        color: #fff;
       background: #181C1E;
        width: 100%;
        opacity: 1;
      }

      .blog_section .blog_content .blog_item .blog_details p {
     font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 23px 35px 10px;
    text-align: center;
      }

      .blog_section .blog_content .owl-nav {
        display: block;
      }

      .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;
      }

      @media only screen and (max-width: 577px) {
        .blog_section .owl-nav .owl-prev {
          left: -17px !important;
        }

        .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;
}
.testimonial-auther
{
    float: right;
}
#testimonial-slider .owl-dots
{
        position: absolute;
    bottom: 21px;
}
#testimonial-slider .owl-dots span{
width: 13px;
    height: 13px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#testimonial-slider .owl-dots .active span, #testimonial-slider .owl-dot:hover span {
    background: #263238 !important;
}
#testimonial-slider
{
    border: 3px solid #263238;
    border-radius: 13px;
    padding: 50px 70px 15px;
}
#testimonial-slider:before {
    background-image: url(../images/left-quote.webp);
    position: absolute;
    width: 137px;
    height: 72px;
    left: 20px;
    top: -48px;
    content: "";
    }
.download-btn button
{
    width: 110.9px;
    height: 38.62px;
    font-weight: 600;
    padding: 5px 16px;
    border: 0;
    border-radius: 3px;
    transition: all 0.3s;
}
.download-btn button:hover
{
    background: #101C27;
    color: #fff;
    border: 2px solid #fff;
}
        .owl-item {
        height: 0;
    }

    .owl-item.active {
        height: auto;
    }

.footer-campaign
{
    margin-top: -25px;
}

@media screen and (max-width: 575px) {
.before-border
{
    margin-top: -100px !important;
}
}
@media screen and (max-width: 767px) {
    .learn_more_contact {
        flex-direction: column !important;
    }
    #testimonial-slider {
    padding: 40px 28px 15px;
}
#handshake_cover_banner
{
    background-position: 2% !important;
}
  .before-border:before
    {
    display: none;
    }
    .key-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(10, 50, 100, 0.8)), url();
background: rgb(0,0,0,0.5);
    z-index: 0;
}
.key-feature
{
    background: url(../images/b2-mobile.webp);
    background-repeat: no-repeat;
    background-position: 68% center;
    background-size: cover;
}
.key-feature h2{
    position: relative;
    z-index: 1;
}
.cover-heading
{
    margin-top: 100px;
}
.cover-heading h6
{
    font-size: 22px;
}
}
@media screen and (max-width: 1000px) {
    #handshake_cover_banner {
        background-position: 14% center;
    }
}
@media screen and (min-width: 992px) {
.blog_section .blog_content .owl-nav {
        display: none;
      }
}

@media screen and (max-width: 991px) {
    .before-border:before
    {
          display: none;
    }
    .download-btn button {
        margin-top: 15px;
    }
    .key_border
{
    width: 100%;
}
}

@media screen and (max-width: 835px) {
    .flex {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 656px) {
    #handshake_cover_banner {
        height: 85vh;
    }
    .flex {
        flex-direction: column;
    }
    
}
@media screen and (max-width: 550px) {
    #handshake_cover_banner h3 {
        font-size: 30px;
    }
    #handshake_cover_banner h1 {
        font-size: 26px;
    }
}
    @media screen and (max-width: 420px) {
        .navbar .col-auto:first-child {
            width: 80%;
        }
        .cp-link {
            margin-right: -30px;
        }
}
@media screen and (min-width: 1600px) {
    .key_border
    {
        width: 100%;
    }
    .before-border:before
    {
            left: -162px;
    top: -19px;
    }
    }
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 990px) {
    #handshake_cover_banner {
        height: 100vh;
    }
}
