﻿@import url(https://fonts.googleapis.com/css?family=Muli:ital,wght@0,400;0,700;1,500;1,600|Roboto:300,400,500,700);

* {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Muli,sans-serif;
    margin-top: 0
}
.imgbanner{
    background-size:cover;

}

a {
    color: #fff;
    transition: all .3s ease 0s
}

.wh100{
    width:100%;
    height:100%;
}

a:hover {
    color: #0080ff;
    text-decoration: none
}

    a, a:active, a:focus, a:hover {
        outline: 0;
        text-decoration: none
    }

.btn, .btn * {
    transition: all .3s ease 0s
}

.bg-dark-1 {
    background: #242c42
}

.bg-white {
    background-color: #fff;
    color: #3d4051
}

i {
    transition: all .4s ease-in-out 0s
}

.transition3s {
    transition: all .3s ease-in-out 0s
}

li, ul {
    list-style: outside none none
}

.w-100 {
    width: 100%
}

.pb-45 {
    padding-bottom: 45px
}

.pt-50 {
    padding-top: 50px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-100 {
    margin-bottom: 100px
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.cmt-bgcolor-skincolor {
    background: #fdca34
}

section {
    float: left;
    width: 100%;
    padding: 50px 0
}

#scrollUp {
    background: #fff;
    border-radius: 50%;
    bottom: 100px;
    color: #0090e2;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all .5s cubic-bezier(0,0,0,1) 0s;
    width: 46px;
    z-index: 1000;
    box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2)
}

    #scrollUp:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    #scrollUp i {
        display: block;
        padding-top: 0;
        line-height: 46px
    }

.no-padding {
    padding: 0
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.cmt-bgcolor-white {
    background-color: #fff
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0,43,92,.08);
    font-size: 14px;
    outline: 0;
    line-height: inherit;
    letter-spacing: 0
}

.section-title {
    margin-bottom: 40px;
    position: relative
}

    .section-title h2 {
        font-size: 32px;
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        color: #0090e2;
        line-height: initial;
        line-height: 42px;
        margin-bottom: 10px
    }

        .section-title h2 span::before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -8px;
            border-top: 8px solid #fdca34;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            margin-left: -8px
        }

        .section-title h2 span {
            display: inline-block;
            color: #fff;
            position: relative;
            border-radius: 50px;
            padding: 5px 15px;
            line-height: initial;
            font-size: 13px;
            background: #fdca34;
            margin-bottom: 15px
        }

        .section-title h2 b {
            display: block;
            font-weight: 700
        }

    .section-title p {
        color: green
    }

.btn-outline-reg {
    display: inline-block;
    padding: 1rem 1.875rem 1rem 1.875rem;
    border: .125rem solid #787976;
    border-radius: .25rem;
    background-color: transparent;
    color: #787976;
    font: 700 .75rem/0 Montserrat,sans-serif;
    text-decoration: none;
    transition: all .2s
}

    .btn-outline-reg:hover {
        background-color: #787976;
        color: #fff;
        text-decoration: none
    }

.btn {
    display: inline-block;
    border-radius: 108px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 0;
    padding: 11px 40px 12px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    background: #86bc42;
    border: none
}

    .btn:before {
        content: "";
        border-radius: 108px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #242c42;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .btn:active, .btn:focus, .btn:hover {
        border-radius: 108px;
        color: #fff
    }

        .btn:active:before, .btn:focus:before, .btn:hover:before {
            border-radius: 108px;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
        }

#dvLoading {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999
}

.top_bar {
    width: 100%;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    position: relative;
    background-color: #0290e1;
    color: #fff
}

.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.top_bar_contact_item a {
    color: #fff
}

.top_bar_contact_item {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding-right: 5px;
    position: relative
}

    .top_bar_contact_item:last-child {
        margin-right: 0;
        padding-right: 0;
        font-size: 15px;
        font-weight: 500;
        opacity: 1;
        color: #fff;
        font-family: Roboto,sans-serif
    }

        .top_bar_contact_item:last-child i {
            color: #fff
        }

    .top_bar_contact_item:after {
        content: "";
        height: 20px;
        width: 1px;
        background-color: rgba(255,255,255,.11);
        display: block;
        position: absolute;
        left: -14px;
        top: 15px
    }

    .top_bar_contact_item:nth-child(odd):after {
        content: unset
    }

.top_bar .social-icons {
    display: flex
}

    .top_bar .social-icons li {
        cursor: pointer;
        margin-right: 5px;
        font-size: 10px;
        color: #fff;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-image: linear-gradient(180deg,#fdaa34 50%,#0080ff 10%);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
        -webkit-box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
        -moz-box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
        text-align: center;
        margin: 0;
        display: inline-block;
        border: none;
        z-index: 1;
        position: relative
    }

        .top_bar .social-icons li a:hover {
            -webkit-transform: translateX(-1px);
            -ms-transform: translateX(-1px);
            transform: translateX(-1px)
        }

        .top_bar .social-icons li:before {
            display: none
        }

        .top_bar .social-icons li a {
            margin: 0;
            font-size: 16px;
            min-width: 40px;
            text-align: center;
            display: block;
            color: #fff
        }

.cmt-header-style-02 .top_bar .social-icons li a {
    min-width: 26px
}

.top_bar ul li.facebook-icon a {
    background-color: #385da9
}

.top_bar ul li.instagram-icon a {
    background-color: #fdaa34
}

.top_bar ul li.twitter-icon a {
    background-color: #3cf
}

.top_bar ul li.google-icon a {
    background-color: #dc4a38
}

.top_bar ul li.linkedin-icon a {
    background-color: #0073b1
}

.top_bar ul li.facebook-icon:hover a, .top_bar ul li.google-icon:hover a, .top_bar ul li.instagram-icon:hover a, .top_bar ul li.linkedin-icon:hover a, .top_bar ul li.skype-icon:hover a, .top_bar ul li.twitter-icon:hover a {
    background-color: #fff;
    color: #fff
}

nav.main-menu .mega-menu-item.megamenu-fw {
    position: static
}

nav.main-menu .megamenu-fw .mega-submenu {
    left: auto
}

    nav.main-menu .megamenu-fw .mega-submenu .row {
        margin: 0
    }

nav.main-menu .megamenu-content {
    width: 100% !important
}

    nav.main-menu .megamenu-content .title {
        margin: 0;
        display: block;
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        font-weight: 700;
        font-size: 15px;
        text-transform: capitalize;
        padding: 14px 20px;
        background: #f5faff;
        color: inherit;
        border-right: 1px solid transparent
    }

nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0
}

nav.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    nav.main-menu ul li {
        position: relative
    }

nav.main-menu {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    z-index: 2
}

    nav.main-menu li ul.mega-submenu {
        position: absolute;
        left: 0;
        top: 130%;
        width: 217px;
        text-align: left;
        background: rgba(255,255,255,.95);
        margin: 0;
        color: #0080ff;
        padding: 0;
        z-index: 9999;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
        box-shadow: 0 1px 3px rgba(0,0,0,.3);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
        border-top: 2px solid #fdaa34;
        list-style: none;
        display: inline-block
    }

    nav.main-menu ul.menu li ul.mega-submenu li a {
        font-size: 13px;
        line-height: 14px;
        font-weight: 700;
        display: block;
        padding: 15px 20px;
        text-align: left;
        color: inherit;
        border-top: 1px solid rgba(0,43,92,.04);
        border-radius: 0;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        font-family: Muli,sans-serif
    }

    nav.main-menu ul.menu li ul.mega-submenu li:hover > a {
        background: #0080ff;
        color: #fff !important
    }

ul.menu-col li a {
    color: #6f6f6f
}

    ul.menu-col li a:focus, ul.menu-col li a:hover {
        text-decoration: none
    }

.site-branding img {
    max-height: 50px
}

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header_extra > div {
    margin-left: 7px
}

.header_search #searchbox {
    position: relative
}

.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 40px;
    line-height: 33px;
    text-align: right;
    border-left-width: 0;
    border-left-style: solid;
    border-left-color: #eaeff5;
    border-radius: 0
}

.header_search_content button.close-search:before {
    display: none
}

.header_search_content button.close-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    box-shadow: unset;
    opacity: .3;
    background: 0 0;
    color: #212529;
    padding: 11px 10px 12px 0
}

    .header_search_content button.close-search:hover {
        opacity: 1
    }

.header_search .header_search_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 108px;
    padding: 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    opacity: 0;
    display: none;
    transition: all .6s ease-in;
    background-color: #fff;
    clear: both;
    box-shadow: 0 0 9px 0 rgba(29,33,67,.1);
    border-radius: 0 0 5px 5px
}

    .header_search .header_search_content.on {
        display: block;
        opacity: 1;
        z-index: 2
    }

.header_search #search_query_top {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 240px
}

.site-navigation {
    position: relative
}

