/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR payonline             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. miscelnious styles 
* 2. topbar styles 
* 3. hidden sidebar styles 
* 4. search popup styles 
* 5. header styles 
* 6. slider styles 
* 7. services styles 
* 8. solutions styles 
* 9. easy steps styles 
* 10. clients styles 
* 11. videobox styles 
* 12. subscribe styles 
* 13. expertize styles 
* 14. get apps styles 
* 15. blog styles 
* 16. cta styles 
* 17. footer styles 
* 18. sales point styles 
* 19. team styles 
* 20. testimonials styles 
* 21. about styles 
* 22. fun fact styles 
* 23. pricing styles 
* 24. review styles 
* 25. faq styles 
* 26. contact styles 
* 27. time tab styles 
* 28. time line styles 
* 29. inner banner styles 
* 30. error 404 styles 
* 31. sign in styles 
* 32. white paper styles 
* 33. about sidebar styles 
* 34. partner styles 
* 35. company overview styles 
* 36. carrers styles 
* 37. investors styles 
* 38. how we works styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. miscelnious styles 
***************************/
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');


.form-control:focus{
    box-shadow:none;
}
body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    letter-spacing: -0.02em;
    background-color: #ababab;
    -webkit-overflow-scrolling: touch;
}
html, body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
*{
    outline:none !important;
}
.form-control:focus {
    box-shadow: none;
}
a {
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }
input {
    -webkit-box-shadow:transparent !important;
}


    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    textarea:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:active {
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
        z-index: auto !important;
        background-clip: content-box;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    input:-webkit-aautofill-selected,
    input:-webkit-autofill-selected:hover,
    input:-webkit-autofill-selected:focus,
    textarea:-webkit-autofill-selected,
    textarea:-webkit-autofill-selected:hover,
    textarea:-webkit-autofill-selected:focus,
    select:-webkit-autofill-selected,
    select:-webkit-autofill-selected:hover,
    select:-webkit-autofill-selected:focus {
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
        z-index: auto !important;
        background-clip: content-box;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.gray-bg {
    background-color: #f1f7fc;
}

.sec-pad-ms {
    padding: 50px 0;
}

.sec-pad {
    padding: 120px 0;
}

.sec-pad-top-off {
    padding-top: 40px;
}

.sec-pad-top {
    padding-top: 120px;
}

.sec-pad-bottom {
    padding-bottom: 120px;
}

.sec-title {
    margin-bottom: 60px;
}

    .sec-title span {
        display: block;
        text-transform: uppercase;
        color: #001328;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .04em;
        margin-bottom: 5px;
    }

        .sec-title span:before {
            content: '';
            width: 16px;
            height: 8px;
            background: #001328;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            display: block;
            margin-bottom: 22px;
        }

    .sec-title.text-center span:before {
        margin-left: auto;
        margin-right: auto;
    }

    .sec-title h2 {
        margin: 0;
        color: #001328;
        font-weight: 800;
        font-size: 40px;
        letter-spacing: -0.03em;
    }

    .sec-title.light span,
    .sec-title.light h2 {
        color: #FFFFFF;
    }

        .sec-title.light span:before {
            background: #FFFFFF;
        }

.thm-btn {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #001328;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 39.5px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .thm-btn:hover {
        background: #5c8fbe;
        color: #FFFFFF;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
    }

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: transparent;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: #9e9e9e;
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 20px;
    color: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .bootstrap-select .dropdown-menu > li > a:hover {
        background: #9e9e9e;
        color: #fff;
        cursor: pointer;
    }

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.large-paragraph {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}

.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593;
        font-weight: 600;
    }

        .list-items li i {
            color: #9e9e9e;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0;
        }

        .list-items li.disabled {
            color: #798593;
        }

            .list-items li.disabled i {
                color: #798593;
            }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/ems-logo-1.png) center center no-repeat;
    z-index: 9999;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9e9e9e;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}

    .scroll-to-top i {
        font-size: 18px;
        line-height: 50px;
        color: #fff;
    }

    .scroll-to-top:hover {
        background: #001328;
    }

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

/************************** 
* 2. topbar styles 
***************************/
.top-bar {
    background: #0f6fd5;
    padding: 14.75px 50px;
}

    .top-bar .left-content p {
        margin: 0;
        color: #E7F2FF;
        font-size: 13px;
        font-weight: 600;
    }

        .top-bar .left-content p i {
            margin-right: 10px;
        }

        .top-bar .left-content p a {
            color: #FFFFFF;
            font-weight: 800;
            text-decoration: underline;
        }

    .top-bar .right-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .top-bar .right-content ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 13px;
            font-weight: 600;
            color: #fff;
        }

            .top-bar .right-content ul li + li {
                margin-left: 16px;
            }

            .top-bar .right-content ul li span {
                font-weight: 800;
                margin-right: 16px;
                margin-left: 3px;
            }

            .top-bar .right-content ul li a {
                color: #E8F3FF;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .top-bar .right-content ul li a:hover {
                    color: #9e9e9e;
                }

            .top-bar .right-content ul li i {
                font-size: 14px;
            }

/************************** 
* 3. hidden sidebar styles 
***************************/
.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -530px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    max-width: 530px;
    background: #FFFFFF;
    overflow: auto;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

    .hidden-sidebar.open {
        -webkit-transform: translate3d(-530px, 0, 0);
        transform: translate3d(-530px, 0, 0);
    }

    .hidden-sidebar .close-button {
        position: absolute;
        top: 30px;
        right: 30px;
        color: #798593;
        font-size: 14px;
        cursor: pointer;
    }

    .hidden-sidebar .sidebar-content {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 45px;
        text-align: center;
    }

        .hidden-sidebar .sidebar-content img {
            border-radius: 6px;
        }

        .hidden-sidebar .sidebar-content h3,
        .hidden-sidebar .sidebar-content p {
            margin: 0;
        }

        .hidden-sidebar .sidebar-content p {
            color: #798593;
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            width: 96%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

            .hidden-sidebar .sidebar-content p.contact-info {
                color: #001328;
                font-size: 22px;
                font-weight: 800;
                line-height: 1em;
                margin: 0;
                margin-top: 20px;
                margin-bottom: 70px;
            }

                .hidden-sidebar .sidebar-content p.contact-info i {
                    display: inline-block;
                    vertical-align: middle;
                    width: 63px;
                    height: 63px;
                    border-radius: 50%;
                    background: #0f6fd5;
                    line-height: 63px;
                    color: #fff;
                    font-size: 26px;
                    -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                    box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                    margin-right: 20px;
                }

        .hidden-sidebar .sidebar-content a.download-btn {
            background: #9e9e9e;
            width: 100%;
            border-radius: 6px;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
            display: block;
            position: relative;
            padding: 38px 0;
            padding-left: 85px;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
            text-align: left;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .hidden-sidebar .sidebar-content a.download-btn.two {
                background: #0f6fd5;
                -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                margin-top: 30px;
            }

            .hidden-sidebar .sidebar-content a.download-btn i {
                font-size: 29px;
                position: absolute;
                top: 50%;
                left: 40px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .hidden-sidebar .sidebar-content a.download-btn:hover {
                background: #fff;
                color: #001328;
            }

/************************** 
* 4. search popup styles 
***************************/
.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

    .search_area .search_box_inner {
        background: transparent;
        padding: 100px 60px;
        display: block;
        overflow: hidden;
    }

        .search_area .search_box_inner h3 {
            padding-bottom: 20px;
            font-family: "Hind", sans-serif;
            font-size: 22px;
            text-transform: uppercase;
            color: #fff;
        }

        .search_area .search_box_inner .input-box {
            display: block;
            position: relative;
        }

            .search_area .search_box_inner .input-box input {
                background: transparent;
                border-radius: 0px;                
                height: 50px;
                padding: 0px;
                border: none;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                color: #fff;
                font-family: "Hind", sans-serif;
                font-size: 24px;
                font-weight: normal;
            }

                .search_area .search_box_inner .input-box input::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #fff;
                }

                .search_area .search_box_inner .input-box input::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #fff;
                }

                .search_area .search_box_inner .input-box input:-ms-input-placeholder {
                    /* IE 10+ */
                    color: #fff;
                }

                .search_area .search_box_inner .input-box input:-moz-placeholder {
                    /* Firefox 18- */
                    color: #fff;
                }

            .search_area .search_box_inner .input-box .input-box-btn {
                position: absolute;
                right: 5px;
                top: 14px;
                z-index: 4;
            }

                .search_area .search_box_inner .input-box .input-box-btn .btn-default {
                    padding: 0px;
                    border: none;
                    outline: none !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    background: transparent;
                    color: #fff;
                    font-size: 18px;
                }

    .search_area .mfp-close {
        right: 0px;
        color: #fff;
    }

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    background: #001328;
}

/************************** 
* 5. header styles 
***************************/
.site-header {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    z-index: 99;
    background: #203990;
}

.header-navigation {  
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: none;
}

    .header-navigation .container {
        background: transparent;
        position: relative;
        display: block;
        max-width: 100%;
        width: 100%;
        padding-right: 360px;
    }

        .header-navigation .container .logo-box {
            float: left;
            position: absolute;
            top: 50%;
            left: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .header-navigation .container .navbar-brand {
            height: auto;
            margin: 0;
        }

        .header-navigation .container .menu-toggler {
            display: none;
        }

        .header-navigation .container .right-side-box {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 15px;
        }

            .header-navigation .container .right-side-box a.signin-btn {
                background: #fde678;
                display: inline-block;
                vertical-align: middle;
                color: #555;
                font-size: 12px;
                font-weight: 800;
                -webkit-transition: all .4s ease;
                letter-spacing: 0.04em;
                border-radius: 25px;
                text-transform: uppercase;
                padding: 13px 40px;
                transition: all .4s ease;
                margin-left: 10px;
            }

                .header-navigation .container .right-side-box a.signin-btn:hover {
                    background: #fde678 !important;
                    color: #555 !important;
                }

    .header-navigation .main-navigation {
        float: right;
        text-align: right;
    }

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        display: none;
    }

    .header-navigation ul.navigation-box > li {
        position: relative;
        padding: 30px 20px;
        display: inline-block;
        vertical-align: middle;
        height:75px;
    }

        .header-navigation ul.navigation-box > li:first-child {
            padding-left: 0;
        }

        .header-navigation ul.navigation-box > li:last-child {
            padding-right: 0;
        }

        .header-navigation ul.navigation-box > li > a {
            font-weight: 700;
            font-size: 16px;
            color: #FFFFFF;
            padding: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: relative;
        }

        .header-navigation ul.navigation-box > li.current > a,
        .header-navigation ul.navigation-box > li:hover > a {
            color: black;
        }

            .header-navigation ul.navigation-box > li.current > a:after,
            .header-navigation ul.navigation-box > li:hover > a:after {
                opacity: 1;
            }

        .header-navigation ul.navigation-box > li > ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 25px;
            z-index: 1000;
            float: left;
            min-width: 200px;
            padding: 0px;
            text-align: left;
            list-style: none;
            background-color: #FFFFFF;
            background-clip: padding-box;
            opacity: 0;
            border-radius: 7px;
            visibility: hidden;
            -webkit-transition: opacity .4s ease, visibility .4s ease;
            transition: opacity .4s ease, visibility .4s ease;
            -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
        }

            .header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
                left: auto;
                right: 0;
            }

            .header-navigation ul.navigation-box > li > ul.sub-menu.center-align {
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
        font-size: 15px;
        color: #798593;
        font-weight: 700;
        padding: 10px 20px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:after {
            font-family: 'FontAwesome';
            content: '\f061';
            font-size: 10px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 40px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:only-child:after {
            display: none;
        }

.header-navigation ul.navigation-box > li > .sub-menu li + li {
    /*border-top: 1px solid #E2E2E2;*/
}

.header-navigation ul.navigation-box > li > .sub-menu li:hover {
    background: #f1f7fc;
}

    .header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
        color: #0f6fd5;
        position: relative;
        /*-webkit-transform: translateX(5px);
        transform: translateX(5px);*/
    }

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 290px;
    padding: 15px 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    border-radius: 7px;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu.right-align {
        left: auto;
        right: 100%;
    }

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
    display: block;
    position: relative;
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
        font-size: 15px;
        color: #798593;
        font-weight: 700;
        padding: 13px 40px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a:after {
            font-family: 'FontAwesome';
            content: '\f061';
            font-size: 10px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 40px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a:only-child:after {
            display: none;
        }

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover {
    background: #f1f7fc;
}

    .header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
        color: #0f6fd5;
        position: relative;
        /*-webkit-transform: translateX(5px);
        transform: translateX(5px);*/
    }

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    background: #001328;
    border-bottom: 0;
}

    .header-navigation.stricky-fixed ul.navigation-box > li {
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

    .header-navigation.stricky-fixed .navbar-brand img {
        /* max-height: 55px;*/
    }

.site-header.style-two .top-bar {
    background: #001328;
    padding-left: 0;
    padding-right: 0;
}

.site-header.style-two .header-navigation {
    padding-left: 0;
    padding-right: 0;
    border-bottom-color: rgba(0, 19, 40, 0.1);
}

@media (min-width: 1200px) {
    .site-header.style-two .header-navigation .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    .site-header.style-two .header-navigation .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .site-header.style-two .header-navigation .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .site-header.style-two .header-navigation .container {
        max-width: 540px;
    }
}

.site-header.style-two .header-navigation .container {
    padding-right: 130px;
}

.site-header.style-two .header-navigation ul.navigation-box > li > a {
    color: #001328;
}

.site-header.style-two .header-navigation .container .right-side-box .social a {
    color: #001328;
    font-size: 16px;
}

    .site-header.style-two .header-navigation .container .right-side-box .social a + a {
        margin-left: 20px;
    }

.site-header.style-two .header-navigation.stricky-fixed {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

.site-header.home-three .header-navigation .main-navigation {
    float: none;
    text-align: center;
}

.site-header.home-three .header-navigation .container {
    padding-right: 15px;
}

.site-header.home-three .right-side-box .sidemenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .site-header.home-three .right-side-box .sidemenu li {
        display: inline-block;
        vertical-align: middle;
    }

        .site-header.home-three .right-side-box .sidemenu li + li {
            margin-left: 18px;
        }

        .site-header.home-three .right-side-box .sidemenu li a {
            font-size: 14px;
            color: #fff;
        }

.site-header.home-four {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
}

    .site-header.home-four .header-navigation ul.navigation-box > li > a,
    .site-header.home-four .right-side-box .sidemenu li a {
        color: #001328;
    }

    .site-header.home-four .header-navigation.stricky-fixed {
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
        box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
    }

.site-header.style-five .header-navigation {
    border-bottom: 0;
}

    .site-header.style-five .header-navigation .container {
        padding-right: 15px;
    }

    .site-header.style-five .header-navigation ul.navigation-box > li > a {
        color: #fff;
    }

    .site-header.style-five .header-navigation.stricky-fixed {
        background: #001328;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
    }

.site-header.style-six .header-navigation .container {
    padding-right: 255px;
}

    .site-header.style-six .header-navigation .container .right-side-box .sidemenu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
    }

        .site-header.style-six .header-navigation .container .right-side-box .sidemenu li {
            display: inline-block;
            vertical-align: middle;
        }

            .site-header.style-six .header-navigation .container .right-side-box .sidemenu li + li {
                margin-left: 18px;
            }

            .site-header.style-six .header-navigation .container .right-side-box .sidemenu li a {
                font-size: 14px;
                color: #fff;
            }

.site-header.style-seven {
    position: relative;
    background: #fff;
}

.side-scroller-dots {
    position: fixed;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

    .side-scroller-dots ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .side-scroller-dots ul li + li {
            margin-top: 5px;
        }

        .side-scroller-dots ul li a span {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #001328;
            opacity: .4;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .side-scroller-dots ul li.current a span {
            opacity: 1;
        }

    .side-scroller-dots #menu[data-section-class*='minimal-bootstrap-carousel'] li a span,
    .side-scroller-dots #menu[data-section-class*='services'] li a span,
    .side-scroller-dots #menu[data-section-class*='payonline-sales'] li a span {
        background: #fff;
        opacity: 1;
    }

    .side-scroller-dots #menu[data-section-class*='minimal-bootstrap-carousel'] li.current a span,
    .side-scroller-dots #menu[data-section-class*='services'] li.current a span,
    .side-scroller-dots #menu[data-section-class*='payonline-sales'] li.current a span {
        background: #9e9e9e;
    }

/************************** 
* 6. slider styles 
***************************/
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            #minimal-bootstrap-carousel .carousel-caption .container .box {
                display: table-cell;
                text-align: left;
            }

                #minimal-bootstrap-carousel .carousel-caption .container .box .content {
                    display: block;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
                    vertical-align: top;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
                    vertical-align: bottom;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
                    vertical-align: middle;
                }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 70px;
        height: 60px;
        font-size: 14px;
        line-height: 48px;
        color: #001328;
        background-color: rgba(255, 255, 255, 0.25);
        visibility: visible !important;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 91;
    }

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 0%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 0%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #85d9bf;
    color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 75vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .carousel-item {
    background-color: #0f6fd5;
}

.carousel-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: fill;
}

.slider-content-style .content {
    position: relative;
    z-index: 999;
    padding-top: 104px;
}

    .slider-content-style .content h3 {
        margin: 0;
        font-size: 72px;
        line-height: 66px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.06em;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .slider-content-style .content h2 {
        margin: 0;
    }

    .slider-content-style .content p {
        margin: 0;
        font-size: 40px;
        line-height: 1em;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 40px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

        .slider-content-style .content a.thm-btn:hover {
            background: #fff;
            color: #001328;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
        }

.slider-content-style-two {
    padding-top: 190px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

    .slider-content-style-two .tag-line {
        color: #0f6fd5;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .slider-content-style-two h2 {
        color: #001328;
        font-size: 80px;
        line-height: 70px;
        font-weight: 700;
        letter-spacing: -0.06em;
        margin: 0;
        margin-bottom: 50px;
    }

    .slider-content-style-two p {
        color: #001328;
        font-weight: 600;
        font-size: 26px;
        margin: 0;
        margin-bottom: 25px;
    }

    .slider-content-style-two .cta-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        max-width: 470px;
        border: 2px solid #CCD7E0;
        border-radius: 30px;
        margin-bottom: 20px;
        background: #FFFFFF;
    }

    .slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle {
        border: none !important;
        outline: none !important;
        background-color: transparent;
        padding: 18px 38px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle:after {
            border: none;           
            content: '\f107';
            font-family: 'FontAwesome';
            color: #798593;
            font-size: 16px;
            width: 66px;
            height: 60px;
            text-align: center;
            border-left: 2px solid #CCD7E0;
            position: absolute;
            top: 0;
            right: 0;
            line-height: 60px;
        }

    .slider-content-style-two .cta-form .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

        .slider-content-style-two .cta-form .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, -6px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, -6px);
            font-size: 22px;
        }

.slider-home-three.slider-content-style h3 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
}

.slider-home-three.slider-content-style .content a.thm-btn {
    margin-top: 46px;
}

.slider-home-three.slider-content-style .btn-tag-line {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-top: 20px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    margin-right: 130px;
}

    .slider-home-three.slider-content-style .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, -5px);
        transform: rotate(-85deg) scale(1, -1) translate(3px, -5px);
        font-size: 20px;
    }

.slider-home-four.slider-content-style h3 {
    color: #001328;
}

.slider-home-four.slider-content-style .btn-box {
    position: relative;
    display: inline-block;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-home-four.slider-content-style .content a.thm-btn {
    margin-top: 35px;
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
}

    .slider-home-four.slider-content-style .content a.thm-btn:hover {
        background: #0f6fd5;
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
    }

.slider-home-four.slider-content-style .btn-tag-line {
    color: #001328;
    margin: 0;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-top: 0px;
    width: 100%;
}

.slider-home-four.slider-content-style .rounded-box {
    border-radius: 50%;
    width: 241px;
    height: 241px;
    background: #9e9e9e;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding: 0 60px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

    .slider-home-four.slider-content-style .rounded-box.thm-base-color-bg {
        background: #0f6fd5;
    }

.slider-home-six.slider-content-style .content h3 {
    font-size: 60px;
    line-height: 70px;
}

.slider-home-six.slider-content-style .content .thm-btn {
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
}

    .slider-home-six.slider-content-style .content .thm-btn:hover {
        background: #0f6fd5;
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
    }

.slider-content-style-four h3,
.slider-content-style-four p {
    margin: 0;
}

.slider-content-style-four h3 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-content-style-four p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 30px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider-content-style-four .thm-btn {
    background: #FFFFFF;
    color: #001328;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.3);
    box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.3);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

    .slider-content-style-four .thm-btn:hover {
        background: #001328;
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3);
        box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3);
    }

