.main-timeline {
    padding-top: 30px;
    overflow: hidden;
    position: relative
}

    .main-timeline:before {
        content: "";
        width: 7px;
        height: 100%;
        background: #084772;
        margin: 0 auto;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        width: 50%;
        float: left;
        padding: 20px 60px;
        border-top: 7px solid #084772;
        border-right: 7px solid #084772;
        border-radius: 0 30px 0 0;
        position: relative;
        right: -3.5px
    }

    .main-timeline .icon {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        background: #10b5da;
        border: 1px solid #fff;
        text-align: center;
        font-size: 25px;
        color: #fff;
        box-shadow: 0 0 0 2px #10b5da;
        position: absolute;
        top: -30px;
        left: 0
    }

    .main-timeline .timeline-content {
        display: block;
        padding: 30px 10px 10px;
        border-radius: 20px;
        background: #10b5da;
        color: #fff;
        position: relative
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
            color: #fff
        }

        .main-timeline .timeline-content:after, .main-timeline .timeline-content:before {
            content: "";
            display: block;
            width: 10px;
            height: 50px;
            border-radius: 10px;
            background: #10b5da;
            border: 1px solid #fff;
            position: absolute;
            top: -35px;
            left: 50px
        }

        .main-timeline .timeline-content:after {
            left: auto;
            right: 50px
        }

    .main-timeline .title {
        font-size: 18px;
        text-align: center;
        margin: 0;
        color: #fff
    }

    .main-timeline .description {
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0 0 5px
    }

    .main-timeline .timeline:nth-child(2n) {
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0;
        right: auto;
        left: -3.5px
    }

        .main-timeline .timeline:nth-child(2n) .icon {
            left: auto;
            right: 0;
            box-shadow: 0 0 0 2px #4e7693
        }

    .main-timeline .timeline:nth-child(2) {
        margin-top: 110px
    }

    .main-timeline .timeline:nth-child(odd) {
        margin: -130px 0 30px
    }

    .main-timeline .timeline:nth-child(even) {
        margin-bottom: 95px
    }

    .main-timeline .timeline:first-child, .main-timeline .timeline:last-child:nth-child(even) {
        margin: 0 0 30px
    }

    .main-timeline .timeline:nth-child(2n) .icon, .main-timeline .timeline:nth-child(2n) .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        background: #4e7693
    }

    .main-timeline .timeline:nth-child(3n) .icon, .main-timeline .timeline:nth-child(3n) .timeline-content, .main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-content:before {
        background: #7a8491
    }

    .main-timeline .timeline:nth-child(3n) .icon {
        box-shadow: 0 0 0 2px #7a8491
    }

    .main-timeline .timeline:nth-child(4n) .icon, .main-timeline .timeline:nth-child(4n) .timeline-content, .main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-content:before {
        background: #6784b3
    }

    .main-timeline .timeline:nth-child(4n) .icon {
        box-shadow: 0 0 0 2px #6784b3
    }

    .main-timeline .timeline:nth-child(5n) .icon, .main-timeline .timeline:nth-child(5n) .timeline-content, .main-timeline .timeline:nth-child(5n) .timeline-content:after, .main-timeline .timeline:nth-child(5n) .timeline-content:before {
        background: #73a0b9
    }

    .main-timeline .timeline:nth-child(5n) .icon {
        box-shadow: 0 0 0 2px #73a0b9
    }

    .main-timeline .timeline:nth-child(6n) .icon, .main-timeline .timeline:nth-child(6n) .timeline-content, .main-timeline .timeline:nth-child(6n) .timeline-content:after, .main-timeline .timeline:nth-child(6n) .timeline-content:before {
        background: #9ab0b6
    }

    .main-timeline .timeline:nth-child(6n) .icon {
        box-shadow: 0 0 0 2px #9ab0b6
    }

    .main-timeline .timeline:nth-child(7n) .icon, .main-timeline .timeline:nth-child(7n) .timeline-content, .main-timeline .timeline:nth-child(7n) .timeline-content:after, .main-timeline .timeline:nth-child(7n) .timeline-content:before {
        background: #91afdc
    }

    .main-timeline .timeline:nth-child(7n) .icon {
        box-shadow: 0 0 0 2px #91afdc
    }

    .main-timeline .timeline:nth-child(8n) .icon, .main-timeline .timeline:nth-child(8n) .timeline-content, .main-timeline .timeline:nth-child(8n) .timeline-content:after, .main-timeline .timeline:nth-child(8n) .timeline-content:before {
        background: #10b5da
    }

    .main-timeline .timeline:nth-child(8n) .icon {
        box-shadow: 0 0 0 2px #10b5da
    }

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 0;
        right: auto
    }

    .right_border_none .details_left {
        float: left !important
    }

    .details_left {
        padding-top: 15px !important
    }

    .main-timeline .timeline, .main-timeline .timeline:nth-child(even), .main-timeline .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0;
        right: auto;
        left: 0
    }

    .main-timeline .icon {
        left: auto;
        right: 0
    }
}

.about-part::before, .section-head-2 h2::before {
    left: 0;
    content: ''
}

@media only screen and (max-width: 480px) {
    .main-timeline .title {
        font-size: 18px
    }
}

.about-part {
    background: #f6f6f6;
    position: relative;
    padding: 55px 0 15px
}

    .about-part::before {
        position: absolute;
        top: 0;
        height: 100%;
        width: 45%;
        background: url(/Theme/img/barcode-scan-bg.jpg);
        background-size: cover;
        z-index: 0
    }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.law-pro {
    color: #fff;
    background: rgba(15,60,103,.8);
    border: 3px solid rgba(255,255,255,.33);
    padding: 85px 20px 82px
}

    .law-pro i {
        font-size: 52px
    }

    .law-pro h2 {
        padding: 5px 0 13px;
        color: #fff
    }

    .law-pro P {
        font-weight: 400;
        font-style: italic
    }

.about-details {
    padding-left: 75px
}

    .about-details .section-head-2 {
        padding-bottom: 60px
    }

.section-head-2 h2 {
    margin-top: -6px;
    padding-bottom: 25px;
    position: relative;
    color: #f18636;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: Montserrat,sans-serif;
    font-size: 30px
}

    .section-head-2 h2::before {
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 40px;
        background: #0f3c67
    }

    .section-head-2 h2 span {
        color: #3c3c3c
    }

.section-head-2 p {
    padding-top: 25px;
    color: #3c3c3c;
    max-width: 490px
}

.about-item-box {
    position: relative;
    margin-bottom: 20px
}

    .about-item-box h3 {
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s
    }

    .about-item-box p {
        padding-top: 12px;
        font-size: 15px
    }

    .about-item-box:hover .about-item-icon::before {
        background: #00b4d9
    }

    .about-item-box .about-item-icon {
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        position: relative;
        left: -73px;
        top: -40px;
        height: 70px;
        width: 70px;
        border-radius: 2px;
        text-align: center;
        line-height: 0;
        display: inline
    }

        .about-item-box .about-item-icon::before {
            position: absolute;
            content: '';
            width: 50px;
            height: 50px;
            background: #0f3c67;
            top: 4px;
            left: -13px;
            transform: translateY(-50%) rotate(45deg);
            z-index: 0;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-box-shadow: 10px 10px 30px 0 rgba(0,0,0,.22);
            -moz-box-shadow: 10px 10px 30px 0 rgba(0,0,0,.22);
            box-shadow: 10px 10px 30px 0 rgba(0,0,0,.22)
        }

        .about-item-box .about-item-icon i {
            color: #fff;
            font-size: 22px;
            position: relative
        }

@media only screen and (max-width: 767px) {
    .about-details {
        padding-left: 97px
    }

    .about-item-box {
        margin-top: 0;
        margin-bottom: 0
    }

    .about-part::before {
        display: none
    }

    .law-pro {
        margin-bottom: 60px;
        background: url(/Theme/img/barcode-scan-bg.jpg);
        background-size: cover;
        position: relative;
        z-index: 2;
        border: none
    }

        .law-pro::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(15,60,103,.7);
            z-index: -1
        }
}

.steps-details .steps-cont ul li:after, .steps-details .steps-cont ul li:before {
    border-top: 2px solid #3297cc;
    top: 0;
    content: '';
    position: absolute;
    bottom: 0
}

@media only screen and (max-width: 991px) {
    .about-part {
        padding: 90px 0 15px
    }
}