.widget_info {
    position: relative;
    padding: 10px 0 10px 28px;
    margin: 20px 0;
    margin-left: 30px;
    border-left: 1px solid #eaeff5
}

    .widget_info:last-child {
        padding-right: 0
    }

.slider_list {
    float: left;
    width: 100%;
    overflow-x: hidden
}

.slider1 {
    background-image: url(../images/slider-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px
}

.slider2 {
    background-image: url(../images/slider-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px
}

.slider_text_inner {
    display: inline-block
}

    .slider_text_inner h1 {
        font-size: 65px;
        text-transform: none;
        font-weight: 800;
        color: #fff;
        margin: 0;
        margin: 0;
        line-height: 1.1
    }

        .slider_text_inner h1 span {
            color: #0c5adb
        }

    .slider_text_inner h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0;
        margin: 0 0 12px;
        letter-spacing: 1px
    }

    .slider_text_inner p {
        width: 70%;
        font-size: 16px;
        padding: 29px 0 22px;
        color: #fff
    }

.slider_text_desc p {
    color: #fff;
    width: 62%;
    font-size: 18px
}

.text_center .slider_text_desc p {
    margin: auto
}

.slider-1 {
    padding-top: 5px;
    width: 100%;
    height: 28%;
    overflow-x: hidden
}

.button a {
    background: #0290e1;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    color: #fff
}

.button.two a {
    padding: 14px 35px
}

.button.three a {
    background: #fff;
    padding: 14px 35px;
    color: #2d2e2e
}

.button .active {
    background: #0090e2;
    margin-left: 25px
}

    .button .active:before {
        background: #0290e1
    }

.button a i {
    margin-left: 5px
}

.button a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #0090e2;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1
}

.button a:hover {
    color: #fff
}

    .button a:hover:before {
        width: 180%
    }

.slider-video {
    position: relative
}

    .slider-video .video-icon {
        position: absolute;
        right: 0;
        top: -165px
    }

    .slider-video.two .video-icon {
        left: 262px;
        top: -74px
    }

.appointment .slider-video.two .video-icon {
    left: 0;
    top: 0
}

.video-icon a {
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    border-radius: 500%;
    position: relative;
    color: #0c5adb;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 28px
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)
    }
}

.slider_list .owl-prev {
    position: absolute;
    left: -60px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s
}

.slider_list .owl-next {
    position: absolute;
    right: -60px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s
}

.owl-carousel:hover .owl-prev {
    left: 30px
}

.owl-carousel:hover .owl-next {
    right: 30px
}

.slider_list .owl-next i, .slider_list .owl-prev i {
    background-color: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center
}

    .slider_list .owl-next i:hover, .slider_list .owl-prev i:hover {
        background-color: rgba(255,255,255,.2)
    }

.features-sec {
    float: left;
    width: 100%;
    padding: 20px
}

    .features-sec a {
        color: #fff
    }

.nagative_margin {
    position: relative;
    margin-top: -100px
}

.techno_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 9
}

    .techno_flipbox .techno_flipbox_back, .techno_flipbox .techno_flipbox_font {
        min-height: 200px;
        height: auto;
        box-shadow: 0 1px 51.3px 5.7px rgba(137,143,156,.15);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition: transform .7s ease,-webkit-transform .7s ease;
        position: relative
    }

        .techno_flipbox .techno_flipbox_back::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,transparent -80%,#00247e)
        }

.icon {
    font-size: 45px;
    line-height: 45px
}

.techno_flipbox .techno_flipbox_inner {
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    transform: translateY(-50%) translateZ(60px) scale(.94);
    z-index: 2
}

.techno_flipbox_icon {
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: #0080ff;
    overflow: hidden
}

.techno_flipbox_font .flipbox_desc p {
    color: #fff
}

.top_feature .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    padding-bottom: 16px;
    padding-top: 0;
    color: #fff;
    margin-bottom: 0
}

.techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    color: #0080ff
}

.techno_flipbox .techno_flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .techno_flipbox .techno_flipbox_back .flipbox_button a {
        text-transform: capitalize;
        margin-top: 22px;
        background: #fff;
        color: #0c5adb;
        display: inline-block;
        padding: 4px 25px;
        border-radius: 5px;
        border: 2px solid #fff;
        transition: .5s
    }

.techno_flipbox_back .flipbox_desc p {
    color: #fff
}

.techno_flipbox .techno_flipbox_back .flipbox_button a i {
    display: none
}

.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    padding-bottom: 16px;
    padding-top: 0;
    color: #fff;
    margin-bottom: 0
}

.techno_flipbox .techno_flipbox_back .flipbox_desc, .techno_flipbox .techno_flipbox_font .flipbox_desc {
    color: #fff
}

.techno_flipbox:hover .techno_flipbox_font {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.techno_flipbox:hover .techno_flipbox_back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    color: #fff;
    border-color: #0c5adb;
    background: #0080ff
}

.techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444
}

.techno_flipbox_font .flipbox_desc p {
    color: #666
}

.features-sec .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border: 0
}

.features-sec .techno_flipbox .techno_flipbox_back {
    background: #fdca34;
    box-shadow: 0 5px 20px #0080ff;
    border-radius: 8px
}

.features-sec .techno_flipbox .techno_flipbox_inner {
    padding: 0 15px
}

.features-sec .techno_flipbox .techno_flipbox_back::before {
    display: none
}

.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #0080ff;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
    margin: 0 0 15px
}

.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    font-family: Muli;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    margin: 11px 0 0;
    padding: 0 0 13px
}

.about-sec {
    background-image: url(../images/blur1.jpg)
}

    .about-sec .modern-img-feature::before {
        display: none
    }

    .about-sec .modern-img-feature img {
        padding: 5px;
        border: 1px solid #ddd
    }

.about-sec {
    padding: 60px 0 80px
}

    .about-sec .section-title {
        margin: 0
    }

    .about-sec .modern-img-feature::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 20px;
        width: 100%;
        height: 100%;
        background: #0090e2
    }

    .about-sec .modern-img-feature {
        position: relative;
        display: inline-block;
        margin-bottom: 20px
    }

        .about-sec .modern-img-feature img {
            z-index: 400;
            position: relative;
            width: 100%
        }

.about-area .section-title {
    margin-bottom: 15px
}

    .about-area .section-title h1 b {
        display: block;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px
    }

.about-content p {
    margin-bottom: 20px
}

    .about-content p:last-child {
        margin: 0
    }

.about-content .button {
    margin-top: 20px
}

.cta-sec::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .85;
    background-color: #0090e2;
    z-index: -1
}

.cta-sec {
    float: left;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/services-bg.jpg)
}

.countr_text i {
    font-size: 50px;
    margin: 0 0 20px;
    color: #0090e2
}

.phone_number h5 {
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff
}

.cta-sec h2 {
    margin: 0;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 700;
    font-size: 40px
}

.counter_area {
    float: left;
    width: 100%
}

.cntr_bg_up {
    background: #fff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0,0,0,.2)
}

.countr_text h1 {
    font-size: 40px;
    font-weight: 800
}

.counter_desc h5 {
    margin-top: 6px;
    color: #fdca34
}

.single_counter_icon i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #0c5adb;
    border-radius: 100%;
    line-height: 80px
}

.white .countr_text h1 {
    color: #fff
}

.white .counter_desc h5 {
    color: #fff
}

.services-sec {
    background-image: url(../images/detail.png)
}

    .services-sec .section-title {
        margin: 0
    }

    .services-sec.inner-wrapper {
        padding: 40px 0 80px
    }

.signle-service-section {
    margin: 40px 0 0
}

    .signle-service-section .signle-services-wrapper {
        text-align: center;
        background-image: url(../images/contactbgg.png);
        padding: 45px;
        box-shadow: 0 10px 40px 0 rgba(50,50,50,.1)
    }

.signle-services-icon-wrapper {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(121,179,47,.25);
    font-size: 40px;
    background: #fff;
    box-sizing: content-box;
    border-radius: 50%;
    color: #fdca34;
    margin: auto
}