.slider-content-style-four .video-button-box {
    display: block;
    width: 100%;
    text-align: right;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

    .slider-content-style-four .video-button-box a {
        display: block;
        position: relative;
        width: 100%;
    }

        .slider-content-style-four .video-button-box a i.fa-play {
            display: inline-block;
            width: 115px;
            height: 60px;
            background: #9e9e9e;
            border-radius: 30px;
            color: #fff;
            font-size: 16px;
            line-height: 60px;
            text-align: center;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .slider-content-style-four .video-button-box a i.fa-play:hover {
                color: #fff;
                background: #0f6fd5;
            }

        .slider-content-style-four .video-button-box a .btn-tag-line {
            position: absolute;
            bottom: -40px;
            left: 50%;
            width: 100%;
            -webkit-transform: translateX(-72%);
            transform: translateX(-72%);
            color: #FFFFFF;
            font-family: 'Covered By Your Grace';
            font-size: 20px;
        }

            .slider-content-style-four .video-button-box a .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            }

/************************** 
* 7. services styles 
***************************/
.service-style-one {
    position: relative;
}

    .service-style-one:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: #f1f7fc;
    }

    .service-style-one .container {
        position: relative;
    }

    .service-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0;
    }

        .service-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important;
            float: left;
            width: 20%;
        }

            .service-style-one .tab-title li a {
               
                border: none;
                outline: none;
                display: block;
                cursor: pointer;
                padding: 0;
                border-radius: 0 !important;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                text-align: center;
                position: relative;
                padding-bottom: 75px;
            }

                .service-style-one .tab-title li a:after {
                    content: '';
                    background: transparent url(../images/arrow-1-1.png) 0 0 no-repeat;
                    width: 35px;
                    height: 15px;
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    opacity: 0;
                    -webkit-transition: all .8s ease;
                    transition: all .8s ease;
                }

        .service-style-one .tab-title .icon-box {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            -webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
            box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
            display: inline-block;
            text-align: center;
            position: relative;
            background: #9e9e9e;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .service-style-one .tab-title .icon-box:after {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                border-radius: 50%;
                background: #f1f7fc;
                background: -webkit-gradient(linear, left top, right top, from(#f1f7fc), to(#ffffff));
                background: linear-gradient(to right, #f1f7fc 0%, #ffffff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$thm_gray', endColorstr='#ffffff', GradientType=1);
                opacity: 1;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

            .service-style-one .tab-title .icon-box i {
                font-size: 72px;
                line-height: 150px;
                position: relative;
                z-index: 10;
                color: #0f6fd5;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

            .service-style-one .tab-title .icon-box:before {
                content: '';
                width: 72px;
                height: 72px;
                background: rgba(15, 111, 213, 0.08);
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-60%, -50%);
                transform: translate(-60%, -50%);
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                z-index: 10;
            }

        .service-style-one .tab-title h3 {
            margin: 0;
            color: #001328;
            font-size: 20px;
            font-weight: 800;
            margin-top: 40px;
        }

        .service-style-one .tab-title li a:hover .icon-box,
        .service-style-one .tab-title li a.active .icon-box {
            -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
        }

            .service-style-one .tab-title li a:hover .icon-box i,
            .service-style-one .tab-title li a.active .icon-box i {
                color: #fff;
            }

            .service-style-one .tab-title li a:hover .icon-box:before,
            .service-style-one .tab-title li a.active .icon-box:before {
                opacity: 0;
            }

            .service-style-one .tab-title li a:hover .icon-box:after,
            .service-style-one .tab-title li a.active .icon-box:after {
                opacity: 0;
            }

        .service-style-one .tab-title li a.active:after {
            opacity: 1;
        }

    .service-style-one .single-tab-content {
        border: 1px solid #CCD7E0;
        border-radius: 6px;
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
        padding: 60px;
    }

        .service-style-one .single-tab-content .icon-box,
        .service-style-one .single-tab-content .text-box {
            display: table-cell;
            vertical-align: top;
        }

            .service-style-one .single-tab-content .icon-box i {
                color: #9e9e9e;
                font-size: 72px;
            }

        .service-style-one .single-tab-content .text-box {
            padding-left: 40px;
        }

            .service-style-one .single-tab-content .text-box h3 {
                margin: 0;
                color: #001328;
                font-size: 26px;
                font-weight: 800;
            }

            .service-style-one .single-tab-content .text-box p {
                margin: 0;
                color: #798593;
                font-size: 18px;
                line-height: 34px;
                font-weight: 600;
                margin-top: 20px;
                margin-bottom: 35px;
            }

            .service-style-one .single-tab-content .text-box a.read-more {
                color: #0f6fd5;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                display: inline-block;
                border-bottom: 2px solid #D5E1F5;
                line-height: 1em;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .service-style-one .single-tab-content .text-box a.read-more:hover {
                    color: #9e9e9e;
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px);
                }

.service-style-two {
    margin-bottom: -120px;
}

.single-service-two {
    text-align: center;
    border: 1px solid #CCD7E0;
    border-radius: 6px;
    background: #FFFFFF;
    padding: 63px 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-service-two:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
    }

    .single-service-two i {
        font-size: 72px;
        color: #85d9bf;
    }

    .single-service-two h3 {
        color: #001328;
        font-size: 22px;
        font-weight: 800;
        line-height: 34px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .single-service-two p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 20px;
    }

    .single-service-two .read-more {
        color: #85d9bf;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800;
        line-height: 1em;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-service-two .read-more:hover {
            color: #001328;
        }

.service-style-three {
    background: #0f6fd5;
}

.single-service-three {
    text-align: center;
    background: #f1f7fc;
    border-radius: 7px;
    padding: 48px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

    .single-service-three:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.1);
        box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.1);
    }

    .single-service-three:before {
        background: #001328;
        border-radius: 7px;
    }

    .single-service-three i {
        font-size: 72px;
        color: #0f6fd5;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-service-three h3 {
        font-size: 18px;
        font-weight: 800;
        margin: 0;
        margin-top: 20px;
    }

        .single-service-three h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-service-three:hover i,
    .single-service-three:hover h3 a {
        color: #ffffff;
    }

.service-style-three .btn-tag-line {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 130px;
    margin-top: 20px;
}

    .service-style-three .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        font-size: 27px;
    }

.single-service-four {
    min-height: 321px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-service-four:before {
        border-radius: 7px;
        background: #0f6fd5;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .single-service-four .inner-box {
        text-align: center;
    }

    .single-service-four i {
        font-size: 72px;
        color: #0f6fd5;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-service-four h3,
    .single-service-four p {
        margin: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-service-four h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
    }

        .single-service-four h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-service-four p {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: #798593;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .single-service-four:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
        box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
    }

        .single-service-four:hover:before {
            -webkit-transform-origin: center top;
            transform-origin: center top;
        }

        .single-service-four:hover i,
        .single-service-four:hover h3 a,
        .single-service-four:hover p {
            color: #fff;
        }

.service-style-five .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .service-style-five .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .service-style-five .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.service-style-five .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0, 19, 40, 0.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
}

    .service-style-five .box a {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
    }

        .service-style-five .box a i.fa {
            display: inline-block;
            width: 65px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 20px;
            color: #001328;
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .service-style-five .box a i.fa:hover {
                color: #fff;
                background: #1371D6;
            }

.service-style-five .image-box:hover .box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-style-five .text-box {
    margin-top: 25px;
}

    .service-style-five .text-box h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 30px;
    }

        .service-style-five .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .service-style-five .text-box h3 a:hover {
                color: #0f6fd5;
            }

    .service-style-five .text-box p {
        margin: 0;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 35px;
    }

    .service-style-five .text-box .read-more {
        color: #9e9e9e;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .service-style-five .text-box .read-more:hover {
            color: #0f6fd5;
        }

.service-style-five.solution-by-size-page .text-box .list-items {
    margin-top: 20px;
}

.service-style-five.solution-by-size-page .text-box p {
    margin: 0;
}

.service-style-six {
    background: #0f6fd5;
}

.single-service-six {
    position: relative;
    padding-bottom: 35px;
}

    .single-service-six:before, .single-service-six:after {
        content: '';
        width: 100%;
        background: #ffffff;
        opacity: .1;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-service-six:after {
        opacity: 1;
        width: 0;
    }

    .single-service-six i {
        font-size: 76px;
        color: #fff;
    }

    .single-service-six h3,
    .single-service-six p {
        margin: 0;
        color: #fff;
    }

    .single-service-six h3 {
        font-size: 20px;
        font-weight: 800;
        margin-top: 30px;
    }

    .single-service-six p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        width: 79%;
        margin-top: 40px;
    }

    .single-service-six:hover:before {
        opacity: 0;
    }

    .single-service-six:hover:after {
        width: 100%;
    }

.service-title-box {
    background: #001328 url(../images/blue-shape-bg2.jpg) right top no-repeat;
    background-size: cover;
    padding-bottom: 340px;
}

.service-style-seven {
    position: relative;
    margin-top: 120px;
}

    .service-style-seven .container-outer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .service-style-seven .service-style-seven-carousel .owl-nav {
        display: none;
    }

    .service-style-seven .service-style-seven-carousel .owl-dots {
        position: absolute;
        top: calc(100% + 35px);
        left: 0;
        width: 100%;
    }

        .service-style-seven .service-style-seven-carousel .owl-dots .owl-dot span {
            margin: 0 2.5px;
            background: rgba(0, 19, 40, 0.4);
        }

        .service-style-seven .service-style-seven-carousel .owl-dots .owl-dot.active span {
            background: #0f6fd5;
        }

.single-service-style-seven {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block;
}

    .single-service-style-seven:before {
        z-index: 10;
        background: #001328;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#001328), to(#0f6fd5));
        background: linear-gradient(to bottom, #001328 0%, #0f6fd5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001328', endColorstr='#0f6fd5', GradientType=0);
        /* IE6-9 */
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85;
    }

    .single-service-style-seven:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .single-service-style-seven .img-box {
        width: 100%;
    }

        .single-service-style-seven .img-box > img {
            width: 100%;
            border-radius: 8px;
        }

    .single-service-style-seven .text-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        padding: 60px;
    }

        .single-service-style-seven .text-block h3,
        .single-service-style-seven .text-block p {
            margin: 0;
        }

        .single-service-style-seven .text-block h3 {
            font-size: 30px;
            font-weight: 800;
            margin-bottom: 30px;
        }

            .single-service-style-seven .text-block h3 a {
                color: #fff;
            }

        .single-service-style-seven .text-block p {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
        }

        .single-service-style-seven .text-block a.read-more {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: underline;
            line-height: 1em;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: absolute;
            bottom: 75px;
            left: 60px;
        }

            .single-service-style-seven .text-block a.read-more:hover {
                color: #9e9e9e;
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }

.service-style-two.solutions-page {
    background: #f1f7fc;
    margin-bottom: 0;
    position: relative;
}

    .service-style-two.solutions-page:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: #fff;
    }

    .service-style-two.solutions-page .container {
        position: relative;
    }

.service-style-one.solutions-page:before {
    display: none;
}

.service-style-one.solutions-page .single-tab-content-two .sec-title {
    margin-bottom: 40px;
}

.service-style-one.solutions-page .single-tab-content-two p,
.service-style-one.solutions-page .single-tab-content-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-style-one.solutions-page .single-tab-content-two p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-bottom: 30px;
}

.service-style-one.solutions-page .single-tab-content-two ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px;
}

    .service-style-one.solutions-page .single-tab-content-two ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #9e9e9e;
    }

.service-style-one.solutions-page .single-tab-content-two .thm-btn {
    margin-top: 50px;
}

.service-style-eight {
    padding-top: 90px;
}

.single-service-style-eight {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block;
    margin-top: 30px;
}

    .single-service-style-eight:before {
        z-index: 10;
        background: #001328;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#001328), to(#0f6fd5));
        background: linear-gradient(to bottom, #001328 0%, #0f6fd5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001328', endColorstr='#0f6fd5', GradientType=0);
        /* IE6-9 */
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85;
    }

    .single-service-style-eight:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .single-service-style-eight .img-box {
        width: 100%;
        background: #001328;
    }

        .single-service-style-eight .img-box > img {
            width: 100%;
            border-radius: 8px;
            opacity: .5;
        }

    .single-service-style-eight .text-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        padding: 40px;
    }

        .single-service-style-eight .text-block h3,
        .single-service-style-eight .text-block p {
            margin: 0;
        }

        .single-service-style-eight .text-block h3 {
            font-size: 26px;
            font-weight: 800;
            margin-bottom: 30px;
        }

            .single-service-style-eight .text-block h3 a {
                color: #fff;
            }

        .single-service-style-eight .text-block p {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
        }

        .single-service-style-eight .text-block a.read-more {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: underline;
            line-height: 1em;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: absolute;
            bottom: 45px;
            left: 40px;
        }

            .single-service-style-eight .text-block a.read-more:hover {
                color: #9e9e9e;
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }

/************************** 
* 8. solutions styles 
***************************/
.solution-style-one {
    background: #f2f3f8;
}

    .solution-style-one .sec-title {
        margin-bottom: 30px;
    }

.single-solution-style-one {
    border: 1px solid #CCD7E0;
    padding: 36px 30px;
    border-radius: 6px;
    position: relative;
    margin-top: 70px;
    background: #fff;
}

    .single-solution-style-one:before {
        background: #85d9bf;
        border-radius: 6px;
    }

    .single-solution-style-one:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
    }

    .single-solution-style-one .img-box {
        position: absolute;
        top: -40px;
        left: 30px;
    }

        .single-solution-style-one .img-box img {
            border-radius: 50%;
        }

    .single-solution-style-one .text-box {
        padding-left: 250px;
    }

    .single-solution-style-one h3 {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .single-solution-style-one h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-solution-style-one span {
        color: #9e9e9e;
        font-size: 15px;
        font-weight: 700;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-solution-style-one .read-more {
        color: #9e9e9e;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1em;
        border-bottom: 1px solid #A5BFEB;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-solution-style-one:hover span {
        color: #E8F3FF;
    }

    .single-solution-style-one:hover h3 a {
        color: #FFFFFF;
    }

    .single-solution-style-one:hover .read-more {
        border-color: #97B9EB;
        color: #E8F3FF;
    }

.solution-style-two {
    background: #f1f7fc url(../images/gray-shape-bg4.jpg) left center no-repeat;
    background-size: cover;
    position: relative;
}

    .solution-style-two img.shaped-bg {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .solution-style-two .solution-content {
        padding-right: 67px;
    }

        .solution-style-two .solution-content .sec-title {
            margin-bottom: 0;
        }

        .solution-style-two .solution-content p {
            color: #798593;
            font-size: 18px;
            line-height: 34px;
            font-weight: 600;
            margin: 0;
            margin-top: 35px;
            margin-bottom: 50px;
        }

.single-solution-style-two {
    border: 1px solid #CCD7E0;
    border-radius: 8px;
    padding: 20px 0;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #FFFFFF;
}

    .single-solution-style-two + .single-solution-style-two {
        margin-top: 25px;
    }

    .single-solution-style-two .count-box,
    .single-solution-style-two .text-box {
        display: table-cell;
        vertical-align: middle;
    }

        .single-solution-style-two .count-box .inner-box {
            background: #ccd7e0;
            width: 60px;
            height: 60px;
            text-align: center;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 800;
            line-height: 60px;
            border-radius: 50%;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-solution-style-two .text-box {
        color: #001328;
        font-size: 20px;
        font-weight: 800;
        padding-left: 30px;
    }

    .single-solution-style-two:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
    }

        .single-solution-style-two:hover .count-box .inner-box {
            background: #0f6fd5;
        }

.solution-style-two .featured-image-box img {
    border-radius: 8px;
}

.single-solution-style-three .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .single-solution-style-three .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .single-solution-style-three .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.single-solution-style-three .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0, 19, 40, 0.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
}

    .single-solution-style-three .box a {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
    }

        .single-solution-style-three .box a i.fa {
            display: inline-block;
            width: 65px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 20px;
            color: #001328;
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-solution-style-three .box a i.fa:hover {
                color: #fff;
                background: #1371D6;
            }

.single-solution-style-three .image-box:hover .box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.video-box-style-four.solutions-details-page:before {
    display: none;
}

.solutions-tab-one .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    border-bottom: 2px solid #e7f1fa;
    margin-bottom: 120px;
}

    .solutions-tab-one .tab-title li {
        display: inline-block;
        margin-bottom: 0 !important;
        float: left;
        width: 16.666666667%;
    }

        .solutions-tab-one .tab-title li a {           
            border: none;
            outline: none;
            display: block;
            cursor: pointer;
            padding: 0 39px;
            padding-bottom: 30px;
            border-radius: 0 !important;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            text-align: center;
            position: relative;
        }

            .solutions-tab-one .tab-title li a:before {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 0;
                background: #9e9e9e;
                height: 2px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

            .solutions-tab-one .tab-title li a i[class*=payonline-icon] {
                font-size: 72px;
                color: #0f6fd5;
            }

            .solutions-tab-one .tab-title li a h3 {
                margin: 0;
                color: #001328;
                font-size: 18px;
                font-weight: 800;
                margin-top: 21px;
            }

            .solutions-tab-one .tab-title li a:hover:before, .solutions-tab-one .tab-title li a.active:before {
                width: 100%;
            }

.solutions-tab-one .single-tab-content-two .sec-title {
    margin-bottom: 40px;
}

.solutions-tab-one .single-tab-content-two p,
.solutions-tab-one .single-tab-content-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.solutions-tab-one .single-tab-content-two p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-bottom: 30px;
}

.solutions-tab-one .single-tab-content-two ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px;
}

    .solutions-tab-one .single-tab-content-two ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #9e9e9e;
    }

.solutions-tab-one .single-tab-content-two .thm-btn {
    margin-top: 50px;
}

.solution-style-three.gallery-page .single-solution-style-three {
    margin-bottom: 30px;
}

.solution-style-three.gallery-page .btn-box {
    margin-top: 30px;
}

.solution-style-four .span-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .solution-style-four .span-5 {
        width: 33.33333333%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .solution-style-four .span-5 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .solution-style-four .span-5 {
        width: 100%;
    }
}

.solution-style-four .btn-box {
    margin-top: 45px;
}

    .solution-style-four .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-right: 100px;
        margin-top: 15px;
    }

        .solution-style-four .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            font-size: 22px;
        }

@media (max-width: 991px) {
    .solution-style-four {
        padding-bottom: 90px;
    }

        .solution-style-four .sec-title h2 {
            font-size: 38px;
        }

        .solution-style-four .btn-box {
            margin-top: 25px;
        }
}

@media (max-width: 767px) {
    .solution-style-four {
        padding-bottom: 50px;
    }
}