.feature-item {
    position: relative;
    padding: 10px 15px 10px 50px;
    line-height: 33px;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 2px solid #00b4d9;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}

    .feature-item::before {
        position: absolute;
        left: 25px;
        top: 10px;
        line-height: 33px;
        font-size: 12px;
        content: "\f00c";
        font-family: FontAwesome;
        font-weight: 900;
        color: #084969
    }

.steps-details {
    display: block;
    margin: 0 0 -4px
}

    .steps-details .steps-cont ul li {
        position: relative;
        padding: 45px 105px 45px 85px;
        display: block;
        border-radius: 10px;
        margin: 0 0 -2px
    }

        .steps-details .steps-cont ul li .mid-icons {
            position: absolute;
            bottom: -14px;
            background: rgba(57,100,208,1);
            background: -moz-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
            background: -webkit-gradient(left top,right top,color-stop(0,rgba(57,100,208,1)),color-stop(100%,rgba(45,193,201,1)));
            background: -webkit-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
            background: -o-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
            background: -ms-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
            background: linear-gradient(to right,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 28px;
            width: 28px;
            line-height: 24px;
            border-radius: 100%;
            z-index: 999;
            text-align: center
        }

            .steps-details .steps-cont ul li .mid-icons img {
                display: inline-block
            }

        .steps-details .steps-cont ul li:before {
            left: 48px;
            right: 48px;
            border-radius: 0
        }

@media only screen and (max-width: 480px) {
    .steps-details .steps-cont ul li {
        padding: 80px 50px
    }

        .steps-details .steps-cont ul li:before {
            left: 32px;
            right: 38px
        }
}

.steps-details .steps-cont ul li:after {
    width: 14px;
    right: 34px;
    border-right: 2px solid #3297cc;
    border-bottom: 2px solid #3297cc;
    border-radius: 0 10px 10px 0
}

.steps-details .steps-cont ul li:first-child:before {
    display: none
}

.steps-details .steps-cont ul li:first-child:after {
    border-radius: 0 0 10px;
    border-top: none
}

.steps-details .steps-cont ul li.l-con {
    text-align: right;
    position: relative
}

    .steps-details .steps-cont ul li.l-con .cont h2 {
        margin: 0 0 5px;
        font-weight: 400;
        color: #395d70;
        font-size: 25px
    }

    .steps-details .steps-cont ul li.l-con .cont p {
        margin: 0
    }

@media only screen and (max-width: 480px) {
    .steps-details .steps-cont ul li:after {
        right: 24px
    }

    .steps-details .steps-cont ul li.l-con {
        padding-right: 70px;
        padding-left: 0
    }

        .steps-details .steps-cont ul li.l-con .cont h2 {
            font-size: 24px
        }

        .steps-details .steps-cont ul li.l-con .cont p {
            font-size: 14px
        }
}

.steps-details .steps-cont ul li.l-con span {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background: rgba(57,100,208,1);
    background: -moz-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(57,100,208,1)),color-stop(100%,rgba(45,193,201,1)));
    background: -webkit-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -o-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -ms-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: linear-gradient(to right,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    text-align: center;
    top: 25%;
    line-height: 70px;
    z-index: 999
}

.steps-details .steps-cont ul li.r-con {
    text-align: left;
    position: relative
}

    .steps-details .steps-cont ul li.r-con:after {
        left: 34px;
        right: inherit;
        border-left: 2px solid #3297cc;
        border-right: none;
        border-radius: 10px 0 0 10px
    }

@media only screen and (max-width: 480px) {
    .steps-details .steps-cont ul li.l-con span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .steps-details .steps-cont ul li.r-con {
        padding-left: 70px;
        padding-right: 0
    }

        .steps-details .steps-cont ul li.r-con:after {
            left: 24px
        }
}

.steps-details .steps-cont ul li.r-con:last-child:after {
    border-radius: 10px 0 0
}

.steps-details .steps-cont ul li.r-con .cont h2 {
    margin: 0 0 5px;
    font-weight: 400;
    color: #395d70;
    font-size: 25px
}

.steps-details .steps-cont ul li.r-con .cont p {
    margin: 0
}

@media only screen and (max-width: 480px) {
    .steps-details .steps-cont ul li.r-con .cont h2 {
        font-size: 24px
    }

    .steps-details .steps-cont ul li.r-con .cont p {
        font-size: 14px
    }
}

.steps-details .steps-cont ul li.r-con span {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    background: rgba(57,100,208,1);
    background: -moz-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(57,100,208,1)),color-stop(100%,rgba(45,193,201,1)));
    background: -webkit-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -o-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: -ms-linear-gradient(left,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    background: linear-gradient(to right,rgba(57,100,208,1) 0,rgba(45,193,201,1) 100%);
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    text-align: center;
    top: 25%;
    line-height: 70px;
    z-index: 999
}

@media only screen and (max-width: 480px) {
    .steps-details .steps-cont ul li.r-con span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px
    }
}

.steps-details .steps-cont ul li:nth-child(3):after {
    content: '';
    position: absolute;
    width: 55%;
    right: 30px;
    top: 0;
    bottom: 0;
    border-right: 2px solid #3297cc;
    border-top: 2px solid #3297cc;
    border-bottom: 2px solid #3297cc;
    border-radius: 0 10px 10px 0
}

.steps-details .steps-cont ul li:last-child::after {
    border-radius: 0 10px 0 0;
    border-bottom: none
}

.meal-restaurant {
    position: relative;
        z-index:0;
}

    .meal-restaurant .cont-bg {
        width: 50%;
        float: right;
        position: relative;
        z-index: 1
    }

        .meal-restaurant .cont-bg:after, .meal-restaurant .cont-bg:before {
            position: absolute;
            top: 50%;
            content: "";
            display: block;
            clear: both
        }

        .meal-restaurant .cont-bg:before {
            width: 40%;
            height: 6px;
            background: #9f005d;
            left: 0;
            z-index: -1;
            transform: translateY(-50%)
        }

        .meal-restaurant .cont-bg:after {
            width: 6px;
            height: 70%;
            background: #9f005d;
            left: -3px
        }

    .meal-restaurant .cont-bg-content {
        width: 65%;
        float: right;
        padding: 25px 0 25px 30px;
        margin-right: 15px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 3px 3px 5px 6px #ccc
    }

        .meal-restaurant .cont-bg-content:after, .meal-restaurant .cont-bg-content:before {
            content: "";
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #9f005d;
            position: absolute;
            top: 50%;
            left: -13px;
            z-index: 1;
            transform: translateY(-50%)
        }

        .meal-restaurant .cont-bg-content:after {
            left: 30%;
            transform: translate(-50%,-50%)
        }

    .meal-restaurant .content-inner {
        padding: 35px 15px 35px 33px;
        margin-right: -15px;
        background: #9f005d;
        border-radius: 150px 0 0 150px;
        position: relative
    }

        .meal-restaurant .content-inner:after, .meal-restaurant .content-inner:before {
            content: "";
            border-left: 15px solid #640026;
            border-top: 10px solid transparent;
            position: absolute;
            top: -10px;
            right: 0
        }

        .meal-restaurant .content-inner:after {
            border-top: none;
            border-bottom: 10px solid transparent;
            top: auto;
            bottom: -10px
        }

    .meal-restaurant .title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 5px
    }

    .meal-restaurant .description {
        font-size: 14px;
        color: #fff;
        margin: 0
    }

    .meal-restaurant .cont-bg:nth-child(2n) .icon, .meal-restaurant .cont-bg:nth-child(2n):after, .meal-restaurant .cont-bg:nth-child(2n):before {
        left: auto;
        right: 0
    }

    .meal-restaurant .cont-bg:nth-child(2n):after {
        right: -3px
    }

    .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content {
        float: left;
        padding: 25px 30px 25px 0;
        margin: 0 0 0 15px
    }

        .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content:after, .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content:before {
            left: auto;
            right: -13px
        }

        .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content:after {
            right: 30%;
            margin-right: -25px
        }

    .meal-restaurant .cont-bg:nth-child(2n) .content-inner {
        padding: 35px 33px 35px 15px;
        margin: 0 0 0 -15px;
        border-radius: 0 150px 150px 0
    }

        .meal-restaurant .cont-bg:nth-child(2n) .content-inner:after, .meal-restaurant .cont-bg:nth-child(2n) .content-inner:before {
            border: none;
            border-right: 15px solid #087e96;
            border-top: 10px solid transparent;
            right: auto;
            left: 0
        }

        .meal-restaurant .cont-bg:nth-child(2n) .content-inner:after {
            border-top: none;
            border-bottom: 10px solid transparent
        }

    .meal-restaurant .cont-bg:nth-child(2) {
        margin-top: 120px
    }

    .meal-restaurant .cont-bg:nth-child(odd) {
        margin: -135px 0 0
    }

    .meal-restaurant .cont-bg:nth-child(even) {
        margin-bottom: 70px
    }

    .meal-restaurant .cont-bg:first-child, .meal-restaurant .cont-bg:last-child:nth-child(even) {
        margin: 0
    }

    .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content:after, .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content:before, .meal-restaurant .cont-bg:nth-child(2n) .content-inner, .meal-restaurant .cont-bg:nth-child(2n):after, .meal-restaurant .cont-bg:nth-child(2n):before {
        background: #00b4d9
    }

    .meal-restaurant .cont-bg:nth-child(3n) .cont-bg-content:after, .meal-restaurant .cont-bg:nth-child(3n) .cont-bg-content:before, .meal-restaurant .cont-bg:nth-child(3n) .content-inner, .meal-restaurant .cont-bg:nth-child(3n):after, .meal-restaurant .cont-bg:nth-child(3n):before {
        background: #00a3a9
    }

        .meal-restaurant .cont-bg:nth-child(3n) .content-inner:after, .meal-restaurant .cont-bg:nth-child(3n) .content-inner:before {
            border-left-color: #006662
        }