.signle-service-section .signle-services-wrapper:hover .signle-service-dot:first-child {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.signle-service-section .signle-services-icon-wrapper .signle-service-dot:first-child {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: signle-service-dot_1 2s linear infinite;
    animation: signle-service-dot_1 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes signle-service-dot_1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes signle-service-dot_1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.signle-service-section .signle-services-icon-wrapper .signle-service-dot {
    width: 100%;
    height: 100%;
    left: 56%;
    top: 8%
}

.dots {
    width: 15px;
    height: 15px;
    background: #fdca34;
    border-radius: 50%;
    left: 14px;
    top: 0;
    position: relative
}

.signle-services-icon-wrapper i.fi {
    position: absolute;
    left: 25px;
    top: 0;
    width: 55px
}

.signle-service-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #0090e2
}

.signle-service-content p {
    margin-bottom: 0
}

.project-details-form {
    box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
    padding: 30px;
    margin: 20px 0;
    border-radius: 10px
}

    .project-details-form input, .project-details-form textarea {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        min-height: 45px;
        padding: 10px 20px;
        resize: none;
        border: 1px solid #0002;
        border-radius: 8px
    }

    .project-details-form a.btn {
        margin-top: 30px;
        display: block
    }

    .project-details-form h4 {
        margin-bottom: 26px;
        font-size: 22px;
        font-weight: 700
    }

.search-box {
    padding: 50px 25px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 25px
}

    .search-box h4 {
        font-size: 20px;
        font-weight: 600
    }

    .search-box ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .search-box ul li a::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border: 2px solid #fdca34;
            border-radius: 100%;
            margin-left: -20px
        }

        .search-box ul li a {
            font-size: 16px;
            font-weight: 500;
            display: block;
            margin-top: 30px;
            position: relative;
            margin-left: 20px;
            color: #101010
        }

            .search-box ul li a:hover {
                color: #86bc42
            }

.project-details {
    float: left;
    width: 100%
}

    .project-details h4 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 12px;
        background-image: linear-gradient(180deg,#0892e0 55%,#ffb505 50%);
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent
    }

    .project-details h1 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 12px;
        background-image: linear-gradient(180deg,#0892e0 55%,#ffb505 50%);
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent
    }

    .project-details h6 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #0090e2
    }

.project-details-img {
    width: 100%;
    margin: 15px 0 20px;
    position: relative;
    float: left
}

    .project-details-img img {
        width: 100%;
        padding: 5px;
        background: #eee
    }

.project-details.project-details-2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8px
}

    .project-details.project-details-2 ul li {
        position: relative;
        line-height: 1.8;
        margin-bottom: 10px;
        color: #00507d;
        font-weight: 500;
        margin-left: 25px;
        width: calc(100% / 5)
    }

        .project-details.project-details-2 ul li::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border: 1px solid #fdca34;
            border-radius: 100%;
            margin-left: -20px
        }

.testimonials-one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 12px 0;
    background-image: url(../images/blur2.jpg)
}

    .testimonials-one:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.4);
        -webkit-box-shadow: inset 0 0 152px 5px rgba(96,101,105,.68);
        box-shadow: inset 0 0 152px 5px rgba(96,101,105,.68);
        opacity: .6
    }

    .testimonials-one .container {
        position: relative
    }

@media (min-width:1200px) {
    .testimonials-one .container {
        max-width: 935px
    }
}

.testimonials-one .owl-carousel .owl-item img {
    width: auto
}

.testimonials-one .owl-carousel .owl-dots {
    margin-top: 25px
}

    .testimonials-one .owl-carousel .owl-dots .owl-dot {
        outline: 0;
        margin: 0
    }

        .testimonials-one .owl-carousel .owl-dots .owl-dot span {
            margin: 0;
            border-radius: 50%;
            background-color: #787878;
            width: 13px;
            height: 13px;
            margin-left: 9px;
            margin-right: 9px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

        .testimonials-one .owl-carousel .owl-dots .owl-dot.active span, .testimonials-one .owl-carousel .owl-dots .owl-dot:hover span {
            -webkit-box-shadow: 0 0 0 7px rgba(121,179,47,.3);
            box-shadow: 0 0 0 7px rgba(121,179,47,.3);
            background-color: #fdca34
        }

.testimonials-one__image {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.22);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.22);
    border: 3px solid #fff
}

.testimonials-one__image-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .testimonials-one__image-outer:after, .testimonials-one__image-outer:before {
        content: '';
        width: 16px;
        height: 16px
    }

    .testimonials-one__image-outer:before {
        margin-right: 60px;
        background-image: url(../images/favicon.png)
    }

    .testimonials-one__image-outer:after {
        margin-left: 60px;
        background-image: url(../images/favicon.png)
    }

.testimonials-one__single {
    padding-top: 16px
}

    .testimonials-one__single p {
        margin: 0;
        color: #212121;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-style: italic;
        margin-top: 30px
    }

    .testimonials-one__single h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #fdca34;
        line-height: 1em;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .testimonials-one__single span {
        color: #0080ff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1em
    }

.testimonials-two {
    padding-top: 100px;
    padding-bottom: 70px
}

    .testimonials-two .block-title h3 {
        color: #15599e
    }

.testimonials-two__image-outer {
    text-align: center
}

    .testimonials-two__image-outer > img {
        border: 3px solid #fff;
        max-width: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.22);
        box-shadow: 0 0 16px 0 rgba(0,0,0,.22)
    }

.testimonials-two__single {
    padding: 50px 40px;
    text-align: center;
    background-color: #f6f6f7;
    margin-bottom: 30px
}

    .testimonials-two__single h3 {
        font-size: 18px;
        font-weight: 700;
        color: #15599e;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 25px
    }

    .testimonials-two__single p {
        font-size: 18px;
        line-height: 24px;
        color: #2a2c2d;
        font-style: italic;
        margin: 0;
        font-weight: 400;
        margin-bottom: 35px
    }

.testimonials-two__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .testimonials-two__stars i {
        font-size: 14px;
        color: #fac917
    }

        .testimonials-two__stars i + i {
            margin-left: 5px
        }

.testimonials-one .owl-nav {
    display: none
}

.our-team-sec .section-title {
    margin: 0
}

.our-team-sec.inner-wrapper {
    padding: 40px 0 80px
}

.team-wrap {
    text-align: center;
    margin: 40px 0 0
}

    .team-wrap .team-thumb {
        overflow: hidden;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px
    }

        .team-wrap .team-thumb img {
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            width: 100%
        }

    .team-wrap .team-info {
        background: #fff;
        margin: -80px 30px 0;
        padding: 25px 25px 35px;
        position: relative;
        z-index: 1;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
        -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
        -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15)
    }

        .team-wrap .team-info h4 {
            font-weight: 700;
            margin-bottom: 8px
        }

            .team-wrap .team-info h4 a {
                color: #1a1b1e
            }

    .team-wrap .team-social {
        position: absolute;
        bottom: -18px;
        left: 0;
        width: 100%
    }

        .team-wrap .team-social a, .team-wrap .team-social span {
            cursor: pointer;
            font-size: 15px;
            margin-right: 12px;
            color: #fff;
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            background: #0090e2;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            box-shadow: 5px 5px 18px 0 rgba(3,74,106,.3);
            -webkit-box-shadow: 5px 5px 18px 0 rgba(3,74,106,.3);
            -moz-box-shadow: 5px 5px 18px 0 rgba(3,74,106,.3)
        }

            .team-wrap .team-social a:hover, .team-wrap .team-social span:hover {
                box-shadow: none
            }

        .team-wrap .team-social a {
            opacity: 0;
            right: -40px;
            position: relative;
            visibility: hidden
        }

            .team-wrap .team-social a:hover {
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px)
            }

        .team-wrap .team-social span {
            margin-right: 0
        }

        .team-wrap .team-social.active span {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15);
            -webkit-box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15);
            -moz-box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15);
            background: #fff;
            color: #0090e2
        }

        .team-wrap .team-social.active a {
            opacity: 1;
            visibility: visible;
            right: 0;
            box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15);
            -webkit-box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15);
            -moz-box-shadow: 5px 5px 18px 0 rgba(42,67,113,.15)
        }

    .team-wrap:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

.team-slider, .team-slider-h5 {
    margin: 0 -15px
}

    .team-slider .team-wrap, .team-slider-h5 .team-wrap {
        padding: 0 15px;
        margin-bottom: 30px
    }

.team-wrap .team-social .twitter {
    background-color: #15b7ec
}

.team-wrap .team-social .facebook {
    background-color: #0160e7
}

.team-wrap .team-social .pinterest {
    background-color: #fdca34
}

.pricing-sec {
    background-color: transparent
}

    .pricing-sec .section-title {
        margin: 0
    }