.single-solution-style-four {
    text-align: center;
}

    .single-solution-style-four .icon-box {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
        box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
        display: inline-block;
        text-align: center;
        position: relative;
        background: #9e9e9e;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        margin-bottom: 40px;
    }

        .single-solution-style-four .icon-box:after {
            content: '';
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px;
            border-radius: 50%;
            background: #f1f7fc;
            background: -webkit-gradient(linear, left top, right top, from(#f1f7fc), to(#ffffff));
            background: linear-gradient(to right, #f1f7fc 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$thm_gray', endColorstr='#ffffff', GradientType=1);
            opacity: 1;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .single-solution-style-four .icon-box i {
            font-size: 72px;
            line-height: 150px;
            position: relative;
            z-index: 10;
            color: #0f6fd5;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .single-solution-style-four .icon-box:before {
            content: '';
            width: 72px;
            height: 72px;
            background: rgba(15, 111, 213, 0.08);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 10;
        }

    .single-solution-style-four h3,
    .single-solution-style-four p {
        margin: 0;
    }

    .single-solution-style-four h3 {
        color: #001328;
        font-size: 20px;
        font-weight: 800;
    }

    .single-solution-style-four p {
        font-size: 16px;
        line-height: 26px;
        color: #798593;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .single-solution-style-four p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.single-solution-style-four .read-more {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-solution-style-four .read-more:hover {
        color: #001328;
    }

.single-solution-style-four:hover .icon-box, .single-solution-style-four.active .icon-box {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
}

    .single-solution-style-four:hover .icon-box i, .single-solution-style-four.active .icon-box i {
        color: #fff;
    }

    .single-solution-style-four:hover .icon-box:before, .single-solution-style-four.active .icon-box:before {
        opacity: 0;
    }

    .single-solution-style-four:hover .icon-box:after, .single-solution-style-four.active .icon-box:after {
        opacity: 0;
    }

.single-solution-style-four.active:after {
    opacity: 1;
}

.solution-size-tab-wrapper .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

    .solution-size-tab-wrapper .tab-title li {
        display: inline-block;
        margin-bottom: 10px !important;
    }

        .solution-size-tab-wrapper .tab-title li + li {
            margin-left: 7px;
        }

        .solution-size-tab-wrapper .tab-title li a {            
            outline: none;
            display: block;
            cursor: pointer;
            padding: 0 38px;  
            position: relative;
            font-weight: bold;
            font-size: 14px;
            color: #798593;
            border: 1px solid #ccd7e0 !important;
            line-height: 60px;
            border-radius: 30px !important;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .solution-size-tab-wrapper .tab-title li a:hover, .solution-size-tab-wrapper .tab-title li a.active {
                border-color: #9e9e9e !important;
                color: #fff;
                background: #9e9e9e;
            }

.solution-size-tab-wrapper .img-box {
    overflow: hidden;
    display: inline-block;
    border-radius: 7px;
}

@media (max-width: 991px) {
    .solution-size-tab-wrapper .img-box {
        margin-bottom: 50px;
    }
}

.solution-size-tab-wrapper .text-box ul.list-items {
    margin-bottom: 30px;
    margin-top: 20px;
}

/************************** 
* 9. easy steps styles 
***************************/
.easy-steps-style-one {
    background: #203990;
    /*background: #0f6fd5 url(../images/easy-step-bg.jpg) center center no-repeat;
    background-size: cover;
    background: #5c8fbe; 
    background: -moz-linear-gradient(top, #5c8fbe 0%, #001328 100%); 
    background: -webkit-linear-gradient(top, #5c8fbe 0%,#001328 100%); 
    background: linear-gradient(to bottom, #5c8fbe 0%,#001328 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c8fbe', endColorstr='#001328',GradientType=0 );
    */
}

.single-easy-step-one {
    text-align: center;
}

    .single-easy-step-one i {
        font-size: 70px;
        color: #fff;
    }

    .single-easy-step-one h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        margin: 0;
        margin-top: 25px;
    }

        .single-easy-step-one h3 a {
            color: #fff;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-easy-step-one h3 a:hover {
                color: #9e9e9e;
            }

    .single-easy-step-one p {
        color: #E8F3FF;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .single-easy-step-one .read-more {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 65px;
        height: 40px;
        background: #fff;
        border-radius: 20px;
        text-align: center;
        margin-bottom: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-easy-step-one .read-more i {
            color: #001328;
            font-size: 12px;
            line-height: 40px;
        }

        .single-easy-step-one .read-more:hover {
            background: #5c8fbe;
            color: #fff;
        }

            .single-easy-step-one .read-more:hover i {
                color: #001328;
            }

    .single-easy-step-one .step-count {
        font-family: 'Covered By Your Grace';
        color: #FFFFFF;
        font-size: 18px;
    }

/************************** 
* 10. clients styles 
***************************/
.client-style-one {
    background: #f1f7fc;
    padding: 89px 0;
    text-align: center;
}

.client-carousel-one i {
    font-size: 126px;
    color: #0f6fd5;
    opacity: .3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.client-carousel-one img {
    opacity: .3;
    transition: all .4s ease;
}

.client-carousel-one i:hover {
    opacity: 1;
}

.client-carousel-one img:hover {
    opacity: 1;
}

.client-carousel-one .owl-nav {
    display: none;
}

.client-style-one.home-two {
    background: #fff;
    border-bottom: 2px solid #f1f7fc;
}

    .client-style-one.home-two .client-carousel-one i {
        color: #001328;
    }

    .client-style-one.home-two .client-carousel-one img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .5;
        transition: all .4s ease;
    }

        .client-style-one.home-two .client-carousel-one img:hover {
            opacity: 1;
        }

.client-carousel-two i:hover {
    opacity: 1;
}

.client-carousel-two img:hover {
    opacity: 1;
}

.client-carousel-two .owl-nav {
    margin: 0;
}

.client-carousel-two .item {
    border-radius: 7px;
    text-align: center;
    border: 1px solid #ccd7e0;
    padding: 36.5px 0;
}

.client-carousel-two i {
    font-size: 150px;
    color: #001328;
    opacity: .3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .client-carousel-two i:hover {
        opacity: 1;
    }

.client-carousel-two img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all .4s ease;
}

    .client-carousel-two img:hover {
        opacity: 1;
    }

.client-carousel-two i:hover {
    opacity: 1;
}

/************************** 
* 11. videobox styles 
***************************/
.video-box-style-one {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}

    .video-box-style-one .img-box img {
        width: 100%;
    }

    .video-box-style-one .box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        background: rgba(0, 19, 40, 0.5);
    }

        .video-box-style-one .box a {
            display: block;
            position: relative;
            width: 100%;
            text-align: center;
        }

            .video-box-style-one .box a i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #FFFFFF;
                border-radius: 30px;
                color: #001328;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .video-box-style-one .box a i.fa-play:hover {
                    color: #fff;
                    background: #1371D6;
                }

            .video-box-style-one .box a .btn-tag-line {
                position: absolute;
                bottom: -50px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-65%);
                transform: translateX(-65%);
                color: #FFFFFF;
                font-family: 'Covered By Your Grace';
                font-size: 20px;
            }

                .video-box-style-one .box a .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                    transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                }

.video-box-two {
    border-radius: 6px;
    overflow: hidden;
}

.video-box-three {
    padding-top: 240px;
    background: #f1f7fc url(../images/gray-shape-bg5.jpg) center right no-repeat;
    background-size: cover;
}

    .video-box-three .video-box-content .sec-title {
        margin: 0;
        margin-bottom: 40px;
    }

    .video-box-three .video-box-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 50px;
        letter-spacing: -0.025em;
    }

    .video-box-three .video-box-content .btn-box .video-popup {
        color: #798593;
        font-weight: bold;
        font-size: 16px;
        margin-left: 20px;
    }

        .video-box-three .video-box-content .btn-box .video-popup i {
            border: 2px solid #798593;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            line-height: 56px;
            text-align: center;
            margin-right: 10px;
        }

.video-box-style-four {
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
}

    .video-box-style-four:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% + 300px);
        height: 100%;
        background: #f1f7fc;
    }

    .video-box-style-four .container {
        position: relative;
    }

    .video-box-style-four .video-box-content {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        padding-right: 130px;
    }

@media (max-width: 1400px) {
    .video-box-style-four .video-box-content {
        padding-right: 40px;
    }
}

.video-box-style-four .video-box-content .sec-title {
    margin-bottom: 0;
}

.video-box-style-four .video-box-content p,
.video-box-style-four .video-box-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-box-style-four .video-box-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-top: 35px;
    margin-bottom: 35px;
}

.video-box-style-four .video-box-content ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px;
}

    .video-box-style-four .video-box-content ul.list-items li + li {
        margin-top: 10px;
    }

    .video-box-style-four .video-box-content ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #9e9e9e;
    }

.video-box-style-four .video-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}

    .video-box-style-four .video-box .img-box img {
        width: 100%;
    }

    .video-box-style-four .video-box .box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        background: rgba(0, 19, 40, 0.5);
    }

        .video-box-style-four .video-box .box a {
            display: block;
            position: relative;
            width: 100%;
            text-align: center;
        }

            .video-box-style-four .video-box .box a i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #FFFFFF;
                border-radius: 30px;
                color: #001328;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .video-box-style-four .video-box .box a i.fa-play:hover {
                    color: #fff;
                    background: #1371D6;
                }

            .video-box-style-four .video-box .box a .btn-tag-line {
                position: absolute;
                bottom: -45px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-65%);
                transform: translateX(-60%);
                color: #FFFFFF;
                font-family: 'Covered By Your Grace';
                font-size: 20px;
            }

                .video-box-style-four .video-box .box a .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                    transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                }

.video-box-three.request-metting-page {
    background: #fff;
    padding-top: 120px;
}

/************************** 
* 12. subscribe styles 
***************************/
.subscribe-form {
    background: #001328;
    background-size: cover;
    border-radius: 6px;
    padding: 58px;
    padding-top: 54px;
    padding-bottom: 60px;
    margin-top: 30px;
}

    .subscribe-form h3 {
        margin: 0;
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 48px;
    }

    .subscribe-form input {
        border: none;
        outline: none;
        background-color: transparent;
        width: 100%;
        max-width: 288px;       
        height: 60px;
        border-radius: 30px;
        color: #798593;
        font-size: 16px;
        font-weight: 600;
        padding-left: 40px;
        margin-right: 10px;
    }

/************************** 
* 13. expertize styles 
***************************/
.expertize-box-one {
    background: #9e9e9e;
    text-align: center;
    border-radius: 6px;
    padding: 56px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

    .expertize-box-one .inner-box {
        width: 100%;
    }

    .expertize-box-one h3,
    .expertize-box-one p {
        margin: 0;
    }

    .expertize-box-one h3 {
        color: #FFFFFF;
        font-size: 40px;
        line-height: 36px;
        font-weight: 800;
    }

    .expertize-box-one p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        margin-top: 13px;
        margin-bottom: 50px;
    }

    .expertize-box-one a {
        font-weight: 800;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 12px;
        line-height: 1em;
        text-decoration: underline;
    }

/************************** 
* 14. get apps styles 
***************************/
.get-apps-style-one {
    background: #203990;
    /* background: #f1f7fc url(../images/gray-shape-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 80px;
    background: #5c8fbe; 
    background: -moz-linear-gradient(top, #5c8fbe 0%, #001328 100%); 
    background: -webkit-linear-gradient(top, #5c8fbe 0%,#001328 100%);
    background: linear-gradient(to bottom, #5c8fbe 0%,#001328 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c8fbe', endColorstr='#001328',GradientType=0 );*/
}

    .get-apps-style-one .featured-image {
        margin-left: -30px;
    }

.get-apps-style-one-content {
    padding-right: 59px;
}

    .get-apps-style-one-content .sec-title {
        margin-bottom: 50px;
    }

    .get-apps-style-one-content p {
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 50px;
    }

    .get-apps-style-one-content .thm-btn {
        position: relative;
    }

        .get-apps-style-one-content .thm-btn i {
            margin-right: 5px;
        }

        .get-apps-style-one-content .thm-btn.style-two {
            background: #001328;
            color: #fff;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
            margin-right: 10px;
        }

            .get-apps-style-one-content .thm-btn.style-two:before {
                border-color: #0f6fd5;
            }

            .get-apps-style-one-content .thm-btn.style-two:hover {
                background: #001328;
                -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
                box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
            }

    .get-apps-style-one-content .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-left: 55px;
        margin-top: 20px;
    }

        .get-apps-style-one-content .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            font-size: 27px;
        }

