section {
    padding: 80px 0;
}
.main-timeline {
    position: relative;
}
.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}
.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}
.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}
.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px;
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative;
}
.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px;
}
.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0;
}
.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg);
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f;
}
.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800;
}
.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5;
}
.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5;
}
@media only screen and (max-width: 1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px;
    }
    .main-timeline .timeline-content {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        margin: 0 0 10px;
    }
    .main-timeline .timeline-icon {
        left: 25%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%;
    }
    .main-timeline .timeline-content {
        margin-top: 115px;
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px;
    }
}

/******************* Timeline Demo - 4 *****************/
.main-timeline4 {
    overflow: hidden;
    position: relative;
}
.main-timeline4:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative;
}
.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px;
}
.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative;
}
.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px;
}
.main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #0b6f8d;
    font-size: 30px;
    color: #000;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #0b6f8d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg);
}
.main-timeline4 .inner-content {
    padding: 20px 0;
}
.main-timeline4 .title {
        font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline4 .description {
    font-size: 15px;
    color: #6f6f6f;
    margin: 0 0 5px;
    line-height: 23px;
}
.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0;
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px;
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0;
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px;
}
.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0;
}
.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg);
}
.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px;
}
.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0;
}
.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px;
}
.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0;
}
.main-timeline4 .timeline:nth-child(2n) .year {
    border-color: #0fb6c9;
    color: #000;
}
.main-timeline4 .timeline:nth-child(2) .year:before {
    border-right-color: #0fb6c9;
}
.main-timeline4 .timeline:nth-child(2n) .title {
    color: #000;
}
.main-timeline4 .timeline:nth-child(3n) .year {
        border-color: #0b6f8d;
    color: #000;
}
.main-timeline4 .timeline:nth-child(3) .year:before {
    border-left-color: #0b6f8d;
}
.main-timeline4 .timeline:nth-child(3n) .title {
    color: #000;
}
.main-timeline4 .timeline:nth-child(4n) .year {
    border-color: #0fb6c9;
    color: #000;
}
.main-timeline4 .timeline:nth-child(4) .year:before {
    border-right-color: #0fb6c9;
}
.main-timeline4 .timeline:nth-child(4n) .title {
    color: #000;
}
.main-timeline4 .timeline:nth-child(5n) .year {
    border-color: #0b6f8d;
    color: #000;
}
.main-timeline4 .timeline:nth-child(5) .year:before {
    border-left-color: #0b6f8d;
}
.main-timeline4 .timeline:nth-child(5n) .title {
    color: #000;
}
.main-timeline4 .timeline:nth-child(6n) .year {
    border-color: #fce835;
    color: #000;
}
.main-timeline4 .timeline:nth-child(6) .year:before {
    border-right-color: #fce835;
}
.main-timeline4 .timeline:nth-child(6n) .title {
    color: #000;
}
@media only screen and (max-width: 1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 990px) {
    .main-timeline4 .timeline {
        padding-left: 75px;
    }
    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0;
    }
    .main-timeline4 .timeline-content {
        padding-left: 130px;
    }
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0;
    }
    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px;
    }
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px;
    }
}
@media only screen and (max-width: 767px) {
    .main-timeline4 {
        overflow: visible;
    }
    .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .main-timeline4 .timeline:before,
    .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0);
    }
    .main-timeline4 .timeline,
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px;
    }
    .main-timeline4 .timeline-content,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0;
        text-align: left;
    padding-left: 40px;
    }
    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none;
    }
    .main-timeline4 .timeline:nth-child(2n) .year,
    .main-timeline4 .year {
        position: relative;
        transform: translateY(0);
    }
    .main-timeline4 .timeline:nth-child(2n) .year:before,
    .main-timeline4 .year:before {
            border: none;
    border-right: 20px solid #f15e2a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -21px;
    bottom: auto;
    right: auto;
    transform: rotate(-10deg);
    }
    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-right-color: #f69525;
    }
    .main-timeline4 .timeline:nth-child(3n) .year:before {
        border-right-color: #fce835;
    }
    .main-timeline4 .timeline:nth-child(4n) .year:before {
        border-right-color: #f15e2a;
    }
    .main-timeline4 .timeline:nth-child(5n) .year:before {
        border-right-color: #f69525;
    }
    .main-timeline4 .timeline:nth-child(6n) .year:before {
        border-right-color: #fce835;
    }
    .main-timeline4 .year {
    
    width: 80px;
    height: 80px;
    line-height: 70px;
    
    border: 5px solid #f15e2a;
    font-size: 23px;
    
    margin-top: 1rem;
   
}
.main-timeline4 .title {
    font-size: 18px;
    }
    .main-timeline4 .description {
    font-size: 14px;
  }
    .main-timeline4 .inner-content {
        padding: 10px;
    }
}
.wher_we_do
{
    background-color: #fff;
    box-shadow: 1px 1px 20px -15px;
    padding: 0.8rem;
    min-height: 100%;
}
.wher_we_do_img
{
        width: 4rem;
    margin-bottom: 1rem;
}
.wher_we_do h4
{
    font-size:15px;
    color:rgb(11 111 141);
}
 .our_digital_brand
 {
         background-color: #fff;
    box-shadow: 1px 1px 20px -14px;
    padding: 1.5rem;
    min-height:275px;
 }
 .our_digital_brand h4
 {
         font-size: 20px;
    font-weight: 700;
    margin: 0px;
    color: #0b6f8d;
 }
 .our_digital_brand ul
 {
     padding-inline-start:0px;
     margin-top:10px;
 }
 .our_digital_brand ul li
 {
    background-image: url(../../images/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom:1rem;
    list-style-type: none;
 }
 .our_process_box
 {
        background-color: #fff;
    box-shadow: 1px 1px 20px -14px;
 }
 .our_process_box h4
 {
         background-color: #0b6f8d;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0.5rem;
 }
 .our_process_box h5
 {
         font-size: 18px;
    font-weight: 600;
    padding-left: 1.5rem;
 }
 .our_process_box ul
 {
     padding-bottom:1rem;
     padding-inline-start:30px;
 }
 .our_process_box ul li
 {
    background-image: url(../../images/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom:1rem;
    list-style-type: none;
 }
 .what_we_do_img
 {
     width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 6rem;
 }
 .ftco-navbar-light .navbar-brand {
         color: #605c5c;
         }
         .ftco-navbar-light {
         background: transparent !important;
         position: relative;
         top: 0px;
         left: 0;
         right: 0;
         z-index: 3;
         }
         .ftco-navbar-light .navbar-nav > .dropdown .nav-item > .nav-link {
         font-size: 15px;
         padding-top: .9rem;
         padding-bottom: .9rem;
         padding-left: 15px;
         padding-right: 15px;
         color: #605c5c !important;
         font-weight: 600;
         opacity: 1 !important;
         }
         .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
         font-size: 15px;
         padding-top: .9rem;
         padding-bottom: .9rem;
         padding-left: 15px;
         padding-right: 15px;
         color: #605c5c !important;
         font-weight: 600;
         opacity: 1 !important;
         }
         .breadcum-top{
         list-style-type: none;
         }
         .breadcum-top li {
         display: inline-block;
         }
         .breadcum-top li > a {
         font-size: 20px;
         line-height: 1;
         color: #606060;margin-right: 1rem;
         }
         .breadcum-top li > a > .fa {
         color: #a6a6a6;
         }
         .breadcum-top li > a > span {
         line-height: 1px;
         font-size: 16px;
         }
         .breadcum-top li > .arrow{
         background: #828282;
         color: #fff;
         border-radius: 50%;
         position: relative;
         display: block;
         text-align: center;
         height: 28px;
         width: 25px;
         }
         .breadcum-top li > .arrow > .fa{
         font-size: 11px;
         line-height: 4px;
         }
         .hero-wrap.hero-wrap-2 {
    /*height: 700px !important;*/
    position: relative;
    margin-bottom:8rem;
}
         .abt-header {
         font-size: 68px;
         letter-spacing: -1px;
         line-height: 2;
         font-weight: 518;
         }
         .sec-headings{
         font-size: 20px;
         font-weight: 530;
         }
         .sec-headings2 h4{
         font-size: 32px;
         font-weight: 700;
         color:#fff;
         }
         .sec-headings2 p{
         color:#fff;
         }
         .lead-form {
    width: 100%;
    float: left;
    padding: 25px 40px 30px 40px;
    border-radius: 10px;
    background-color:#fff;
    border: 2px solid #ededed;
}
         .form-control {
    height: 40px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: unset;
        border-bottom-color: unset;
        border-bottom-style: unset;
        border-bottom-width: unset;
    border-bottom: 1px solid #c8c8c8;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1;
}
.btn-blue-primary {
    background: #1a78e5 !important;
    border: 1px solid #1A78E5 !important;
    color: #fff !important;
}
.where-section {
    margin-bottom:unset;
    background-image: url(images/finance.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.where-section::before {
    background: rgba(0, 46, 91, 0.64);
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
position: absolute;
}
.benefits-section .item-inner {
    height: 100%;
}
.benefits-section .item-icon {
    font-size: 3rem;
    color: #2aa148;
}
.benefits-section .item-heading {
    font-size: 1.125rem;
}
.univesal-ul{
    margin-left: -2rem;
list-style-type: disclosure-closed;
}
.univesal-ul li{
    color: #000;
font-size: 13px;
}
.our-project {
    position: relative;
}
.our-project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #21243d;
}
.our-project .section-heading {
    font-weight: 700;
    color: #fff;
}
.our-project .section-intro {
    color: #fff;
}
.our-project ul li {
    color: #fff;
}
.logo {
        height: 130px;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px;
    background: #fff;
    margin-bottom: 1rem;
}
.logo img {
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    font-family: "object-fit: contain; object-position: center";
    width: 100%;
    height: 100%;
}
.slider-text h1 {
    font-size: 60px;
    color: #0b6f8d;
    line-height: 1.1;
    font-weight: 400;
}
.slider-text .bread {
    font-weight: 700 !important;
    position: relative;
}
.slider-text h1 >span {
    font-size: 60px;
    color: #333;
    line-height: 1.1;
    font-weight: 400;
}
@media(max-width:768px){
         .width-50{
         width:50%;
         }  
         .ftco-section {
         padding: 3em 0;
         }
         .pb-5, .py-5 {
         padding-bottom: 1rem !important;
         }
         .pt-5, .py-5 {
         padding-top: 1rem !important;
         }
         .block-6 .media-body p {
         font-size: 10px;
         line-height: 1.2;
         }
         .services.services-bg .media-body h3 {
         font-size: 13px;
         font-weight: 600;
         color: #fff;
         }
         .services {
         margin-bottom: 0px;
         }
         .services.services-bg .icon span {
         font-size: 43px;
         color: #fff;
         }
         .services.services-2 .icon {
         width: 120px;
         height: 120px;
         background: rgba(255, 255, 255, 0.1);
         background: transparent;
         -webkit-border-radius: 0%;
         -moz-border-radius: 0%;
         -ms-border-radius: 0%;
         border-radius: 0%;
         }
         .services .media-body h3 {
         font-size: 12px;
         font-weight: 600;
         color: #000000;
         }
         }
         .verticals-div{
         position: relative;
         }
         .verticals-div .img-sec{
         width: 100%;
         float: left;
         }
         .verticals-div .content-sec{
         width: 100%;
         float: left;
         padding: 30px 35px;
         border: 2px solid #ededed;
         border-top-color: rgb(237, 237, 237);
         border-top-color: transparent;
         border-bottom-left-radius: 20px;
         border-bottom-right-radius: 20px;
         background: #fcfcfe;
         }
         .verticals-div .img-sec2{
         width: 100%;
         float: left;
         }
         .verticals-div .content-sec2{
         width: 100%;
         float: left;
         padding: 1rem;
         border: 2px solid #ededed;
         border-top-color: rgb(237, 237, 237);
         border-top-color: transparent;
         border-bottom-left-radius: 20px;
         border-bottom-right-radius: 20px;
         background: #fcfcfe;
         }
         .verticals-div .content-sec2 h4{
            font-size: 18px;
    color: #0fb6c9;
    font-weight: 700;
         }
         .verticals-div .img-sec img{
         height: 250px;
         width: 100%;
         display: block;
         object-fit: cover;
         -o-object-fit: cover;
         border-top-left-radius: 20px;
         border-top-right-radius: 20px;
         }
         .verticals-div .img-sec2 img{
         height: 180px;
         width: 100%;
         display: block;
         object-fit: cover;
         -o-object-fit: cover;
         border-top-left-radius: 20px;
         border-top-right-radius: 20px;
         }
         .verticals-div:hover .img-sec, .verticals-div:hover .content-sec{
         -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         }
         .verticals-div:hover .img-sec2, .verticals-div:hover .content-sec2{
         -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
         }
         a {
         -webkit-transition: .3s all ease;
         -o-transition: .3s all ease;
         transition: .3s all ease;
         color: #751e6b;
         }
         .banner-box {
    position: absolute;
    /*top: 50%;*/
    width: 100%;
    z-index: 9;padding-top: 100px;
}
.white-bg {
    background-color: #ffffff !important;
}
.white-bg h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1c2045;
    letter-spacing: 0;
}
 .banner-box .font-w-5{
    color: #0fb6c9;
}
.delay-2, .owl-item.active .delay-2 {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}
.btn.btn-theme, .step-num {
    background: rgb(255,21,106);
    background: linear-gradient(90deg, rgb(67, 161, 172) 0%, rgb(15, 182, 201) 90%);
    color: #ffffff;
    padding: 10px 25px;
font-size: 16px;
}
.btn.btn-theme:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: rgb(255,21,106);
    background: linear-gradient(90deg, rgb(67, 161, 172) 0%, rgb(15, 182, 201) 90%);
}
.btn:hover {
    background: #ff7810;
    color: #fff;
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(255,255,255,0.2);
}
.pos-r {
    position: relative;
}