.pricing-table-single {
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    margin: 40px 0 0;
    border-radius: 20px
}

    .pricing-table-single .bg-after, .pricing-table-single .bg-before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #fff;
        z-index: 9;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear
    }

    .pricing-table-single .bg-before {
        top: 0;
        left: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        background: url(../images/bg1-box.png) top left no-repeat #fff;
        width: 109px;
        height: 67px;
        opacity: 1
    }

    .pricing-table-single .bg-after {
        bottom: 0;
        right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        background: url(../images/bg2-box.png) top left no-repeat #fff;
        width: 184px;
        height: 65px;
        opacity: 1
    }

    .pricing-table-single .pricing-table {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 80px 15px 80px 15px;
        border-radius: 30px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 20px
    }

        .pricing-table-single .pricing-table .choice-box {
            position: absolute;
            width: 100%;
            left: -115px;
            top: 40px;
            background: #2d1fb4;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
            padding: 10px 30px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            opacity: 0
        }

        .pricing-table-single .pricing-table .table-header .title {
            position: relative;
            font-size: 25px;
            line-height: 32px;
            font-weight: 700;
            margin-bottom: 30px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

        .pricing-table-single .pricing-table .table-header .text {
            position: relative;
            display: block;
            font-size: 16px;
            margin-bottom: 10px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

        .pricing-table-single .pricing-table .table-header .price {
            position: relative;
            display: inline-block;
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 10px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            line-height: 32px;
            color: #0090e2
        }

            .pricing-table-single .pricing-table .table-header .price span {
                font-size: 14px;
                font-weight: 400
            }

        .pricing-table-single .pricing-table .table-content {
            position: relative;
            display: block;
            padding: 5px 0 17px 0
        }

            .pricing-table-single .pricing-table .table-content li {
                position: relative;
                display: block;
                font-size: 15px;
                margin-bottom: 10px;
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                border-bottom: 1px solid #eee;
                padding-bottom: 10px
            }

                .pricing-table-single .pricing-table .table-content li:last-child {
                    border: none
                }

                .pricing-table-single .pricing-table .table-content li i {
                    color: #eb2f06;
                    margin-right: 3px;
                    font-size: 14px
                }

                .pricing-table-single .pricing-table .table-content li:last-child {
                    margin-bottom: 0
                }

        .pricing-table-single .pricing-table .table-footer a {
            position: relative;
            display: inline-block;
            background: #eb2f06;
            font-size: 16px;
            text-align: center;
            padding: 10px 40px;
            border-radius: 30px
        }

    .pricing-table-single:hover .pricing-table .table-footer a {
        background: #2d1fb4
    }

.subscribe-section.home-3 {
    padding-top: 115px
}

.pricing-table-single:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 4px -1px 2.1875rem 24px rgba(0,0,0,.08);
    box-shadow: 4px -1px 2.1875rem 24px rgba(0,0,0,.08)
}

.single-blog-sec {
    background-color: #f1f1f1
}

.blog-sec .section-title {
    margin: 0
}

.inner-wrapper.blog-sec {
    padding: 40px 0 80px
}

.single-blog-sec .post-inner {
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-image: url(../images/detail.png);
    margin-top: 40px;
    overflow: hidden
}

.single-blog-sec p {
    margin-bottom: 0;
    letter-spacing: -.2px
}

.single-blog-sec .entry-media {
    position: relative
}

    .single-blog-sec .entry-media .post-cat {
        position: absolute;
        z-index: 9;
        top: 15px;
        right: 15px
    }

    .single-blog-sec .entry-media .blog-thumb {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

        .single-blog-sec .entry-media .blog-thumb a {
            margin: 0 0 15px
        }

        .single-blog-sec .entry-media .blog-thumb img {
            width: 100%;
            -webkit-transition-duration: .7s;
            -o-transition-duration: .7s;
            transition-duration: .7s
        }

.single-blog-sec:hover .entry-media a img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.single-blog-sec .inner-post {
    padding: 30px
}

.single-blog-sec .post-cat a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #0090e2;
    padding: 10px;
    margin-bottom: 35px;
    margin-right: 6px
}

    .single-blog-sec .post-cat a:hover {
        background: #fff;
        color: #0090e2;
        box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
        -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
        -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15)
    }

.single-blog-sec .entry-meta {
    text-transform: capitalize;
    font-family: "Red Hat Display",sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 13px
}

    .single-blog-sec .entry-meta > span:not(.sl-wrapper) {
        margin-right: 10px;
        display: inline-block
    }

        .single-blog-sec .entry-meta > span:not(.sl-wrapper) i {
            margin-right: 4px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear
        }

    .single-blog-sec .entry-meta a {
        color: #a5b7d2
    }

        .single-blog-sec .entry-meta a:hover {
            color: #1a1b1e
        }

            .single-blog-sec .entry-meta a:hover i {
                color: #fdca34
            }

.single-blog-sec .entry-title {
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 700;
    font-size: 22px
}

    .single-blog-sec .entry-title a {
        color: #1a1b1e;
        display: inline-block
    }

        .single-blog-sec .entry-title a:hover {
            color: #0090e2
        }

.single-blog-sec .padding-box {
    padding: 40px 40px 0 40px
}

.single-blog-sec .audio-box {
    margin-bottom: -5px
}

    .single-blog-sec .audio-box iframe {
        width: 100%
    }

.single-blog-sec .link-box {
    margin-bottom: -5px
}

    .single-blog-sec .link-box a {
        font-size: 24px;
        font-weight: 500;
        color: #1a1b1e
    }

        .single-blog-sec .link-box a:hover {
            color: #0090e2
        }

    .single-blog-sec .link-box i {
        text-shadow: 8px 8px 18px rgba(0,195,255,.3);
        -moz-text-shadow: 8px 8px 18px rgba(0,195,255,.3);
        color: #0090e2;
        margin-right: 20px
    }

.blog-post {
    box-shadow: none;
    overflow: inherit;
    margin-bottom: 0
}

    .blog-post .entry-media {
        position: relative
    }

        .blog-post .entry-media img {
            width: 100%;
            padding: 5px;
            background: #eee
        }

    .blog-post > .inner-post {
        padding: 40px 0
    }

        .blog-post > .inner-post .entry-summary {
            padding-bottom: 50px
        }

        .blog-post > .inner-post p:not(:last-child) {
            margin-bottom: 20px
        }

.drop-cap {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin: 0 20px 20px 0 !important;
    box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

    .drop-cap span {
        font-size: 24px;
        line-height: 40px;
        display: block;
        font-weight: 700;
        color: #fdca34
    }

.blog-post blockquote::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7%;
    width: 3px;
    height: 86%;
    background: #fdca34
}

.blog-post blockquote {
    font-size: 24px;
    line-height: 42px;
    margin: 30px 0;
    font-family: "Red Hat Display",sans-serif;
    font-weight: 500;
    padding: 0 30px;
    position: relative;
    color: #1a1b1e
}

    .blog-post blockquote cite {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #a5b7d2
    }

.blog-post h4 {
    font-size: 24px;
    font-weight: 700
}

.blog-post .entry-footer {
    padding-bottom: 40px
}

.blog-post .tagcloud {
    margin: 2px -3px 0;
    float: left
}

    .blog-post .tagcloud a {
        color: #707f96;
        background: #f0f6ff;
        font-size: 14px !important;
        font-weight: 500;
        padding: 10px 12px;
        margin: 0 3px;
        margin-bottom: 9px;
        line-height: 1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        display: inline-block;
        margin-bottom: 0
    }

        .blog-post .tagcloud a:hover {
            box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            -webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            -moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            background: #00c3ff;
            color: #fff
        }

.blog-post .share-post {
    float: right
}

    .blog-post .share-post a {
        float: left;
        overflow: hidden;
        height: 38px;
        width: 38px;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
        font-family: "Red Hat Display",sans-serif;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        background: #fdca34;
        color: #fff;
        margin-left: 15px;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

        .blog-post .share-post a.twit {
            background: #44b1e4
        }

        .blog-post .share-post a.face {
            background: #4661c5
        }

        .blog-post .share-post a.pint {
            background: #ff2e2e
        }

        .blog-post .share-post a.linked {
            background: #0073b0
        }

        .blog-post .share-post a:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px)
        }

.blog-post .author-bio {
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15)
}

    .blog-post .author-bio .author-image {
        float: left;
        margin-right: 50px
    }

    .blog-post .author-bio .author-info {
        padding: 65px 50px 20px 0
    }

        .blog-post .author-bio .author-info .title {
            font-weight: 500;
            margin-bottom: 7px
        }

        .blog-post .author-bio .author-info h6 {
            margin-bottom: 12px;
            font-size: 20px;
            font-weight: 700
        }

        .blog-post .author-bio .author-info .des {
            margin-bottom: 15px
        }

        .blog-post .author-bio .author-info .author-socials a {
            font-size: 14px;
            margin-right: 15px;
            color: #a5b7d2
        }

            .blog-post .author-bio .author-info .author-socials a:hover {
                color: #fdca34
            }

.comments-area .comments-title {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700
}

.comments-area ol, .comments-area ul {
    list-style: none;
    padding-left: 0
}

.comments-area .comment-item {
    margin-bottom: 50px;
    overflow: hidden;
    position: relative
}

    .comments-area .comment-item .gravatar {
        float: left
    }

        .comments-area .comment-item .gravatar img {
            max-width: 80px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%
        }

    .comments-area .comment-item .comment-content:not(.pingback) {
        padding-left: 105px
    }

    .comments-area .comment-item .comment-meta .comment-author {
        text-transform: capitalize;
        margin-bottom: 7px;
        margin-top: -3px;
        color: #363636
    }

    .comments-area .comment-item .comment-meta .comment-time {
        display: block;
        color: #a5b7d2;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 7px
    }

    .comments-area .comment-item .comment-meta .comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #a5b7d2
    }