/************************** 
* 15. blog styles 
***************************/
.single-blog-style-one .text-box {
    background: #f1f7fc;
    border-radius: 6px;
    text-align: center;
    padding: 36.5px 55px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .single-blog-style-one .text-box:before {
        border-radius: 6px;
        background: #001328;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
    }

    .single-blog-style-one .text-box:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .single-blog-style-one .text-box h3 {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        color: #001328;
        margin-bottom: 18px;
    }

        .single-blog-style-one .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-blog-style-one .text-box .meta-info {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-blog-style-one .text-box .meta-info .sep {
            margin-left: 10px;
            margin-right: 10px;
        }

        .single-blog-style-one .text-box .meta-info a {
            color: #9e9e9e;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-blog-style-one .text-box .read-more {
        color: #9e9e9e;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800;
        line-height: 1em;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-blog-style-one .text-box:hover .meta-info,
    .single-blog-style-one .text-box:hover .meta-info a,
    .single-blog-style-one .text-box:hover h3 a,
    .single-blog-style-one .text-box:hover .read-more {
        color: #fff;
    }

.single-blog-style-one .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .single-blog-style-one .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .single-blog-style-one .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.single-blog-style-one .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0, 19, 40, 0.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
}

.single-blog-style-one:hover .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-blog-style-one .box a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

    .single-blog-style-one .box a i.fa {
        display: inline-block;
        width: 65px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 20px;
        color: #001328;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-blog-style-one .box a i.fa:hover {
            color: #fff;
            background: #1371D6;
        }

.single-blog-style-one .image-box:hover .box {
    opacity: 1;
}

.news-page .single-blog-style-one {
    margin-bottom: 30px;
}

.news-page .post-pagination {
    text-align: center;
    margin-top: 30px;
}

    .news-page .post-pagination a {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 60px;
        background: #ccd7e0;
        border-radius: 50%;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 60px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        font-weight: 800;
    }

        .news-page .post-pagination a:hover, .news-page .post-pagination a.active {
            background: #9e9e9e;
            -webkit-box-shadow: 0px 10px 30px rgba(238, 50, 52, 0.3);
            box-shadow: 0px 10px 30px rgba(238, 50, 52, 0.3);
        }

        .news-page .post-pagination a + a {
            margin-left: 10px;
        }

.news-page-sidebar .single-blog-style-one .text-box {
    text-align: left;
    background-color: transparent;
    padding: 0;
    margin-top: 34px;
}

    .news-page-sidebar .single-blog-style-one .text-box .read-more {
        color: #9e9e9e;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info,
    .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a {
        color: #0f6fd5;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover h3 a {
        color: #001328;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .read-more {
        color: #9e9e9e;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a:hover {
        color: #9e9e9e;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover h3 a:hover {
        color: #0f6fd5;
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .read-more:hover {
        color: #001328;
    }

.single-blog-page .featured-image-box {
    overflow: hidden;
    border-radius: 7px;
}

.single-blog-page .text-block {
    padding-top: 44px;
}

    .single-blog-page .text-block h3 {
        font-size: 30px;
        font-weight: 800;
        color: #001328;
    }

    .single-blog-page .text-block .meta-info {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 35px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-blog-page .text-block .meta-info .sep {
            margin-left: 10px;
            margin-right: 10px;
        }

        .single-blog-page .text-block .meta-info a {
            color: #0f6fd5;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-blog-page .text-block p {
        font-size: 18px;
        line-height: 34px;
        color: #798593;
        font-weight: 600;
        margin: 0;
    }

.single-blog-page .share-block {
    border-top: 2px solid #f1f7fc;
    border-bottom: 2px solid #f1f7fc;
    padding: 60px 0;
    margin: 60px 0;
}

    .single-blog-page .share-block .tags-block {
        color: #798593;
        font-size: 18px;
        font-weight: bold;
    }

        .single-blog-page .share-block .tags-block span {
            font-size: 20px;
            color: #001328;
            font-weight: bold;
            margin-right: 6px;
        }

        .single-blog-page .share-block .tags-block a {
            color: #798593;
            margin-left: 6px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-blog-page .share-block .tags-block a:hover {
                color: #0f6fd5;
            }

    .single-blog-page .share-block .social-block a {
        font-size: 22px;
        color: #798593;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        display: inline-block;
        vertical-align: middle;
    }

        .single-blog-page .share-block .social-block a:hover {
            color: #0f6fd5;
        }

        .single-blog-page .share-block .social-block a + a {
            margin-left: 22px;
        }

.single-blog-page .author-block {
    border-bottom: 2px solid #f1f7fc;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

    .single-blog-page .author-block .author-img-box,
    .single-blog-page .author-block .author-text-block {
        display: table-cell;
        vertical-align: middle;
    }

    .single-blog-page .author-block .author-img-box {
        overflow: hidden;
        width: 170px;
        border-radius: 7px;
    }

        .single-blog-page .author-block .author-img-box > img {
            width: 100%;
        }

    .single-blog-page .author-block .author-text-block {
        padding-left: 30px;
    }

        .single-blog-page .author-block .author-text-block h3,
        .single-blog-page .author-block .author-text-block p {
            margin: 0;
        }

        .single-blog-page .author-block .author-text-block h3 {
            font-size: 22px;
            color: #001328;
            font-weight: bold;
            margin-bottom: 36px;
        }

        .single-blog-page .author-block .author-text-block p {
            font-size: 18px;
            line-height: 34px;
            font-weight: 600;
            color: #798593;
            margin-bottom: 35px;
        }

        .single-blog-page .author-block .author-text-block .read-more {
            color: #9e9e9e;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 800;
            line-height: 1em;
            text-decoration: underline;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-blog-page .author-block .author-text-block .read-more:hover {
                color: #001328;
            }

.single-blog-page .single-comment-block + .single-comment-block {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #f1f7fc;
}

.single-blog-page .single-comment-block .comment-img-block,
.single-blog-page .single-comment-block .comment-text-block {
    display: table-cell;
    vertical-align: top;
}

.single-blog-page .single-comment-block .comment-img-block {
    width: 113px;
}

    .single-blog-page .single-comment-block .comment-img-block > img {
        width: 100%;
        border-radius: 50%;
    }

.single-blog-page .single-comment-block .comment-text-block {
    padding-left: 30px;
    position: relative;
}

    .single-blog-page .single-comment-block .comment-text-block .meta-info {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 0px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-blog-page .single-comment-block .comment-text-block .meta-info .sep {
            margin-left: 10px;
            margin-right: 10px;
        }

        .single-blog-page .single-comment-block .comment-text-block .meta-info a {
            color: #0f6fd5;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-blog-page .single-comment-block .comment-text-block h3,
    .single-blog-page .single-comment-block .comment-text-block p {
        margin: 0;
    }

    .single-blog-page .single-comment-block .comment-text-block h3 {
        font-size: 20px;
        color: #001328;
        font-weight: bold;
        margin-bottom: 7px;
    }

    .single-blog-page .single-comment-block .comment-text-block p {
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-top: 40px;
        width: 90%;
    }

    .single-blog-page .single-comment-block .comment-text-block .thm-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

.single-blog-page .comment-form-block {
    border-top: 2px solid #f1f7fc;
    padding-top: 60px;
    margin-top: 60px;
}

.comments-block-title,
.comment-form-block-title {
    margin: 0;
    color: #001328;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 60px;
}

/************************** 
* 16. cta styles 
***************************/
.cta-one {
    background: #f1f7fc url(../images/gray-shape-bg2.jpg) center center no-repeat;
    background-size: cover;
}

.cta-one-content .sec-title {
    margin-bottom: 50px;
}

.cta-one-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    max-width: 470px;
    border: 2px solid #CCD7E0;
    border-radius: 30px;
    margin-bottom: 20px;
}

.cta-one-content .bootstrap-select > .dropdown-toggle {
    border: none !important;
    outline: none !important;
    background-color: transparent;
    padding: 18px 38px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cta-one-content .dropdown-toggle::after {
    border: none;    
    content: '\f107';
    font-family: 'FontAwesome';
    color: #798593;
    font-size: 16px;
    width: 66px;
    height: 60px;
    text-align: center;
    border-left: 2px solid #CCD7E0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
}

.cta-one-content .btn-tag-line {
    display: block;
    color: #798593;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-left: 90px;
    margin-top: 20px;
}

    .cta-one-content .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, 1) translate(6px, -10px);
        transform: rotate(-85deg) scale(1, 1) translate(6px, -10px);
        font-size: 27px;
    }

.cta-two {
    text-align: center;
}

[class*=cta-block-] {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 119.5px 0;
}

    [class*=cta-block-]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.cta-block-one:before {
    opacity: .75;
    background: #001328;
}

.cta-block-two:before {
    opacity: .8;
    background: #0f6fd5;
}

[class*=cta-block-] .inner-box {
    position: relative;
}

[class*=cta-block-] h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

[class*=cta-block-] .btn-box .btn-tag-line {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 100px;
    margin-top: 15px;
}

    [class*=cta-block-] .btn-box .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        font-size: 22px;
    }

.cta-block-two .thm-btn {
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
}

    .cta-block-two .thm-btn:hover {
        background: #9e9e9e;
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    }

/*
* cta three
*/
.cta-three .container {
    position: relative;
}

    .cta-three .container:before {
        content: '';
        width: calc(100% - 400px);
        height: calc(100% - 200px);
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 6px;
        background: #f1f7fc;
    }

.cta-three .featured-image {
    border-radius: 6px;
}

.cta-three .cta-btn {
    background: #9e9e9e;    
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 38px 0;
    padding-left: 85px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    max-width: 340px;
}

    .cta-three .cta-btn.two {
        background: #0f6fd5;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        margin-top: 30px;
    }

    .cta-three .cta-btn i {
        font-size: 29px;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cta-three .cta-btn:hover {
        background: #fff;
        color: #001328;
    }

.cta-three .sec-title {
    margin-bottom: 165px;
}

.cta-three .single-content {
    padding-right: 122px;
}

    .cta-three .single-content + .single-content {
        margin-top: 30px;
    }

    .cta-three .single-content .icon-box,
    .cta-three .single-content .text-box {
        display: table-cell;
        vertical-align: middle;
    }

        .cta-three .single-content .icon-box i {
            display: block;
            width: 109px;
            height: 109px;
            border-radius: 50%;
            color: #0f6fd5;
            font-size: 42px;
            text-align: center;
            background: #ffffff;
            border: 1px solid #CCD7E0;
            line-height: 109px;
        }

    .cta-three .single-content .text-box {
        padding-left: 30px;
    }

        .cta-three .single-content .text-box p {
            color: #798593;
            font-size: 18px;
            line-height: 34px;
            font-weight: 600;
        }

.cta-three .btn-box {
    margin-top: 50px;
}

    .cta-three .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

        .cta-three .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            font-size: 22px;
        }

.cta-four {
    background: #0f6fd5;
    padding: 126px 0;
}

    .cta-four h3 {
        margin: 0;
        color: #FFFFFF;
        font-weight: 800;
        font-size: 40px;
    }

    .cta-four .btn-box {
        position: relative;
    }

        .cta-four .btn-box .btn-tag-line {
            width: 100%;
            position: absolute;
            top: calc(100% + 20px);
            left: 50%;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .cta-four .btn-box .btn-tag-line {
            color: #DBEAFB;
            font-size: 20px;
            font-family: 'Covered By Your Grace';
            letter-spacing: 0;
        }

            .cta-four .btn-box .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                font-size: 20px;
            }

.cta-five.black-shape-bg {
    background: #001328 url(../images/black-shape-bg.jpg) top right no-repeat;
    background-size: cover;
}

.cta-five .cta-content .sec-title {
    margin-bottom: 40px;
}

.cta-five .cta-content p {
    margin: 0;
    color: #DBEAFB;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    width: 91%;
    margin-bottom: 40px;
}

.cta-five .cta-content a.read-more {
    color: #DBEAFB;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.cta-five .cta-five-box-outer {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    padding-top: 120px;
    margin-top: 120px;
}

.cta-five .single-cta-box h3,
.cta-five .single-cta-box p {
    margin: 0;
}

.cta-five .single-cta-box i {
    font-size: 59px;
    color: #fff;
}

.cta-five .single-cta-box h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .cta-five .single-cta-box h3 a {
        color: #FFFFFF;
    }

.cta-five .single-cta-box p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
}

.cta-five.home-five .cta-content p {
    color: #798593;
}

.cta-five.home-five .cta-content a.read-more {
    color: #9e9e9e;
}

.cta-six .sec-title {
    margin-bottom: 55px;
}

.cta-six .btn-tag-line {
    display: block;
    color: #798593;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 100px;
    margin-top: 15px;
}

    .cta-six .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        font-size: 22px;
    }

.cta-seven {
    background: #0f6fd5 url(../images/blue-shape-bg3.jpg) right center no-repeat;
    background-size: cover;
    padding: 69px 0;
    margin-top: 30px;
    border-radius: 7px;
    text-align: center;
}

    .cta-seven span {
        text-transform: uppercase;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .cta-seven h3 {
        margin: 0;
        font-size: 22px;
        line-height: 34px;
        font-weight: 800;
        color: #FFFFFF;
        width: 69%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 34px;
    }

/************************** 
* 17. footer styles 
***************************/
.site-footer {
    background: #5c605f;
    background-size: cover;
}

    .site-footer .upper-footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }

.footer-widget.links-widget-one {
    padding-left: 20px;
}

.footer-widget .title-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-widget .btn-box,
.footer-widget .social {
    display: inline-block;
    vertical-align: top;
}

.footer-widget .social {
    padding: 16.5px 0;
    margin-left: 40px;
}

    .footer-widget .social a {
        color: #FFFFFF;
        font-size: 22px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .footer-widget .social a:hover {
            color: #0f6fd5;
        }

        .footer-widget .social a + a {
            margin-left: 28px;
        }

.footer-widget ul.link-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-widget ul.link-lists li + li {
        margin-top: 10px;
    }

    .footer-widget ul.link-lists li a {
        color: #DBE9FA;
        font-size: 16px;
        font-weight: 700;
        display: block;
        position: relative;
        padding-right: 20px;
    }

        .footer-widget ul.link-lists li a:after {
            content: '\f061';
            font-family: 'FontAwesome';
            font-size: 10px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
            opacity: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .footer-widget ul.link-lists li:hover a:after {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }

.footer-widget .btn-box .thm-btn {
    padding: 18px 62.5px;
}

.footer-widget .btn-box .btn-tag-line {
    display: block;
    color: #DBEAFB;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-top: 20px;
}

    .footer-widget .btn-box .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
        font-size: 27px;
    }

.site-footer .bottom-footer p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}

    .site-footer .bottom-footer p a {
        text-decoration: underline;
        color: #DBEAFB;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .site-footer .bottom-footer p a:hover {
            color: #9e9e9e;
        }

/************************** 
* 18. sales point styles 
***************************/
.payonline-sales-point {
    background: #f1f7fc url(../images/gray-shape-bg3.jpg) right center no-repeat;
    background-size: cover;
}

.single-sales-point {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #CCD7E0;
}

    .single-sales-point .map-box .google-map {
        width: 100%;
        height: 272px;
    }

    .single-sales-point .text-box {
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding-left: 60px;
        padding-top: 60px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-sales-point:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
    }

        .single-sales-point:hover .text-box {
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
            opacity: 0;
        }

    .single-sales-point .text-box h3,
    .single-sales-point .text-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .single-sales-point .text-box h3 {
        font-size: 20px;
        color: #001328;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .single-sales-point .text-box ul li {
        position: relative;
        padding-left: 25px;
    }

        .single-sales-point .text-box ul li + li {
            margin-top: 5px;
        }

        .single-sales-point .text-box ul li i {
            color: #9e9e9e;
            font-size: 13px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.sales-carousel .owl-dots {
    margin-top: 35px;
}

    .sales-carousel .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919CA7;
    }

    .sales-carousel .owl-dots .owl-dot.active span {
        background: #0f6fd5;
    }

.payonline-sales-point.home-six {
    background: #001328 url(../images/sales-point-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

    .payonline-sales-point.home-six:before {
        content: '';
        background: #001328;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .85;
    }

    .payonline-sales-point.home-six .container {
        position: relative;
    }

    .payonline-sales-point.home-six .single-sales-point {
        border: none;
    }

        .payonline-sales-point.home-six .single-sales-point .text-box {
            background: #001328;
        }

            .payonline-sales-point.home-six .single-sales-point .text-box h3,
            .payonline-sales-point.home-six .single-sales-point .text-box ul.info-list li {
                color: #fff;
            }

    .payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot span {
        background: #fff;
    }

    .payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot.active span {
        background: #9e9e9e;
    }

.payonline-sales-point.location-page {
    padding-bottom: 90px;
    background-image: none;
}

    .payonline-sales-point.location-page .single-sales-point {
        margin-bottom: 30px;
    }

.top-location-block .text-block .sec-title {
    margin: 0;
}

.top-location-block .text-block p {
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    font-weight: 600;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 45px;
}

.top-location-block .text-block .btn-box {
    display: inline-block;
    position: relative;
}

    .top-location-block .text-block .btn-box .btn-tag-line {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        width: 100%;
    }

        .top-location-block .text-block .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            margin-right: 10px;
        }

.top-location-block .contact-info {
    background: #f1f7fc;
    padding: 60px;
    border-radius: 7px;
}

    .top-location-block .contact-info h3,
    .top-location-block .contact-info ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .top-location-block .contact-info h3 {
        font-size: 26px;
        font-weight: 800;
        line-height: 34px;
        color: #001328;
        margin-bottom: 40px;
    }

    .top-location-block .contact-info ul li {
        position: relative;
        padding-left: 35px;
        font-size: 18px;
        font-weight: 600;
        color: #798593;
    }

        .top-location-block .contact-info ul li + li {
            margin-top: 10px;
        }

        .top-location-block .contact-info ul li i {
            color: #9e9e9e;
            font-size: 20px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .top-location-block .contact-info .social {
        border-top: 2px solid #fff;
        padding-top: 50px;
        margin-top: 50px;
    }

        .top-location-block .contact-info .social a {
            font-size: 22px;
            color: #001328;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .top-location-block .contact-info .social a + a {
                margin-left: 34px;
            }

            .top-location-block .contact-info .social a:hover {
                color: #0f6fd5;
            }

/************************** 
* 19. team styles 
***************************/
.single-team-style-one {
    text-align: center;
}

    .single-team-style-one .top-box {
        position: relative;
        display: inline-block;
    }

        .single-team-style-one .top-box .img-box {
            overflow: hidden;
            border-radius: 50%;
        }

            .single-team-style-one .top-box .img-box:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #001328;
                opacity: .6;
                border-radius: 50%;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

    .single-team-style-one:hover .top-box .img-box:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .single-team-style-one .top-box .img-box img {
        border-radius: 50%;
    }

    .single-team-style-one .top-box .social {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .single-team-style-one .top-box .social a {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: #FFFFFF;
            border-radius: 50%;
            color: #001328;
            font-size: 18px;
            line-height: 60px;
            text-align: center;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .single-team-style-one:hover .top-box .social a {
        background: #0f6fd5;
        color: #fff;
        -webkit-box-shadow: 5px 9px 30px 0px rgba(15, 111, 213, 0.3);
        box-shadow: 5px 9px 30px 0px rgba(15, 111, 213, 0.3);
    }

    .single-team-style-one .text-box {
        text-align: center;
        margin-top: 15px;
    }

        .single-team-style-one .text-box h3,
        .single-team-style-one .text-box p {
            margin: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .single-team-style-one .text-box h3 {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 5px;
        }

            .single-team-style-one .text-box h3 a {
                color: #001328;
            }

                .single-team-style-one .text-box h3 a:hover {
                    color: #0f6fd5;
                }

        .single-team-style-one .text-box p {
            color: #798593;
            font-size: 16px;
            font-weight: 600;
        }

.single-team-style-two {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

    .single-team-style-two:before {
        z-index: 10;
        background: #001328;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#001328), to(#0f6fd5));
        background: linear-gradient(to bottom, #001328 0%, #0f6fd5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001328', endColorstr='#0f6fd5', GradientType=0);
        /* IE6-9 */
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85;
    }

    .single-team-style-two .box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 60px;
        z-index: 10;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
    }

        .single-team-style-two .box h3 {
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            margin-bottom: 10px;
        }

            .single-team-style-two .box h3 a {
                color: #fff;
            }

        .single-team-style-two .box span {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1em;
            color: #fff;
        }

        .single-team-style-two .box .social {
            margin-top: 10px;
        }

            .single-team-style-two .box .social a {
                font-size: 16px;
                color: #fff;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .single-team-style-two .box .social a:hover {
                    color: #9e9e9e;
                }

                .single-team-style-two .box .social a + a {
                    margin-left: 16px;
                }

    .single-team-style-two:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .single-team-style-two:hover .box {
        opacity: 1;
    }

.team-page .single-team-style-one {
    margin-bottom: 60px;
}

/************************** 
* 20. testimonials styles 
***************************/
.single-testimonial-one .img-box {
    overflow: hidden;
    border-radius: 8px;
    width: calc(100% - 420px);
    float: right;
}

.single-testimonial-one .text-box {
    width: 400px;
    background: #001328;
    border-radius: 8px;
    float: left;
    position: relative;
    padding: 85px 55px;
}

    .single-testimonial-one .text-box .payonline-icon-left-quotes-sign {
        font-size: 103px;
        color: #FFFFFF;
        opacity: .05;
        position: absolute;
        top: -15px;
        left: 20px;
    }

    .single-testimonial-one .text-box h3,
    .single-testimonial-one .text-box p {
        margin: 0;
    }

    .single-testimonial-one .text-box p {
        color: #DBE9FA;
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
    }

    .single-testimonial-one .text-box h3 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 18px;
        margin-top: 45px;
    }

.testimonials-carousel.owl-theme .owl-nav {
    margin: 0;
}

.testimonials-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .testimonials-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
        margin-left: 5px;
    }

    .testimonials-carousel.owl-theme .owl-dots .owl-dot span {
        background: #DBE9FA;
        opacity: .4;
        margin: 0;
    }

    .testimonials-carousel.owl-theme .owl-dots .owl-dot.active span {
        opacity: 1;
    }

.testimonials-style-two .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

    .testimonials-style-two .bx-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.single-testimonial-two {
    position: relative;
    padding-bottom: 110px;
    padding-top: 110px;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .single-testimonial-two:before {
        content: '';
        background: #001328;
        opacity: .8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .single-testimonial-two .container {
        position: relative;
    }

    .single-testimonial-two .text-box i {
        font-size: 56px;
        color: rgba(255, 255, 255, 0.1);
    }

    .single-testimonial-two .text-box p {
        color: #FFFFFF;
        font-size: 30px;
        line-height: 46px;
        font-weight: 700;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 70px;
    }

    .single-testimonial-two .text-box h3 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        margin-bottom: 40px;
    }

    .single-testimonial-two .text-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .single-testimonial-two .text-box ul li {
            color: #DBE9FA;
            font-size: 18px;
            line-height: 34px;
            font-weight: 700;
            padding-left: 0;
        }

    .single-testimonial-two .video-popup-box {
        width: 100%;
    }

        .single-testimonial-two .video-popup-box .video-popup {
            display: block;
            position: relative;
            width: 100%;
            text-align: center;
        }

            .single-testimonial-two .video-popup-box .video-popup i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #9e9e9e;
                border-radius: 30px;
                color: #fff;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
                box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .single-testimonial-two .video-popup-box .video-popup i.fa-play:hover {
                    color: #fff;
                    background: #0f6fd5;
                    -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                    box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
                }

            .single-testimonial-two .video-popup-box .video-popup .btn-tag-line {
                position: absolute;
                bottom: -45px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-70%);
                transform: translateX(-70%);
                color: #FFFFFF;
                font-family: 'Covered By Your Grace';
                font-size: 20px;
            }

                .single-testimonial-two .video-popup-box .video-popup .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                    transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
                }

#testi-pager {
    padding: 60px 0;
}

    #testi-pager .pager-item {
        background: #001328;
        display: block;
        border-radius: 6px;
        overflow: hidden;
    }

    #testi-pager img {
        width: 100%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    #testi-pager .pager-item.active img {
        opacity: .2;
    }

.single-testimonial-style-three {
    display: block;
    background: #f1f7fc;
    overflow: hidden;
    border-radius: 7px;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-testimonial-style-three:before {
        border-radius: 7px;
        background: #0f6fd5;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .single-testimonial-style-three i {
        font-size: 103px;
        color: #001328;
        opacity: .05;
        position: absolute;
        top: -20px;
        left: 20px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-testimonial-style-three p,
    .single-testimonial-style-three h3 {
        margin: 0;
    }

    .single-testimonial-style-three p {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 30px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-testimonial-style-three h3 {
        font-size: 18px;
        color: #0f6fd5;
        font-weight: 800;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-testimonial-style-three .client-box {
        border-top: 2px solid #ffffff;
        padding-top: 40px;
    }

        .single-testimonial-style-three .client-box img,
        .single-testimonial-style-three .client-box h3 {
            display: inline-block;
            vertical-align: middle;
        }

        .single-testimonial-style-three .client-box img {
            border-radius: 50%;
            margin-right: 10px;
            width: auto;
            max-width: none;
        }

    .single-testimonial-style-three:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
        box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
    }

        .single-testimonial-style-three:hover:before {
            -webkit-transform-origin: center top;
            transform-origin: center top;
        }

        .single-testimonial-style-three:hover p,
        .single-testimonial-style-three:hover h3 {
            color: #fff;
        }

.testimonials-carousel-two .owl-dots {
    margin-top: 35px;
}

    .testimonials-carousel-two .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919CA7;
    }

    .testimonials-carousel-two .owl-dots .owl-dot.active span {
        background: #0f6fd5;
    }

.testimonials-style-four {
    background: #f1f7fc;
}

    .testimonials-style-four .container {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-style-four ul.slider {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .testimonials-style-four .bx-wrapper {
        margin: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .testimonials-style-four #testi-pager-2 {
        margin-top: 50px;
    }

        .testimonials-style-four #testi-pager-2 a {
            display: inline-block;
            vertical-align: middle;
        }

            .testimonials-style-four #testi-pager-2 a + a {
                margin-left: 10px;
            }

            .testimonials-style-four #testi-pager-2 a.active img {
                opacity: 1;
            }

        .testimonials-style-four #testi-pager-2 img {
            opacity: .4;
            border-radius: 50%;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

.single-testimonial-four {
    text-align: center;
}

    .single-testimonial-four h3,
    .single-testimonial-four p {
        margin: 0;
    }

    .single-testimonial-four p {
        color: #001328;
        font-size: 20px;
        line-height: 36px;
        font-weight: 700;
    }

    .single-testimonial-four h3 {
        color: #0f6fd5;
        font-size: 18px;
        font-weight: 700;
        margin-top: 30px;
    }

    .single-testimonial-four span {
        text-transform: uppercase;
        font-size: 12px;
        color: #707070;
        font-weight: 700;
        letter-spacing: .04em;
    }

.testimonials-style-three.testimonials-page {
    padding-bottom: 90px;
}

    .testimonials-style-three.testimonials-page .single-testimonial-style-three {
        margin-bottom: 30px;
    }

/************************** 
* 21. about styles 
***************************/
.about-style-one .about-content {
    text-align: center;
    padding: 0 33px;
}

    .about-style-one .about-content .sec-title {
        margin-bottom: 0;
    }

    .about-style-one .about-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;      
        margin-top: 35px;
        margin-bottom: 52px;
    }

.about-style-one .featured-image-box .img-box {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.about-style-one .featured-image-box .text-box {
    background: #f1f7fc;
    border-radius: 8px;
    padding: 55px 53px;
}

    .about-style-one .featured-image-box .text-box h3,
    .about-style-one .featured-image-box .text-box p {
        margin: 0;
    }

    .about-style-one .featured-image-box .text-box h3 {
        font-size: 22px;
        color: #001328;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .about-style-one .featured-image-box .text-box p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
    }

.about-style-two .sec-title {
    margin: 0;
}

.about-style-two p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-style-two .about-image-box {
    position: relative;
}

    .about-style-two .about-image-box img {
        border-radius: 7px;
        -webkit-box-shadow: 0px 10px 60px rgba(0, 19, 40, 0.3);
        box-shadow: 0px 10px 60px rgba(0, 19, 40, 0.3);
    }

        .about-style-two .about-image-box img.normal-img {
            display: block;
            position: relative;
            z-index: 1;
        }

        .about-style-two .about-image-box img.normal-img-hvr {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 2;
        }

        .about-style-two .about-image-box img.floated-img {
            position: absolute;
            left: 50%;
            bottom: 80px;
            z-index: 2;
        }

    .about-style-two .about-image-box:hover img.normal-img-hvr {
        opacity: 1;
        z-index: 5;
    }

/************************** 
* 22. fun fact styles 
***************************/
.fun-fact-style-one {
    background: #f1f7fc;
    padding: 118px 0;
}

    .fun-fact-style-one .sec-title {
        margin-bottom: 0;
    }

.single-fun-fact-style-one {
    padding: 27px 0;
    padding-bottom: 0;
}

    .single-fun-fact-style-one h3,
    .single-fun-fact-style-one p {
        margin: 0;
    }

    .single-fun-fact-style-one h3 {
        color: #9e9e9e;
        font-size: 40px;
        font-weight: 800;
        margin-top: 30px;
    }

    .single-fun-fact-style-one p {
        font-size: 18px;
        color: #798593;
        font-weight: 600;
        margin-top: 4px;
    }

/************************** 
* 23. pricing styles 
***************************/
.pricing-style-one {
    background: #f1f7fc;
    padding-bottom: 105px;
}

.single-pricing-style-one {
    text-align: center;
}

    .single-pricing-style-one .top-box {
        background: #ffffff;
        border: 1px solid #ccd7e0;
        border-radius: 8px;
        text-align: center;
        padding: 51px 0;
        margin-bottom: 25px;
    }

        .single-pricing-style-one .top-box .title-line {
            color: #001328;
            font-size: 20px;
            font-weight: 700;
        }

        .single-pricing-style-one .top-box h3 {
            margin: 0;
            color: #798593;
            font-weight: 600;
            font-size: 18px;
            line-height: 1em;
            margin-top: 20px;
            margin-bottom: 40px;
        }

            .single-pricing-style-one .top-box h3 .amount {
                color: #0f6fd5;
                font-size: 40px;
                display: inline-block;
                font-weight: 800;
                vertical-align: baseline;
            }

            .single-pricing-style-one .top-box h3 .currency {
                color: #0f6fd5;
                font-size: 18px;
                font-weight: 800;
                display: inline-block;
                vertical-align: super;
                position: relative;
                top: -10px;
                right: 2px;
            }

        .single-pricing-style-one .top-box .qty-line {
            display: block;
            font-size: 12px;
            color: #0f6fd5;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: 700;
            margin-top: 25px;
        }

    .single-pricing-style-one ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .single-pricing-style-one ul li {
            color: #798593;
            font-size: 18px;
            line-height: 46px;
            font-weight: 600;
        }

    .single-pricing-style-one.popular .top-box {
        -webkit-box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
    }

    .single-pricing-style-one.popular .thm-btn {
        background: #001328;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
    }

        .single-pricing-style-one.popular .thm-btn:hover {
            background: #0f6fd5;
            color: #fff;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        }

/************************** 
* 24. review styles 
***************************/
.review-block-one {
    background: #0f6fd5 url(../images/blue-shape-bg1.jpg) right top no-repeat;
    background-size: cover;
}

    .review-block-one .sec-title {
        margin-bottom: 0;
    }

    .review-block-one .review-content p {
        color: #D8EAFF;
        font-size: 22px;
        line-height: 34px;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .review-block-one .icon-box {
        display: inline-block;
        width: 302px;
        height: 302px;
        background: #001328;
        border-radius: 50%;
        text-align: center;
    }

        .review-block-one .icon-box i {
            text-align: center;
            color: #fff;
            font-size: 181px;
            line-height: 302px;
        }

/************************** 
* 25. faq styles 
***************************/
.faq-style-one .faq-image-box {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: inline-block;
}

    .faq-style-one .faq-image-box .box {
        max-width: 255px;
        background: #9e9e9e;
        border-radius: 8px;       
        color: #FFFFFF;
        font-size: 22px;
        font-weight: 800;
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 47px 50px;
    }

.faq-style-one .accrodion-grp .accrodion {
    border: 1px solid #CCD7E0;
    border-radius: 8px;
}

    .faq-style-one .accrodion-grp .accrodion + .accrodion {
        margin-top: 10px;
    }

    .faq-style-one .accrodion-grp .accrodion .accrodion-title {
        padding: 25.5px 35px;
        cursor: pointer;
        border-radius: 8px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
            margin: 0;
            position: relative;
            font-size: 20px;
            color: #001328;
            font-weight: 700;
        }

            .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:after {
                content: "\f067";
                font-family: 'FontAwesome';
                color: #001328;
                font-size: 14px;
                position: absolute;
                top: 50%;
                right: 0px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .faq-style-one .accrodion-grp .accrodion .accrodion-content {
        padding-top: 0px;
    }

        .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
            padding: 20px 55px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 35px;
            padding-bottom: 30px;
        }

        .faq-style-one .accrodion-grp .accrodion .accrodion-content p {
            margin: 0;
            font-size: 18px;
            line-height: 34px;
            color: #798593;
        }

    .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
        color: #0f6fd5;
    }

        .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:after {
            content: "\f068";
        }

.single-faq-two {
    border: 1px solid #ccd7e0;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 55px 50px;
    overflow: hidden;
    position: relative;
}

    .single-faq-two i {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #9e9e9e;
        color: #FFFFFF;
        line-height: 40px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .single-faq-two h3 {
        font-size: 20px;
        color: #001328;
        font-weight: 700;
        margin: 0;
    }

        .single-faq-two h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-faq-two h3 a:hover {
                color: #0f6fd5;
            }

    .single-faq-two p {
        font-size: 16px;
        line-height: 30px;
        color: #798593;
        font-weight: 600;
        margin: 0;
        margin-bottom: 35px;
        margin-top: 30px;
    }

    .single-faq-two .read-more {
        color: #9e9e9e;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-faq-two .read-more:hover {
            color: #0f6fd5;
        }

    .single-faq-two .text-black {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .single-faq-two .title-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 55px 50px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        border-radius: 7px;
    }

    .single-faq-two:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
    }

        .single-faq-two:hover .text-black {
            visibility: visible;
            opacity: 1;
        }

        .single-faq-two:hover .title-block {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transform-origin: top left;
            transform-origin: top left;
        }

.faq-carousel-one .owl-dots {
    margin-top: 35px;
}

    .faq-carousel-one .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919CA7;
    }

    .faq-carousel-one .owl-dots .owl-dot.active span {
        background: #0f6fd5;
    }

/************************** 
* 26. contact styles 
***************************/
.meeting-form-wrapper {
    position: relative;
}

    .meeting-form-wrapper .sec-title {
        margin-bottom: 40px;
    }

    .meeting-form-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% + 300px);
        height: 100%;
        background: #f1f7fc;
    }

.single-form-step {
    padding-right: 56px;
    position: relative;
}

    .single-form-step:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #0f6fd5;
        position: absolute;
        top: 70px;
        left: 37px;
        z-index: 0;
    }

    .single-form-step + .single-form-step {
        margin-top: 40px;
    }

    .single-form-step:last-child:before {
        display: none;
    }

    .single-form-step .count-box,
    .single-form-step .text-box {
        display: table-cell;
        vertical-align: top;
    }

        .single-form-step .count-box .inner-box {
            background: #0f6fd5;
            width: 80px;
            height: 80px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 800;
            border: 10px solid #fff;
            position: relative;
            z-index: 10;
        }

    .single-form-step .text-box {
        padding-left: 30px;
    }

        .single-form-step .text-box h3,
        .single-form-step .text-box p {
            margin: 0;
        }

        .single-form-step .text-box h3 {
            color: #001328;
            font-size: 20px;
            font-weight: 800;
        }

        .single-form-step .text-box p {
            font-size: 18px;
            line-height: 34px;
            color: #798593;
            margin-top: 35px;
        }

.meeting-form {
    padding-right: 0;
    border-radius: 7px;
    background: #ffffff;
}

    .meeting-form .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .meeting-form .row [class*=col-] {
            padding-left: 5px;
            padding-right: 5px;
        }

            .meeting-form .row [class*=col-] + [class*=col-] {
                margin-top: 10px;
            }

    .meeting-form label {
        font-size: 16px;
        line-height: 51px;
        float: left;
        /* margin-right: 30px; */
        width: 163px;
        text-align: left;
    }

    .meeting-form input,
    .meeting-form textarea {
        display: block;
        border: none;
        outline: none;
        background-color: transparent;
        border-radius: 4px;
        height: 42px;
        border: 1px solid #CCD7E0;
        font-size: 16px !important;
        font-weight: 400;
        color: #798593;
        width: 100%;
        padding-left: 10px;
        margin-top: 10px !important;
    }

        .meeting-form input::-webkit-input-placeholder,
        .meeting-form textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #798593;
        }

        .meeting-form input::-moz-placeholder,
        .meeting-form textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #798593;
        }

        .meeting-form input:-ms-input-placeholder,
        .meeting-form textarea:-ms-input-placeholder {
            /* IE 10+ */
            color: #798593;
        }

        .meeting-form input:-moz-placeholder,
        .meeting-form textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #798593;
        }

    .meeting-form textarea {
        height: 125px;
        padding-top: 15px;
    }

    .meeting-form .btn-box {
        margin-top: 10px;
        text-align: center;
    }

        .meeting-form .btn-box .btn-tag-line {
            display: block;
            color: #798593;
            font-size: 20px;
            font-family: 'Covered By Your Grace';
            letter-spacing: 0;
            margin-top: 20px;
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }

            .meeting-form .btn-box .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1, -1) translate(6px, -9px);
                transform: rotate(-85deg) scale(1, -1) translate(6px, -9px);
                font-size: 27px;
            }