@media only screen and (max-width: 990px) and (min-width:768px) {
    .meal-restaurant .cont-bg:after {
        height: 80%
    }
}

@media only screen and (max-width: 767px) {
    .meal-restaurant .cont-bg:last-child, .meal-restaurant .cont-bg:nth-child(even), .meal-restaurant .cont-bg:nth-child(odd) {
        margin: 0
    }

    .meal-restaurant .cont-bg {
        width: 95%;
        margin: 15px 15px 15px 0 !important
    }

        .meal-restaurant .cont-bg .cont-bg-content:after, .meal-restaurant .cont-bg .cont-bg-content:before, .meal-restaurant .cont-bg:after, .meal-restaurant .cont-bg:before {
            display: none
        }

        .meal-restaurant .cont-bg-content, .meal-restaurant .cont-bg:nth-child(2n) .cont-bg-content {
            width: 100%;
            float: none;
            padding: 30px 0 30px 30px;
            margin: 0
        }

        .meal-restaurant .cont-bg:nth-child(2n) .content-inner, .meal-restaurant .content-inner {
            padding: 35px 15px 35px 30px;
            margin: 0 -15px 0 0;
            border-radius: 150px 0 0 150px
        }

            .meal-restaurant .cont-bg:nth-child(2n) .content-inner:after, .meal-restaurant .cont-bg:nth-child(2n) .content-inner:before {
                border: none;
                border-left: 15px solid #027dcd;
                border-top: 10px solid transparent;
                right: 0;
                left: auto
            }

            .meal-restaurant .cont-bg:nth-child(2n) .content-inner:after {
                border-top: none;
                border-bottom: 10px solid transparent
            }

        .meal-restaurant .cont-bg:nth-child(4n) .content-inner:after, .meal-restaurant .cont-bg:nth-child(4n) .content-inner:before {
            border-left-color: #92070e
        }
}