.comments-area ul.children {
    padding-left: 60px
}

.comments-area .comment-item .comment-text p {
    margin-bottom: 15px
}

.comment-respond {
    background: #f0f6ff;
    padding: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

    .comment-respond .comment-reply-title {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: -5px;
        font-weight: 700
    }

.comment-form p {
    margin-bottom: 30px
}

.comment-form input[type=email], .comment-form input[type=text] {
    width: 100%
}

.comment-form p.form-submit {
    margin-bottom: 0
}

.comment-form .bttn {
    box-shadow: 12px 12px 20px 0 rgba(0,195,255,.3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(0,195,255,.3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(0,195,255,.3);
    background: #00c3ff;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px
}

.widget-area .widget {
    margin-bottom: 50px
}

.widget-area section {
    position: relative;
    z-index: 0
}

.author-widget_wrapper {
    padding: 30px 26px;
    background-color: #0090e2;
    background-image: -moz-linear-gradient(145deg,#0090e2,#04dbf1);
    background-image: -webkit-linear-gradient(145deg,#0090e2,#04dbf1);
    background-image: linear-gradient(145deg,#0090e2,#04dbf1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 30px 30px 65px 0 rgba(2,156,236,.3);
    -webkit-box-shadow: 30px 30px 65px 0 rgba(2,156,236,.3);
    -moz-box-shadow: 30px 30px 65px 0 rgba(2,156,236,.3)
}

    .author-widget_wrapper .author-widget_image-wrapper {
        margin-bottom: 26px
    }

    .author-widget_wrapper .author-widget_title {
        margin-bottom: 10px;
        color: #fff;
        font-weight: 700;
        font-size: 22px
    }

    .author-widget_wrapper .author-widget_text {
        font-size: 14px;
        line-height: 28px;
        color: #fff
    }

.author-widget_social a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    height: 26px;
    width: 26px;
    line-height: 26px;
    cursor: pointer;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.widget-area .widget .widget-title {
    font-weight: 700;
    padding-left: 17px;
    position: relative;
    margin: 0 0 25px
}

    .widget-area .widget .widget-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 5px;
        height: 5px;
        background: #fdca34;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }

.widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.widget-area .widget ul:not(.recent-news) > li {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-bottom: 11px;
    line-height: 24px
}

    .widget-area .widget ul:not(.recent-news) > li a {
        color: #1a1b1e;
        display: inline-block;
        position: relative;
        -webkit-transition: all .35s linear;
        -moz-transition: all .35s linear;
        -o-transition: all .35s linear;
        -ms-transition: all .35s linear;
        transition: all .35s linear;
        font-weight: 400
    }

.widget-area .widget ul:not(.recent-news) > li {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-bottom: 11px;
    line-height: 24px
}

    .widget-area .widget ul:not(.recent-news) > li .posts-count {
        color: #a5b7d2;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear
    }

    .widget-area .widget ul:not(.recent-news) > li a:hover::before {
        width: 10px;
        opacity: 1;
        visibility: visible;
        background: #00c3ff
    }

    .widget-area .widget ul:not(.recent-news) > li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 0;
        height: 3px;
        border-radius: 1.5px;
        -webkit-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .35s linear;
        -moz-transition: all .35s linear;
        -o-transition: all .35s linear;
        -ms-transition: all .35s linear;
        transition: all .35s linear
    }

    .widget-area .widget ul:not(.recent-news) > li a:hover {
        color: #00c3ff;
        padding-left: 22px
    }

.search-form {
    position: relative
}

    .search-form .search-field {
        width: 100%;
        padding: 0 48px 0 20px;
        height: 50px;
        line-height: 1;
        border-color: #e6e6e6;
        background: #fff;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px
    }

    .search-form .search-submit {
        background: 0 0;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        outline: 0;
        font-size: 26px;
        color: #a5b7d2;
        padding: 0 5px
    }

        .search-form .search-submit i {
            width: 40px;
            height: 40px;
            line-height: 36px;
            background: #fdca34;
            color: #fff;
            margin-bottom: 5px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
            font-size: 17px
        }

.widget .recent-news {
    padding-top: 5px
}

    .widget .recent-news li:not(:last-child) {
        margin-bottom: 25px
    }

    .widget .recent-news .thumb {
        float: left;
        margin-right: 20px
    }

        .widget .recent-news .thumb img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px
        }

    .widget .recent-news h6 {
        margin: -3px 0 3px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 700
    }

        .widget .recent-news h6 a {
            color: #1a1b1e;
            display: block
        }

    .widget .recent-news .entry-date {
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        color: #a5b7d2
    }

    .widget .recent-news li:not(:last-child) {
        margin-bottom: 25px
    }

.instagram_widget .widget-insta-feeds {
    display: table
}

.instafeed-gallery .instafeed-item {
    display: inline-block;
    width: 33.33333333%;
    float: left
}

    .instafeed-gallery .instafeed-item a {
        display: inline-block;
        margin: 5px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #f1f1f1
    }

        .instafeed-gallery .instafeed-item a img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px
        }

.widget .tagcloud {
    padding-bottom: 16px !important;
    margin: 0 -3px
}

    .widget .tagcloud a {
        color: #707f96;
        background: #f0f6ff;
        font-size: 14px !important;
        font-weight: 500;
        padding: 10px 12px;
        margin: 0 3px;
        margin-bottom: 9px;
        line-height: 1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        display: inline-block
    }

        .widget .tagcloud a:hover {
            box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            -webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            -moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
            background: #00c3ff;
            color: #fff
        }

.widget-area .widget:last-child {
    margin-bottom: 0
}

.breadcrumbs::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #0c0c0c;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/breadcrumb-bg.jpg);
    z-index: -1;
    float: left;
    width: 100%;
    height: 108px
}

.android {
    background-image: url(../images/android-anner.jpg);
    background-size: auto
}

.breadcrumbs .bread-title {
    z-index: 3333;
    position: relative;
    border-radius: 5px
}

    .breadcrumbs .bread-title p {
        color: #fff;
        font-size: 13px
    }

.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px
}

.breadcrumbs .bread-list {
    display: block;
    margin-top: 15px
}

.breadcrumbs ul li {
    font-size: 18px;
    font-weight: 500
}

    .breadcrumbs ul li span {
        margin: 0 10px;
        font-size: 11px;
        font-weight: 400;
        color: #fff
    }

.breadcrumbs.style2 ul li span {
    font-size: 14px
}

.breadcrumbs ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

    .breadcrumbs ul li a:hover {
        opacity: .8;
        color: #fff !important
    }

.breadcrumbs.style2 ul li a {
    font-weight: 500
}

    .breadcrumbs.style2 ul li a:hover {
        color: #179e66
    }

.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0
}

    .breadcrumbs .bread-menu:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 32px;
        height: 5px;
        left: 0;
        background: #fdca34;
        margin-top: -2.5px
    }

    .breadcrumbs .bread-menu li a {
        color: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 18px;
        font-weight: 500;
        padding-right: 8px;
        margin-right: 8px;
        display: inline-block
    }

        .breadcrumbs .bread-menu li a:hover {
            color: #f3a712
        }

    .breadcrumbs .bread-menu li:last-child {
        margin: 0;
        padding: 0;
        color: #00c3ff
    }

    .breadcrumbs .bread-menu li + li::before {
        content: "\f105";
        font-family: FontAwesome;
        left: -7px;
        position: relative;
        font-size: 18px;
        color: #fff
    }

.breadcrumbs.bread-blog {
    padding: 0;
    text-align: center;
    background: #f4f9fc;
    margin: 0;
    padding: 20px
}

    .breadcrumbs.bread-blog .bread-menu:before {
        display: none
    }

    .breadcrumbs.bread-blog .bread-menu ul li {
        position: relative
    }

        .breadcrumbs.bread-blog .bread-menu ul li:before {
            content: "";
            position: absolute;
            right: 7.5px;
            width: 12px;
            font-size: 0;
            height: 12px;
            left: auto;
            background: #f3a712;
            top: 6px;
            border-radius: 100%;
            border: 2px solid #fff
        }

        .breadcrumbs.bread-blog .bread-menu ul li:last-child {
            color: red
        }

            .breadcrumbs.bread-blog .bread-menu ul li:last-child:before {
                display: none
            }

        .breadcrumbs.bread-blog .bread-menu ul li a {
            color: #0090e2;
            font-size: 15px;
            margin-right: 15px;
            padding-right: 15px;
            position: relative
        }

            .breadcrumbs.bread-blog .bread-menu ul li a:hover {
                color: #f3a712 !important
            }

.inner-wrapper {
    float: left;
    width: 100%;
    padding: 80px 0
}