.single-contact-page-info {
    border: 1px solid #CCD7E0;
    border-radius: 7px;
    padding: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-contact-page-info .icon-box i {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #9e9e9e;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }

    .single-contact-page-info p {
        margin: 0;
        color: #798593;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-top: 10px;
    }

    .single-contact-page-info:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
        box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
    }

.contact-page-content .container {
    max-width: 770px;
}

.contact-form {
    padding: 0 !important;
}

    .contact-form .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .contact-form .row [class*=col-] {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 30px;
        }

            .contact-form .row [class*=col-]:last-child {
                margin-bottom: 0;
            }

            .contact-form .row [class*=col-] + [class*=col-] {
                margin-top: 0px;
            }

    .contact-form input.error,
    .contact-form textarea.error {
        background: rgba(255, 0, 0, 0.4);
        border-color: red;
        color: #fff;
    }

        .contact-form input.error::-webkit-input-placeholder,
        .contact-form textarea.error::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
        }

        .contact-form input.error::-moz-placeholder,
        .contact-form textarea.error::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }

        .contact-form input.error:-ms-input-placeholder,
        .contact-form textarea.error:-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
        }

        .contact-form input.error:-moz-placeholder,
        .contact-form textarea.error:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }

    .contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .contact-form .bootstrap-select > .dropdown-toggle {
        border: none;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
        display: block;
        border: none;
        outline: none;
        background-color: transparent;
        border-radius: 4px;
        height: 42px;
        border: 1px solid #CCD7E0;
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        width: 100%;
        padding: 10px 0;
        padding-left: 10px;
    }

        .contact-form .bootstrap-select > .dropdown-toggle:hover,
        .contact-form .bootstrap-select > .dropdown-toggle:active {
            background-color: transparent;
        }

    .contact-form .dropdown-toggle::after {
        border: none;
        width: auto;
        height: auto;
        content: '\f107';
        font-family: 'FontAwesome';
        color: #798593;
        font-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contact-form .btn-box {
        margin-top: 0;
    }

    .contact-form label.error {
        display: none !important;
    }

#contact-google-map {
    width: 100%;
    height: 530px;
}

/************************** 
* 27. time tab styles 
***************************/
.time-tab-style-one {
    padding-top: 170px;
}

    .time-tab-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0;
        background: #f1f7fc;
        border-radius: 7px;
        margin-bottom: 60px;
    }

        .time-tab-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important;
            float: left;
            width: 33.3333333%;
        }

            .time-tab-style-one .tab-title li a {
                display: block;
                border: none;
                outline: none;
                display: block;
                cursor: pointer;
                padding: 45px 0;
                border-radius: 0 !important;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                text-align: center;
                position: relative;
                border-radius: 7px !important;
            }

                .time-tab-style-one .tab-title li a h3 {
                    margin: 0;
                    font-size: 20px;
                    color: #001328;
                    font-weight: 800;
                }

                .time-tab-style-one .tab-title li a.active {
                    background: #0f6fd5;
                }

                    .time-tab-style-one .tab-title li a.active h3 {
                        color: #fff;
                    }

    .time-tab-style-one .single-tab-content .img-box {
        overflow: hidden;
        border-radius: 7px;
    }

    .time-tab-style-one .single-tab-content p,
    .time-tab-style-one .single-tab-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .time-tab-style-one .single-tab-content p {
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 30px;
    }

    .time-tab-style-one .single-tab-content ul.list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        color: #798593;
        padding-left: 25px;
    }

        .time-tab-style-one .single-tab-content ul.list-items li i {
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #9e9e9e;
        }

    .time-tab-style-one.gray-bg .tab-title {
        background: #fff;
    }

/************************** 
* 28. time line styles 
***************************/
.time-line-style-one {
    background: #001328;
}

    .time-line-style-one .featured-image-box {
        margin-left: -10px;
    }

    .time-line-style-one .text-block {
        padding-right: 45px;
    }

    .time-line-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0;
        position: relative;
        margin-bottom: 60px;
    }

        .time-line-style-one .tab-title:after {
            content: '';
            width: 100%;
            background: #0f6fd5;
            height: 6px;
            border-radius: 3px;
            position: absolute;
            top: 100%;
            left: 0;
        }

        .time-line-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important;
        }

            .time-line-style-one .tab-title li + li {
                margin-left: 59px;
            }

            .time-line-style-one .tab-title li a {
                display: block;
                border: none;
                outline: none;
                display: block;
                cursor: pointer;
                padding: 0;
                border-radius: 0 !important;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                text-align: center;
                position: relative;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 16px;
                font-weight: 700;
                color: #FFFFFF;
                padding-bottom: 13px;
            }

                .time-line-style-one .tab-title li a:after {
                    content: '';
                    position: absolute;
                    top: calc(100% - 3px);
                    left: 50%;
                    -webkit-transform: translatex(-50%);
                    transform: translatex(-50%);
                    width: 12px;
                    height: 12px;
                    background: #001328;
                    border: 2px solid #0f6fd5;
                    border-radius: 50%;
                    z-index: 1;
                }

                .time-line-style-one .tab-title li a.active {
                    background-color: transparent;
                    color: #fff;
                }

                    .time-line-style-one .tab-title li a.active:after {
                        background-color: #0f6fd5;
                    }

    .time-line-style-one p {
        color: #dbeafb;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
    }

/************************** 
* 29. inner banner styles 
***************************/
.inner-banner {
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}
    /* .inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001328;
  opacity: .92;
} */
    .inner-banner .container {
        position: relative;
    }

        .inner-banner .container h1, .inner-banner .container ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .inner-banner .container .breadcrumb {
            background-color: transparent;
            border-radius: 0;
            text-align: center;
            display: block;
            margin-bottom: 10px;
        }

            .inner-banner .container .breadcrumb li {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .inner-banner .container .breadcrumb li + li:before {
                    content: '-';
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 9px;
                    margin-right: 9px;
                }

                .inner-banner .container .breadcrumb li a {
                    display: inline-block;
                    vertical-align: middle;
                    color: #fff;
                }

        .inner-banner .container h1 {
            font-size: 21px;
            color: #001328;
            font-weight: 700;
        }

.inner-banner-two {
    background: #f1f7fc;
    padding: 15px 0;
}

    .inner-banner-two .container h1, .inner-banner-two .container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .inner-banner-two .container .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        text-align: left;
        display: block;
    }

        .inner-banner-two .container .breadcrumb li {
            display: inline-block;
            vertical-align: middle;
            color: #0f6fd5;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .inner-banner-two .container .breadcrumb li + li:before {
                content: '-';
                display: inline-block;
                vertical-align: middle;
                margin-left: 9px;
                margin-right: 9px;
            }

            .inner-banner-two .container .breadcrumb li a {
                display: inline-block;
                vertical-align: middle;
                color: #798593;
            }

/************************** 
* 30. error 404 styles 
***************************/
.error-404-page {
    background: #f1f7fc url(../images/404-bg.jpg) right top no-repeat;
    background-size: cover;
}

    .error-404-page h1,
    .error-404-page h2 {
        margin: 0;
    }

    .error-404-page h1 {
        font-size: 400px;
        color: #001328;
        font-weight: 800;
        line-height: .65em;
    }

    .error-404-page h2 {
        font-size: 30px;
        color: #0f6fd5;
        font-weight: 800;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .error-404-page .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
    }

        .error-404-page .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            font-size: 22px;
        }

/************************** 
* 31. sign in styles 
***************************/
.signin-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

    .signin-wrapper .form-block {
        height: 100%;
        width: 100%;
        float: left;
        max-width: 632px;
        background: #fff;
        padding-left: 115px;
        padding-right: 115px;
        padding-top: 190px;
        position: relative;
    }

@media (max-height: 750px) {
    .signin-wrapper .form-block {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .signin-wrapper .form-block {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 450px;
    }
}

@media (max-width: 565px) {
    .signin-wrapper .form-block {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 375px;
    }
}

.signin-wrapper .form-block input,
.signin-wrapper .form-block textarea {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 8px;
    height: 65px;
    border: 1px solid #CCD7E0;
    font-size: 16px;
    font-weight: 600;
    color: #798593;
    width: 100%;
    padding-left: 30px;
}

    .signin-wrapper .form-block input::-webkit-input-placeholder,
    .signin-wrapper .form-block textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #798593;
    }

    .signin-wrapper .form-block input::-moz-placeholder,
    .signin-wrapper .form-block textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #798593;
    }

    .signin-wrapper .form-block input:-ms-input-placeholder,
    .signin-wrapper .form-block textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #798593;
    }

    .signin-wrapper .form-block input:-moz-placeholder,
    .signin-wrapper .form-block textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #798593;
    }

    .signin-wrapper .form-block input + input {
        margin-top: 20px;
    }

.signin-wrapper .form-block textarea {
    height: 125px;
    padding-top: 15px;
}