.section-title {
    margin-bottom: 50px;
}
.section-title h6 {
    padding: 6px 10px;
position: relative;
display: inline-block;
font-weight: 500;
background: #0fb6c9;
    background-color: rgb(15, 182, 201);
background-color: rgb(11, 111, 141);
color: #ffffff;
margin-bottom: 20px;
}
.title {
    position: relative;
    color: #1c2045;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
h2 {
    font-size: 38px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c2045;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.featured-title h5 {
    margin: 30px 0 20px;
    text-transform: capitalize;
}
h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c2045;
}
.featured-desc p {
    margin-bottom: 0;
    font-size: 14px;
}
.owl-carousel .featured-item {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.featured-item.style-2 {
    background: #ffffff;
    padding: 60px 30px;
}
.title::before {
    position: absolute;
    left: 0;
    width: 100px;
    margin: 0 auto;
    bottom: 0;
    height: 3px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: rgb(255,120,16);
    background: -moz-linear-gradient(left, rgba(255,120,16,1) 0%, rgba(255,21,106,1) 25%, rgba(255,94,44,1) 50%, rgba(187,13,76,1) 75%, rgba(69,204,137,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,120,16,1)), color-stop(25%,rgba(255,21,106,1)), color-stop(50%,rgba(255,94,44,1)), color-stop(75%,rgba(187,13,76,1)), color-stop(100%,rgba(255,120,16,1)));
    background: -webkit-linear-gradient(left, rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%);
    background: -o-linear-gradient(left, rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%);
    background: linear-gradient(to right, rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7810', endColorstr='#ff7810',GradientType=1 );
}
.featured-item .featured-icon .fa{
    color:#0fb6c9;
    font-size:50px;
}
.bg-pos-r {
    background-position: right;
}
.bg-contain {
    background-size: contain;
}
.image-column {
    position: absolute;
    left: 0px;
    /*top: 50%;*/
}
.work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    padding: 10px 15px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.work-process.style-2 .work-process-inner {
    padding-left: 80px;
}
.work-process-inner {
    position: relative;
}
.text-center .title::before {
 transform: translateX(-50%);
left: 50%;
}
.dark-bg {
    background-color: #141414;
}
.dark-bg .title, .theme-bg .title {
    color: #ffffff;
}
.custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px;
}
.text-white {
    color: #fff !important;
}
.z-index-1 {
    z-index: 1;
    position: relative;
}
.owl-carousel .cases-item {
    margin: 30px 10px;
}
.cases-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
}
.cases-item img {
    width: 100%;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-item.center {
    z-index:100;
    transform: scale(1.1);
    z-index: 99;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-item {
    margin:10px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.cases-item .cases-description h5 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.cases-item span {
    font-weight: 500;
    display: block;
}
.grey-bg {
    background-color: #f5fff3;
}
.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}
.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    section
    {
        padding: 0px;
    }
    .white-bg h1
    {
        font-size: 22px;
        line-height: 30px;
    }
    .main-timeline {
        padding-top: 50px;
    }
    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline {
        margin-bottom: 70px;
    }
    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto;
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px;
    }
    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px;
    }
    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0);
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px;
    }
    .digital_h3
    {
            font-size: 18px;
    }
    .hero-wrap.hero-wrap-2
    {
        margin-bottom: 1rem;
    }
    .title {
    position: relative;
    color: #1c2045;
    padding-bottom: 11px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
}
.section-title {
    margin-bottom: 20px;
}
.what_we_do_img {
   
    top: 2rem;
    margin-bottom: 4rem;
}
.image-column
{
    position: relative;
}
.proceess_space
{
    padding-top: 3rem !important;
}
.custom-mt-10
{
    margin-top: 0px;
}
}