.sb-accordions .acc-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 8px 25px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 25px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 25px 0 rgba(42,67,113,.15);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px
}

    .sb-accordions .acc-item .acc-toggle {
        cursor: pointer;
        display: block;
        overflow: hidden;
        font-weight: 500;
        color: #1a1b1e;
        padding: 13px 10px 13px 25px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear
    }

        .sb-accordions .acc-item .acc-toggle i {
            float: right;
            text-align: center;
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-size: 13px;
            background: #fdca34;
            color: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%
        }

            .sb-accordions .acc-item .acc-toggle i.up {
                display: none
            }

        .sb-accordions .acc-item .acc-toggle:hover {
            color: #0090e2
        }

    .sb-accordions .acc-item .acc-content {
        display: none;
        padding: 0 25px 20px
    }

        .sb-accordions .acc-item .acc-content p:last-child, .sb-accordions .acc-item .acc-content ul:last-child {
            margin-bottom: 0
        }

    .sb-accordions .acc-item.current {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px
    }

        .sb-accordions .acc-item.current .acc-toggle {
            color: #0090e2
        }

            .sb-accordions .acc-item.current .acc-toggle i.down {
                display: none
            }

            .sb-accordions .acc-item.current .acc-toggle i.up {
                display: inherit
            }

    .sb-accordions .acc-item:last-child {
        margin-bottom: 0
    }

.error-inner h4 {
    font-size: 110px;
    line-height: 100px;
    color: #fdca34;
    font-weight: 700
}

.error .error-inner h2 {
    font-size: 40px;
    color: #0090e2;
    font-weight: 600;
    margin: 15px 0
}

    .error .error-inner h2 span {
        color: #fdca34
    }

.error .error-inner p {
    font-size: 15px
}

.privacy-content h3 {
    font-weight: 700;
    margin: 0 0 4px;
    color: #0090e2
}

.inner-wrapper.gallery-sec {
    padding: 40px 0 80px
}

.single-project-style1 {
    position: relative;
    display: block;
    margin: 40px 0 0
}

    .single-project-style1 .img-holder {
        position: relative;
        display: block
    }

        .single-project-style1 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden
        }

        .single-project-style1 .img-holder img {
            width: 100%;
            transform: scale(1);
            ax-width: 100%;
            height: auto;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .7s;
            transition-property: all
        }

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
    -webkit-box-shadow: inset 0 0 152px 5px rgba(96,101,105,.68);
    box-shadow: inset 0 0 152px 5px rgba(96,101,105,.68);
    background: rgba(0,39,57,.8)
}

.single-project-style1:hover .img-holder img {
    transform: scale(1.2) rotate(1deg)
}

.single-project-style1:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg,0deg);
    transition: all .7s cubic-bezier(.62,.21,.45,1.22)
}

.single-project-style1 .overlay-style-one .zoom-button {
    position: relative;
    display: inline-block;
    transform: scale(.5);
    transition: all .2s linear;
    transition-delay: .1s
}

.single-project-style1:hover .overlay-style-one .zoom-button {
    transform: scale(1);
    transition: all .2s linear;
    transition-delay: .3s
}

.single-project-style1 .overlay-style-one .zoom-button a {
    display: inline-block
}

.single-project-style1 .overlay-style-one .zoom-button img {
    width: auto;
    transform: none
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

    .overlay-style-one .box .content {
        display: table-cell;
        text-align: center;
        vertical-align: middle
    }

.contact-area .contact-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    padding: 40px;
    text-align: center
}

    .contact-area .contact-wrap .section-title {
        margin: 0 0 20px
    }

        .contact-area .contact-wrap .section-title h2 {
            font-weight: 700
        }

    .contact-area .contact-wrap .form-group {
        margin-bottom: 30px
    }

.contact-area .form-control {
    height: 50px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%
}

.contact-area .contact-wrap .list-unstyled {
    text-align: left;
    margin-top: 10px;
    color: #dc3545 !important
}

.contact-area .quick-contact {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    padding: 30px
}

    .contact-area .quick-contact h3 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: -4px;
        font-weight: 700
    }

    .contact-area .quick-contact ul li {
        font-size: 18px;
        position: relative;
        color: #fff;
        font-weight: 600;
        margin-bottom: 15px;
        background-color: #0090e2;
        padding: 19px 20px;
        padding-left: 65px
    }

        .contact-area .quick-contact ul li:last-child {
            margin-bottom: 0
        }

        .contact-area .quick-contact ul li i {
            position: absolute;
            left: 25px;
            top: 16px;
            font-size: 25px
        }

        .contact-area .quick-contact ul li span {
            display: block;
            font-weight: 400;
            font-size: 15px
        }

        .contact-area .quick-contact ul li a {
            display: block;
            font-weight: 400;
            font-size: 15px;
            color: #fff
        }

.contact-area .default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #0090e2;
    border: none
}

.contact-area textarea.form-control {
    height: auto
}

.footer {
    width: 100%;
    position: relative;
    background-image: url(../images/testi-bg.jpg);
    background-color: #232323;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    float: left
}

    .footer .footer-top {
        padding: 30px 0;
        position: relative;
        z-index: 2
    }

.form-box {
    position: relative;
    margin-right: 15px
}

    .form-box input {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        color: #646464;
        min-height: 51px;
        border-radius: 2px;
        padding-left: 30px;
        font-size: 15px;
        font-family: Raleway,sans-serif;
        padding-right: 140px;
        border-radius: 50px
    }

    .form-box button {
        border: none;
        background: #fdce34;
        color: #fff;
        padding: 11px 35px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 15px;
        position: absolute;
        right: 5px;
        top: 4px;
        border-radius: 50px
    }

        .form-box button:hover {
            font-size: 14.4px;
            background-color: #007dea
        }

.help-box-f h4 {
    color: #fff;
    font-family: Raleway,sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 4px 0
}

.help-box-f p {
    color: #fff;
    font-family: Raleway,sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding-top: 3px
}

.footer .single-widget {
    margin-top: 30px
}

    .footer .single-widget h3 {
        color: #fff;
        font-size: 18px;
        position: relative;
        text-transform: capitalize;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

        .footer .single-widget h3::before {
            content: "";
            position: absolute;
            left: 0;
            width: 40px;
            height: 2px;
            bottom: -1px;
            background: #0090e2;
            display: block
        }

.footer p {
    color: #ccc;
    font-size: 14px
}

.footer-about {
    padding-right: 30px
}

    .footer-about .logo {
        margin-bottom: 15px;
        width: 200px
    }

    .footer-about .text-logo a {
        color: #fff;
        font-size: 20px;
        font-weight: 700
    }

    .footer-about .text {
        margin-bottom: 35px
    }

.footer .f-link ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    line-height: 34px
}

    .footer .f-link ul li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        margin-top: -5px;
        background: #d4d4d4;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .footer .f-link ul li:hover:before {
        background-image: linear-gradient(180deg,#0080ff 50%,#fdaa34 50%)
    }

    .footer .f-link ul li:last-child {
        margin-bottom: 0
    }

    .footer .f-link ul li a {
        display: inline-block;
        color: #b4b4b4;
        padding: 0;
        margin: 0;
        background: 0 0;
        font-size: 14px;
        font-weight: 400
    }

.footer .f-link ul {
    box-shadow: none;
    margin: 0
}

    .footer .f-link ul li a::before {
        display: none
    }

    .footer .f-link ul li a:hover {
        color: #fff
    }

.single-f-news {
    position: relative;
    background: 0 0;
    margin-bottom: 20px;
    box-shadow: none
}

    .single-f-news img {
        height: 70px;
        width: 70px;
        display: block;
        position: absolute;
        border-radius: 100%;
        background: #fff;
        left: 0;
        top: 0;
        margin-top: 4px;
        padding: 5px
    }

.footer-news .single-f-news .content {
    padding-left: 85px;
    padding-top: 5px
}

    .footer-news .single-f-news .content p {
        margin: 0 0 10px
    }

    .footer-news .single-f-news .content .title {
        font-size: 14px
    }

        .footer-news .single-f-news .content .title a {
            color: #ccc
        }

            .footer-news .single-f-news .content .title a:hover {
                color: #f2a611
            }

.footer .footer-newsletter .address {
    color: #777;
    font-size: 15px;
    margin-bottom: 20px
}

.footer .single-f-news .post-meta i {
    color: #fff;
    margin-right: 5px
}

.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
    float: left
}

    .footer .address-widget-list li, .footer .address-widget-list li a {
        font-weight: 400;
        color: #ccc;
        font-size: 15px
    }

        .footer .address-widget-list li i {
            width: 25px;
            color: #fff;
            width: 28px;
            height: 28px;
            line-height: 28px;
            border: 1px solid #eee;
            text-align: center;
            border-radius: 100%;
            font-size: 13px;
            margin-right: 10px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            float: left
        }

        .footer .address-widget-list li:hover i {
            background: #fff;
            color: #0090e2
        }

        .footer .address-widget-list li:last-child {
            margin-bottom: 0
        }

        .footer .address-widget-list li span {
            color: #179e66;
            display: inline-block
        }