.signin-wrapper .form-block .thm-btn {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.signin-wrapper .form-block .forgot-password {
    text-transform: uppercase;
    color: #0f6fd5;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signin-wrapper .form-block .sign-up-link {
    text-transform: uppercase;
    color: #001328;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

    .signin-wrapper .form-block .sign-up-link a {
        color: #0f6fd5;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .signin-wrapper .form-block .sign-up-link a:hover {
            color: #9e9e9e;
        }

.signin-wrapper .form-block .copy-text {
    position: absolute;
    bottom: 60px;
    color: #798593;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    width: 100%;
    text-align: center;
}

    .signin-wrapper .form-block .copy-text a {
        color: #0f6fd5;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .signin-wrapper .form-block .copy-text a:hover {
            color: #9e9e9e;
        }

@media (max-height: 750px) {
    .signin-wrapper .form-block .copy-text {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }
}

.signin-wrapper .background-block {
    width: calc(100% - 632px);
    float: left;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

@media (max-height: 750px) {
    .signin-wrapper .background-block {
        display: none;
    }
}

/************************** 
* 32. white paper styles 
***************************/
.white-paper-wrapper .row + .row {
    margin-top: 110px;
}

.white-paper-wrapper .white-paper-content {
    padding-left: 30px;
}

.white-paper-wrapper h3,
.white-paper-wrapper ul,
.white-paper-wrapper p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.white-paper-wrapper h3 {
    color: #001328;
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 30px;
}

.white-paper-wrapper ul.list-items {
    margin-bottom: 20px;
}

    .white-paper-wrapper ul.list-items li {
        color: #0f6fd5;
        font-size: 18px;
        line-height: 34px;
        font-weight: 800;
        padding-left: 0;
    }

        .white-paper-wrapper ul.list-items li span {
            color: #001328;
            margin-right: 10px;
        }

.white-paper-wrapper p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}

    .white-paper-wrapper p + p {
        margin-top: 32px;
    }

.white-paper-wrapper .btn-box {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

    .white-paper-wrapper .btn-box .btn-tag-line {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        width: 100%;
    }

        .white-paper-wrapper .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            margin-right: 10px;
        }

.white-paper-wrapper .white-paper-thumbnail {
    border-radius: 7px;
    overflow: hidden;
}

    .white-paper-wrapper .white-paper-thumbnail > img {
        width: 100%;
    }

/************************** 
* 33. about sidebar styles 
***************************/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}

.sidebar .single-sidebar {
    background: #f1f7fc;
    padding: 50px 50px;
    border-radius: 7px;
}

    .sidebar .single-sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar .single-sidebar + .single-sidebar {
        margin-top: 30px;
    }

    .sidebar .single-sidebar.search-widget, .sidebar .single-sidebar.subscribe-widget {
        background: #0f6fd5;
    }

    .sidebar .single-sidebar .title-box {
        margin-bottom: 30px;
    }

        .sidebar .single-sidebar .title-box h3 {
            margin: 0;
            color: #001328;
            font-weight: 800;
            font-size: 20px;
        }

    .sidebar .single-sidebar .search-form {
        position: relative;
        width: 100%;
    }

        .sidebar .single-sidebar .search-form input,
        .sidebar .single-sidebar .search-form button[type=submit] {
            background-color: transparent;
            border: none;
            outline: none;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

            .sidebar .single-sidebar .search-form input::-webkit-input-placeholder,
            .sidebar .single-sidebar .search-form button[type=submit]::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #fff;
            }

            .sidebar .single-sidebar .search-form input::-moz-placeholder,
            .sidebar .single-sidebar .search-form button[type=submit]::-moz-placeholder {
                /* Firefox 19+ */
                color: #fff;
            }

            .sidebar .single-sidebar .search-form input:-ms-input-placeholder,
            .sidebar .single-sidebar .search-form button[type=submit]:-ms-input-placeholder {
                /* IE 10+ */
                color: #fff;
            }

            .sidebar .single-sidebar .search-form input:-moz-placeholder,
            .sidebar .single-sidebar .search-form button[type=submit]:-moz-placeholder {
                /* Firefox 18- */
                color: #fff;
            }

        .sidebar .single-sidebar .search-form input {
            width: 100%;
        }

        .sidebar .single-sidebar .search-form button[type=submit] {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .sidebar .single-sidebar .single-latest-post + .single-latest-post {
        border-top: 2px solid #fff;
        padding-top: 20px;
        margin-top: 20px;
    }

    .sidebar .single-sidebar .single-latest-post .img-box,
    .sidebar .single-sidebar .single-latest-post .text-box {
        display: table-cell;
        vertical-align: middle;
    }

    .sidebar .single-sidebar .single-latest-post .img-box {
        overflow: hidden;
        width: 59px;
        border-radius: 7px;
    }

        .sidebar .single-sidebar .single-latest-post .img-box > img {
            width: 100%;
        }

    .sidebar .single-sidebar .single-latest-post .text-box {
        padding-left: 20px;
    }

    .sidebar .single-sidebar .single-latest-post h3 {
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
    }

        .sidebar .single-sidebar .single-latest-post h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .sidebar .single-sidebar .single-latest-post h3 a:hover {
                color: #0f6fd5;
            }

    .sidebar .single-sidebar ul.links-list {
        margin-left: -20px;
    }

        .sidebar .single-sidebar ul.links-list li {
            display: block;
            padding: 0 20px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .sidebar .single-sidebar ul.links-list li a {
                color: #798593;
                font-size: 16px;
                font-weight: bold;
                position: relative;
                display: block;
                padding: 14px 0;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .sidebar .single-sidebar ul.links-list li a:after {
                    font-family: 'FontAwesome';
                    content: '\f061';
                    font-size: 10px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: 0px;
                    -webkit-transition: all .4s ease;
                    transition: all .4s ease;
                }

            .sidebar .single-sidebar ul.links-list li:hover, .sidebar .single-sidebar ul.links-list li.active {
                background: #fff;
            }

                .sidebar .single-sidebar ul.links-list li:hover a, .sidebar .single-sidebar ul.links-list li.active a {
                    color: #0f6fd5;
                }

    .sidebar .single-sidebar ul.tags-list li {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #798593;
    }

        .sidebar .single-sidebar ul.tags-list li a {
            color: #798593;
            position: relative;
            display: inline-block;
        }

    .sidebar .single-sidebar.subscribe-widget .title-box h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        color: #798593;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border: none;
        outline: none;
    }

        .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #798593;
        }

        .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-moz-placeholder {
            /* Firefox 19+ */
            color: #798593;
        }

        .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-ms-input-placeholder {
            /* IE 10+ */
            color: #798593;
        }

        .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-moz-placeholder {
            /* Firefox 18- */
            color: #798593;
        }

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form .thm-btn {
        margin-top: 10px;
        width: 100%;
    }

    .sidebar .single-sidebar.categories-widget .title-box {
        margin-bottom: 0;
    }

    .sidebar .single-sidebar.tags-widget .title-box {
        margin-bottom: 15px;
    }

    .sidebar .single-sidebar.search-widget {
        padding: 27px 50px;
    }

@media (max-width: 991px) {
    .sidebar-about {
        margin-top: 80px;
    }
}

.sidebar-about .single-sidebar-about + .single-sidebar-about {
    margin-top: 30px;
}

.sidebar-about .single-sidebar-about ul.page-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-about .single-sidebar-about ul.page-lists li {
        display: block;
        padding: 0 20px;
        border: 1px solid #ccd7e0;
        border-radius: 7px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar-about .single-sidebar-about ul.page-lists li + li {
            margin-top: 5px;
        }

        .sidebar-about .single-sidebar-about ul.page-lists li a {
            color: #798593;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            display: block;
            padding: 14px 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .sidebar-about .single-sidebar-about ul.page-lists li a:after {
                font-family: 'FontAwesome';
                content: '\f061';
                font-size: 10px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

        .sidebar-about .single-sidebar-about ul.page-lists li:hover, .sidebar-about .single-sidebar-about ul.page-lists li.active {
            background: #fff;
        }

            .sidebar-about .single-sidebar-about ul.page-lists li:hover a, .sidebar-about .single-sidebar-about ul.page-lists li.active a {
                color: #0f6fd5;
            }

.sidebar-about .single-sidebar-about.cta-widget {
    background: #0f6fd5;
    padding: 40px;
    border-radius: 7px;
}

@media (max-width: 1199px) {
    .sidebar-about .single-sidebar-about.cta-widget {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .sidebar-about .single-sidebar-about.cta-widget {
        padding: 40px;
    }
}

.sidebar-about .single-sidebar-about.cta-widget h3, .sidebar-about .single-sidebar-about.cta-widget p {
    margin: 0;
    color: #fff;
}

.sidebar-about .single-sidebar-about.cta-widget h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.sidebar-about .single-sidebar-about.cta-widget p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar-about .single-sidebar-about.cta-widget a {
    width: 100%;
    display: block;
    background: #001328;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
    padding: 14px 0;
}

.sidebar-about .single-sidebar-about.download-widget a {
    background: #9e9e9e;
    width: 100%;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 28px 0;
    padding-left: 70px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .sidebar-about .single-sidebar-about.download-widget a.two {
        background: #0f6fd5;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
        margin-top: 30px;
    }

    .sidebar-about .single-sidebar-about.download-widget a i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar-about .single-sidebar-about.download-widget a:hover {
        background: #fff;
        color: #001328;
    }

/************************** 
* 34. partner styles 
***************************/
.partners-page .upper-content {
    margin-bottom: 50px;
}

    .partners-page .upper-content .sec-title {
        margin-bottom: 30px;
    }

    .partners-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
    }

.single-partner-box + .single-partner-box {
    margin-top: 60px;
}

.single-partner-box .icon-box,
.single-partner-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .single-partner-box .icon-box,
    .single-partner-box .text-box {
        display: block;
    }
}

.single-partner-box .icon-box .inner-box {
    display: block;
    border: 1px solid #CCD7E0;
    border-radius: 7px;
    width: 270px;
    height: 225px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-partner-box .icon-box .inner-box i {
        font-size: 150px;
        color: #B2B8BE;
        line-height: 225px;
    }

    .single-partner-box .icon-box .inner-box img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.single-partner-box .text-box {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .single-partner-box .text-box {
        padding-left: 0;
        margin-top: 30px;
    }
}

.single-partner-box .text-box h3,
.single-partner-box .text-box p {
    margin: 0;
}

.single-partner-box .text-box h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

    .single-partner-box .text-box h3 a {
        color: #001328;
    }

.single-partner-box .text-box span {
    color: #0f6fd5;
    font-size: 16px;
    font-weight: 700;
}

.single-partner-box .text-box p {
    color: #798593;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-partner-box .text-box .read-more {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-partner-box .text-box .read-more:hover {
        color: #001328;
    }

/************************** 
* 35. company overview styles 
***************************/
.company-overview-page .content-img-box {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 30px;
}

    .company-overview-page .content-img-box > img {
        width: 100%;
    }

.company-overview-page .upper-content {
    margin-bottom: 50px;
}

    .company-overview-page .upper-content .sec-title {
        margin-bottom: 30px;
    }

    .company-overview-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
    }

        .company-overview-page .upper-content p + p {
            margin-top: 35px;
        }

.company-overview-page .expertize-box-one {
    display: block;
    height: auto;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .company-overview-page .video-box-style-one {
        margin-bottom: 0;
        margin-top: 30px;
    }
}

.company-history-page .upper-content {
    margin-bottom: 50px;
}

.single-company-history + .single-company-history {
    margin-top: 55px;
}

@media (max-width: 567px) {
    .single-company-history + .single-company-history {
        margin-top: 20px;
    }
}

.single-company-history .year-box,
.single-company-history .text-box {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 567px) {
    .single-company-history .year-box,
    .single-company-history .text-box {
        display: block;
    }
}

.single-company-history .year-box {
    color: #9e9e9e;
    font-size: 20px;
    font-weight: 800;
    width: 112px;
    position: relative;
}

    .single-company-history .year-box:after {
        content: '';
        background: #9e9e9e;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 0;
    }

    .single-company-history .year-box:before {
        content: '';
        background: #f1f7fc;
        width: 4px;
        height: 215px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        right: 3px;
    }

@media (max-width: 567px) {
    .single-company-history .year-box:before, .single-company-history .year-box:after {
        display: none;
    }
}

.single-company-history .text-box {
    padding-left: 60px;
}

@media (max-width: 567px) {
    .single-company-history .text-box {
        padding-left: 0;
        margin-top: 20px;
    }
}

.single-company-history .text-box h3 {
    font-size: 20px;
    color: #001328;
    font-weight: 800;
    margin: 0;
    margin-bottom: 35px;
}

@media (max-width: 567px) {
    .single-company-history .text-box h3 {
        margin-bottom: 15px;
    }
}

.single-company-history .text-box p {
    margin: 0;
}

/************************** 
* 36. carrers styles 
***************************/
.careers-page .upper-content {
    margin-bottom: 50px;
}

    .careers-page .upper-content .sec-title {
        margin-bottom: 30px;
    }

    .careers-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
    }

        .careers-page .upper-content p + p {
            margin-top: 35px;
        }

.careers-page .benefits-img-box {
    overflow: hidden;
    border-radius: 7px;
}

    .careers-page .benefits-img-box > img {
        width: 100%;
    }

@media (max-width: 991px) {
    .careers-page .benefits-img-box {
        margin-bottom: 40px;
    }
}

.careers-page .benefits-text-box h3,
.careers-page .benefits-text-box p {
    margin: 0;
}

.careers-page .benefits-text-box h3 {
    font-size: 26px;
    color: #001328;
    font-weight: 800;
}

.careers-page .benefits-text-box p {
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    font-weight: 600;
    margin-top: 20px;
}

.careers-page .benefits-text-box .list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

    .careers-page .benefits-text-box .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593;
    }

        .careers-page .benefits-text-box .list-items li i {
            color: #9e9e9e;
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.careers-page .table-box-content {
    margin-top: 40px;
}

    .careers-page .table-box-content .title-box h3,
    .careers-page .table-box-content .title-box p {
        margin: 0;
    }

    .careers-page .table-box-content .title-box h3 {
        font-size: 26px;
        font-weight: 800;
        color: #001328;
        margin-bottom: 30px;
    }

    .careers-page .table-box-content .title-box p {
        font-size: 18px;
        line-height: 26px;
        color: #798593;
    }

@media (max-width: 650px) {
    .careers-page .table-box-content .table-wrapper {
        overflow: auto;
    }
}

.careers-page .table-box-content #job-details-table {
    margin-top: 60px;
    border-top: 2px solid #9e9e9e !important;
    min-width: 650px;
    width: 100%;
}

    .careers-page .table-box-content #job-details-table th {
        font-size: 16px;
        font-weight: 800;
        color: #001328;
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

    .careers-page .table-box-content #job-details-table td {
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

        .careers-page .table-box-content #job-details-table td.job-title {
            font-weight: 700;
            color: #001328;
        }

.job-details-page .upper-content {
    margin-bottom: 50px;
}

    .job-details-page .upper-content .sec-title {
        margin-bottom: 30px;
    }

    .job-details-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
    }

        .job-details-page .upper-content p + p {
            margin-top: 35px;
        }

.job-details-page .job-details-table-outer {
    padding: 60px;
    background: #f1f7fc;
}

@media (max-width: 767px) {
    .job-details-page .job-details-table-outer {
        padding: 30px;
    }
}

.job-details-page .job-details-table-outer .row {
    margin-left: -30px;
    margin-right: -30px;
}

    .job-details-page .job-details-table-outer .row [class*=col-] {
        padding-left: 30px;
        padding-right: 30px;
    }

        .job-details-page .job-details-table-outer .row [class*=col-]:first-child {
            border-right: 2px solid #fff;
        }

@media (max-width: 991px) {
    .job-details-page .job-details-table-outer .row [class*=col-]:first-child {
        border: none;
    }
}

.job-details-page .job-details-table-outer .table {
    margin-bottom: 0;
}

    .job-details-page .job-details-table-outer .table td,
    .job-details-page .job-details-table-outer .table th {
        border-top: none;
    }

    .job-details-page .job-details-table-outer .table td {
        color: #798593;
        font-size: 16px;
        font-weight: bold;
    }

        .job-details-page .job-details-table-outer .table td:first-child {
            color: #001328;
        }

.job-details-page .responsibility {
    margin-top: 50px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .job-details-page .responsibility {
        margin-bottom: 0;
    }
}

.job-details-page .responsibility h3 {
    font-size: 40px;
    font-weight: 800;
    color: #001328;
    margin: 0;
}

.job-details-page .responsibility .list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

    .job-details-page .responsibility .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593;
    }

        .job-details-page .responsibility .list-items li + li {
            margin-top: 20px;
        }

        .job-details-page .responsibility .list-items li i {
            color: #9e9e9e;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0;
        }

.job-details-page .single-job-detals-box {
    background: #f1f7fc;
    border-radius: 7px;
    padding: 55px;
}

@media (max-width: 991px) {
    .job-details-page .single-job-detals-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .job-details-page .single-job-detals-box {
        padding: 30px;
    }
}

.job-details-page .single-job-detals-box h3 {
    font-size: 26px;
    font-weight: 800;
    color: #001328;
    margin: 0;
    margin-bottom: 20px;
}

.job-details-page .single-job-detals-box .single-job-content + .single-job-content {
    margin-top: 30px;
}

.job-details-page .single-job-detals-box .single-job-content h4, .job-details-page .single-job-detals-box .single-job-content p {
    margin: 0;
}

.job-details-page .single-job-detals-box .single-job-content h4 {
    color: #0f6fd5;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.job-details-page .single-job-detals-box .single-job-content p {
    color: #798593;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.job-details-page .single-job-detals-box .skill-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .job-details-page .single-job-detals-box .skill-lists li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593;
    }

        .job-details-page .single-job-detals-box .skill-lists li + li {
            margin-top: 16px;
        }

        .job-details-page .single-job-detals-box .skill-lists li i {
            color: #9e9e9e;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0;
        }

/************************** 
* 37. investors styles 
***************************/
.investor-image-box {
    overflow: hidden;
    border-radius: 7px;
}

    .investor-image-box > img {
        width: 100%;
    }

@media (max-width: 991px) {
    .investor-image-box {
        margin-bottom: 40px;
    }
}

.investor-text-box .sec-title {
    margin-bottom: 30px;
}

.investor-text-box p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

    .investor-text-box p + p {
        margin-top: 35px;
    }

.report-chart {
    margin: 60px 0;
    display: block;
}

.investor-report-box .sec-title {
    margin-bottom: 60px;
}

    .investor-report-box .sec-title h2 {
        font-size: 26px;
    }

@media (max-width: 991px) {
    .investor-report-box .sec-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .single-investor-report-box {
        margin-top: 30px;
    }
}

.single-investor-report-box .img-box {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 20px;
}

    .single-investor-report-box .img-box > img {
        width: 100%;
    }

.single-investor-report-box .text-box {
    background: #f1f7fc;
    text-align: center;
    padding: 40px;
    border-radius: 7px;
}

    .single-investor-report-box .text-box h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

        .single-investor-report-box .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .single-investor-report-box .text-box h3 a:hover {
                color: #9e9e9e;
            }

.investor-table-block .title-block {
    margin: 60px 0;
}

    .investor-table-block .title-block .sec-title {
        margin-bottom: 20px;
    }

        .investor-table-block .title-block .sec-title h2 {
            font-size: 26px;
        }

    .investor-table-block .title-block p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
    }

        .investor-table-block .title-block p + p {
            margin-top: 35px;
        }

@media (max-width: 650px) {
    .investor-table-block .table-wrapper {
        overflow: auto;
    }
}

.investor-table-block .table {
    border-top: 2px solid #9e9e9e !important;
    min-width: 480px;
    width: 100%;
}

    .investor-table-block .table th {
        font-size: 16px;
        font-weight: 800;
        color: #001328;
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

    .investor-table-block .table td {
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

        .investor-table-block .table td.job-title {
            font-weight: 700;
            color: #001328;
        }

/************************** 
* 38. how we works styles 
***************************/
.how-we-work-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .how-we-work-wrapper {
        margin-bottom: 20px;
    }
}

.how-we-work-wrapper .image-box {
    overflow: hidden;
    border-radius: 7px;
    display: inline-block;
}

@media (max-width: 991px) {
    .how-we-work-wrapper .image-box {
        margin-bottom: 40px;
    }
}

.how-we-work-wrapper .content-box .sec-title {
    margin-bottom: 40px;
}

.how-we-work-wrapper .content-box p {
    margin: 0;
}

.single-how-work-step {
    border-radius: 7px;
    background: #0f6fd5;
    padding: 30px 40px;
    position: relative;
}

@media (max-width: 991px) {
    .single-how-work-step {
        margin-top: 30px;
    }
}

.single-how-work-step .outer-box {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -51px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #0f6fd5;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #0f6fd5;
    font-size: 30px;
    line-height: 68px;
    text-align: center;
    font-weight: 800;
    z-index: 10;
}

@media (max-width: 991px) {
    .single-how-work-step .outer-box {
        top: auto;
        right: auto;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        bottom: -51px;
        left: 50%;
    }
}

.single-how-work-step .icon-box,
.single-how-work-step .text-box {
    display: table-cell;
    vertical-align: middle;
}

    .single-how-work-step .icon-box i {
        color: #fff;
        font-size: 75px;
    }

.single-how-work-step .text-box {
    padding-left: 30px;
}

    .single-how-work-step .text-box h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 800;
    }

@media (max-width: 1199px) {
    .single-how-work-step .text-box h3 {
        font-size: 20px;
    }
}