.gradient_bg_default {
    background: -webkit-linear-gradient(90deg,#17c8e7 31%,#00abc9 69%);
    background: -webkit-gradient(linear,left top,right top,color-stop(31%,#17c8e7),color-stop(69%,#00abc9));
    background: -webkit-linear-gradient(left,#17c8e7 31%,#00abc9 69%);
    background: -o-linear-gradient(left,#17c8e7 31%,#00abc9 69%);
    background: linear-gradient(90deg,#17c8e7 31%,#00abc9 69%);
    margin-bottom: -10px
}

.process-wrapp, .process-wrapp li, .process-wrapp li > .pro-step {
    position: relative;
    z-index: 1
}

.process-wrapp {
    overflow: hidden;
    width: 100%;
    display: table;
    padding-left: 0
}

    .process-wrapp li {
        text-align: center !important;
        padding: 70px 15px 20px;
        display: table-cell
    }

.whitecolor {
    color: #fff
}

.process-wrapp li:first-child::before, .process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden
}

.process-wrapp li::before {
    left: 0
}

.process-wrapp li::after {
    right: 0
}

.process-wrapp li::after, .process-wrapp li::before {
    content: "";
    height: 1px;
    top: 115px;
    background: rgba(255,255,255,.5);
    position: absolute;
    width: 45%;
    z-index: -1;
    margin: 0 -35px
}

.process-wrapp li > .pro-step {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.bottom20 {
    margin-bottom: 20px
}

.fontbold {
    font-weight: 700
}

.process-wrapp li p:last-child {
    font-size: 13px;
    color: #fff;
    text-align: center
}

.process-wrapp li:hover > .pro-step {
    -webkit-box-shadow: 0 0 25px 50px #fff inset;
    box-shadow: 0 0 25px 50px #fff inset;
    color: #00bcd4
}

@media screen and (max-width: 992px) {
    .process-wrapp li {
        display: inline-block;
        width: 100%
    }

        .process-wrapp li:first-child::before, .process-wrapp li:last-child::after {
            opacity: 1;
            visibility: visible
        }

        .process-wrapp li::after, .process-wrapp li::before {
            width: 50%;
            margin: 0 -45px
        }
}

.testimonial {
    width: 305px;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .testimonial .testimonial-body {
        min-height: 350px;
        margin: 0 auto;
        border: 3px solid #00b4d9;
        border-radius: 10px;
        text-align: center;
    }

    .testimonial img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #eee;
        box-shadow: 0 0 20px rgba(0,0,0,.3);
        max-width: 99px;
        text-align: center;
        margin: 0 auto;
    }

    .testimonial .testimonial-body:before {
        border: 3px solid #00b4d9;
        width: 76.25px;
        height: 76.25px;
        font-family: FontAwesome;
        content: "\f27b";
        font-size: 3em;
        color: #00b4d9;
        background-color: #fff;
        display: table-cell;
        vertical-align: middle;
        border-radius: 76.25px;
        position: relative;
        left: 114.38px;
        top: -41.13px
    }

    .testimonial .testimonial-body .testimonial-text, .testimonial .testimonial-body .testimonial-video {
        position: relative;
        margin: 0 auto;
        top: -20px;
    }

    .testimonial .testimonial-body .testimonial-text {
        color: #4e4e4e;
        top: 8px;
        margin-top: -25px;
        margin: 0 auto;
    }

        .testimonial .testimonial-body .testimonial-text .testimonial-name {
            font-size: 18px;
            font-weight: 700;
            margin-top: 10px;
            font-family: Arial,Helvetica,sans-serif
        }

        .testimonial .testimonial-body .testimonial-text .testimonial-company {
            font-size: 14px;
            padding-top: 5px
        }

    .testimonial:after, .testimonial:before {
        border: 3px solid #00b4d9;
        width: 20px;
        height: 20px;
        background-color: #fff;
        content: "";
        display: block;
        border-radius: 20px;
        position: relative
    }

    .testimonial:before {
        left: -11.5px;
        top: 64px
    }

    .testimonial:after {
        left: 244px;
        top: -14.5px
    }

.play-btn {
    background-color: #01b4d9;
    padding: 5px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

audio {
    width: 250px;
    display: block;
    margin: 0 25px;
    border-radius: 50px
}

.entry-meta, .entry-title {
    margin-bottom: 30px
}

.post-inner-content {
    background: #042656;
    border: none;
    padding: 20px 50px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.04);
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.04);
    box-shadow: 0 4px 4px rgba(0,0,0,.04)
}

.dark-blue-bg {
    background-color: #042656;
    border-radius: 15px;
}

.light-gray-bg {
    background-color: #ececec
}

.white-text {
    color: #fff !important
}

.ulli-style {
    list-style: circle;
    padding-left: 20px;
    padding-top: 20px;
    color: #fff;
    font-size: 14px
}

.entry-title {
    color: #fff;
    font-size: 20px
}

.entry-meta span {
    margin-right: 10px
}

.plus-list-3 {
    margin-bottom: 20px;
    list-style: none;
    padding: 15px;
}

    .plus-list-3 li {
        position: relative;
        padding-left: 50px;
        margin-bottom: 25px;
        color: #fff;
        font-size: 14px
    }

        .plus-list-3 li:before {
            width: 32px;
            height: 32px;
            margin-right: 15px;
            background-color: #5dbdff;
            background: -webkit-linear-gradient(30deg,#5dbdff,#9babff);
            background: -ms-linear-gradient(30deg,#5dbdff,#9babff);
            background: linear-gradient(30deg,#5dbdff,#9babff);
            content: ""
        }

        .plus-list-3 li:after {
            width: 28px;
            height: 28px;
            margin-left: 2px;
            background-color: #fff;
            font-size: 18px;
            line-height: 32px;
            font-weight: 700;
            text-align: center;
            content: "+"
        }

        .plus-list-3 li:after, .plus-list-3 li:before {
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-block;
            border-radius: 50%;
            color: #252525;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.flight-module {
    background: #10b5da;
    background: -moz-linear-gradient(top,#10b5da 0,#86b7e7 100%);
    background: -webkit-linear-gradient(top,#10b5da 0,#86b7e7 100%);
    background: linear-gradient(to bottom,#10b5da 0,#86b7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b5da', endColorstr='#86b7e7', GradientType=0);
    padding: 30px 0
}

    .flight-module ul {
        list-style: none;
        position: relative;
        padding: 1px 50px;
        color: #fff;
        font-size: 13px
    }

        .flight-module ul:before {
            content: "";
            width: 1px;
            height: 100%;
            position: absolute;
            border-left: 2px dashed #fff
        }

        .flight-module ul li {
            position: relative;
            margin-left: 30px;
            background-color: rgba(255,255,255,.2);
            padding: 14px;
            border-radius: 6px;
            width: 100%;
            box-shadow: 0 0 4px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.08)
        }

            .flight-module ul li:not(:first-child) {
                margin-top: 30px
            }

            .flight-module ul li > span {
                width: 2px;
                height: 100%;
                background: #fff;
                left: -30px;
                top: 0;
                position: absolute
            }

                .flight-module ul li > span:after, .flight-module ul li > span:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    border: 2px solid #fff;
                    position: absolute;
                    background: #86b7e7;
                    left: -3px;
                    top: 0
                }

            .flight-module ul li span:after {
                top: 100%
            }

            .flight-module ul li > div {
                margin-left: 10px
            }

    .flight-module div .title, .flight-module div .type {
        font-weight: 600;
        font-size: 15px
    }

    .flight-module div .info {
        font-weight: 300
    }

    .flight-module div > div {
        margin-top: 5px
    }

    .flight-module span.number {
        height: 100%
    }

        .flight-module span.number span {
            position: absolute;
            font-size: 20px;
            left: -35px;
            font-weight: 700
        }

            .flight-module span.number span:first-child {
                top: -5px
            }

            .flight-module span.number span:last-child {
                top: 100%
            }

.visa-module-bg {
    background: linear-gradient(#18336a,#122351);
    padding: 20px
}

.bnft_box, .bnft_boxx {
    min-height: 120px
}

.bn1, .bn2, .bn3, .bn4, .bn5 {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    transition: all .2s ease .2s;
    position: relative
}

.dubai-flag, .egypt-flag, .indonesia-flag, .myanmar-flag, .india-flag, .iran-flag, .malaysia-flag, .morocco-flag, .saudi-flag, .singapore-flag, .vietnam-flag, .oman-flag {
    height: 20px;
    width: 31px;
    position: absolute;
    background-image: url(/Theme/img/flag-strip.png?v1);
    background-repeat: no-repeat
}

.content, .org-chart .board, .org-chart ul li {
    position: relative
}

.bnft_box p {
    padding-top: 35px;
    color: #fff
}

.iran-flag {
    background-position: 0 0;
    left: 95px
}

.saudi-flag {
    background-position: -36px 0;
    left: 65px
}

.vietnam-flag {
    background-position: -68px 0;
    left: 82px
}

.oman-flag {
    background-position: -107px -43px;
    left: 82px
}

.dubai-flag {
    background-position: -99px 0;
    left: 90px
}

.egypt-flag {
    background-position: 1px -66px;
    left: 90px
}

.india-flag {
    background-position: -140px 0;
    left: 92px
}

.singapore-flag {
    background-position: 0 -20px;
    left: 60px
}

.morocco-flag {
    background-position: -72px -21px;
    left: 80px
}

.indonesia-flag {
    background-position: -5px -41px;
    left: 80px
}

.myanmar-flag {
    background-position: -38px -41px;
    left: 80px;
    height: 24px
}

.malaysia-flag {
    background-position: -106px -21px;
    left: 80px
}

.org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .org-chart ul li span {
        display: block;
        border: 3px solid #00b4d9;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        box-shadow: 4px 4px 9px -4px rgba(0,0,0,.4);
        background: #7aaddc;
        padding: 8px
    }

    .org-chart ul li img {
        width: 150px;
        margin: 0 auto;
    }

.org-chart .lvl-b {
    background: #40404c;
    color: #fff
}

.org-chart .board {
    width: 100%;
    margin: 0 auto;
    display: block
}

    .org-chart .board:before {
        content: "";
        display: block;
        position: absolute;
        height: 25px;
        width: 0;
        border-left: 2px solid #00b4d9;
        margin-left: 49%;
        top: 65px
    }

.org-chart ul.columnOne, .org-chart ul.columnTwo {
    position: relative;
    display: block;
    height: 90px;
    clear: both
}

.org-chart ul.columnOne {
    width: 100%
}

    .org-chart ul.columnOne li {
        width: 30%;
        margin: 0 auto;
        top: 5px
    }

.org-chart ul.columnTwo {
    width: 100%
}

    .org-chart ul.columnThree:before, .org-chart ul.columnTwo:before {
        content: "";
        display: block;
        position: relative;
        height: 10px;
        border-top: 2px solid orange;
        top: 40px
    }

    .org-chart ul.columnTwo li:first-child {
        width: 30%;
        float: left
    }

    .org-chart ul.columnTwo li {
        width: 30%;
        float: right
    }

    .org-chart ul.columnTwo:before {
        width: 80%;
        margin: 0 auto
    }

.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both
}

    .org-chart ul.columnThree li:first-child {
        width: 30%;
        float: left;
        margin-left: 0
    }

    .org-chart ul.columnThree li {
        width: 30%;
        margin-left: 5%;
        float: left
    }

        .org-chart ul.columnThree li:last-child {
            width: 30%;
            float: right;
            margin-left: 0
        }

    .org-chart ul.columnThree:before {
        width: 80%;
        margin: 0 auto
    }

.org-chart .department:after, .org-chart .departments:before {
    display: block;
    height: 22px;
    border-left: 2px solid #00b4d9;
    content: ""
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both
}

    .org-chart .departments:before {
        width: 85%;
        border-top: 2px solid #00b4d9;
        border-right: 2px solid #00b4d9;
        margin: 0 auto;
        top: 0
    }

.org-chart .department {
    border-left: 2px solid #00b4d9;
    width: 24%;
    float: left;
    margin: 0 4px
}

    .org-chart .department:after {
        position: absolute;
        width: 10px;
        left: 50%;
        top: -22px
    }

    .org-chart .department.central:after, .org-chart .department:first-child:after, .org-chart .department:last-child:after {
        display: none
    }

    .org-chart .department.central {
        background: #F5EEC9
    }

    .org-chart .department span {
        border-left: 1px solid #00b4d9
    }

    .org-chart .department li {
        padding-left: 25px;
        border-bottom: 2px solid #00b4d9;
        height: 80px
    }

        .org-chart .department li span {
            background: #bce7f9;
            top: 38px;
            position: absolute;
            z-index: 1;
            width: 95%;
            height: auto;
            vertical-align: middle;
            right: 0;
            line-height: 24px;
            border: 3px solid #00b4d9
        }

    .org-chart .department .sections {
        margin-top: -20px
    }

.mapping-box {
    background-color: #fff;
    font-weight: 700;
    border: 3px solid #00b4d9;
    border-radius: 14px;
    padding: 12px 5px;
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    display: table
}

    .mapping-box span {
        color: red
    }

    .mapping-box::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 80px;
        border-left: 2px solid #00b4d9;
        left: 50%;
        top: -10px;
    }

@media only screen and (max-width: 991px) {
    .org-chart .department {
        width: 23%
    }

    .org-chart ul.columnOne li {
        width: 50%
    }

    .mapping-box {
        margin-top: 75px
    }

        .mapping-box::before {
            height: 50px
        }
}

@media (min-width: 992px) and (max-width:1199px) {
    .org-chart .department {
        width: 23%
    }

    .org-chart ul.columnOne li {
        width: 50%
    }
}

@media all and (max-width: 767px) {
    .org-chart .board {
        margin: 0;
        width: 100%
    }

    .mapping-box::before {
        height: 50px;
        top: -50px
    }

    .org-chart .departments:before {
        border: none
    }

    .org-chart ul.columnOne li {
        width: 70%;
        margin: 0 auto;
        top: 5px
    }

    .org-chart .board:before {
        height: 50px
    }

    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px
    }

        .org-chart .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 15px;
            height: 60px;
            border-left: 2px solid #00b4d9
        }

        .org-chart .department:after, .org-chart .department:first-child:before {
            display: none
        }
}

.responsive-content {
    width: 767px;
    margin: 0 auto
}

    .responsive-content .org-chart .board {
        margin: 0;
        width: 100%
    }

    .responsive-content .org-chart .departments:before {
        border: none
    }

    .responsive-content .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        background: #F5EEC9;
        margin-bottom: 40px
    }

        .responsive-content .org-chart .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 15px;
            height: 60px;
            border-left: 2px solid orange;
            z-index: 1;
            top: -45px;
            left: 0;
            margin-left: -2px
        }

        .responsive-content .org-chart .department:after, .responsive-content .org-chart .department:first-child:before {
            display: none
        }

.apps_about_info .apps_info_box {
    position: relative;
    background-color: #fff;
    border: 2px solid #10b5da;
    border-radius: 12px;
    padding: 15px 7px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 285px
}

    .apps_about_info .apps_info_box .apps_info_line {
        width: 92%;
        border-top: 2px solid #10b5da;
        margin: 7px auto
    }

    .apps_about_info .apps_info_box, .apps_about_info .apps_info_box .apps_info_line {
        border-color: #2095f2
    }

        .apps_about_info .apps_info_box .circle {
            width: 65px;
            height: 65px;
            border-radius: 60%;
            margin: -60px auto 0;
            text-align: center;
            background-color: #10b5da;
            display: block;
            -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)
        }

.circle_icon {
    padding: 15px 0
}

.fa-4x {
    font-size: 2em;
    color: #fff
}

.lft_list {
    overflow: hidden !important;
    margin: 0;
    padding: 0
}

    .lft_list li {
        display: block;
        list-style: none;
        font-size: 16px;
        color: #4f4f4f;
        padding-left: 20px;
        margin: 0;
        position: relative;
        line-height: 32px
    }

        .lft_list li:hover {
            color: #10b5da
        }

            .lft_list li:hover::before {
                background: #10b5da
            }

        .lft_list li::after, .lft_list li::before {
            background: #e4e4e4;
            content: "";
            position: absolute;
            left: 0
        }

        .lft_list li::before {
            border: 0 solid #e4e4e4;
            border-radius: 30px;
            bottom: 0;
            height: 12px;
            margin-left: -5px;
            width: 12px;
            z-index: 1;
            top: 6px
        }

        .lft_list li::after {
            bottom: 6px;
            height: 30px;
            top: 0;
            z-index: 0;
            width: 2px
        }

.services_on_this {
    float: left;
    width: 50%;
    border-right: 2px solid #d5d5d5;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: 0;
    list-style: none
}

    .services_on_this li {
        float: left;
        width: 100%;
        margin: 15px 0 25px
    }

.details_left {
    float: left;
    padding-top: 35px;
    width: 55%
}

.right_border_none .details_left, .ser_border {
    float: right
}

.details_right {
    float: right;
    width: auto
}

.ser_border {
    width: 85px;
    height: 1px;
    background: #d5d5d5;
    margin: 25% 0 0 !important
}

.right_border_none .details_right, .right_border_none .ser_border {
    float: left
}

.details_right > img {
    float: left;
    width: auto;
    vertical-align: middle
}

.details_left h3 {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0;
    color: #1a3667;
    font-size: 20px
}

.right_border_none {
    border-right: none;
    padding-top: 50px
}

    .right_border_none .details_left h3 {
        text-align: left
    }

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    display: block;
    position: absolute;
    font-size: .8em;
    color: #fff
}

[data-tooltip]:hover:before {
    border-radius: .2em;
    content: attr(title);
    background-color: rgba(0,0,0,.9);
    margin-top: -2.5em;
    padding: .3em
}

[data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(0,0,0,.9);
    border-width: .5em .5em 0
}

ul.flaglist {
    display: flex;
    justify-content: center;
    /* Centers horizontally along the main axis */
    align-items: center;
    /* Centers vertically along the cross axis */
}

    ul.flaglist li {
        list-style-type: none;
        display: flex;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        float: left;
        margin-top: 0px;
        min-width: 36px;
    }

        ul.flaglist li img {
            border-radius: 0;
            border: none;
            box-shadow: none;
            min-height: 20px !important;
            min-width: 30px !important;
        }

.single-box, .single-box::after, .single-box::before {
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.single-box {
    position: relative;
    overflow: hidden;
    padding: 15px;
    min-height: 278px;
    text-align: center;
    transition: .4s
}

    .single-box::before {
        left: 0;
        bottom: 0;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    .single-box::after {
        right: 0;
        top: 0;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

    .single-box::after, .single-box::before {
        content: '';
        position: absolute;
        height: 100px;
        width: 100px;
        z-index: -1;
        -o-transition: .4s;
        transition: .4s
    }

.bottom-info li i::after, .call-to-action:before {
    content: "";
    left: 0;
    top: 0
}

.single-box .icon {
    font-size: 32px;
    color: #636363;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s
}

.single-box:hover .icon {
    color: #00b4d9
}

.call-to-action h2, .call-to-action p, .thm-btn {
    color: #fff;
    position: relative
}

.single-box h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px
}

.single-box:hover {
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15)
}

    .single-box:hover::after, .single-box:hover::before {
        border-color: #00b4d9;
        width: 50%;
        height: 50%
    }

.call-to-action {
    padding: 55px;
    position: relative;
    background: url(/theme/img/staff.jpg) center top no-repeat fixed #0d395a;
    background-size: cover
}

    .call-to-action:before {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(13,57,90,.9)
    }

    .call-to-action p {
        font-size: 16px;
        margin: 0
    }

    .call-to-action h2 {
        margin: 15px 0 40px;
        font-weight: 700;
        font-size: 28px
    }

.thm-btn {
    display: inline-block;
    background: #00b4d9;
    text-transform: uppercase;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #097b92;
    border-radius: 30px;
    text-align: center;
    padding: 18px 48px;
    transition: all .4s ease;
    margin-top: 20px
}

    .thm-btn:hover {
        color: #fff;
        border-color: #fff;
        background-color: transparent
    }

.bottom-info {
    margin-top: 10px
}

    .bottom-info h3 {
        font-weight: 600;
        margin-bottom: 20px
    }

    .bottom-info ul {
        padding-left: 0
    }

    .bottom-info li {
        color: #666;
        display: block;
        font-family: Poppins,sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-transform: capitalize
    }

        .bottom-info li i {
            background: #4ac4f3;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            float: left;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            margin-right: 15px;
            margin-top: 5px;
            position: relative;
            text-align: center;
            width: 20px;
            z-index: 1
        }

            .bottom-info li i::after {
                background: #4ac4f3;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                height: 28px;
                margin-left: -4px;
                margin-top: -4px;
                opacity: .5;
                position: absolute;
                width: 28px;
                z-index: -1
            }

    .bottom-info span {
        display: table;
        padding-top: 2px
    }

.main-timeline02 {
    position: relative;
}

    .main-timeline02:before {
        content: '';
        height: 100%;
        width: 1px;
        border-left: 3px dashed #00b4d9;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 0;
    }

    .main-timeline02 .timeline {
        padding-left: 52px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .main-timeline02 .timeline:before, .main-timeline02 .timeline:after {
            content: '';
            height: 25px;
            width: 25px;
            background-color: #e37a13;
            border-radius: 50%;
            border: 5px solid #f1a152;
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: -1;
        }

        .main-timeline02 .timeline:after {
            background-color: #fff;
            height: 35px;
            width: 35px;
            border: none;
            border-radius: 0;
            transform: translateX(0) translateY(-50%) rotate(45deg);
            left: 40.5%;
        }

    .main-timeline02 .timeline-content {
        color: #000;
        background-color: #fff;
        width: 40%;
        border-radius: 10px;
        display: block;
        position: relative;
    }

        .main-timeline02 .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline02 .title {
        color: #fff;
        background-color: #ea7e14;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 1px;
        padding: 10px 10px;
        margin: 0;
        border-radius: 10px 10px 0 0;
    }

    .main-timeline02 .description {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 20px 15px 20px;
        margin: 0;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    }

        .main-timeline02 .description img {
            width: 180px;
            display: block;
            padding-bottom: 15px;
            padding: 4px;
            background: #c5c5c5;
            margin-bottom: 15px;
        }

    .main-timeline02 .timeline-icon {
        color: #0C3F42;
        background-color: #FFC83F;
        font-size: 40px;
        text-align: center;
        line-height: 70px;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: -35px;
        top: 63%;
    }

    .main-timeline02 .timeline:nth-child(even) {
        padding-left: 0;
        padding-right: 52px;
    }

        .main-timeline02 .timeline:nth-child(even):after {
            left: auto;
            right: 40.5%;
        }

        .main-timeline02 .timeline:nth-child(even) .timeline-content {
            float: right;
        }

        .main-timeline02 .timeline:nth-child(even) .timeline-icon {
            left: auto;
            right: -35px;
        }

        .main-timeline02 .timeline:nth-child(even) .description {
            padding: 10px 50px 15px 20px;
        }

    .main-timeline02 .timeline:nth-child(4n+2):before {
        background-color: #048739;
        border: 5px solid #02b34a;
    }

    .main-timeline02 .timeline:nth-child(4n+2) .title, .main-timeline02 .timeline:nth-child(4n+2) .timeline-icon {
        background-color: #048739;
    }

    .main-timeline02 .timeline:nth-child(4n+3):before {
        background-color: #c0392b;
        border: 5px solid #ff665b;
    }

    .main-timeline02 .timeline:nth-child(4n+3) .title, .main-timeline02 .timeline:nth-child(4n+3) .timeline-icon {
        background-color: #ff665b;
    }

    .main-timeline02 .timeline:nth-child(4n+4):before {
        background-color: #16964b;
        border: 5px solid #2ecc71;
    }

    .main-timeline02 .timeline:nth-child(4n+4) .title, .main-timeline02 .timeline:nth-child(4n+4) .timeline-icon {
        background-color: #2ecc71;
    }

@media screen and (max-width: 990px) {
    .main-timeline02 .timeline:after {
        left: 40%;
    }

    .main-timeline02 .timeline:nth-child(even):after {
        right: 40%;
    }

    .main-timeline02 .timeline:nth-child(even) .timeline-content, .main-timeline02 .timeline-content {
        width: 39%;
    }
}

@media screen and (max-width: 767px) {
    .main-timeline02:before {
        transform: translateX(0);
        left: 0;
    }

    .main-timeline02 .timeline:nth-child(even), .main-timeline02 .timeline {
        padding: 40px 30px 0;
        margin-bottom: 30px;
    }

        .main-timeline02 .timeline:before {
            transform: translateX(0) translateY(-50%);
            left: -11px;
        }

        .main-timeline02 .timeline:nth-child(even):after, .main-timeline02 .timeline:after {
            left: 28px;
        }

        .main-timeline02 .timeline:nth-child(even) .timeline-content, .main-timeline02 .timeline-content {
            width: 100%;
        }

        .main-timeline02 .timeline:nth-child(even) .timeline-icon, .main-timeline02 .timeline-icon {
            font-size: 30px;
            line-height: 50px;
            height: 50px;
            width: 50px;
            transform: translateY(0);
            left: auto;
            right: -20px;
            top: -35px;
        }

    .main-timeline02 .title {
        font-size: 20px;
    }

    .main-timeline02 .timeline:nth-child(even) .description, .main-timeline02 .description {
        padding: 15px 15px 15px 15px;
    }
}

.serviceBox {
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 50px 15px 13px;
    position: relative;
    z-index: 1;
}

    .serviceBox .service-icon {
        color: #fff;
        background-color: #3c40c6;
        font-size: 35px;
        line-height: 80px;
        height: 90px;
        width: 90px;
        margin: 0 auto 15px;
        border-radius: 50%;
        border: 5px solid rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }

        .serviceBox .service-icon i.fa {
            transition: all 0.3s ease 0s;
        }

    .serviceBox:hover .service-icon i.fa {
        transform: rotateX(360deg);
    }

    .serviceBox:hover .service-icon:before {
        opacity: 1;
    }

    .serviceBox .service-icon:before {
        content: '';
        background-color: rgba(0,0,0,0.2);
        height: 80%;
        width: 80%;
        border-radius: 50%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        transition: all 0.3s;
    }

    .serviceBox.red:before, .serviceBox.red .service-icon {
        background: #f53b57;
    }

    .serviceBox.skyblue:before, .serviceBox.skyblue .service-icon {
        background: #0babe0;
    }

    .serviceBox.orange:before, .serviceBox.orange .service-icon {
        background: #ed5421;
    }

    .serviceBox.green:before, .serviceBox.green .service-icon {
        background: #66ab32;
    }

    .serviceBox.purple:before, .serviceBox.purple .service-icon {
        background: #bd49d2;
    }

    .serviceBox.cyne:before, .serviceBox.cyne .service-icon {
        background: #27c7b1;
    }

    .serviceBox.dred:before, .serviceBox.dred .service-icon {
        background: #9c6376;
    }

    .serviceBox.dblue:before, .serviceBox.dblue .service-icon {
        background: #63919c;
    }

    .serviceBox.dpink:before, .serviceBox.dpink .service-icon {
        background: #b74389;
    }

    .serviceBox.lyellolw:before, .serviceBox.lyellolw .service-icon {
        background: #f3c030;
    }

.services-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.04));
    background-color: #fff;
    border-bottom: 3px solid #fff;
    padding: 50px 15px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 20px;
    height: 220px;
    border: 1px solid #eee;
}

    .services-item h3 {
        font-size: 14px !important;
        line-height: 20px;
        font-weight: 600;
        padding: 12px 0 15px;
        margin-top: 5px
    }

    .services-item:hover {
        border-bottom: 3px solid #0a8aff;
    }

    .services-item:hover {
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .services-item .icon_we {
        background-image: url(/Theme/img/hotel-channel-manger-strip01.png);
        width: 70px;
        height: 66px;
        display: block;
        margin: 0 auto;
    }

.hotel-channel-icon01 {
    background-position: 0px 0px;
}

.services-item:hover .hotel-channel-icon01 {
    background-position: 0 -187px;
}

.hotel-channel-icon02 {
    background-position: -90px 0px;
    width: 96px !important;
}

.services-item:hover .hotel-channel-icon02 {
    background-position: -90px -187px;
}

.hotel-channel-icon03 {
    background-position: -208px 2px;
}

.services-item:hover .hotel-channel-icon03 {
    background-position: -212px -186px;
}

.hotel-channel-icon04 {
    background-position: -294px 0px;
}

.services-item:hover .hotel-channel-icon04 {
    background-position: -300px -186px;
}

.hotel-channel-icon05 {
    background-position: -1px -96px;
}

.services-item:hover .hotel-channel-icon05 {
    background-position: -1px -279px;
}

.hotel-channel-icon06 {
    background-position: -108px -96px;
}

.services-item:hover .hotel-channel-icon06 {
    background-position: -108px -279px;
}

.hotel-channel-icon07 {
    background-position: -215px -93px;
}

.services-item:hover .hotel-channel-icon07 {
    background-position: -215px -279px;
}

.hotel-channel-icon08 {
    background-position: -307px -93px;
}

.services-item:hover .hotel-channel-icon08 {
    background-position: -307px -279px;
}

.hotel-channel-icon09 {
    background-position: -175px -438px;
}

.services-item:hover .hotel-channel-icon09 {
    background-position: -175px -495px;
}

.hotel-channel-icon10 {
    background-position: -268px -438px;
}

.services-item:hover .hotel-channel-icon10 {
    background-position: -256px -496px;
}

.services-item i {
    color: #ee3f47;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item-wedo {
    padding: 20px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #08AEEA;
    background-image: linear-gradient(-26deg, #00b4d9 29%, #749af1 100%);
    text-align: left;
    display: block;
    margin-bottom: 30px;
    min-height: 170px
}

    .item-wedo h4 {
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: 1.3em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .item-wedo .text {
        position: relative;
        margin-left: 80px;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 400;
        color: #fff;
    }

.hitem-wedo-icon01 {
    background-position: -3px -360px;
}

.hitem-wedo-icon02 {
    background-position: -108px -360px;
}

.hitem-wedo-icon03 {
    background-position: -198px -360px;
}

.hitem-wedo-icon04 {
    background-position: -287px -360px;
}

.hitem-wedo-icon05 {
    background-position: 0px -438px;
}

.hitem-wedo-icon06 {
    background-position: -95px -438px;
}

.item-wedo .hitem-wedo {
    background-image: url(/Theme/img/hotel-channel-manger-strip01.png);
    width: 65px;
    height: 62px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    float: left;
    margin-right: 15px;
}

.featured-icon-box.top-icon.style2 {
    border-bottom-color: #00b4d9 !important;
    background-color: #232323;
    padding: 55px 15px 55px 15px;
    border-bottom: 3px solid #dce1e9;
    position: relative;
    margin-bottom: 30px;
}

.featured-icon-box.top-icon.styl.featured-icon-boxe2 {
    padding: 55px 15px 55px 15px;
    border-bottom: 3px solid #dce1e9;
    position: relative;
    margin-bottom: 30px;
}

.featured-icon-box, .featured-icon-box.top-icon.style2:before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .featured-icon-box.top-icon.style2:before {
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 50%;
        bottom: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #dce1e9;
        z-index: 2;
    }

    .featured-icon-box.top-icon.style2 .featured-title h5 {
        margin-bottom: 15px;
        font-size: 19px;
        color: #fff;
        line-height: 26px;
        position: relative;
        z-index: 1;
    }

    .featured-icon-box.top-icon.style2 .featured-content:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        line-height: 14px;
        border: 1px solid #fff;
        border-radius: 50%;
        bottom: -7px;
        z-index: 999;
        left: 50%;
        margin-left: -7px;
        background-color: transparent;
    }

    .featured-icon-box.top-icon.style2 .featured-content:after {
        position: absolute;
        content: '';
        height: 36px;
        width: 36px;
        border-radius: 50%;
        bottom: -18px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        z-index: 1;
        background-color: #00b4d9;
    }

    .featured-icon-box.top-icon.style2:hover {
        border-bottom-color: #000 !important;
    }

        .featured-icon-box.top-icon.style2:hover:before {
            background-color: #00b4d9;
        }

        .featured-icon-box.top-icon.style2:hover:after {
            background-color: #00b4d9;
        }

        .featured-icon-box.top-icon.style2:hover:after {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -moz-transform: scaleY(1);
            transform: scaleY(1);
        }

    .featured-icon-box.top-icon.style2:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: visible;
        background-color: #000;
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -moz-transform-origin: top;
        transform-origin: top;
        z-index: 0;
    }

    .featured-icon-box.top-icon.style2:hover .featured-content:after {
        background-color: #000;
    }

    .featured-icon-box.top-icon.style2 .ttm-icon {
        position: relative;
        z-index: 1;
    }

.featured-icon .ttm-icon {
    background-image: url(/Theme/img/gsa-partner-strip.png);
    width: 76px;
    height: 81px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ttm-icon-icon01 {
    background-position: 0px 0px;
}

.ttm-icon-icon02 {
    background-position: -111px 0px;
}

.ttm-icon-icon03 {
    background-position: -235px 0px;
}

.ttm-icon-icon04 {
    background-position: -337px 1px;
}

.ttm-icon-icon05 {
    background-position: -445px 2px;
}

.ttm-icon-icon06 {
    background-position: -557px 2px;
}

.ttm-icon-icon07 {
    background-position: -671px 2px;
}

.ttm-icon-icon08 {
    background-position: -767px 2px;
}

.p-b-33 {
    padding-bottom: 33px;
}

.map-container {
    padding: 3.2rem .8rem;
    position: relative;
    display: inline-block;
}

    .map-container img {
        width: 100%;
    }

    .map-container .point {
        cursor: pointer;
        position: absolute;
        width: 1.6rem;
        height: 1.6rem;
        background-color: #001fff;
        border-radius: 50%;
        transition: all .3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgb(5, 30, 93);
        animation: pulse 3s infinite;
    }

        .map-container .point:hover {
            animation: none;
            transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

    .map-container .asia {
        top: 30%;
        left: 70%;
    }

    .map-container .Nigeria {
        top: 52%;
        left: 48%;
    }

    .map-container .uae {
        top: 52%;
        left: 59%;
    }

    .map-container .denmark {
        top: 31%;
        left: 43%;
    }

    .map-container .fiji {
        top: 71%;
        left: 97%;
    }

    .map-container .usa {
        top: 37%;
        left: 12%;
    }

    .map-container .Europe {
        top: 25%;
        left: 52%;
    }

    .map-container .australia {
        top: 72%;
        left: 86%;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 31, 255, 0.47);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
    }
}

.p-l-110 {
    padding-left: 110px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.single-service-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
    border-radius: 5px;
    padding: 50px 25px 20px;
    background-color: #fff;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 3px 30px 0 rgba(0,19,115,.05);
}

    .single-service-item::before, .single-service-item::after, .single-service-item span::before, .single-service-item span::after {
        top: 0;
        right: 0;
        z-index: -1;
        content: "";
        width: 130px;
        height: 130px;
        position: absolute;
        border-radius: 50%;
        background-color: #fff;
        transform: translate(100%,-50%);
        opacity: 0;
        visibility: hidden;
        animation-fill-mode: forwards;
    }

    .single-service-item span {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
    }

        .single-service-item span::before {
            z-index: -3;
            width: 264px;
            height: 264px;
        }

        .single-service-item span::after {
            z-index: -4;
            width: 328px;
            height: 328px;
        }

    .single-service-item .icon {
        width: 70px;
        height: 70px;
        color: #fff;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 40px;
        box-shadow: 0 10px 20px 0 rgba(94,44,237,.2);
        background-image: linear-gradient(-90deg,#581dec 0%,#8b62f9 100%);
        background-image: -ms-linear-gradient(-90deg,#581dec 0%,#8b62f9 100%);
    }

        .single-service-item .icon img {
            width: 28px;
            height: 28px;
        }

    .single-service-item h4 {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .single-service-item::after {
        z-index: -2;
        width: 200px;
        height: 200px;
    }

    .single-service-item:hover {
        background-image: linear-gradient(45deg,#5533ff 0%,#05d5ff 100%);
        background-image: -ms-linear-gradient(45deg,#5533ff 0%,#05d5ff 100%);
    }

        .single-service-item:hover::before {
            opacity: .071;
            visibility: visible;
            animation-name: drop;
            animation-iteration-count: 1;
            animation-duration: 1s;
            animation-timing-function: ease;
        }

        .single-service-item:hover h4, .single-service-item:hover p, .single-service-item:hover span {
            color: #fff;
        }

            .single-service-item:hover span::before {
                opacity: .071;
                visibility: visible;
                animation-name: drop;
                animation-iteration-count: 1;
                animation-duration: 1s;
                animation-delay: .4s;
                animation-timing-function: ease;
            }

            .single-service-item:hover span::after {
                opacity: .071;
                visibility: visible;
                animation-name: drop;
                animation-iteration-count: 1;
                animation-duration: 1s;
                animation-delay: .6s;
                animation-timing-function: ease;
            }

    .single-service-item.s3 .icon {
        box-shadow: 0 10px 20px 0 rgba(247,204,19,.2);
        background-image: linear-gradient(90deg,#ffc600 0%,#ff00ba 100%);
        background-image: -ms-linear-gradient(90deg,#ffc600 0%,#ff00ba 100%);
    }

    .single-service-item.s2 .icon {
        box-shadow: 0 10px 20px 0 rgba(42,188,129,.2);
        background-image: linear-gradient(-90deg,#42e365 0%,#2abc81 100%);
        background-image: -ms-linear-gradient(-90deg,#42e365 0%,#2abc81 100%);
    }

    .single-service-item.s4 .icon {
        box-shadow: 0 10px 20px 0 rgba(235,37,161,.2);
        background-image: linear-gradient(-90deg,#eb25a1 0%,#930bf2 100%);
        background-image: -ms-linear-gradient(-90deg,#eb25a1 0%,#930bf2 100%);
    }

.pt-200 {
    padding-top: 200px;
}

.techno-light-icon {
    background-image: url(/Theme/img/techno-light-icon.png);
    display: block;
    width: 63px;
    height: 67px;
    margin: 0 auto;
    top: 8px;
    position: relative;
}

.tl-01 {
    background-position: -11px -4px;
}

.tl-02 {
    background-position: -102px -5px;
}

.tl-03 {
    background-position: -184px -3px;
}

.tl-04 {
    background-position: -245px -4px;
}

.saas-featured-section {
    background: #f5f5f5;
    padding: 40px 0px;
    margin-top: 100px;
}

.section-title-two {
    margin-bottom: 30px;
}

.saas-featured-list .single-list-item {
    position: relative;
    background-color: transparent;
    transition: .4s;
    display: inline-block;
    padding: 30px 30px 20px;
}

    .saas-featured-list .single-list-item::before {
        position: absolute;
        left: 0;
        content: "\f00c" !important;
        font-family: "FontAwesome";
        color: #5458de;
        font-weight: 600;
        transition: .4s;
        top: 36px;
        font-size: 20px;
    }

    .saas-featured-list .single-list-item:hover::before {
        left: 30px;
    }

    .saas-featured-list .single-list-item h4 {
        font-weight: 600;
    }

    .saas-featured-list .single-list-item:hover {
        border-radius: 5px;
        background-color: #fff;
        padding-left: 60px;
        box-shadow: 0 3px 30px 0 rgba(0,19,115,.05);
    }

.saas-featured-list {
    display: grid;
}

.single-price2 {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    transition: all .3s ease 0s;
}

    .single-price2 .price-top, .single-price2 .price-top h1, .single-price2 .price-top h4, .single-price2 .price-top p {
        transition: all .3s ease 0s;
    }

    .single-price2 .price-top {
        padding: 30px;
        background-color: #fff;
        position: relative;
    }

        .single-price2 .price-top .overlay-bg {
            opacity: 0;
            transition: all .3s ease 0s;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .single-price2 .price-top h4 {
            font-size: 20px;
        }

        .single-price2 .price-top .overlay-bg {
            background-image: -webkit-linear-gradient(0deg, #2c00ff 0%, #a352f5 100%);
            background-image: -ms-linear-gradient(0deg, #2c00ff 0%, #a352f5 100%);
        }

        .single-price2 .price-top, .single-price2 .price-top h1, .single-price2 .price-top h4, .single-price2 .price-top p {
            transition: all .3s ease 0s;
            position: relative;
        }

    .single-price2:hover .price-top .overlay-bg {
        opacity: 1;
    }

    .single-price2:hover .price-top h1, .single-price2:hover .price-top h4, .single-price2:hover .price-top p {
        color: #fff;
    }

.techno-light .btn {
    color: #fff;
    background-color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 15px 12px 40px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

    .techno-light .btn:hover {
        color: #fff;
        padding: 12px 25px;
    }

    .techno-light .btn:before, .techno-light .btn:after {
        content: "\f061";
        font-family: "FontAwesome";
        font-weight: 900;
        transform: translateY(-50%);
        position: absolute;
        left: 16px;
        font-size: 13px;
        top: 50%;
        z-index: 0;
        transition: all 0.5s;
    }

    .techno-light .btn:after {
        content: '';
        background-color: #1e90ff;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        transform: translateY(-50%) translateX(-5%);
        position: absolute;
        left: 10px;
        top: 50%;
        z-index: -1;
        transition: all 0.5s;
    }

    .techno-light .btn:hover:before {
        display: none;
    }

    .techno-light .btn:hover:after {
        height: 400px;
        width: 400px;
    }

    .techno-light .btn.blue:after {
        background: #1e90ff;
    }

@media only screen and (max-width: 767px) {
    .techno-light .btn {
        margin-bottom: 20px;
    }
}

@keyframes drop {
    0% {
        transform: translate(100%,-50%)
    }

    100% {
        transform: translate(50%,-50%)
    }
}

.howwork {
    padding: 60px 0px;
}

    .howwork .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .howwork .section-title h2 {
            color: #222;
            line-height: 35px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 20px;
            font-size: 35px;
            font-weight: 500;
        }

            .howwork .section-title h2:after {
                border-bottom: 3px solid #00b4d9;
                bottom: 0;
                content: "";
                height: 3px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                width: 10%;
            }

        .howwork .section-title p {
            max-width: 640px;
            margin: 0 auto;
        }

.how-work-img {
    position: relative;
}

.how-work-lcontent {
    background: #00b4d9;
    border-top: 0;
    padding: 20px 30px;
}

    .how-work-lcontent h3 {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

.how-work-item {
    background: #f5f5ff;
    padding: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 352px;
}

    .how-work-item h3 {
        margin-top: 15px;
        margin-bottom: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 20px;
    }

    .how-work-item p {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .how-work-item span {
        position: absolute;
        font-size: 28px;
        font-weight: 600;
        right: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        bottom: 10px;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

    .how-work-item:hover {
        background: #35359B;
    }

        .how-work-item:hover h3, .how-work-item:hover p, .how-work-item:hover span {
            color: #fff;
        }

.how-work-item-icon {
    background-image: url(/Theme/img/techno-light-icon.png);
    display: block;
    width: 63px;
    height: 67px;
    margin: 0 auto;
    top: 8px;
    position: relative;
}

.hwi-01 {
    background-position: -11px 60px;
}

.hwi-02 {
    background-position: -73px 60px;
}

.hwi-03 {
    background-position: -144px 60px;
}

.hwi-04 {
    background-position: -219px 60px;
}

.how-work-item:hover .how-work-item-icon {
    filter: brightness(0) invert(1);
}

.single-process-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    position: relative;
    z-index: 1;
    min-height: 140px;
}

    .single-process-item .left-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        display: block;
        z-index: -1;
    }

        .single-process-item .left-layer::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 50%;
            height: 0%;
            background-color: #00b4d9;
            display: block;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .single-process-item .left-layer::after {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            width: 50%;
            height: 0%;
            background-color: #00b4d9;
            display: block;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
        }

    .single-process-item .right-layer {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        display: block;
        z-index: -1;
    }

        .single-process-item .right-layer::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 50%;
            height: 0%;
            background-color: #00b4d9;
            display: block;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .single-process-item .right-layer::after {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            width: 50%;
            height: 0%;
            background-color: #00b4d9;
            display: block;
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
        }

    .single-process-item h5 {
        position: relative;
        margin: 20px 0;
        font-weight: 600;
        line-height: 1.4;
    }

        .single-process-item h5:before {
            position: absolute;
            content: "";
            width: 60px;
            height: 2px;
            top: -21px;
            left: 50%;
            background: #00b4d9;
            margin-left: -30px;
        }

    .single-process-item:hover h5, .single-process-item:hover i::before, .single-process-item:hover {
        color: #fff;
        border-color: #59b5da;
    }

        .single-process-item:hover .right-layer:after, .single-process-item:hover .right-layer:before, .single-process-item:hover .left-layer:after, .single-process-item:hover .left-layer:before {
            height: 100%;
        }

        .single-process-item:hover h5::before {
            background-color: #fff;
        }

    .single-process-item i:before {
        font-size: 30px;
    }

.process-icon {
    line-height: 38px;
}

.main-services-box .main-service-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0px 1px 2px #0070ba2b;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    padding: 20px;
    min-height: 182px;
    margin-bottom: 30px;
}

    .main-services-box .main-service-wrapper:before {
        width: 100%;
        height: 0%;
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #00b4d9;
        transition: 0.5s;
    }

    .main-services-box .main-service-wrapper .icon-box {
        margin-bottom: 20px;
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #00b4d9;
        color: #ffffff;
        font-size: 40px;
        transition: 0.5s;
    }

    .main-services-box .main-service-wrapper h5 {
        transition: 0.5s;
        position: relative;
        line-height: 26px;
    }

    .main-services-box .main-service-wrapper:after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border: 10px solid #ffffff;
        left: -80px;
        bottom: -80px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.15;
        transition: 0.5s;
    }

.main-services-box:hover .main-service-wrapper:before {
    height: 100%;
}

.main-services-box:hover .main-service-wrapper:after {
    left: -50px;
    bottom: -50px;
}

.main-services-box:hover .main-service-wrapper .icon-box {
    background-color: #fff;
    color: #00b4d9;
    border-radius: 50%;
}

.main-services-box:hover .main-service-wrapper h5:before {
    width: 80px;
}

.main-services-box:hover .main-service-wrapper p, .main-services-box:hover .main-service-wrapper h5 {
    color: #ffffff;
}

.single__box {
    border-style: solid;
    border-width: 16px;
    border-color: #f5faff;
}

    .single__box:hover {
        border-style: solid;
        border-width: 16px;
        border-color: #006de8;
        transform: translateY(0px);
    }

.single__box__layout__20 {
    border: 16px solid #e3eeff;
    padding: 20px 60px;
}

.single__box {
    display: block;
    transition: .3s;
    z-index: 0;
    position: relative;
    margin-bottom: 10px;
    text-align: center
}

    .single__box:before, .single__box:after {
        display: block;
        position: relative;
        content: '';
        transition: .5s;
        z-index: -1;
    }

    .single__box:before {
        text-align: left;
        transition: .3s;
        transform: rotate(0deg) scale(1);
    }

.single__box__layout__20 .box__title {
    font-size: 18px;
    margin-bottom: 20px;
}

.single__box__layout__20 .box__button span {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 16px;
    color: #0c59db !important;
}

.box__button .box__button_icon_left {
    margin-right: 10px;
}

.single__box__layout__20 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}

.growth__wrapper {
    background-color: #f0f7fc;
    padding: 15px 15px;
    margin: 0 auto;
    border-radius: 10px;
}

.growth__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    column-gap: 20px;
}

    .growth__box .icon {
        width: 70px;
        height: 60px;
        background: #daecf9;
        background: -webkit-gradient(linear, left bottom, left top, from(#daecf9), to(#fff));
        background: linear-gradient(0deg, #daecf9 0%, #fff 100%);
        border-radius: 50%;
        filter: drop-shadow(0px 30px 20px rgba(42,129,238,0.2));
        -webkit-filter: drop-shadow(0px 30px 20px rgba(42,129,238,0.2));
        -moz-filter: drop-shadow(0px 30px 20px rgba(42,129,238,0.2));
        position: relative;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        line-height: 70px;
    }

        .growth__box .icon i {
            font-size: 30px;
            color: #3890f0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .growth__box .content {
        width: 100%;
        background-color: white;
        position: relative;
        border-radius: 12px;
        padding: 20px 10px;
    }

        .growth__box .content h3 {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }

.service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 35px 11px 5px;
    min-height: 210px;
}

.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

    .service_single_content h6 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 35px;
    }

    .service_single_content p {
        text-align: center
    }

.box-shadow {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 20px;
    text-align: center
}

    .box-shadow:hover {
        -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
        box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
        top: -3px;
    }

.how_icon i {
    font-size: 40px;
    color: #3890f0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