.footer_contact p {
    margin-bottom: 15px
}

.footer .social {
    margin-top: 22px
}

    .footer .social li {
        display: inline-block;
        margin: 0 8px 0 0
    }

        .footer .social li:last-child {
            margin-right: 0
        }

        .footer .social li a {
            cursor: pointer;
            font-size: 15px;
            color: #fff;
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            background-image: linear-gradient(180deg,#fdaa34 50%,#0080ff 10%);
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
            -webkit-box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
            -moz-box-shadow: 5px 5px 18px 0 rgba(21,183,236,.3);
            text-align: center
        }

            .footer .social li a:hover {
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px)
            }

.footer .social-icons li:before {
    display: none
}

.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b
}

.footer .copyright-content p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.footer .copyright-content a:hover {
    color: #0090e2
}

@media only screen and (min-width:1801px) {
    .cmt-left-span > .cmt-col-wrapper-bg-layer {
        margin-left: -500px
    }

    .cmt-right-span > .cmt-col-wrapper-bg-layer {
        margin-right: -500px
    }
}

@media (min-width:1200px) {
    .stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(2,61,128,.2)
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9
    }

    #site-header-menu .stickable-header.fixed-header .site-navigation ul.menu > li > a {
        padding: 37px 14px
    }

    .cmt-header-style-01 .site-header-menu .stickable-header.fixed-header .site-navigation {
        margin-top: 0
    }

    .cmt-header-style-01 .stickable-header.fixed-header .site-navigation-content {
        position: unset;
        content: unset;
        box-shadow: unset
    }

    #site-header-menu .stickable-header.fixed-header .site-navigation ul.menu > li.active > a, .cmt-header-style-01 #site-header-menu .site-navigation ul.menu > li.active > a {
        color: #0c97c2
    }

    .cmt-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
        padding: 20px 25px 40px 10px;
        position: relative
    }
}

@media (max-width:1199px) {
    .section-title h2 b {
        font-size: 28px
    }

    .top_bar {
        display: none
    }

    .site-branding {
        text-align: center
    }

    header .container {
        max-width: 100%
    }

    .header_extra, .widget_info {
        display: none !important;
        visibility: hidden
    }

    nav.main-menu ul.menu li ul.mega-submenu li.active > a, nav.main-menu ul.menu li ul.mega-submenu li > a:hover {
        color: #0067ed
    }

    .cmt-header-style-01 #site-header-menu, .cmt-header-style-03 #site-header-menu {
        background-color: transparent
    }

    #site-header-menu .site-navigation {
        height: 80px
    }

    .cmt-header-style-03 #site-header-menu .site-navigation ul.menu > li > a {
        color: #16143e
    }

    .cmt-header-style-03 .site-branding {
        position: absolute;
        bottom: -62px
    }

    .cmt-header-style-02 #site-header-menu .site-navigation ul.menu > li > a {
        color: #16143e
    }

    .cmt-header-style-02 .menubar-inner, .cmt-header-style-02 .menubar-inner:after, .cmt-header-style-02 .menubar-inner:before {
        background-color: #fff
    }

    .owl-next, .owl-prev {
        display: none
    }

    .slider_text_inner h1 {
        font-size: 36px !important
    }

    .slider_text_inner h5 {
        font-size: 16px !important
    }

    .slider1, .slider2 {
        height: 700px !important
    }

    .slider_area .button .active {
        margin-left: 0
    }

    .cntr_bg_up {
        margin: -100px 15px 0
    }

    .team-wrap {
        display: block;
        text-align: center
    }

        .team-wrap .team-thumb {
            display: block;
            margin: 0 auto 25px
        }

        .team-wrap .team-info {
            display: block;
            padding-left: 0;
            border: none
        }
}

@media (min-width:992px) and (max-width:1199px) {
    .single-blog-sec {
        background-image: url(../images/blur3.jpg)
    }

        .single-blog-sec .inner-post {
            padding: 25px 18px
        }

        .single-blog-sec .entry-title {
            font-size: 20px
        }

    .project-details.project-details-2 ul li {
        width: 45%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-area .contact-wrap {
        margin: 30px 0 0
    }
}

@media (max-width:767px) {
    .nagative_margin {
        margin-top: 10px
    }

    .project-details.project-details-2 ul li {
        width: 100%
    }

    .entry-footer .share-post, .entry-footer .tagcloud {
        float: none;
        width: 100%
    }

    .entry-footer .share-post {
        margin-top: 30px
    }

    .blog-post .author-bio .author-image {
        max-width: 100px;
        margin: 15px 15px 15px 15px;
        float: left
    }

        .blog-post .author-bio .author-image img {
            width: 100%
        }

    .blog-post .author-bio .author-info {
        padding: 15px 15px 15px 125px
    }

    .comment-respond {
        padding: 30px
    }

    .contact-area .contact-wrap {
        margin: 30px 0 0
    }

    .single-f-news {
        margin-bottom: 15px;
        float: left
    }

    .footer .address-widget-list li {
        float: inherit;
        margin-bottom: 15px
    }
}

.img-responsive {
    width: 100%
}

#process {
    margin-bottom: 40px;
    overflow-x: hidden
}

    #process .section-heading {
        margin-bottom: 40px
    }

.steps-pane img {
    height: 100px;
    margin-top: 18px;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg)
}

.pane-warp {
    height: 140px;
    width: 25px;
    margin-left: 20%;
    margin-top: 20px;
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg)
}

.steps-pane {
    height: 140px;
    width: 140px;
    margin-left: 30px;
    box-shadow: 7px 0 5px #bcbcbc
}

.inverted-pane-warp {
    height: 140px;
    width: 25px;
    margin-left: 20%;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg)
}

.inverted-steps-pane {
    height: 140px;
    width: 140px;
    background: #bcbcbc;
    margin-left: 30px;
    box-shadow: 7px 0 5px #bcbcbc
}

    .inverted-steps-pane p {
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        -moz-transform: skewX(15deg);
        padding: 20px 10px 10px 10px
    }

@media (min-width:900px) {
    .steps-timeline {
        border-top: 5px double #fc6429;
        padding-top: 20px;
        margin-top: 40px;
        margin-left: 3%;
        margin-right: 3%
    }

    .steps-five, .steps-four, .steps-one, .steps-three, .steps-two {
        float: left;
        width: 20%;
        margin-top: -105px
    }

    .step-wrap {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: 0 0;
        margin-left: 39%;
        border: 2px solid #fc6429
    }

    .verticle-line {
        position: absolute;
        height: 57px;
        width: 5px;
        margin-left: 10px;
        marker-top: 10px
    }

    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10.1px;
        border-radius: 50%;
        background: #fc6429
    }

    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 19px;
        margin-left: -10px
    }

    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 19px;
        margin-left: 18.1%
    }
}

@media (max-width:899px) {
    #process .container-fluid {
        width: 50%
    }

    .steps-timeline {
        border-left: 5px double #fc6429;
        margin-left: 35px
    }

    .steps-five, .steps-four, .steps-one, .steps-three, .steps-two {
        margin-left: -25px
    }

    .step-wrap, .steps-stops {
        float: left
    }

    .steps-timeline {
        border-left: 2px solid $brand-primary;
        margin-left: 30px
    }

    .pane-warp {
        margin-left: 30%
    }

    .inverted-pane-warp {
        margin-left: 30%
    }

    .verticle-line {
        position: absolute;
        width: 125px;
        height: 5px;
        margin-left: 5px;
        margin-top: 10px
    }

    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10px;
        border-radius: 50%;
        background: #fc6429
    }

    .step-wrap {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: 0 0;
        margin-top: 125px;
        margin-left: -2px;
        border: 2px solid #fc6429
    }

    .end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: -45px;
        margin-left: 15px
    }

    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 280px;
        margin-left: 15px
    }

    .width-20 {
        width: 100%;
        display: inline-block
    }

    .w-100 {
        width: 100% !important
    }

    .w-50 {
        width: 100% !important;
        display: inline-block
    }
}

@media (max-width:600px) {
    #process .container-fluid {
        width: 90%
    }

    .single_slider {
        width: 100%;
        height: auto !important
    }
}

@media (max-width:400px) {
    .verticle-line {
        width: 105px
    }
}

.back-orange {
    background: #fc6429
}

.back-blue {
    background: #3b2584
}

.table-header img {
    max-height: 200px
}

.copyright-content a {
    color: #fdca34
}

    .copyright-content a:hover {
        color: #fff
    }

.position-rel {
    position: relative;
    z-index: 9999
}

.slider_list {
    position: relative
}

.pos-a {
    position: absolute;
    z-index: 999;
    width: 100%
}