.how-we-work-tab .low-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

    .how-we-work-tab .low-gutter > [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

.how-we-work-tab .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

    .how-we-work-tab .tab-title li {
        display: inline-block;
        margin-bottom: 10px !important;
    }

        .how-we-work-tab .tab-title li + li {
            margin-left: 7px;
        }

        .how-we-work-tab .tab-title li a {
            display: block;
            border: none;
            outline: none;
            display: block;
            cursor: pointer;
            padding: 0 38px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            position: relative;
            font-weight: bold;
            font-size: 14px;
            color: #798593;
            border: 1px solid #ccd7e0 !important;
            line-height: 60px;
            border-radius: 30px !important;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .how-we-work-tab .tab-title li a:hover, .how-we-work-tab .tab-title li a.active {
                border-color: #9e9e9e !important;
                color: #fff;
                background: #9e9e9e;
            }

.how-we-work-tab .content-box {
    margin-top: 10px;
    padding: 60px;
    padding-right: 50px;
    border-radius: 7px;
    position: relative;
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box {
        padding: 30px;
    }
}

.how-we-work-tab .content-box .outer-box {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #0f6fd5;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    font-weight: 800;
}

    .how-we-work-tab .content-box .outer-box.equal-box {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 0;
        right: -36px;
        left: auto;
        background: #fff;
        color: #0f6fd5;
        z-index: 10;
    }

@media (max-width: 1199px) {
    .how-we-work-tab .content-box .outer-box.equal-box {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: auto;
        right: 0;
        left: 50%;
        z-index: 10;
        bottom: -36px;
    }
}

.how-we-work-tab .content-box h3 {
    font-size: 26px;
    font-weight: 800;
    color: #001328;
    margin: 0;
    margin-bottom: 10px;
}

.how-we-work-tab .content-box p {
    margin: 0;
}

.how-we-work-tab .content-box .btn-box {
    margin-top: 40px;
}

    .how-we-work-tab .content-box .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

        .how-we-work-tab .content-box .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
            font-size: 22px;
        }

.how-we-work-tab .content-box .img-box,
.how-we-work-tab .content-box .text-box {
    float: left;
    width: calc(100% - 230px);
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .img-box,
    .how-we-work-tab .content-box .text-box {
        width: 100%;
        padding-left: 0;
    }
}

.how-we-work-tab .content-box .img-box {
    width: 230px;
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .img-box {
        width: 100%;
        padding-left: 0;
    }
}

.how-we-work-tab .content-box .img-box > img {
    width: 100%;
}

.how-we-work-tab .content-box .text-box {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .text-box {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
}

.how-we-work-tab .content-box .text-box span {
    font-size: 18px;
    color: #0f6fd5;
    font-weight: bold;
}

.how-we-work-tab .content-box .text-box .read-more {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .how-we-work-tab .content-box .text-box .read-more:hover {
        color: #001328;
    }

.how-we-work-tab .content-box ul.list-items li {
    font-size: 16px;
}

.how-we-work-tab .content-box.people-box p {
    margin-top: 30px;
    margin-bottom: 15px;
}

.how-we-work-tab .content-box.person-box p {
    margin-top: 35px;
}
/*# sourceMappingURL=style.css.map */

#calendar button {
    border-radius: 40px;
    height: 40px;
    padding: 0 35px;
    margin: 0 5px 0 0;
}

.fc-day-header {
    padding: 10px 0 !important;
    background-color: #d0e6fb !important;
}

.oval-adult {
    border-radius: 100px;
    border: 1px solid #142b49;
    padding: 30px 32px;
    width: auto;
    margin: 0 15px !important;
    cursor: pointer;
}

    .oval-adult i {
        font-size: 30px;
        color: #142b49;
    }

.oval-minor {
    border-radius: 100px;
    border: 1px solid #142b49;
    padding: 30px 36px;
    width: auto;
    margin: 0 15px !important;
    cursor: pointer;
}

    .oval-minor:hover, .oval-adult:hover {
        background-color: #5c8fbe;
        border: 1px solid #ddd;
    }

.m-active {
    background-color: #5c8fbe;
    border: 1px solid #ddd;
}

.oval-minor:hover i, .oval-adult:hover i {
    color: #fff;
}

.oval-minor i {
    font-size: 30px;
    color: #142b49;
}

.div-tit-x {
    display: inline-block;
    margin: 0 30px;
}

.select-div-x {
    width: 45%;
    text-align: center;
    margin: 5px auto 5px;
}

.select-register {
    display: none;
}

.ma-top-50 {
    margin-top: 50px !important;
}

.ma-top-20 {
    margin-top: 20px !important;
}

.ma-top-10 {
    margin-top: 10px !important;
}

.margin-bt-30 {
    margin-bottom: 30px !important;
}

.pa-top-50 {
    padding-top: 50px !important;
}

.pa-top-20 {
    padding-top: 20px !important;
}

.pa-top-30 {
    padding-top: 30px !important;
}

.pa-top-10 {
    padding-top: 10px !important;
}

.padding-bt-30 {
    padding-bottom: 30px !important;
}

.div-pop-x {
    background-color: #3a4772;
    color: #fff;
}

    .div-pop-x button {
        color: #fff;
    }

    .div-pop-x h4 {
        font-size: 20px;
    }

.div-pop-m p {
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
}

.bttn-area-x {
    width: 100%;
    text-align: center;
    float: left;
    margin: 30px 0;
}

    .bttn-area-x a {
        border: 1px solid #ddd;
        padding: 8px 30px;
        margin: 30px 20px !important;
        cursor: pointer;
        background-color: #ddd;
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

.register-x-div p {
    margin: 2px 0 !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 30px;
}

#tabs {
    border: 0px !important;
    background-color: #fff !important;
}

ul.ui-tabs-nav {
    border: 0px !important;
    background-color: #fff !important;
}

    ul.ui-tabs-nav li {
        /* display:none; */
    }

        ul.ui-tabs-nav li.ui-state-active {
            background: rgba(80,123,161,1);
            background: -moz-linear-gradient(top, rgba(80,123,161,1) 0%, rgba(99,148,192,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,123,161,1)), color-stop(100%, rgba(99,148,192,1)));
            background: -webkit-linear-gradient(top, rgba(80,123,161,1) 0%, rgba(99,148,192,1) 100%);
            background: -o-linear-gradient(top, rgba(80,123,161,1) 0%, rgba(99,148,192,1) 100%);
            background: -ms-linear-gradient(top, rgba(80,123,161,1) 0%, rgba(99,148,192,1) 100%);
            background: linear-gradient(to bottom, rgba(80,123,161,1) 0%, rgba(99,148,192,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507ba1', endColorstr='#6394c0', GradientType=0 );
            color: #fff;
        }

            ul.ui-tabs-nav li.ui-state-active a {
                background: transparent !important;
                color: #fff;
            }

    ul.ui-tabs-nav li {
        display: block;
        color: #000;
        text-align: center;
        border: 0px solid #ddd !important;
        background: #f8f9fa;
        border-bottom: 0 !important;
        padding: 5px 22px;
        width: 90px;
        border-radius: 100%;
        /* padding: 40px; */
        height: 90px;
        line-height: 83px;
        margin: 0 30px !important;
        position: relative;
        z-index: 2;
    }



        ul.ui-tabs-nav li a {
            color: #000;
            text-align: center !important;
            font-size: 18px !important;
            width: 100%;
            font-weight: 600;
        }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd !important;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.register-btn {
    background: #007bff;
    border: 1px solid #007bff;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 0.04em;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 13px 40px;
    transition: all .4s ease;
    margin-top: 30px;
}

    .register-btn:hover {
        background: #fff;
        color: #007bff;
        border: 1px solid #007bff;
    }

.info-div-x {
    padding: 15px;
}

.next-btn {
    clear: both;
    margin: 50px 10px 0;
}

.clear {
    clear: both;
    width: 100%;
    float: left;
}

.custom-sel {
    margin-top: 10px;
    float: left;
}

    .custom-sel .dropdown {
        width: 60% !important;
        float: left !important;
        float: left;
    }

.custom-photo {
    margin-top: 10px;
    float: left;
}

.dark-color {
    background-color: #121e45 !important;
    color: #ddd !important;
    text-align: center;
    animation: 0 auto;
    float: none;
    display: inline-block;
    margin: 30px 0;
}

.bg-img {
    background-image: url(../images/US-Map.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    border-radius: 0px;
}

    .bg-img .dropdown {
        background-color: #fff !important;
        border-radius: 8px;
        margin-top: 40px;
    }

.basic-div-x h2 {
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0 !important;
}

.bg-gray {
    background-color: #213145;
}

.bg-blue {
    background-color: #e9eaec;
}

.bg-lightWh {
    background-color: #dbedfd;
}

.bg-mmlight {
    background-color: #fbfbfb;
}

.bg-lightWh input, .bg-lightWh .dropdown {
    background-color: #f5f5f5;
}

.bg-lightWh label {
    color: #000;
    font-weight: 600;
}

.form-div-x h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}

.div-line {
    border-bottom: 1px solid #ddd;
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 54px;
    z-index: 0;
}

#tabs-1 a.tab-nav, #tabs-3 a.tab-nav, #tabs-4 a.tab-nav {
    margin-bottom: 20px;
}

.profile-img-x {
    width: 38px;
    height: 38px;
    background-color: #ddd;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    position: relative;
    top: -7px;
}

.hide {
    display: none !important;
}

.white-icon-i i {
    color: #fff !important;
}
.dis-table{
    float:left;
}
.form-control{
    background-color:transparent !important;
}
.no-border-ul li{
    border:0 !important;
    list-style-type:none;
}
.footer-widget a img{
    width:100%;
}
.no-padding{
    padding:0 !important;
}
.confim-message h2 {
    text-align: center;
    color: #fff;
    padding: 70px 0 50px;
    margin: 0;
    font-size: 16px;
}
input[type="date"] {
    position: relative;
    padding: 10px;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-clear-button {
    display: none;
}

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        font-family: 'FontAwesome';
        content: '\f073';
        /* This is the calendar icon in FontAwesome */
        width: 15px;
        height: 20px;
        position: absolute;
        top: 12px;
        right: 6px;
        color: #999;
    }
.loading {
   
    width: 100%;
    height: 100%;
   
    z-index: 9999;
}
.loading-div {
  
    width: 100%;
    top: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(244, 244, 244, 0.8);
    left: 0;
    z-index: 99;
}
.alert-bg-div {
    width: 100%;
    top: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(244, 244, 244, 0.8);
    left: 0;
    z-index: 99;
}
.alert-pos-x{
    position:relative;
    z-index:999;
}
.loading img {
    width: 55px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
}
.deleteDiv i{
    font-size:18px;
    cursor:pointer;
}
.text-center{
    text-align:center;
}
.noDatadiv{
    font-size:16px;
    margin-top:5px;
    margin-bottom:0;
}
.redAlert, .redAlertemail, .redAlertphone, .redAlertssn, .redAlertzip, .redAlertssnNum {
    color: #ff0000;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    line-height:16px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}
.dorpdown-div{
    display:none;
}
.dropdown-toggle:hover .dorpdown-div {
    display: block !important;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 35px;
    z-index: 99;
}
.top-border-div {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 8px 10px;
    float: left;
    text-align: left;
    cursor:pointer;
}
.bottom-border-div {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 8px 10px;
    padding-bottom: 3px;
    float: left;
    text-align: left;
    cursor: pointer;
}

.toaster-div {
    position: absolute;
    right: 8px;
    top: 155px;
    width: auto;
    background-color: #bbf5bb;
    color: #000;
    padding: 8px 20px;
    min-width: 300px;
    border: 1px solid #179d17;
    border-radius: 4px;
    font-size: 14px;
    z-index:9999;
}
.toasterred-div {
    position: absolute;
    right: 8px;
    top: 200px;
    width: auto;
    background-color: #ffcccb;
    color: #000;
    padding: 8px 20px;
    min-width: 300px;
    border: 1px solid #ffcccb;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
}
div#toater.success-msg {
    background-color: #bbf5bb;
    border-color: #179d17;
}
.removeAlert-div {
    position: fixed;
    background-color: #e5eff9;
    color: #000;
    padding: 8px 20px;
    min-width: 300px;
    border: 1px solid #235384;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.add-bttn {
    width: 60px;
    margin: 0 10px;
    display: inline-block;
    background-color: #fde678;
    border-radius: 24px;
    color: #555;
    padding: 2px 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.cancel-btn {
    width: 60px;
    margin: 0 10px;
    display: inline-block;
    background-color: #fde678;
    border-radius: 24px;
    color: #555;
    padding: 2px 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #fde678;
}
.text-center-div {
    text-align: center;
    width: 100%;
    margin:20px 0 5px;
}
.toasterred-div i, .removeAlert-div i {
    font-size: 20px;
}
    .show {
        display: block !important;
    }
#msform label{
    font-size:13px !important;
}
#progressbar li {
    list-style-type: none;
    font-size: 12px !important;
    line-height: 34px !important;
    width: 33.33333%;
    float: left;
    position: relative;
}
#msform{
    margin-top:0px !important;
}
#msform fieldset .form-card p {
    padding: 10px 0 !important;
}
.bmd-form-group {    
    padding-top: 1.2rem;
}
.appearance .customRadio .radio label input[type=radio] ~ img {
    width:125px !important;
}
.appearance .customRadio .radio label {
   text-align:center;
}
select{
    outline:none;
}

#msform input, #msform select, #msform textarea {
    margin-bottom: 2px !important;
    font-size:13px !important;
}
#msform fieldset .form-card h4 {
    margin: 10px 0 10px !important;
}

.registration .nav-tabs > .nav-item .nav-link {
    font-size: 12px !important;
    line-height: 34px !important;
}
.registration .nav-tabs{
    margin-top:20px !important;
}
#myTabContent .table td, #myTabContent .table th {
    padding: 10px !important;
    line-height: 1.4;
}


.deleteDiv {
    position: absolute;
    right: 7px;
    color: #ff0000;
    top: 4px;
    display: grid;
    cursor:pointer;
}

.deleteDiv-R {
    cursor:pointer;
    right: 7px;
    color: #ff0000;
    top: 4px;
    display: inline;
    margin:0 5px;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    width: 155px;
    margin: 10px;   
    height: 140px;
    line-height: 140px !important;
    /* vertical-align: middle; */
    display:inline-block;
}
.div-images{
    width:100%;
    float:left;
}
.div-box {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f569d;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 14px;
}
.deleteDiv i{
    font-weight:lighter;
}
.font16 i {
    font-size: 16px !important;
    color: #fff;
}
.font16-w i {
    font-size: 16px !important;
    color: #063563;
}
.video-div {
    width: 100%;
    text-align: left;
    display: inline;
}


.video-sep-div {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.div-box-w {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #fff;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 14px;
}
.card img {
    max-height: 100%;
    cursor:pointer;
}
.popup-custom {
    position: fixed;
    width: 60%;
    max-height: 90%;
    background-color: #fff;
    top: 30px;
    z-index: 9999;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 30px;
}
.click-close {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 18px;
    color: #000;
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 50px;
    cursor: pointer;
}
.showdow {
    width: 100%;
    top: 0;   
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    z-index: 99;
}
.wt-bg{
    background-color:#fff !important;
}
.nodata-div {
    width: auto !important;
    padding: 10px;   
    border: 1px solid #ddd;
    margin: 10px 0;
    display: inline-block;
    border-radius: 10px;
}
.db-label {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.noPosition{
    position:inherit !important;
}
.mbsc-cal-day-i div[style] {
   
    display: none !important;
    visibility: hidden;
}
.center-xm{
    width:100%;
    text-align:center;
    margin:0 auto;
}
.shooting-detail .shooting-compensations {
    padding: 100px 0 30px !important;
}
.pb-3{
    padding-bottom:30px;
}

@media only screen and (max-width: 1024px) {
    .hgtDiv {
        min-height: 530px !important;
    }
    .mobile-view{
        display:block !important;
    }

}

@media only screen and (min-width: 1024px) {
    
    .mobile-view {
        display: none !important;
    }


}
.div-center {
    margin: 0 auto;
    width: 100%;
}

    .male-div-measure .form-group{
    float:left;
    text-align:left;
    width:100%;
}
.male-div-measure .redAlert {
    float:left;
    width:100%;
    line-height:14px;
}

.male-div-measure .col-md-6 {
    padding: 0 10px !important;
}

.female-div-measure .form-group {
    float: left;
    text-align: left;
    width: 100%;
   
}

.female-div-measure .col-md-6 {
    padding: 0 10px !important;
}
.vertical-middle {
    vertical-align: middle !important;
}
.word-break {
    word-break: break-all;
}
.list-group .list-group-item h5 {
   
    word-break: break-all;
    width: 85%;
}
.DOB-div i {
    color: #f5f5f5 !important;
    font-size: 21px;
    margin-top: 9px;
    display:none;
}
.DOB-div > input{
    font-size:13px !important;
}

.DOB::-webkit-input-placeholder, #demo-display::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px !important;
}

.DOB::-moz-placeholder, #demo-display::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px !important;
}

.DOB:-ms-input-placeholder, #demo-display:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px !important;
}

.DOB:-moz-placeholder, #demo-display:-moz-placeholder { /* Firefox 18- */
    font-size: 12px !important;
}
.m-t-15{
    margin-top:14px;
}

#demo-display-hidden {
    position: absolute;
}

.account .col-md-3 {
    margin-top: 8px;
}
.line-x{
    line-height:10px;
}
.qu-code {
    width: 145px;
    height: 145px;
}
.content-area {
    padding: 20px 30px 0px !important;
    width: 65%;
    float: left;
}
.shootings-list .shooting > .shooting-pic img {   
    height: 240px !important;   
}
.shootings-list .shooting > .shooting-pic img {
    width: 145px !important;
    height: 180px !important;
}
.shootings-list .shooting > .shooting-content .shooting-meta {   
    font-size: 14px !important;
}
.shootings-list .shooting > .shooting-content h1 {
    font-size: 22px !important;
}
.shootings-list .shooting > .shooting-content h1 span {
    font-size: 14px !important;
}
.shooting-div-x {
    margin: 20px 0 20px !important;
    min-height: 200px !important;
    /*padding-left: 165px !important;*/
    float:left;
    width:100%;
}
    .shootings-list .shooting > .shooting-pic {
        left: 28px !important;
        top: 10px !important;
    }
.qr-code-div {
    float: left;
    width: auto !important;
    display: block;
}
.shootings-list .shooting > .shooting-content .shooting-meta > li {
    margin-bottom: 10px !important;
}
    .shootings-list .shooting > .shooting-content .shooting-meta > li::before {
        width: 20px !important;
        height: 20px !important;
    }
.btn-more {
    font-size: 14px !important;
    min-width: 123px !important;
    padding: 6px 6px !important;
}
.shootings-list .shooting > .shooting-content .shooting-meta > li
{
    margin-top:10px !important;
}
.text-center-div-x{
    text-align:center;
}
.m-t10{
    margin-top:10px !important;
}
.clear{
    clear:both;
    float:left;
    width:100%
}

@media only screen and (max-width: 998px) {
    .content-area {
        padding: 20px 30px !important;
        width: 100%;
        float: left;
    }
    .qr-code-div{
        float:none;
    }
    .text-center-div-x {
        text-align: left;
        margin: 0;
        margin-left: 15px;
    }
    
}
.btn-inprocess {
    background-color: #52A2F3;
}
.btn-inprocess:hover {
    background-color: #52A2F3;
}
.hidden-col tbody  tr td:first-child{
    display:none;
}
.hidden-col thead tr th:first-child {
    display: none;
}
.txt-hdden {
    visibility: hidden;
    position: absolute;
}
.m-t-25{
    margin-top:10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.pb5{
    padding-bottom:10px;
}

.payment-wrap .radio .visa-content img {
    max-width: 100% !important;
    position: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 450px;
    height: 205px;
}

.payment-wrap .radio label {
    padding: 5px 0px 0 !important;
}

.payment-wrap .radio.color2 {
    background: transparent;
    border: 1px solid;
}

.payment-wrap .radio {
    background: transparent;   
}
.mactive {
    background-color: #afafaf !important;
}

.payment-wrap .radiox {
   
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    max-width: 400px;
    display: inline-block;
    margin-right: 20px;
}

.payment-wrap .radio .bmd-radio{

    visibility:hidden;
}
.btn-more{
    font-size:12px !important;
}
.payship-message {
    text-align: center;
    /* margin: 20px; */
    padding:10px 20px;
    background-color: darkgray;
    width: auto;
    display: inline-table;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    top: 30px;
    font-size:14px;
    color: white;
}
.waistHidden{
    visibility:hidden;
    position:absolute;
}
.center-file-div{
    text-align:center;
    margin:10px auto 0;
}
.text-left {
    text-align: left;
    
}
.center-div-menu {
    width: 330px;
    display: inline-block;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}
.menu-align-xx {
    display: inline-block;
    /* float: left; */
    vertical-align: top;
    margin-top: 10px;
}
.commond-div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.whtColor{
    color:#fff !important;
}
.profile-img{
    width:78px;
    height:78px;
    border-radius:100%;
    background-color:#ddd;
    float:left;
    overflow:hidden;
    }
.widthSet {
    width: 220px;
    margin-left: 10px;
}
.w-center-img {
    height: 100%;
}
.custom-file-label{
    text-align:left;
}
.wid100{
    width:100%;
}
.other-val {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 10px;
    margin: 0;
}

@media (max-width: 772px) {
    .center-div-menu{
        border:0px;
        margin:0;
        margin-top:15px;
    }
}
.brFullwidth {
    width: 1000px;
    /* float: left; */
    text-align: center;
    margin: 0 auto;  
    display: inline-table;    
    height:100%;
}
.dt2hwidth {
    width: 20%;
    float: left;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0 5px;
    display: block;
    height: 100%;
    max-height: 100%;
}
.dt1hwidth {
    width: 10%;
    float: left;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0 5px;
    display: block;
    height: 100%;
    max-height: 100%;
}
.dt4hwidth {
    width: 40%;
    float: left;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0 5px;
    display: inline-table;
    height: 100%;
    max-height: 100%;
}
.dt6hwidth {
    width: 60%;
    float: left;
}
.blacklabel {
    color: #000;
    font-size: 10px;
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 600;
    line-height: 16px;
}
.blacklabel-x {
    color: #000;
    font-size: 12px;
    float: left;
    text-align: left;
    width: auto;
    font-weight: 600;
    line-height: 16px;
}
.blacklabel-xl {
    color: #000;
    font-size: 10px;
    float: left;
    text-align: left;
    width: auto;
    font-weight: 600;
    line-height: 16px;
}
.blacklabel-xr {
    color: #000;
    font-size: 10px;
    float: right;
    text-align: left;
    width: auto;
    font-weight: 600;
    line-height: 16px;
}
.blacklabel-xm {
    color: #000;
    font-size: 10px;
    width: auto;
    font-weight: 600;
    line-height: 16px;
}
.checkdiv-p{
    float:left;
    margin:0 10px;
}

.bluelabel {
    color: #34587b;
    font-size: 11px;
    float: left;
    text-align: left;
    width: 100%;
    font-weight: bold;
    line-height: 16px;
}
.bluelabel-xm {
    color: #34587b;
    font-size: 11px;
    text-align:center;
    width: 100%;
    font-weight: bold;
    line-height: 16px;
}
.bluelabel-p {
    color: #34587b;
    font-size: 13px;
    float: left;
    text-align: left;
    width: auto;
    font-weight: bold;
    line-height: 16px;
    margin:0 10px;
}
.brBottom {
   
    /* float: left; */
    margin: 75px auto;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    max-width:900px;
    width: 100%;
    padding:10px;
    
}
.text-center{
    text-align:center !important;
}

#customers {   
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
       
        padding: 2px;
    }  

    #customers > tr {
       border:1px solid #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }


table input[type='checkbox'] {
    position: relative;
    top: 3px;
}
.leftBorder > tr > td{
    border-right:1px solid #ddd;
    padding-left:5px !important;
}

.bottomBorder > tr > td {
    border-bottom: 1px solid #ddd !important;
   
}
.topBorder > tr > td {
    border-top: 1px solid #ddd !important;
}
.paddTable > tr > td {
   padding:10px 4px !important;
}
.paddTablem > tr > td {
    padding: 7px 4px !important;
}

.mlable {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}
.mlable-x {
    text-align: center;
   
    margin-bottom: 10px;
}
.fullborder-x {
    width: 85px;
    float: left;
    border: 1px solid #ddd;
    height: 100%;
    min-height: 92px;
}
.widthset {
    width: 94px;
    float: left;
}
.border-num {
    border: 2px solid #000;
    color: #34587b;
    font-size: 10px;   
    text-align: center;
   padding:4px 6px;
    font-weight: 600;
}
.bgwhite{
    background-color:#fff;
}
.bg-gray-table {
    background-color: #f4f3f3;
}
.bg-white-table {
    background-color: #fff;
}
.size15{
    width:35px;
}
.size60{
    width:80px;
}
.size1{
    width: 106px;
}
.size2 {
    width: 72px;
}
.size3 {
    width: 53px;
}
.size4 {
    width: 40px;
}
.size5 {
    width: 67px;
}
.size6 {
    width: 80px;
}
.size7 {
    width: 70px;
}
.size8 {
    width: 67px;
}
.leftZero{
    border-right:0 !important;
}
.bottomBorder-x{
    border-bottom:1px solid #ddd;
}
.rightborder-x {
    border-right: 1px solid #ddd;
}
.NobottomBorder-x{
    border-bottom:0px !important;
}
.noBorder{
    border:0px !important;
}
.application-div h5{
    margin:0 !important;
}
.application-div li {
    padding: 0 16px !important;
}
.btn-playback {
    border: 1px solid #001328;
    background-color: transparent;
    color: #001328;
    padding: 6px 15px 5px;
    font-size: 12px;
    border-radius: 15px;
    cursor:pointer;
}
.textarea-pop-x {
    width: 100%;
    /* float: left; */
    border: 1px solid #ddd;
    height: 100px;
}
.submit-bttn {
    background-color: #fde678;
    border: 2px solid #fde678;
    border-radius: 24px;
    padding: 3px 19px 2px;
    width: auto;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    color: #555;
}
.widthPop {
    width: 476px;
    top: 6%;
}
.text-left{
    text-align:left;
}
.margin-page{
    margin-bottom:3px;
    font-size:13px;
}
.m-t-10{
    margin-top:10px;
}
.fullwidth{
    width:100%;
}
.redcolor-mxd {
    float: left;
    width: 100%;
    text-align: left;
    color: #001328;
    font-size: 12px;
    position: relative;
    top: -10px;
}
.redColor{
    color:#ff0000 !important;
}
.dsx-postion{
    top:-20px;
}
.direct-div {
    color: #07096f;
    font-size: 12px;
    margin-left: 25px;
    width: 100%;
    float: left;
    line-height: 12px;
}
    .direct-div i {
        transform: rotate(-180deg);
        font-size: 16px;
    }
.comment-parent-div {
    width: 100%;
    float: left;
    max-height: 175px;
    overflow: auto;
    overflow-x: hidden;
}

.width555 {
    width: 555px;
}
.container.width555 {
    max-width: 555px;
    width: 100%;
}
.fex-x {
    color: #000 !important;
}

.pdf-modal {
    max-width: 890px;
}

.ceter-position {
    margin: 0 auto;
}

.header-div {
    width: 98%;
    float: right;
    margin: 0 10px;
}

.close-btn-pop {
    float: right;
    margin: 5px 10px 0;
    background-color: #ff0000;
    border-radius: 70px;
    cursor: pointer;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 900;
}

.div-pop-hei {
    height: 100%;
    overflow: audo;
    overflow-x: hidden;
}

.save-pp-btn {
    background-color: #85d9bf;
    border: 1px solid #85d9bf;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 10px !important;
}

.cancel-pp-btn {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #85d9bf;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}

.overlay {
    width: 100%;
    position: fixed;
    background-color: #000;
    height: 100%;
    overflow: auto;
}

.modal-open .masterdiv {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.div-doc-x li{
    border:0px;
}
.document-title {
    text-align: left;
    padding: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.wid800 {
    min-width: 860px !important;   
    overflow:auto;
    top:20px;
}
@media (max-width: 861px) {
    .wid800 {
        min-width: 100% !important;
    }
}
.close-btn-pop {
    float: right;
    margin: 0px 10px 10px;
    background-color: #ff0000;
    border-radius: 70px;
    cursor: pointer;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 900;
}
.m-t-0{
    margin-top:0px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.modal-footer-div {
    border: 0;
    padding-top: 5px;
}
.logo-box img{
    max-height:65px;
}
.dependents-titile {
    font-size: 14px;
    font-weight: 500;
    /* float: left; */
    color: #fff;
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.small-size-div{
    width:70px;
}
.no-padding{
    padding:0 10px 0 0px !important;
}
.p-l-0{
    padding-left:0 !important;
}
.mt-2{
    margin-top:20px !important;
}
.container-div{
    width:100%;
    float:left;
}
.mb-0{
    margin-bottom:0 !important;
}
.full-border-mm{
    border:2px solid #ddd;
    padding:10px 20px;
    width:100%;
    float:left;
    border-radius:6px;
}
.fex-x{
    cursor:pointer;
}
.back-button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 39px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fde678;
    color: #555;
}
#hsEmbeddedWrapper {
    width: 90% !important;
    left: 5% !important;
}
#hsEmbeddedFrame {
    margin: 1px;
    background-color: rgb(255, 255, 255);
    z-index: 9998;
    max-height: 483px !important;
    width: 100% !important;    
}
.iframewidth {
    width: 100%;
    height: 3500px;
}
body .modal-content .modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}
.timecardBttn {
    margin-top: 15px;
}
    .timecardBttn button {
        background-color: #fde678 !important;
        color: #555 !important;
    }
.shootingDetails {
    margin-top: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 7px;
    position: relative;
    top: -15px;
}
.border-bottom{
    border-bottom:1px solid #ddd;
}
.newdesignReg fieldset {
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
}
.tab-pane .newdesignReg {
    border: 0 none;
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
}
.newdesignReg .lead, .newdesignReg .subtitle {
    color: #203990 !important;
}
.newdesignReg .form-inline .radio {
    color: #203990 !important;
    font-weight: 600;
}
.newdesignReg label {
    color: #203990 !important;
    font-weight: 600;
}
.newdesignReg .db-label {
    color: #203990 !important;
    font-weight: 600;
}
.newdesignReg input, .newdesignReg select, .newdesignReg textarea {
    color: #000 !important;
    font-weight: 600;
    padding-bottom:0 !important;
    font-size:16px !important
}
.newdesignReg .whtColor {
    color: #203990 !important;
    font-weight: 600;
}
.newdesignReg fieldset .form-card p {
    color: #203990 !important;
}
.newdesignReg .action-button {
    background-color: #203990 !important;
    color: #fff !important;
    position: relative;
    top: 10px;
    padding: 13px 44px !important;
    margin: 0 !important;
}
.newdesignReg fieldset .form-card p {
    color: #203990 !important;
    font-weight: 600 !important;
}
.newdesignReg .dependents-titile {
    color: #203990 !important;
}

.newdesignReg .account .col-md-3 {
    margin-top: 0 !important;
}
.newdesignReg .bmd-form-group {
    padding-top: 1rem !important;
}
.forgot-mp {
    font-size: 14px;
    margin-top: 10px;
    color: #203990;
}
.border-set {
    border: 3px solid #ddd !important;
}
.mt-60{
    margin-top:60px !important;
}
.mb-0{
    margin-bottom:0 !important;
}
.topSetting{
    position:relative !important;
    top:-25px !important;
}

.topSetting30 {
    position: relative !important;
    top: -30px !important;
}
.blue-tx-light {
    color: #333 !important;
}
.shootingNew .shootings-list .shooting {
    background-color: #fff !important;
}
.popup-setup {
    border-radius: 5px !important;
    margin-top: 20px !important;
}
.quest-icons {
    float: right;
    position: relative;
    top: -28px;
    right: 10px;
    cursor:pointer;
}
.cenbttn-div-x input[type='button'] {
    margin: 0 5px 0 0px !important;
    margin-right: 5px;
    position: relative;
    left: -12px;
}
.doctypeImg-mx{
    width:100%;
}
.Docwindow-x{
    min-width:550px !important;
    top:3% !important;
    padding:5px !important;
    
}
.Docwindow-x .text-center-div {
    margin:5px 0 0 0 !important;
 }
    .Docwindow-x .alert-pos-x{
        position:relative;
    }
.docWindowCls {
    position: absolute;
    top: -2px;
    right: 0;
    /* border: 1px solid #ddd; */
    border-radius: 40px;
    font-size: 12px;
    font-weight: bold;
    background-color: #000;
    padding: 1px 8px 0px;
    color: #fff;
    cursor:pointer;
}
.table-payslip tbody{
    background-color:#fff !important;
}
.resume-area {
    border-radius: 20px;
    padding: 10px;
    background-color: #fff;
    width: 94%;
    margin: 0 auto;
}
.labelleft label{
    text-align:left;
}
.resumeBorder{
    padding-bottom:0 !important;
    margin-top:20px !important;
}
.paddingset{
    padding:0 15px;
}
.greenColor {
    color: #008000;
    font-size: 15px;   
    position: relative;
    top: 0px;
    margin-left: 3px !important;
}
.redColor {
    color: #FF0000;
    font-size: 15px;
    position: relative;
    top: 0px;
    margin-left: 3px !important;
}
.showInline{
    display:inline-block !important;
}
.otherdivx {
    margin: 6px;
    padding: 0;
    width:100%;
}
    .otherdivx li {
        width:100%;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-align:left;
    }
.otheListdiv{

}
.DOB {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #000 !important;
    text-transform: lowercase !important;
}
.m-t25 {
    margin-top: 26px !important;
    margin-bottom: 0 !important;    
}
.activ-msd {
    float: left;
    background-color: #fff;
    width: 100%;
    padding: 0px 92px;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.mar-centermsm {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    background-color: #fff;
    padding: 10px 81px;
    border-radius: 19px;
}
.marpadding{
    padding:0 !important;
    margin-bottom:10px;
}
.expirt-time {
    margin: 21px auto 0;
    text-align: center;
    width: 100%;
    font-size: 14px !important;
    font-weight: 700;    
    display: inline-block;
}
.pa-t-65{
    padding-top:65px !important;
}
.resend-btn {
    margin: 10px auto;
    text-align: center;   
    background-color: #ddd;
    padding: 7px 20px;
    border-radius: 20px;    
    color: #000 !important;
    font-size: 13px;
    font-weight: 600;
    position:relative;
    top:10px;
}
.condition-div-x {
    width: 100%;
    float: left;
    text-align: center;
    margin: 18px 0 5px !important;
   
}
.font14-size{
    font-size:14px;
}
.edit-button-div {
    float: right;
    background-color: #fde678;
    color: #555;
    border: 1px solid #fde678;
    padding: 1px 28px;
    border-radius: 24px;
    margin-top: 15px;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
    .edit-button-div a {
        color: #555;
    }
.popwindow-mx{
    position:absolute;
    top:20%;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
}
.master-table-l {
    overflow: auto;
    height: 400px;
    margin-top:20px;
}
.master-table-l table thead tr th{
    font-size:13px;
    padding:5px !important;
    min-width:150px;
}
    .master-table-l table tbody tr td {
        font-size: 12px;
        padding: 5px !important;
    }
.timecard-x {
    float: right;
    margin: 0;
    position: absolute;
    right: 5px;
    background-color: #000 !important;
    padding: 2px 7px 4px !important;
    border-radius: 20px;
    color: #fff;
    top: 3px;
    font-size: 16px;
}
    .timecard-x:hover {
        color: #fff;
    }
.eye-icon-style {
    position: absolute;
    right: 4px;
    top: 24px;
    cursor:pointer;
}
.tac-mdx {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
    vertical-align: top
}
@media only screen and (max-width: 600px) {
    .white-container {
       width:100% !important;
       padding:10px;
    }
    .shootings-list .shooting > .shooting-content{
        padding:20px !important;
        overflow:auto;
    }
    .width555{
        width:100%;
    }
    .brBottom {
        width: 100% !important;
        overflow: auto;
        margin-top:0;
    }
    .bg-gallery iframe {
        width: 95%;
    }
}
@media only screen and (max-width:380px) {
    .inner-banner {
        padding-top: 10px
    }
    .site-header {
        position: static
    }
    .widthSet {
        width: 165px
    }
    .shootings-list .shooting-div-x {
        padding-left: 0 !important;
        float: none;
        padding: 15px !important;
    }
    .shootings-list .shooting > .shooting-pic {
        position: static !important;
        width: auto !important;
        height: auto !important
    }
    .shootings-list .shooting .content-area {
        float: none;
        padding: 20px 0 !important;
    }
    .inner-banner .container h1, .white-container h2 {
        font-size: 24px !important;
    }
}

/*Theme change css #85d9bf */
.site-header, .header-navigation.stricky-fixed, .site-footer {
    background: #ababab;
}
.blacklabel {
    color: darkgray
}
/*Black Text*/
.expirt-time, .blue-tx-light, .registerAgree .bmd-form-group .checkbox label, .newdesignReg .whtColor, .newdesignReg fieldset .form-card p,
.appearance .customRadio .radio label input[type=radio] ~ p, .blue-color-tx, .white-container h2, .white-container p, .bluelabel,
body .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:hover{
    color: black !important;
}
/*Light Gray Text*/
    .newdesignReg label, .newdesignReg .dependents-titile, .bmd-label-floating, .appearance .customRadio .radio label input[type=radio] ~ p span {
        color: lightgray !important;
    }
/*Dark Gray BG White text*/
.resend-btn, body #msform .action-button:hover, #msform .action-button.next:hover, .btn.btn-outline-light:hover, #msform .action-button.border-set:hover, .btn.btn-more:hover, .edit-button-div:hover, .timecardBttn button:hover {
    background-color: darkgray !important;
    color: white !important
}
/*Mint Green BG White text*/
.dropdown-item.top-border-div:focus, .dropdown-item.top-border-div:active, .dropdown-item.bottom-border-div:focus, .dropdown-item.bottom-border-div:active, .btn.btn-more {
    background-color: #fde678 !important;
    color: #555 !important
}

.newdesignReg .action-button {
    background-color: #85d9bf !important;
}
a.signin-btn:hover {
    background: #85d9bf !important;
}
#msform .action-button:hover {
    background: #007551 !important
}
.newdesignReg .db-label {
    color: #aaa !important;
}
.newdesignReg .checkbox label, .newdesignReg .radio label, .newdesignReg label.custom-file-label, #msform label.custom-file-label {
    color: #333 !important
}
.newdesignReg .lead, .newdesignReg .subtitle {
    color: #333 !important
}
/*select option:hover,
select option:focus,
select option:active,
select option:checked {
    background-color: #85d9bf !important;
    color: white !important;
}*/
#register-success a, .db-label a, .blue-color-tx a {
    color: black !important;
    text-decoration: underline
}
.btn.btn-more {
    border-color: transparent !important
}
.image-gray {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
}
a.text-dark {
    color: white  !important;
    text-decoration: underline;
}
.newdesignReg .dependents-titile.label-dark, .newdesignReg label.label-dark {
    color: black !important;
}
.shootingDetails .back-button {
    background-color: #fde678;
    color: #555;
    border-color: #fde678;
    font-weight: 700;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a:hover, .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:focus, .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:active {
    background-color: #85d9bf !important;
    color: #fff !important;
}
body .header-navigation ul.navigation-box > li > ul.sub-menu > li > a:hover {
    color: #fff !important;
}
.divID {
    background-image: url("https://cd.emsonsetsolutions.com/css/assets/img/ems-logo-1.png");
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    float: left;
}
.edit-button-div a.bhide {
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
@media (min-width: 768px) and (max-width:1024px) {
    .inner-banner {
        padding-top: 105px;
    }
}
#helpModal .modal-body h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
#helpModal .modal-body img {
    margin-bottom: 20px;
}
#helpModal .modal-body p, #helpModal .modal-body li {
    font-size: 16px;
}
#helpModal .modal-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.mobile-scrolling {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}
.profile-progress {
    margin-top: 10px;
}
.progress-steps {
    width: 100%;
    overflow: hidden;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.progress-steps > li {
    position: relative;
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    width: 20%;
    float: left;
    font-weight: 600;
    color: #222;
}
.progress-steps > li:before {
    content: "";
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #222;
    position: relative;
    z-index: 1;
}
.progress-steps > li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    right: 50%;
    top: 15px;
}
.progress-steps > li:first-child:after {
    left: 50%;
}
.progress-steps > li:last-child:after {
    /*width: 50%;*/
}
.progress-steps > li.complete:after {
    background-color: #85d9bf;
}
.progress-steps > li.complete:before {
    background-color: #85d9bf;
    border-color: #85d9bf;
    font-family: FontAwesome;
    content: "\f00c";
}
.progress-steps > li.active:after {
    background-color: #222;
    /*background: #85d9bf;*/ /* Old browsers */
    /*background: -moz-linear-gradient(left, #85d9bf 50%, #222222 50%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, #85d9bf 50%,#222222 50%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, #85d9bf 50%,#222222 50%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransf*/orm.Microsoft.gradient( startColorstr='#85d9bf', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
}
.progress-steps > li.active:before {
    background-color: #85d9bf;
}
#AddValideMsg {
    min-width: 380px;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.7;
}
.toast {
    top: 250px !important
}
td.nowrap {
    white-space: nowrap;
}

.captcha-container {
    border: 1px solid black;
    width: 100%;
    padding: 5px;
}

.captcha-bg {
    height: auto;
    width: 100%;
}

.captcha-image {
    padding-top: 5px;
    height:50px;
    background-image: url('../images//captcha_bg.png');
}

.captcha-text {
    padding: 2px;
    border: 1px solid black;
}

.captcha {
    font-family: 'Nunito';
    font-size: 48px;
    font-weight: bold;
    color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    text-decoration: line-through;
}

.disable-div {
    pointer-events: none;
    opacity: 0.7;
}

.enable-div {
    pointer-events: all;
    opacity: 0.7;
}