.cmt-bgcolor-white {
    background: rgba(255,255,255,0)
}

.single_slider video {
    width: 100%
}

.single_slider {
    width: 100%;
    height: 600px
}

.stickable-header li a {
    color: #fff
}

.fixed-header ul li a {
    color: #000
}

.support {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.support_text {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.g-none {
    background: 0 0
}

.width-20 {
    width: 24%;
    display: inline-block
}
.width-30 {
    width: 30%;
    display: inline-block
}
.width-40 {
    width: 40%;
    display: inline-block
}

.w-100 {
    width: 100% !important
}

.w-50 {
    width: 49% !important;
    display: inline-block
}

.pos-st {
    position: static !important
}

.why-choose ul li {
    padding: 10px 0
}

.servic-ui-1 li {
    width: 100% !important
}

.agency-box {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(162,161,161,.25);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.mobile-money-sprite-icon.gps-navigation {
    background-position: -597px -2px
}

.mobile-money-sprite-icon.icon-60 {
    width: 60px;
    height: 60px;
    display: block
}

.mobile-money-sprite-icon {
    background: url(../images/digital-wallet-mobile-money-sprite-icon.png) no-repeat
}

.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px
}

.icon-box .icon.icon-circled {
    border-radius: 50%
}

.icon-box .icon {
    display: inline-block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 68px
}

canvas {
    display: block;
    vertical-align: bottom
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
    top: 0
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

.certificate {
    border: 3px solid #fdca34;
    padding: 10px;
    border-radius: 10px
}

.call {
    position: fixed;
    bottom: 165px;
    z-index: 9999
}

    .call img {
        max-width: 24px;
        max-height: 24px;
        margin: .5px
    }

.whatsapp {
    position: fixed;
    bottom: 110px;
    z-index: 9999
}

    .whatsapp img {
        max-width: 24px;
        max-height: 24px;
        margin: .5px
    }

.downloadicon {
    position: fixed;
    bottom: 125px;
    z-index: 9999
}

    .downloadicon img {
        max-width: 24px;
        max-height: 24px;
        margin: .5px
    }

.gmail {
    position: fixed;
    bottom: 75px;
    z-index: 9999
}

    .gmail img {
        max-width: 24px;
        max-height: 24px;
        margin: .5px
    }

.m-20 {
    margin: 20px 0
}

.mlm-column img {
    text-align: center;
    margin: 0 auto;
    display: block
}

.mlm-column h5 {
    text-align: center;
    font-weight: 600
}

.icon-img {
    max-width: 100px
}

.stickable-header nav.main-menu ul.menu > li > a:hover:after, nav.main-menu ul.menu > li.active > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.stickable-header nav.main-menu ul.menu > li > a:after {
    position: absolute;
    left: 0;
    top: 10px;
    height: 35px;
    width: 39px;
    background-image: url(../images/nav-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header nav.main-menu ul.menu > li > a:after {
    position: absolute;
    left: 0;
    top: 25px;
    height: 35px;
    width: 39px;
    background-image: url(../images/nav-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text-banner {
    position: absolute;
    color: #fff;
    left: 1px;
    right: 1px
}

    .text-banner h2 {
        color: #fff;
        font-size: 15px;
        font-weight: 700
    }

        .text-banner h2 span {
            color: #fdca34;
            font-size: 40px !important;
            background-image: linear-gradient(180deg,#0892e0 50%,#ffb505 50%);
            background-size: 100%;
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color: transparent
        }

            .text-banner h2 span.ml2 {
                margin-top: 30px
            }

.service {
    background-image: url(../images/Details4.png);
    margin-top: 60px
}

    .service .service-box {
        padding: 10px 8px;
        background-color: #fff;
        box-shadow: #00000040 0 0 19px 0;
        margin-bottom: 5px;
        margin-top: 5px;
        border-radius: 8px;
        text-align: center
    }

        .service .service-box i {
            color: #fdce34
        }

            .service .service-box i img {
                height: 25px
            }

        .service .service-box h3 {
            font-weight: 720;
            font-size: 15px;
            font-weight: 500rem;
            line-height: 15px;
            color: #050000;
            padding: 4px 0
        }

        .service .service-box p {
            color: #fdce34;
            font-size: 17px;
            line-height: 28px
        }

        .service .service-box a {
            color: #fdce34;
            font-size: 13px;
            line-height: 14px
        }

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 9999
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.right {
    z-index: 99999
}

    .modal.right .modal-dialog {
        right: -320px;
        -webkit-transition: opacity .3s linear,right .3s ease-out;
        -moz-transition: opacity .3s linear,right .3s ease-out;
        -o-transition: opacity .3s linear,right .3s ease-out;
        transition: opacity .3s linear,right .3s ease-out
    }

    .modal.right.show .modal-dialog {
        right: 0
    }

.modal-inner li a {
    background: #0c5adb;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 5px 0
}

.modal-inner li:nth-child(2) a {
    background: #fc6429
}

.modal-inner li:nth-child(3) a {
    background: #85009a
}

.modal-inner li:nth-child(4) a {
    background: #b40042
}

.modal-inner li:nth-child(5) a {
    background: #c1760e
}

.modal-inner li:nth-child(6) a {
    background: #fc6429
}

.why-icon {
    width: 100px;
    margin-bottom: 20px
}

.legal-documents {
    margin-bottom: 20px
}

    .legal-documents img {
        border: 5px solid #0090e2;
        padding: 10px
    }

.partner-logo {
    border: 2px solid #0090e2;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    display: block;
    max-width: 200px
}

    .partner-logo img {
        text-align: center;
        display: block;
        margin: 0 auto
    }

.btn-solid-reg {
    display: inline-block;
    border-radius: 108px;
    margin: 4px 2px;
    border: .125rem solid #fdaa34;
    color: #fff;
    padding: 3px 12px 3px 12px;
    background-color: #fdaa34;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    -ms-transition: box-shadow .25s ease-in-out;
    text-decoration: none
}

    .btn-solid-reg:hover {
        border-radius: 108px;
        padding: 3px 12px 3px 12px;
        margin: 4px 2px background-color: #0080ff;
        color: #fff;
        border: .125rem solid #0080ff;
        text-decoration: none
    }

.btn-solid-lg {
    display: inline-block;
    border-radius: 108px;
    padding: 3px 12px 3px 12px;
    border: .2rem solid #0080ff;
    background-color: #0080ff;
    transition: all .2s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    -ms-transition: box-shadow .25s ease-in-out;
    text-decoration: none
}

    .btn-solid-lg:hover {
        border-radius: 108px;
        background-color: #fff;
        color: #fff;
        border: .125rem solid #fff;
        text-decoration: none
    }

.btn-outline-reg {
    display: inline-block;
    border-radius: 108px;
    background-color: transparent;
    color: #787976;
    font: 700 .75rem/0 Montserrat,sans-serif;
    text-decoration: none;
    transition: all .2s
}

    .btn-outline-reg:hover {
        border-radius: 108px;
        background-color: #787976;
        color: #fff;
        text-decoration: none
    }

.btn-outline-lg {
    display: inline-block;
    border-radius: 108px;
    margin-top: 8px;
    border-radius: .25rem;
    background-color: rgba(255,255,255,.5);
    color: #0080ff;
    font: 600 .75rem/0 Montserrat,sans-serif;
    text-decoration: none;
    transition: all .2s
}

    .btn-outline-lg:hover {
        border-radius: 108px;
        background-color: #0080ff;
        color: #fff;
        text-decoration: none
    }

.btn-fill {
    color: #fff;
    background-color: #0080ff
}

.btn-border {
    background-color: transparent;
    border-radius: 108px;
    color: #0080ff;
    border: 1px solid #0080ff
}

.btn-fill:hover {
    color: #fff;
    font-size: 15.5px
}

.btn-fill:focus {
    color: #fff;
    font-size: 15.5px
}

.btn:focus, .btn:hover {
    border-radius: 108px;
    box-shadow: 0 10px 18px 0 rgba(255,255,255,.9)
}

.sideicon {
    position: fixed;
    top: 50%;
    z-index: 2
}

    .sideicon img {
        position: fixed;
        width: 36px;
        height: 36px
    }

    .sideicon a {
        margin-bottom: 5px;
        background: 0 0;
        color: #f1f1f1;
        display: block;
        padding: 5px 15px;
        transform: translate(-15px,0);
        border-bottom-right-radius: 30px;
        text-decoration: none;
        font-size: 16px;
        transition: .5s ease
    }

        .sideicon a:hover {
            transform: translate(0,0)
        }

    .sideicon .fa {
        width: 24px;
        height: 24px;
        background-image: linear-gradient(180deg,#fdaa34 50%,#0080ff 10%);
        color: #fff;
        text-align: center;
        vertical-align: center;
        line-height: 24px;
        border-radius: 20%;
        margin-left: .5px;
        font-size: 16px
    }
