/*
::
:: Theme Name: GateData - IT Solutions & Technology HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
:: 
*/

/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: Navbar
            01- :: Top Navbar
            02- :: Navbar
                01- :: Navbar 1
                02- :: Navbar 2
                03- :: Navbar 3
        03-  :: Search Box
        04-  :: Menu Box
        05-  :: login Box Modal
        06-  :: Regestar Box Modal
        07-  :: Header
            01- :: Header 1
            02- :: Header 2
            03- :: Header 3
        08-  :: Features
            01- :: Features 1
            02- :: Features 2
            03- :: Features 3
        09-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
        10-  :: Services
            01- :: Services 1
            02- :: Services 2
            03- :: Services 3
        11-  :: Provide
            01- :: Provide 1
            02- :: Provide 2
            03- :: Provide 3
        12-  :: Pricing
        13-  :: Work
            01- :: Work 1
            02- :: Work 2
            03- :: Work 3
        14-  :: Video Presentation
        15-  :: Call US
        16-  :: Why Choose Us
        17-  :: Quote
        18-  :: Statistic
        19-  :: Team
            01- :: Team 1
            02- :: Team 2
        20-  :: Testimonial
        21-  :: Blog
        22-  :: Newsletter
        23-  :: Footer
        24-  :: Scroll UP
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #091d3e;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #0092ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #0092ff;
    color: #fff;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #fff;
}

.container,
.container-fluid {
    position: relative;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.py-0-0-70-0 {
    padding: 0 0 70px 0;
}

.padding-bootstrap {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(34 34 34 / 35%);
}

.overlay-2 {
    background-color: rgb(0 146 255 / 90%);
}

.overlay-3 {
    background-color: rgb(9 29 62 / 90%);
}

.sec-title {
    margin-bottom: 50px;
    position: relative;
}

    .sec-title h2 {
        font-size: 17px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 22px;
        font-family: "Roboto", sans-serif;
        color: #0092ff;
        text-transform: capitalize;
        position: relative;
    }

    .sec-title h3 {
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.1;
        font-size: 48px;
        text-transform: capitalize;
        position: relative;
    }

    .sec-title .sec-explain {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 0;
        text-transform: capitalize;
    }

.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #0092ff;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
}

    .btn-1:hover {
        color: #0092ff;
    }

    .btn-1:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #fff;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }

    .btn-1:hover:after {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }

.btn-2 {
    background-color: #fff;
    color: #0092ff;
}

    .btn-2:hover {
        color: #fff;
    }

    .btn-2:after {
        background-color: #0092ff;
    }

.btn-3:hover {
    color: #fff;
}

.btn-3:after {
    background-color: #091d3e;
}

.btn-4 {
    background-color: #091d3e;
    color: #fff;
}

    .btn-4:hover {
        color: #fff;
    }

    .btn-4:after {
        background-color: #0092ff;
    }

/* :: Loading */
.loading {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

    .loading .loading-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    .loading .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        .loading .lds-ellipsis div {
            position: absolute;
            top: 33px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #0092ff;
            -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            .loading .lds-ellipsis div:nth-child(1) {
                left: 8px;
                -webkit-animation: lds-ellipsis1 0.6s infinite;
                animation: lds-ellipsis1 0.6s infinite;
            }

            .loading .lds-ellipsis div:nth-child(2) {
                left: 8px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .loading .lds-ellipsis div:nth-child(3) {
                left: 32px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .loading .lds-ellipsis div:nth-child(4) {
                left: 56px;
                -webkit-animation: lds-ellipsis3 0.6s infinite;
                animation: lds-ellipsis3 0.6s infinite;
            }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

/* :: All Navbar */

/* :: Navbar Top */

.nav-top {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

    .nav-top.active {
        display: none;
    }

    .nav-top .nav-top-box ul li {
        display: inline-block;
    }

    .nav-top .nav-top-box ul.info li {
        color: #fff;
        font-size: 13px;
        padding: 15px;
        line-height: 1.1;
        border-left: 1px solid rgb(255 255 255 / 15%);
    }

        .nav-top .nav-top-box ul.info li:first-of-type {
            padding-left: 0;
            border-left: none;
        }

        .nav-top .nav-top-box ul.info li:last-of-type {
            padding-right: 0;
        }

    .nav-top .nav-top-box ul li span {
        color: #fff;
    }

    .nav-top .nav-top-box ul.info li a {
        color: #fff;
        font-size: 13px;
        display: inline-block;
    }

    .nav-top .nav-top-box ul li a.icon {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin-left: 15px;
    }

        .nav-top .nav-top-box ul li a.icon:hover,
        .nav-top .nav-top-box ul.info li a:hover {
            color: #0092ff;
        }

/* :: Navbar */
.nav-bar {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.all-navbar .nav-bar {
    border-bottom: none;
}

.nav-bar.active {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}

.nav-bar .logo .logo-nav {
    display: block;
}

    .nav-bar .logo .logo-nav img {
        width: 190px;
    }

        .nav-bar .logo .logo-nav img.one {
            display: none;
        }

.nav-bar.active .logo .logo-nav img.one {
    display: block;
}

.nav-bar.active .logo .logo-nav img.two {
    display: none;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

    .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 30px 0;
        margin: 0 20px 0 0px;
        position: relative;
        display: block;
        text-transform: capitalize;
    }

.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #091d3e;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #0092ff;
}

.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: 100%;
    left: 0;
    min-width: 250px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    /*min-width: 230px;*/
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
}

    .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
        color: #9b9b9b;
        font-size: 14px;
        line-height: 28px;
        position: relative;
        display: block;
        text-transform: capitalize;
        padding: 12px 25px;
        border-bottom: 1px solid #f1f1f1;
        font-weight: 500;
    }

    .nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2 {
        background-color: #f9f9f9;
    }

    .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        font-size: 12px;
        opacity: 0;
        margin-left: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    }

    .nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
        opacity: 1;
        margin-left: 15px;
        visibility: visible;
        color: #0092ff;
    }

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}

    .nav-bar .nav-bar-tools li:last-of-type {
        margin-right: 0;
        padding-right: 0;
    }
        /* .nav-bar .nav-bar-tools li:after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgb(155 155 155 / 30%);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
        .nav-bar .nav-bar-tools li:last-of-type:after {
            display: none;
        }

    .nav-bar .nav-bar-tools li.item.phone {
        /* padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 40px; */
        width: 100%;
        border: 2px solid white;
        border-radius: 5px;
    }

.signin_btn .login {
    width: 150px;
    background-color: #0092ff;
    color: #fff;
}

    .signin_btn .login:hover {
        background-color: #0071c7;
    }

.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li.cart .cart-icon-item i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.nav-bar.active .nav-bar-tools li .search-icon i,
.nav-bar.active .nav-bar-tools li .menu-icon i,
.nav-bar.active .nav-bar-tools li.cart .cart-icon-item i,
.nav-bar.active .nav-bar-tools li span.login {
    color: #091d3e;
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i,
.nav-bar .nav-bar-tools li.cart .cart-icon-item:hover i,
.nav-bar .nav-bar-tools li span.login:hover {
    color: #0092ff;
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    float: left;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
}

.nav-bar.active .nav-bar-tools li .nav-bar-contact i {
    color: #0092ff;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 40px;
}

    .nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
        color: #9b9b9b;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 13px;
        display: block;
        line-height: 1;
        margin-bottom: 4px;
    }

    .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
        margin: 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        font-family: "Teko", sans-serif;
        color: #fff;
    }

.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a {
    color: #091d3e;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: #fff;
    padding: 30px;
    position: absolute;
    right: 15px;
    z-index: 999;
    top: 100%;
    width: 300px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .nav-bar .nav-bar-tools li.cart .cart-popup .item img {
        width: 50px;
        height: 50px;
        float: left;
    }

    .nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
        padding-left: 65px;
        padding-right: 25px;
    }

        .nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 4px;
            color: #091d3e;
            font-weight: bold;
        }

        .nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            color: #9b9b9b;
        }

    .nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-color: #091d3e;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

        .nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
            background-color: #0092ff;
        }

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9b9b9b;
}

    .nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
        float: right;
        color: #0092ff;
    }

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

    .nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
        outline: none;
        padding: 0 22px;
    }

        .nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
            margin-right: 10px;
        }

    .nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a {
        padding: 0 12px;
        line-height: 50px;
        height: 50px;
        min-width: 110px;
    }

        .nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a:first-of-type {
            margin-right: 16px;
        }

.nav-bar .nav-bar-tools li.quote {
    padding: 21px 15px 21px 0px;
}

    .nav-bar .nav-bar-tools li.quote a {
        height: 42px;
        line-height: 42px;
        min-width: 142px;
    }

.nav-bar .nav-bar-tools li span.login {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    text-transform: capitalize;
    cursor: pointer;
}

    .nav-bar .nav-bar-tools li span.login i {
        margin-right: 6px;
    }

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 146 255 / 95%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

    .search-box form {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 85%;
    }

        .search-box form input {
            background-color: transparent;
            width: 100%;
            padding: 10px 0;
            font-size: 24px;
            color: #fff;
            border: 0;
            border-bottom: 1px solid #fff;
        }

        .search-box form button {
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 40px;
            background-color: transparent;
            text-align: center;
            font-size: 22px;
            color: #0092ff;
            border: 0;
            outline: none;
        }

    .search-box .search-box-icon {
        position: absolute;
        right: 50px;
        top: 50px;
        font-size: 22px;
        color: #fff;
        cursor: pointer;
    }

        .search-box .search-box-icon:hover {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
            color: #0092ff;
        }

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

    .menu-box .inner-menu {
        width: 400px;
        padding: 100px 50px;
        position: absolute;
        right: -402px;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
    }

    .menu-box.active .inner-menu {
        right: 0;
        -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
        box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    }

    .menu-box .inner-menu .website-info {
        margin-bottom: 30px;
    }

        .menu-box .inner-menu .website-info .logo {
            display: block;
            margin-bottom: 20px;
        }

        .menu-box .inner-menu .website-info p {
            text-transform: capitalize;
            font-size: 14px;
        }

    .menu-box .inner-menu .contact-info h4,
    .menu-box .inner-menu .follow-us h4 {
        position: relative;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #091d3e;
    }

    .menu-box .inner-menu .contact-info .contact-box {
        margin-bottom: 30px;
    }

        .menu-box .inner-menu .contact-info .contact-box i {
            float: left;
            font-size: 30px;
            line-height: 1.9;
            color: #0092ff;
        }

        .menu-box .inner-menu .contact-info .contact-box .box {
            padding-left: 45px;
        }

            .menu-box .inner-menu .contact-info .contact-box .box a.phone,
            .menu-box .inner-menu .contact-info .contact-box .box a.mail,
            .menu-box .inner-menu .contact-info .contact-box .box p {
                color: #9b9b9b;
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 0;
                line-height: 2;
                position: relative;
                display: block;
            }

    .menu-box .inner-menu .follow-us .icon-follow li {
        display: inline-block;
        cursor: pointer;
    }

        .menu-box .inner-menu .follow-us .icon-follow li a {
            background-color: #f1f1f1;
            display: inline-block;
            color: #0092ff;
            height: 40px;
            line-height: 40px;
            width: 40px;
            text-align: center;
            font-size: 14px;
            border-radius: 3px;
            margin-right: 10px;
        }

        .menu-box .inner-menu .follow-us .icon-follow li:hover a {
            background-color: #0092ff;
            color: #fff;
        }

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #0092ff;
    width: 35px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

    .menu-box-icon:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

/* :: Login Box */
.modal.login-box .modal-dialog {
    max-width: 400px;
}

.modal.login-box {
    background-color: rgb(9 29 62 / 85%);
}

    .modal.login-box .modal-content {
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .modal.login-box .login-box-content {
        background-color: #fff;
        border-radius: 5px;
        padding: 50px;
    }

        .modal.login-box .login-box-content .sec-title {
            margin-bottom: 30px;
        }

            .modal.login-box .login-box-content .sec-title h3 {
                font-size: 35px;
                margin-bottom: 15px;
            }

        .modal.login-box .login-box-content form .quote-item .submit {
            width: 100%;
        }

        .modal.login-box .login-box-content form .quote-item .remember-me-box {
            display: block;
            position: relative;
            margin-bottom: 0;
            cursor: pointer;
            font-size: 15px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-weight: 500;
            padding: 0 0 0 28px;
            line-height: 1.2;
            color: #9b9b9b;
        }

            .modal.login-box .login-box-content form .quote-item .remember-me-box input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box
            .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 18px;
                width: 18px;
                background-color: #eee;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box:hover
            input ~ .checkmark {
                background-color: #ccc;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box
            input:checked ~ .checkmark {
                background-color: #0092ff;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box
            .checkmark:after {
                content: "";
                position: absolute;
                display: none;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box
            input:checked ~ .checkmark:after {
                display: block;
            }

            .modal.login-box
            .login-box-content
            form
            .quote-item
            .remember-me-box
            .checkmark:after {
                left: 50%;
                top: 50%;
                width: 50%;
                height: 50%;
                background-color: #fff;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .modal.login-box .login-box-content form .quote-item .forget-password {
            color: #091d3e;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.6;
            letter-spacing: 0.5px;
            text-transform: capitalize;
        }

            .modal.login-box .login-box-content form .quote-item .forget-password:hover {
                color: #0092ff;
            }

        .modal.login-box .login-box-content form .quote-item.have-account {
            text-align: center !important;
            color: #9b9b9b;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.6;
            text-transform: capitalize;
        }

            .modal.login-box
            .login-box-content
            form
            .quote-item.have-account
            .register-here {
                color: #091d3e;
                margin-left: 8px;
            }

                .modal.login-box
                .login-box-content
                form
                .quote-item.have-account
                .register-here:hover {
                    color: #0092ff;
                }

/* :: Header */
.header .header-carousel {
    height: 100%;
}

    .header .header-carousel .container {
        position: relative;
    }

    .header .header-carousel .sec-hero {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

.header .banner .top-handline {
    line-height: 23px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.header .banner .handline {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 95px;
    margin-bottom: 20px;
    position: relative;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 40px;
    margin-right: 100px;
    position: relative;
}

.header-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

    .header-carousel.owl-theme .owl-nav [class*="owl-"] {
        margin: 0;
    }

        .header-carousel.owl-theme .owl-nav [class*="owl-"] i {
            font-size: 50px;
            color: rgb(255 255 255 / 50%);
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

            .header-carousel.owl-theme .owl-nav [class*="owl-"] i:hover {
                color: #0092ff;
            }

            .header-carousel.owl-theme .owl-nav [class*="owl-"] i.icon-left-arrow {
                left: 10px;
            }

            .header-carousel.owl-theme .owl-nav [class*="owl-"] i.icon-right-arrow {
                right: 10px;
            }

.header-carousel.owl-theme:hover .owl-nav [class*="owl-"] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .header-carousel.owl-theme .owl-dots .owl-dot {
        outline: none;
    }

        .header-carousel.owl-theme .owl-dots .owl-dot span {
            margin: 0 5px;
            width: 25px;
            height: 6px;
            border-radius: 5px;
            background-color: #fff;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .header-carousel.owl-theme .owl-dots .owl-dot.active span,
        .header-carousel.owl-theme .owl-dots .owl-dot:hover span {
            background-color: #0092ff;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

/* :: Features */
.features .features-item {
    margin-bottom: 30px;
    overflow: hidden;
}

    .features .features-item .icon-item {
        color: #0092ff;
        font-size: 50px;
        line-height: 1;
        position: relative;
        float: left;
    }

    .menu-box .inner-menu .contact-info .contact-box:hover i,
    .nav-bar .nav-bar-tools li .nav-bar-contact:hover i,
    .features .features-item:hover .icon-item,
    .about-us .about-img-box .about-project:hover .icon-about-project,
    .about-core .about-core-item:hover .icon-item,
    .services-item:hover .icon-services-item,
    .working-progress .working-progress-item:hover .icon-item,
    .list-choose-us .list-item:hover .icon-item,
    .services-item-2:hover .icon-services-item,
    .features-provide-list
    .item-features-provide-list:hover
    .icon-features-provide-list-item,
    .provide-3 .text-box .provide-features-box:hover i {
        -webkit-animation: icon-scale 2.5s infinite;
        animation: icon-scale 2.5s infinite;
    }

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.features .features-item .content-box {
    padding-left: 70px;
}

    .features .features-item .content-box h4 {
        position: relative;
        font-size: 24px;
        line-height: 1.2;
        text-transform: capitalize;
        font-weight: 500;
    }

/* :: About Us */
.about-us {
    padding-bottom: 100px;
}

    .about-us .about-img-box {
        position: relative;
        margin-right: 40px;
    }

        .about-us .about-img-box .img-box img {
            border-radius: 5px;
        }

        .about-us .about-img-box .about-project {
            position: absolute;
            background-color: #0092ff;
            min-width: 225px;
            padding: 40px;
            border-radius: 5px;
            top: 55%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -40px;
            border: 10px solid #fff;
            color: #fff;
        }

            .about-us .about-img-box .about-project .icon-about-project {
                font-size: 35px;
                line-height: 1;
                color: #fff;
                margin-bottom: 20px;
                display: inline-block;
            }

            .about-us .about-img-box .about-project .counter {
                font-size: 55px;
                font-weight: 500;
                line-height: 1;
                margin-bottom: 10px;
                color: #fff;
                font-family: "Teko", sans-serif;
            }

            .about-us .about-img-box .about-project h5 {
                font-size: 14px;
                font-weight: 500;
                line-height: 1.1;
                font-family: "Roboto", sans-serif;
                text-transform: capitalize;
            }

    .about-us .about-text-box .sec-title {
        margin-bottom: 30px;
    }

        .about-us .about-text-box .sec-title h3 {
            margin-bottom: 20px;
        }

.about-core .about-core-item .icon-item {
    font-size: 40px;
    line-height: 1;
    color: #0092ff;
    float: left;
}

.about-core .about-core-item .content-box {
    padding-left: 60px;
}

    .about-core .about-core-item .content-box h4 {
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .about-core .about-core-item .content-box p {
        margin-bottom: 30px;
    }

.core-about-list {
    overflow: hidden;
    margin-bottom: calc(30px - 12px);
}

    .core-about-list li {
        margin-bottom: 12px;
        float: left;
        width: 50%;
        position: relative;
    }

        .core-about-list li i {
            font-size: 11px;
            color: #fff;
            background-color: #0092ff;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 2px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
        }

        .core-about-list li h4 {
            display: inline-block;
            position: relative;
            font-size: 14px;
            font-weight: 500;
            /*color: #091d3e;*/
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            padding-left: 35px;
        }

/* :: Services */
.services {
    background-color: #f9f9f9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.services-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .services-item span,
    .services-item-2 span,
    .item-careers span,
    .features-provide-list .item-features-provide-list span {
        position: absolute;
        z-index: 1;
        display: block;
        width: 0px;
        height: 0px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 1;
        background-color: #0092ff;
    }

    .services-item:hover span,
    .services-item-2:hover span,
    .item-careers:hover span,
    .features-provide-list .item-features-provide-list:hover span {
        width: 1500px;
        height: 1500px;
    }

    .services-item .icon-services-item,
    .services-item-2 .icon-services-item {
        float: left;
        font-size: 50px;
        line-height: 1;
        position: relative;
        z-index: 1;
        color: #0092ff;
    }

    .services-item:hover .icon-services-item,
    .services-item:hover .content-box h4,
    .services-item:hover .content-box a.more {
        color: #fff;
    }

    .services-item .content-box,
    .services-item-2 .content-box {
        padding-left: 70px;
    }

        .services-item .content-box h4,
        .services-item-2 .content-box h4 {
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 18px;
            text-transform: capitalize;
            position: relative;
            z-index: 1;
            line-height: 1.1;
        }

        .services-item .content-box p,
        .services-item-2 .content-box p {
            margin-bottom: 0px;
            position: relative;
            z-index: 1;
        }

    .services-item:hover .content-box p,
    .services-item:hover .content-box .core-services li {
        color: #f1f1f1;
    }

    .services-item .content-box .core-services,
    .services-item-2 .content-box .core-services {
        padding: 20px 0;
        margin: 20px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        position: relative;
        z-index: 1;
    }

    .services-item:hover .content-box .core-services {
        border-color: #f1f1f1;
    }

    .services-item .content-box .core-services li,
    .services-item-2 .content-box .core-services li {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 12px;
        text-transform: capitalize;
        color: #687076;
        z-index: 1;
        padding-left: 25px;
    }

        .services-item .content-box .core-services li:before,
        .services-item-2 .content-box .core-services li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #0092ff;
        }

    .services-item:hover .content-box .core-services li:before {
        color: #f1f1f1;
    }

    .services-item .content-box a.more,
    .services-item-2 .content-box a.more,
    .blog-item .text-box .link {
        position: relative;
        z-index: 1;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        color: #687076;
        letter-spacing: 0.35px;
    }

        .services-item .content-box a.more:after,
        .services-item-2 .content-box a.more:after,
        .blog-item .text-box .link:after,
        .awards-item .text-box .link:after,
        .item-careers a.link:after,
        .footer .links li a:after {
            content: "\f061";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            vertical-align: middle;
            font-size: 12px;
            opacity: 0;
            margin-left: 0;
            visibility: hidden;
            -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
            -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
            transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        }

        .services-item .content-box a.more:hover:after,
        .services-item-2 .content-box a.more:hover:after,
        .blog-item .text-box .link:hover:after,
        .awards-item .text-box .link:hover:after,
        .item-careers a.link:hover:after,
        .footer .links li a:hover:after {
            opacity: 1;
            margin-left: 15px;
            visibility: visible;
            color: #fff;
        }

.services-carousel.owl-theme .owl-dots,
.work-carousel.owl-theme .owl-dots {
    margin: 30px 0 0 0 !important;
    line-height: 1;
}

    .services-carousel.owl-theme .owl-dots .owl-dot,
    .work-carousel.owl-theme .owl-dots .owl-dot {
        outline: none;
    }

        .services-carousel.owl-theme .owl-dots .owl-dot span,
        .work-carousel.owl-theme .owl-dots .owl-dot span {
            margin: 0 5px;
            width: 25px;
            height: 6px;
            border-radius: 5px;
            background-color: #091d3e;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .services-carousel.owl-theme .owl-dots .owl-dot.active span,
        .services-carousel.owl-theme .owl-dots .owl-dot:hover span,
        .work-carousel.owl-theme .owl-dots .owl-dot.active span,
        .work-carousel.owl-theme .owl-dots .owl-dot:hover span {
            background-color: #0092ff;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

/* :: Provide */
.provide {
    padding-top: 100px;
    position: relative;
}

    .provide .container-fluid {
        padding: 0;
        overflow: hidden;
    }

    .provide .bg-section {
        background-image: url(../images/provide/01_provide-bg.jpg);
        height: calc(100% - (240px));
    }

    .provide .provide-img-box {
        position: relative;
        height: 100%;
    }

        .provide .provide-img-box .img-box {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            background-image: url(../images/provide/01_provide.jpg);
            position: relative;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
        }

        .provide .provide-img-box .provide-presentation .pulse,
        .video-presentation .provide-presentation .pulse {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .provide .provide-img-box .provide-presentation .pulse i,
            .video-presentation .provide-presentation .pulse i,
            .phone-box a i {
                text-decoration: none;
                color: #0092ff;
                font-size: 24px;
                width: 90px;
                height: 90px;
                line-height: 90px;
                text-align: center;
                display: inline-block;
                background-color: #fff;
                border-radius: 90%;
                -webkit-animation: video-pulse-presentation 1s linear infinite;
                animation: video-pulse-presentation 1s linear infinite;
            }

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

.provide .sec-title h2 {
    color: #fff;
}

.provide .sec-title h3 {
    margin-bottom: 20px;
    color: #fff;
}

.provide .sec-title .sec-explain {
    color: #f1f1f1;
}

.provide .provide-text-box {
    padding: 0 15% 0 5%;
}

.working-progress .working-progress-item .icon-item,
.list-choose-us .list-item .icon-item {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    float: left;
}

.working-progress .working-progress-item .content-box,
.list-choose-us .list-item .content-box {
    padding-left: 60px;
}

    .working-progress .working-progress-item .content-box h4,
    .list-choose-us .list-item .content-box h4 {
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 16px;
        color: #fff;
    }

    .working-progress .working-progress-item .content-box p,
    .list-choose-us .list-item .content-box p {
        margin-bottom: 0;
        color: #f1f1f1;
    }

.features-provide-list .item-features-provide-list {
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .features-provide-list .item-features-provide-list span {
        background-color: #fff;
    }

    .features-provide-list
    .item-features-provide-list
    .icon-features-provide-list-item {
        float: left;
        font-size: 35px;
        line-height: 1;
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .features-provide-list
    .item-features-provide-list:hover
    .icon-features-provide-list-item {
        color: #0092ff;
    }

    .features-provide-list .item-features-provide-list .content-box {
        padding-left: 50px;
    }

        .features-provide-list .item-features-provide-list .content-box h4 {
            font-size: 26px;
            text-transform: capitalize;
            line-height: 1.2;
            color: #fff;
            position: relative;
            z-index: 1;
        }

    .features-provide-list .item-features-provide-list:hover .content-box h4 {
        color: #091d3e;
    }

    .features-provide-list .item-features-provide-list .content-box p {
        margin: 12px 0 0 0;
        color: #f1f1f1;
        position: relative;
        z-index: 1;
    }

    .features-provide-list .item-features-provide-list:hover .content-box p {
        color: #9b9b9b;
    }

/* :: Pricing */
.pricing {
    padding: 100px 0 70px 0;
}

.pricing-item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    padding: 50px 40px;
    border-radius: 5px;
}

    .pricing-item .item-top {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e9e9e9;
    }

        .pricing-item .item-top h4 {
            font-size: 15px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 50px;
            text-transform: capitalize;
            color: #091d3e;
            font-family: "Roboto", sans-serif;
        }

    .pricing-item.active .item-top h4 {
        color: #0092ff;
    }

    .pricing-item .item-top .price-number h5 {
        color: #091d3e;
        font-size: 90px;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
        position: relative;
        padding-left: 18px;
    }

        .pricing-item .item-top .price-number h5:before {
            content: "$";
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 0;
        }

    .pricing-item .item-top .price-number span {
        font-size: 13px;
        font-weight: 600;
        color: #091d3e;
        text-transform: capitalize;
    }

    .pricing-item .item-top p {
        margin: 12px 0 0 0;
    }

    .pricing-item .item-last ul {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 30px;
    }

        .pricing-item .item-last ul li {
            font-size: 14px;
            margin-bottom: 15px;
            text-transform: capitalize;
            font-weight: 500;
        }

            .pricing-item .item-last ul li:last-of-type {
                margin-bottom: 0;
            }

            .pricing-item .item-last ul li:hover {
                color: #0092ff;
            }

            .pricing-item .item-last ul li i {
                font-size: 11px;
                line-height: 1.5;
                margin-right: 15px;
                color: #0092ff;
            }

    .pricing-item .item-last a {
        width: 100%;
        margin-top: 30px;
    }

/* :: Works */
.works {
    padding-bottom: 100px;
}

.work-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .work-item span,
    .awards-item .img-box span {
        position: absolute;
        z-index: 1;
        display: block;
        width: 0px;
        height: 0px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0.85;
        background-color: #0092ff;
    }

    .work-item:hover span,
    .awards-item:hover .img-box span {
        width: 2000px;
        height: 2000px;
    }

    .work-item:hover .img-box img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }

    .work-item .hover-box {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

        .work-item .hover-box .text-box {
            position: absolute;
            bottom: 30px;
            left: 30px;
            z-index: 1;
        }

            .work-item .hover-box .text-box .tags a {
                font-size: 15px;
                line-height: 1;
                font-weight: 500;
                margin-bottom: 12px;
                text-transform: capitalize;
                color: #fff;
                display: inline-block;
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
                visibility: hidden;
                opacity: 0;
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .work-item .hover-box .text-box h4 a {
                color: #fff;
                font-weight: 400;
                line-height: 1.1;
                font-size: 30px;
                display: inline-block;
                -webkit-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
                visibility: hidden;
                opacity: 0;
                -webkit-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

    .work-item:hover .hover-box .text-box .tags a,
    .work-item:hover .hover-box .text-box h4 a,
    .work-item:hover .hover-box .work-icon {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .work-item .hover-box .work-icon {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 1;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        visibility: hidden;
        opacity: 0;
    }

        .work-item .hover-box .work-icon li {
            display: inline-block;
        }

            .work-item .hover-box .work-icon li a {
                display: inline-block;
                background-color: #fff;
                border: 2px solid #fff;
                font-size: 13px;
                color: #0092ff;
                width: 40px;
                height: 40px;
                line-height: 38px;
                position: relative;
                text-align: center;
                margin-right: 10px;
                border-radius: 3px;
            }

            .work-item .hover-box .work-icon li:hover a {
                background-color: transparent;
                color: #fff;
            }

/* :: Call US */
.call-us .sec-title {
    margin-bottom: 0;
}

    .call-us .sec-title h3 {
        font-size: 60px;
        line-height: 1.2;
    }

    .call-us .sec-title .sec-explain {
        margin-bottom: 30px;
    }

.phone-box a {
    display: inline-block;
}

    .phone-box a i {
        background-color: #fff;
        color: #0092ff;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
        font-weight: 600;
    }

    .phone-box a:hover i,
    .provide .provide-img-box .provide-presentation .pulse:hover i {
        background-color: #0092ff;
        color: #fff;
    }

/* :: Why Choose And Quote */
.why-choose-and-quote {
    position: relative;
    margin-top: 100px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    border-radius: 5px;
    overflow: hidden;
}

/* :: Why Choose */
.why-choose {
    background-color: #fff;
    color: #091d3e;
    overflow: hidden;
    padding: 0 50px;
    height: 100%;
    position: relative;
    background-image: url(../images/why-choose/01_why-choose.jpg);
    background-position: top center;
}

    .why-choose:after {
        content: "";
        background-color: rgb(0 146 255 / 90%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .why-choose .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

    .why-choose .list-choose-us {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .why-choose .list-choose-us .list-item {
            margin-bottom: 30px;
        }

            .why-choose .list-choose-us .list-item:last-of-type {
                margin-bottom: 0px;
            }

/* :: Quote */
.quote-box {
    background-color: #fff;
    padding: 50px;
}

    .quote-box .sec-title {
        margin-bottom: 30px;
    }

        .quote-box .sec-title h3 {
            color: #091d3e;
            font-size: 35px;
            margin-bottom: 15px;
        }

        .quote-box .sec-title .sec-explain {
            color: #9b9b9b;
        }

    .quote-box .quote-item input,
    .quote-box .quote-item textarea,
    .modal.login-box .login-box-content form .quote-item input,
    .add-comments .inner-add-comments .quote-item input,
    .add-comments .inner-add-comments .quote-item textarea {
        border: 2px solid #e9e9e9;
        padding: 12px;
        width: 100%;
        color: #a5a5a5;
        font-size: 13px;
        margin-bottom: 30px;
        border-radius: 5px;
    }

        .quote-box .quote-item input:focus,
        .quote-box .quote-item textarea:focus,
        .modal.login-box .login-box-content form .quote-item input:focus,
        .add-comments .inner-add-comments .quote-item input:focus,
        .add-comments .inner-add-comments .quote-item textarea:focus,
        .nice-select:active,
        .nice-select.open,
        .nice-select:focus {
            border-color: #0092ff;
        }

    .quote-box .quote-item textarea,
    .add-comments .inner-add-comments .quote-item textarea {
        min-height: 150px;
    }

.nice-select {
    border: 2px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 3px;
}

.quote-box .quote-item .submit,
.modal.login-box .login-box-content form .quote-item .submit,
.add-comments .inner-add-comments .quote-item .submit {
    border: 0;
    color: #fff;
}

/* :: Provide 3 */
.provide-3 .col-md-6 {
    padding: 0;
}

.provide-3 .text-box {
    background-color: #091d3e;
    padding: 100px 120px;
}

    .provide-3 .text-box .sec-title {
        margin-bottom: 50px;
    }

        .provide-3 .text-box .sec-title h3 {
            margin-bottom: 25px;
            color: #fff;
            font-size: 52px;
        }

        .provide-3 .text-box .sec-title p {
            color: #f1f1f1;
        }

    .provide-3 .text-box .provide-features li h4 {
        color: #fff;
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
        margin-bottom: 12px;
        padding-left: 25px;
        font-size: 24px;
        line-height: 1.1;
    }

    .provide-3 .text-box .provide-features li:last-of-type h4 {
        margin-bottom: 0;
    }

    .provide-3 .text-box .provide-features li h4:after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 8px;
        left: 0;
        width: 15px;
        line-height: 15px;
        height: 15px;
        background-color: #fff;
        color: #0092ff;
        text-align: center;
        border-radius: 2px;
        font-weight: 900;
        top: calc(50% - 2px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .provide-3 .text-box .provide-features-box {
        padding: 30px;
        background-color: #fff;
        border-radius: 5px;
    }

        .provide-3 .text-box .provide-features-box i {
            font-size: 45px;
            color: #0092ff;
            display: inline-block;
            text-align: center;
            margin-bottom: 30px;
        }

        .provide-3 .text-box .provide-features-box h5 {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.5px;
            font-family: "Roboto", sans-serif;
            text-transform: capitalize;
            line-height: 1.6;
        }

    .provide-3 .text-box .profile {
        margin-top: 30px;
    }

        .provide-3 .text-box .profile img:first-of-type {
            width: 70px;
            border-radius: 5px;
            margin: auto;
            border: 2px solid #fff;
            padding: 4px;
        }

        .provide-3 .text-box .profile img:last-of-type {
            width: 185px;
            margin-left: 30px;
        }

.provide-3 .img-box {
    background-image: url(../images/provide/01_provide-3-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

/* :: Video Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/video-presentation/01_video-presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px rgb(38 43 62 / 20%);
    box-shadow: 0px 5px 20px rgb(38 43 62 / 20%);
}

    .video-presentation .overlay {
        background-color: rgb(9 29 62 / 40%);
    }

    .video-presentation .provide-presentation .pulse:hover i {
        background-color: #0092ff;
        color: #fff;
    }

/* :: Statistic */
.statistic {
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.statistic-item {
    margin-bottom: 30px;
    overflow: hidden;
}

    .statistic-item i {
        font-size: 45px;
        line-height: 45px;
        float: left;
        color: #091d3e;
    }

    .statistic-item:hover i {
        color: #0092ff;
        -webkit-animation: icon-scale 2.5s infinite;
        animation: icon-scale 2.5s infinite;
    }

    .statistic-item .content {
        padding-left: 65px;
    }

    .statistic-item .statistic-counter {
        font-size: 58px;
        font-weight: 500;
        line-height: 0.9;
        margin-bottom: 10px;
        color: #091d3e;
        font-family: "Teko", sans-serif;
    }

    .statistic-item .counter-name {
        color: #091d3e;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.5px;
        text-transform: capitalize;
    }

/* :: Team */
.team-box {
    margin-bottom: 30px;
}

    .team-box .img-box {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .team-box:hover .img-box img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }

    .team-box .img-box ul {
        position: absolute;
        top: 15px;
        left: -40px;
        opacity: 0;
        visibility: hidden;
    }

    .team-box:hover .img-box ul {
        left: 15px;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        border-radius: 3px;
    }

    .team-box .img-box ul li a {
        display: block;
        background-color: #0092ff;
        font-size: 13px;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .team-box .img-box ul li:hover a {
        background-color: #091d3e;
    }

    .team-box .text-box {
        margin-top: 25px;
        padding: 0 25px;
    }

        .team-box .text-box h5 {
            text-transform: capitalize;
            font-size: 26px;
            line-height: 1.1;
            font-weight: 500;
            color: #091d3e;
        }

        .team-box .text-box span {
            display: inline-block;
            color: #0092ff;
            margin: 12px 0 0 0;
            text-transform: capitalize;
            font-size: 14px;
            line-height: 1.1;
            font-weight: 500;
        }

/* :: Testimonial */
.testimonial {
    position: relative;
}

    .testimonial .container-fluid {
        position: relative;
    }

    .testimonial .bg-section {
        background-image: url(../images/testimonial/01_testimonial.jpg);
        height: 100%;
        width: calc(100% - (509.58px / 2));
        right: 0;
        left: auto;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        overflow: hidden;
    }

    .testimonial .testimonial-img-box,
    .testimonial .testimonial-text-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-items: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.testimonial-img-box .img-box {
    margin-right: 50px;
}

    .testimonial-img-box .img-box img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.testimonial-carousel .testimonial-carousel-item {
    padding-right: 24%;
}

    .testimonial-carousel .testimonial-carousel-item i.quote,
    .testimonial-carousel-2 .testimonial-carousel-item i.quote {
        font-size: 45px;
        line-height: 1;
        color: #fff;
        margin-bottom: 30px;
        display: block;
    }

    .testimonial-carousel .testimonial-carousel-item .content-text-box,
    .testimonial-carousel-2 .testimonial-carousel-item .content-text-box {
        position: relative;
        font-family: "Teko", sans-serif;
        font-size: 34px;
        line-height: 1.4;
        font-weight: 400;
        color: #fff;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .testimonial-carousel .testimonial-carousel-item .testimonial-name h4,
    .testimonial-carousel-2 .testimonial-carousel-item .testimonial-name h4 {
        text-transform: capitalize;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.3;
        color: #fff;
    }

    .testimonial-carousel .testimonial-carousel-item .testimonial-name span,
    .testimonial-carousel-2 .testimonial-carousel-item .testimonial-name span {
        display: inline-block;
        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 12px 0 0 0;
        text-transform: capitalize;
        font-size: 14px;
    }

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

    .blog-item .img-box {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .blog-item:hover .img-box .open-post img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .blog-item .img-box .blog-date {
        position: absolute;
        bottom: 0;
        left: 30px;
        z-index: 1;
        background-color: #fff;
        padding: 15px 25px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        font-size: 20px;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.3px;
    }

    .blog-item .text-box {
        padding: 30px 30px 0px 30px;
    }

    .blog-item:hover .text-box {
        padding-bottom: 30px;
        -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
        box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .blog-item .text-box .blog-tags li {
        display: inline-block;
        color: #9b9b9b;
        margin-right: 8px;
    }

        .blog-item .text-box .blog-tags li:after {
            content: ",";
        }

        .blog-item .text-box .blog-tags li:last-of-type:after {
            display: none;
        }

        .blog-item .text-box .blog-tags li a {
            font-size: 14px;
            text-transform: capitalize;
            color: #0092ff;
        }

        .blog-item .text-box .blog-tags li:hover a {
            color: #0092ff;
        }

    .blog-item .text-box h5,
    .awards-item .text-box h5,
    .item-careers a h5 {
        position: relative;
        font-size: 26px;
        line-height: 35px;
        margin: 15px 0;
        font-weight: 500;
        color: #091d3e;
    }

        .blog-item .text-box .title-blog:hover,
        .awards-item .text-box h5:hover,
        .item-careers a h5:hover {
            color: #0092ff;
        }

    .blog-item .text-box p:last-of-type,
    .awards-item .text-box p:last-of-type {
        margin-bottom: 0;
    }

    .blog-item .text-box .link,
    .awards-item .text-box .link,
    .item-careers a.link {
        position: relative;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        color: #687076;
        margin-top: 25px;
    }

        .blog-item .text-box .link:hover,
        .blog-item .text-box .link:hover:after,
        .awards-item .text-box .link:hover,
        .awards-item .text-box .link:hover:after,
        .item-careers a.link:hover,
        .item-careers a.link:hover:after {
            color: #0092ff;
        }

/* :: Newsletter */
.newsletter {
    background-color: #f9f9f9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

    .newsletter .sec-title {
        margin-bottom: 0;
    }

    .newsletter form {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .newsletter form input {
            width: 100%;
            text-transform: capitalize;
            position: relative;
            border: 2px solid #ddd;
            padding: 12px 15px;
            width: 100%;
            font-size: 13px;
            border-radius: 3px;
            background-color: #fff;
        }

            .newsletter form input:focus {
                border-color: #0092ff;
            }

        .newsletter form .email-btn {
            position: absolute;
            color: #0092ff;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 18px;
            background-color: transparent;
            border: none;
            padding: 0;
        }

/* :: Sponsors */
.sponsors {
    background-color: #f9f9f9;
    padding: 50px 0;
    border-bottom: 1px solid #e9e9e9;
}

.sponsors-box img {
    opacity: 0.5;
}

    .sponsors-box img:hover {
        opacity: 1;
    }

/* :: Footer */
.footer {
    padding-top: 100px;
}

    .footer .logo,
    .footer .links {
        margin-bottom: 30px;
    }

        .footer .logo img {
            width: 150px;
        }

        .footer .logo p {
            margin: 30px 0 20px 0;
        }

        .footer .logo ul li {
            display: inline-block;
        }

            .footer .logo ul li a {
                width: 35px;
                display: inline-block;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background-color: #f1f1f1;
                color: #0092ff;
                font-size: 13px;
                margin-right: 5px;
                border-radius: 2px;
            }

            .footer .logo ul li:hover a {
                background-color: #0092ff;
                color: #fff;
            }

.footer-title h4 {
    color: #0092ff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 25px;
}

.footer .links li a {
    display: inline-block;
    position: relative;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
}

    .footer .links li a:hover:after {
        color: #0092ff;
    }

.footer .links li:hover a {
    color: #0092ff;
}

.copyright {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

    .copyright p {
        margin: 0;
        color: #9b9b9b;
        float: left;
    }

        .copyright p a {
            color: #0092ff;
        }

    .copyright ul {
        float: right;
    }

        .copyright ul li {
            display: inline-block;
            margin-left: 10px;
        }

            .copyright ul li a {
                color: #9b9b9b;
            }

            .copyright ul li:hover a {
                color: #0092ff;
            }

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

    .scroll-up.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .scroll-up a {
        background-color: #0092ff;
        font-size: 16px;
        color: #fff;
        line-height: 42px;
        width: 44px;
        height: 44px;
        display: inline-block;
        text-align: center;
        border: 1px solid #0092ff;
        border-radius: 3px;
        outline: none;
    }

    .scroll-up:hover a {
        background-color: #091d3e;
        border: 1px solid #091d3e;
    }

/* :: ---------- All CSS Home 2 ---------- */

/* :: Sec Title */
.sec-title.home-2 h2:after {
    content: "";
    background-color: #0092ff;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

/* :: Header */
.header.home-2 .banner .handline {
    font-size: 80px;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    bottom: 40px;
    text-align: center;
}

/* :: Features */
.features.home-2 {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

    .features.home-2 .all-features-item {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .features.home-2 .features-item {
        background-color: #091d3e;
        margin-bottom: 0;
        color: #fff;
        padding: 50px 30px;
    }

        .features.home-2 .features-item.active-bg {
            background-color: #0092ff;
        }

            .features.home-2 .features-item.active-bg .icon-item {
                color: #fff;
            }

        .features.home-2 .features-item .icon-item {
            font-size: 40px;
        }

        .features.home-2 .features-item .content-box {
            padding-left: 60px;
        }

            .features.home-2 .features-item .content-box span {
                font-size: 14px;
                font-weight: 600;
                line-height: 1;
                text-transform: capitalize;
                margin-bottom: 8px;
                display: block;
                color: #f1f1f1;
            }

            .features.home-2 .features-item .content-box p {
                margin-top: 15px;
                margin-bottom: 0;
                color: #f1f1f1;
            }

/* :: About US */
.about-us.home-2 {
    padding: 100px 0;
}

    .about-us.home-2 .p-about {
        margin-bottom: 30px;
    }

    .about-us.home-2 .sign-about {
        width: 200px;
    }

    .about-us.home-2 .about-img-box {
        padding: 40px 0;
    }

        .about-us.home-2 .about-img-box:after {
            content: "";
            /*background-color: #0092ff;*/
            background-color: #091d3e;
            width: 80%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-radius: 5px;
            z-index: -1;
        }

    .about-us.home-2 .about-img-box {
        margin: 0 0 0 40px;
    }

/* :: Services */
.services.home-2 {
    background-color: #0092ff;
    background-image: url(../images/02_pattern.png);
    background-position: top;
}

    .services.home-2 .sec-title h2,
    .services.home-2 .sec-title h3 {
        color: #fff;
    }

        .services.home-2 .sec-title h2:after {
            background-color: #fff;
        }

    .services.home-2 .sec-title .sec-explain {
        color: #f1f1f1;
    }

.features.home-2 .features-item.one {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.features.home-2 .features-item.three {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.services-item-2 .services-item-img-box {
    overflow: hidden;
    border-radius: 5px;
}

.services-item-2:hover .services-item-img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.services-item-2 .services-item-text-box {
    padding: 40px 40px 0px 40px;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.services-item-2:hover .services-item-text-box {
    padding-bottom: 30px;
}

.services-item-2 .services-item-text-box span {
    background-color: #fff;
}

.services-item-2 .icon-services-item,
.services-item-2 .content-box h4,
.services-item-2 .content-box p,
.services-item-2 .content-box .core-services li,
.services-item-2 .content-box .core-services li:before,
.services-item-2 .content-box a.more {
    color: #fff;
}

.services-item-2:hover .icon-services-item,
.services-item-2:hover .content-box .core-services li:before,
.services-item-2:hover .content-box a.more:hover,
.services-item-2:hover .content-box a.more:after {
    color: #0092ff;
}

.services-item-2:hover .content-box h4 {
    color: #091d3e;
}

.services-item-2:hover .content-box p {
    color: #9b9b9b;
}

.services-item-2:hover .content-box .core-services li,
.services-item-2:hover .content-box a.more {
    color: #687076;
}

.services.home-2 .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

/* :: Provide */
.provide.home-2 .sec-title h3 {
    margin-bottom: 0;
    font-size: 60px;
}

.provide.home-2 .bg-section {
    background-image: url(../images/provide/03_provide-bg.jpg);
}

.provide.home-2 .provide-text-box {
    padding: 0;
}

.provide.home-2 .box-features-provide {
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .provide.home-2 .box-features-provide h5 {
        margin-bottom: 30px;
        position: relative;
        font-size: 22px;
        line-height: 1.3;
        text-transform: capitalize;
        font-weight: 500;
    }

    .provide.home-2 .box-features-provide p {
        margin-bottom: 0px;
    }

/* :: Works */
.works.home-2 {
    padding: 100px 0 70px 0;
}

    .works.home-2 .work-item {
        margin-bottom: 30px;
    }

/* :: Provide */
.provide.home-2 {
    background-color: #f9f9f9;
}

    /* :: Quote Box */
    .provide.home-2 .quote-box {
        padding: 50px;
        overflow: hidden;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
        box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
        margin-top: 70px;
    }

        .provide.home-2 .quote-box .sec-title {
            margin-bottom: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid #e9e9e9;
        }

            .provide.home-2 .quote-box .sec-title h3 {
                font-size: 35px;
                margin-bottom: 15px;
            }

        .provide.home-2 .quote-box form {
            margin-left: 5px;
        }

        .provide.home-2 .quote-box .contact-info .contact-box .box {
            padding-left: 45px;
        }

            .provide.home-2 .quote-box .contact-info .contact-box .box a.phone,
            .provide.home-2 .quote-box .contact-info .contact-box .box a.mail,
            .provide.home-2 .quote-box .contact-info .contact-box .box p {
                color: #9b9b9b;
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 0;
                line-height: 2;
                position: relative;
                display: block;
            }

        .provide.home-2 .quote-box .contact-info .contact-box:hover i {
            -webkit-animation: icon-scale 2.5s infinite;
            animation: icon-scale 2.5s infinite;
        }

        .provide.home-2 .quote-box .contact-info .contact-box.last {
            margin-bottom: 0;
        }

        .provide.home-2 .quote-box .contact-info h4 {
            position: relative;
            font-size: 26px;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 30px;
            text-transform: capitalize;
            color: #091d3e;
        }

        .provide.home-2 .quote-box .contact-info .contact-box {
            margin-bottom: 30px;
        }

            .provide.home-2 .quote-box .contact-info .contact-box i {
                float: left;
                font-size: 30px;
                line-height: 1.9;
                color: #0092ff;
            }

/* :: Statistic */
.statistic.home-2 {
    background-color: #f9f9f9;
}

/* :: Team */
.team.home-2 .team-box .img-box ul li a {
    border-radius: 2px;
    margin-bottom: 4px;
}

/* :: Testimonial */
.testimonial.home-2 {
    background-color: #f9f9f9;
}

    .testimonial.home-2 .testimonial-carousel-2 .testimonial-carousel-item {
        text-align: center;
        padding: 0;
        padding-top: 64px;
    }

        .testimonial.home-2 .testimonial-carousel-2 .testimonial-carousel-item i.quote {
            color: #0092ff;
        }

        .testimonial.home-2
        .testimonial-carousel-2
        .testimonial-carousel-item
        .content-text-box {
            color: #091d3e;
            margin-top: 30px;
        }

        .testimonial.home-2
        .testimonial-carousel-2
        .testimonial-carousel-item
        .testimonial-name
        h4 {
            color: #091d3e;
        }

        .testimonial.home-2
        .testimonial-carousel-2
        .testimonial-carousel-item
        .testimonial-name
        span {
            color: #9b9b9b;
        }

    .testimonial.home-2 .testimonial-carousel-2.owl-theme .owl-dots {
        line-height: 1;
        position: absolute;
        width: 100%;
        top: 0;
        margin: 0;
    }

        .testimonial.home-2 .testimonial-carousel-2.owl-theme .owl-dots .owl-dot {
            margin: 0 8px;
            border-radius: 5px;
            padding: 5px !important;
            outline: none;
        }

            .testimonial.home-2
            .testimonial-carousel-2.owl-theme
            .owl-dots
            .owl-dot.active {
                border: 2px solid #0092ff;
            }

            .testimonial.home-2 .testimonial-carousel-2.owl-theme .owl-dots .owl-dot span {
                background-color: transparent;
                background-size: cover;
                width: 50px;
                height: 50px;
                margin: auto;
                border-radius: 5px;
            }

            .testimonial.home-2
            .testimonial-carousel-2.owl-theme
            .owl-dots
            .owl-dot:nth-of-type(1)
            span {
                background-image: url(../images/testimonial/01_testimonial-person.jpg);
            }

            .testimonial.home-2
            .testimonial-carousel-2.owl-theme
            .owl-dots
            .owl-dot:nth-of-type(2)
            span {
                background-image: url(../images/testimonial/02_testimonial-person.jpg);
            }

            .testimonial.home-2
            .testimonial-carousel-2.owl-theme
            .owl-dots
            .owl-dot:nth-of-type(3)
            span {
                background-image: url(../images/testimonial/03_testimonial-person.jpg);
            }

    .testimonial.home-2 .testimonial-carousel-2.owl-theme .owl-nav {
        display: none;
    }

/* :: Footer */
.footer.home-2 {
    background-color: #091d3e;
}

    .footer.home-2 .logo p,
    .footer.home-2 .links li a,
    .footer.home-2 .footer-title h4 {
        color: #fff;
    }

    .footer.home-2 .links li:hover a {
        color: #0092ff;
    }

    .footer.home-2 .copyright {
        background-color: #051838;
    }

        .footer.home-2 .copyright p,
        .footer.home-2 .copyright ul li a {
            color: #fff;
        }

        .footer.home-2 .copyright ul li:hover a {
            color: #0092ff;
        }

/* :: ---------- All CSS Home 3 ---------- */

/* :: Sec Title */
.sec-title.home-3 h3 {
    margin-bottom: 10px;
}

.sec-title.home-3 h2:after {
    content: "";
    background-color: #0092ff;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

/* :: About US */
.about-us.home-3 {
    padding: 100px 0;
}

    .about-us.home-3 .sec-title .sec-explain {
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 18px;
        line-height: 29px;
        color: #091d3e;
    }

    .about-us.home-3 .about-img-box {
        padding: 0 0 0 40px;
    }

        .about-us.home-3 .about-img-box:after {
            content: "";
            background-color: #0092ff;
            width: 50%;
            height: 80%;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 5px;
            z-index: -1;
        }

    .about-us.home-3 .core-about-list {
        margin: 30px 0;
    }

        .about-us.home-3 .core-about-list li:last-of-type {
            margin-bottom: 0;
        }

/* :: Services */
.services.home-3 {
    background: none;
    padding: 100px 0 0 0;
}

    .services.home-3 .bg-section {
        background-image: url(../images/services/01_services-bg.jpg);
        height: calc(100% - (150px));
    }

    .services.home-3 .services-item-2 .icon-services-item {
        float: left;
        font-size: 50px;
        line-height: 1;
        position: relative;
        z-index: 1;
        color: #0092ff;
    }

    .services.home-3 .services-item-2 .services-item-text-box {
        background-color: #fff;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 40px;
    }

    .services.home-3 .services-item-2 .content-box h4 {
        color: #091d3e;
    }

    .services.home-3 .services-item-2 .content-box p {
        color: #9b9b9b;
    }

    .services.home-3 .services-item-2 .content-box .core-services li {
        color: #687076;
    }

        .services.home-3 .services-item-2 .content-box .core-services li:before {
            color: #0092ff;
        }

    .services.home-3 .services-item-2 .content-box a.more {
        color: #687076;
    }

    .services.home-3 .services-item-2 .services-item-img-box {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

/* :: Provide */
.provide.home-3 .sec-title.home-3 h2:after {
    background-color: #fff;
}

.provide.provide-2.home-3 {
    background-color: #f9f9f9;
}

/* :: Works */
.works.home-3 {
    background-color: #f9f9f9;
}

.work-list .list-name-work {
    margin-bottom: 45px;
    display: inline-block;
}

    .work-list .list-name-work li {
        display: inline-block;
        font-size: 13px;
        color: #091d3e;
        text-transform: capitalize;
        padding: 0 20px;
        line-height: 40px;
        border-radius: 3px;
        letter-spacing: 0.25px;
        position: relative;
        text-align: center;
        font-weight: 600;
        border: 1px solid #ddd;
        margin: 0 8px 5px 0;
        cursor: pointer;
    }

        .work-list .list-name-work li:hover,
        .work-list .list-name-work li.active {
            background-color: #0092ff;
            color: #fff;
            border: 1px solid #0092ff;
        }

        .work-list .list-name-work li:last-of-type {
            margin: 0;
        }

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Testimonial */
.testimonial.home-3 {
    background-color: #f9f9f9;
}

    .testimonial.home-3 .testimonial-carousel .testimonial-carousel-item .item-img {
        margin-right: 20px;
    }

        .testimonial.home-3
        .testimonial-carousel
        .testimonial-carousel-item
        .item-img
        img {
            border-radius: 5px;
        }

    .testimonial.home-3 .testimonial-carousel .testimonial-carousel-item {
        padding: 0;
    }

        .testimonial.home-3
        .testimonial-carousel
        .testimonial-carousel-item
        .item-text {
            position: relative;
        }

        .testimonial.home-3 .testimonial-carousel .testimonial-carousel-item i.quote {
            margin: 0;
            position: absolute;
            opacity: 0.4;
            z-index: -1;
            top: 0;
            left: 0;
            color: #0092ff;
        }

        .testimonial.home-3
        .testimonial-carousel
        .testimonial-carousel-item
        .content-text-box {
            color: #091d3e;
        }

        .testimonial.home-3
        .testimonial-carousel
        .testimonial-carousel-item
        .testimonial-name
        h4 {
            color: #0092ff;
        }

        .testimonial.home-3
        .testimonial-carousel
        .testimonial-carousel-item
        .testimonial-name
        span {
            color: #9b9b9b;
        }

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: calc(120px + 85.8px);
    color: #fff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .breadcrumb-header.home-2 {
        padding-bottom: 120px;
        padding-top: calc(120px + 131.09px);
    }

    .breadcrumb-header .banner h1 {
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1;
        font-size: 95px;
        margin-bottom: 20px;
        position: relative;
    }

    .breadcrumb-header .banner ul li {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.3px;
        color: #f9f9f9;
        text-transform: capitalize;
    }

        .breadcrumb-header .banner ul li:hover a {
            color: #0092ff;
        }

/* :: Team Details */

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

    .skills .skill-box .skill-top {
        overflow: hidden;
        margin-bottom: 8px;
        line-height: 1;
    }

        .skills .skill-box .skill-top .name {
            text-transform: capitalize;
            font-size: 20px;
            line-height: 1;
            font-weight: 500;
            letter-spacing: 0.5px;
            color: #091d3e;
            display: inline-block;
            font-family: "Teko", sans-serif;
        }

        .skills .skill-box .skill-top .number {
            float: right;
            text-transform: capitalize;
            font-size: 20px;
            line-height: 1;
            font-weight: 500;
            letter-spacing: 0.5px;
            color: #091d3e;
            display: inline-block;
            font-family: "Teko", sans-serif;
        }

    .skills .skill-box .skill-line {
        height: 20px;
        width: 100%;
        background-color: #f1f1f1;
        border-radius: 3px;
        overflow: hidden;
    }

        .skills .skill-box .skill-line .line {
            height: 100%;
            width: 0%;
            background-color: #0092ff;
        }

/* :: Brochures */
.brochures {
    padding: 40px;
    margin: 0px 0 30px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .brochures h5 {
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: capitalize;
        color: #091d3e;
        font-size: 24px;
    }

    .brochures a {
        width: 100%;
        min-width: 130px;
    }

/* :: Call Back */
.call-back {
    padding: 40px;
    background-color: #0092ff;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .call-back i {
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 30px;
        line-height: 1;
    }

    .call-back .content-box {
        padding-left: 45px;
    }

        .call-back .content-box h5 {
            font-weight: 500;
            margin-bottom: 10px;
            text-transform: capitalize;
            color: #fff;
            font-size: 24px;
        }

        .call-back .content-box .call-phone {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0;
            line-height: 2;
            position: relative;
            display: block;
            color: #fff;
        }

    .call-back a.btn-1 {
        width: 100%;
        margin-top: 16px;
        min-width: 130px;
    }

/* :: FAQs */
.faq .faq-box {
    padding: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative;
}

    .faq .faq-box .question-header {
        line-height: 1;
    }

        .faq .faq-box .question-header .click {
            padding: 0;
            border: none;
            background-color: transparent;
            font-size: 24px;
            color: #091d3e;
            line-height: 1;
            text-transform: capitalize;
            position: relative;
            width: 100%;
            text-align: left;
            padding-right: 20px;
            outline: inherit;
            font-weight: 400;
        }

            .faq .faq-box .question-header .click i {
                color: #fff;
                font-weight: 600;
                font-size: 16px;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                line-height: 20px;
                text-align: center;
            }

            .faq .faq-box .question-header .click:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .faq .faq-box .question-header .click[aria-expanded="true"] i {
                -webkit-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
            }

    .faq .faq-box .about-text {
        margin-top: 18px;
        margin-bottom: 0;
        letter-spacing: 0.3px;
        background-color: transparent;
        border: 0;
        padding: 0;
        border-top: 2px solid #ddd;
        padding-top: 18px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
    }

/* :: Services Details Page */
.single-services-content-box h2,
.single-team-content-box h2 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-services-content-box .single-services-img-box {
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
}

.single-services-content-box h3,
.single-team-content-box h3 {
    font-size: 34px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 40px;
}

    .single-services-content-box h3.last {
        margin-top: 20px;
    }

.single-services-content-box .video-presentation {
    margin-top: 50px;
}

/* :: Widget */
.single-services-list li a {
    color: #9b9b9b;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.single-services-list li:last-of-type a {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.single-services-list li.active a,
.single-services-list li:hover a {
    color: #0092ff;
}

.single-services-list li a i {
    float: right;
}

.widget {
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
}

    .widget .widget-title h3 {
        font-weight: 500;
        margin-bottom: 30px;
        text-transform: capitalize;
        color: #091d3e;
        font-size: 24px;
    }

    .widget .widget-body .search {
        position: relative;
    }

        .widget .widget-body .search input {
            position: relative;
            border: 2px solid #e9e9e9;
            padding: 12px;
            width: 100%;
            color: #091d3e;
            font-size: 13px;
            border-radius: 6px;
        }

            .widget .widget-body .search input:focus {
                border-color: #0092ff;
            }

        .widget .widget-body .search button.click {
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            outline: none;
            font-size: 13px;
            background-color: transparent;
            color: #0092ff;
            border: none;
        }

    .widget .widget-body .instagram ul {
        overflow: hidden;
    }

        .widget .widget-body .instagram ul li {
            float: left;
            display: inline-block;
            margin: 2px;
            position: relative;
            border-radius: 3px;
            overflow: hidden;
        }

            .widget .widget-body .instagram ul li img {
                width: 60px;
                height: 60px;
            }

            .widget .widget-body .instagram ul li a {
                background-color: #0092ff;
                color: #fff;
                font-size: 14px;
                line-height: 58px;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .widget .widget-body .instagram ul li:hover a {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

    .widget .widget-body .tags ul li {
        display: inline-block;
    }

        .widget .widget-body .tags ul li a {
            display: inline-block;
            padding: 4px 10px;
            margin: 0 5px 5px 0;
            border: 1px solid #ddd;
            font-size: 13px;
            font-weight: 600;
            color: #a5a5a5;
            border-radius: 3px;
            text-transform: capitalize;
        }

        .widget .widget-body .tags ul li:hover a {
            background-color: #0092ff;
            color: #fff;
            border: 1px solid #0092ff;
        }

    .widget .categories ul li a {
        overflow: hidden;
        cursor: pointer;
    }

        .widget .categories ul li a i.fa-angle-right {
            float: right;
        }

        .widget .categories ul li a i.fa-folder-open {
            margin-right: 5px;
        }

    .widget .widget-body .follow .icon li a {
        height: 35px;
        line-height: 35px;
        width: 35px;
        margin: 0 4px 4px 0;
    }

.news-item {
    margin-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
}

    .news-item:last-of-type {
        margin-bottom: 0px;
    }

    .news-item img {
        float: left;
        height: 60px;
        width: 60px;
        border-radius: 3px;
    }

    .news-item .item-content {
        padding-left: 70px;
    }

        .news-item .item-content span a {
            color: #0092ff;
            line-height: 0.8;
            display: block;
            padding-bottom: 8px;
        }

        .news-item .item-content a.title-blog {
            display: block;
        }

            .news-item .item-content a.title-blog h5 {
                color: #091d3e;
                font-size: 18px;
                font-weight: 600;
                line-height: 29px;
            }

            .news-item .item-content a.title-blog:hover,
            .news-item .item-content a.title-blog:hover h5 {
                color: #0092ff;
            }

/* :: Awards Page */
.awards-item {
    margin-bottom: 30px;
}

    .awards-item .img-box {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        display: block;
        cursor: pointer;
    }

    .awards-item .text-box {
        padding: 30px 30px 0 30px;
    }

        .awards-item .text-box h5 {
            margin-top: 0;
        }

/* :: Pagination */
.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    color: #091d3e;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 5px;
}

    .pagination-area .pagination li:last-of-type {
        margin-right: 0;
    }

    .pagination-area .pagination li.active,
    .pagination-area .pagination li:hover {
        background-color: #0092ff;
        color: #fff;
        border-color: #0092ff;
    }

/* :: Careers Page */
.careers {
    background-color: #f9f9f9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.item-careers {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .item-careers a h5 {
        margin-top: 0;
    }

    .item-careers:hover a h5 {
        color: #fff;
        z-index: 1;
    }

    .item-careers ul li {
        display: inline-block;
        font-weight: 500;
        margin-right: 10px;
        position: relative;
    }

    .item-careers:hover ul li {
        z-index: 1;
        color: #fff;
    }

    .item-careers:hover div ul li {
        z-index: 1;
        color: #fff;
    }

    .item-careers ul li.active {
        background-color: #0092ff;
        padding: 2px 15px;
        color: #fff;
        border-radius: 3px;
    }

    .item-careers:hover ul li.active {
        color: #0092ff;
        background-color: #fff;
    }

    .item-careers p {
        margin: 18px 0 0 0;
    }

    .item-careers:hover p {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .item-careers a.link {
        position: relative;
        z-index: 1;
    }

    .item-careers:hover a.link {
        color: #fff;
    }

    .item-careers a.link:hover:after {
        color: #fff;
        z-index: 1;
    }

/* :: Products Details Page */
.products-details-content {
    margin-bottom: 30px;
}

    .products-details-content .img-box {
        margin-right: 20px;
    }

        .products-details-content .img-box img {
            border-radius: 5px;
            overflow: hidden;
        }

    .products-details-content .text-box .title-product {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 1.1;
        text-transform: capitalize;
        font-weight: 500;
    }

    .products-details-content .text-box .item-price {
        text-transform: capitalize;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 25px;
        color: #9b9b9b;
    }

    .products-details-content .text-box .item-explain {
        margin-bottom: 30px;
    }

    .products-details-content .text-box .item-inputs input {
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        height: 55px;
        color: #9b9b9b;
        font-weight: 600;
        line-height: 55px;
        padding: 0 0 0 25px;
        margin-right: 20px;
    }

    .products-details-content .text-box .list-details {
        margin: 30px 0;
    }

        .products-details-content .text-box .list-details li {
            display: inline-block;
            margin-right: 20px;
            line-height: 1.1;
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 700;
        }

            .products-details-content .text-box .list-details li span {
                color: #9b9b9b;
            }

    .products-details-content .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .products-details-content .nav-tabs .nav-item .nav-link {
            font-size: 20px;
            font-weight: 500;
            min-width: auto;
            height: 55px;
            line-height: 55px;
            padding: 0 25px;
            border-radius: 5px;
            font-family: "Teko", sans-serif;
            color: #fff;
            background-color: #0092ff;
            border-bottom-right-radius: 0;
            border-color: #0092ff;
            border-bottom-left-radius: 0;
            margin-right: 5px;
        }

        .products-details-content .nav-tabs .nav-item.show .nav-link,
        .products-details-content .nav-tabs .nav-link.active {
            color: #9b9b9b;
            background-color: #fff;
            border-color: #ddd;
            border-bottom: 0;
        }

    .products-details-content .tab-content > .active {
        border: 1px solid #ddd;
        padding: 40px;
        border-top: 0;
        border-radius: 5px;
        border-top-left-radius: 0;
    }

    .products-details-content .tab-content > .tab-pane .title-tab {
        text-transform: capitalize;
        font-size: 24px;
        line-height: 1.1;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .products-details-content .tab-content > .tab-pane p.explain {
        font-weight: 500;
        margin-bottom: 20px;
    }

/* :: Single Blog Page */
.single-blog-page .blog-item .text-box {
    padding: 30px 0 0 0;
}

.single-blog-page .blog-item:hover .text-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* :: Share Post */
.share-post {
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

    .share-post span {
        font-size: 15px;
        line-height: 26px;
        font-weight: 600;
        margin: 4px 0;
        display: inline-block;
    }

    .share-post ul {
        float: right;
    }

        .share-post ul li {
            display: inline-block;
            margin: 0 4px 0px 0;
        }

            .share-post ul li a {
                display: inline-block;
                text-align: center;
                background-color: #f1f1f1;
                color: #0092ff;
                font-size: 12px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #f1f1f1;
                border-radius: 2px;
            }

            .share-post ul li:hover a {
                background-color: #0092ff;
                border-color: #0092ff;
                color: #fff;
            }

/* :: Quotes People */
.quotes-people {
    background-color: #f9f9f9;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}

    .quotes-people p {
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 25px;
        text-transform: capitalize;
        position: relative;
        z-index: 2;
    }

        .quotes-people p:before {
            content: "\e92d";
            font-family: "icomoon" !important;
            font-size: 35px;
            position: absolute;
            top: 0;
            color: #0092ff;
            left: -10px;
            z-index: -1;
            opacity: 0.6;
        }

    .quotes-people .people-name h5 {
        color: #091d3e;
        margin-top: 20px;
        text-transform: capitalize;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
    }

    .quotes-people .people-name span {
        color: #0092ff;
        display: inline-block;
        line-height: 1.2;
        font-weight: 600;
        margin: 12px 0 0 0;
        text-transform: capitalize;
        font-size: 14px;
    }

/* :: Item Comment */
.single-blog-page .item-comments,
.single-blog-page .add-comments {
    margin-bottom: 30px;
}

    .single-blog-page .item-comments .title h4,
    .single-blog-page .add-comments .title h4 {
        font-size: 32px;
        line-height: 1.2;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .single-blog-page .item-comments .inner-comments .comments-box {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }

        .single-blog-page .item-comments .inner-comments .comments-box:last-of-type {
            padding: 0;
            margin: 0;
            border: none;
        }

        .single-blog-page .item-comments .inner-comments .comments-box.reply,
        .single-blog-page .item-comments .inner-comments .comments-box .text-box {
            margin-left: 90px;
        }

        .single-blog-page .item-comments .inner-comments .comments-box .img-box {
            height: 70px;
            width: 70px;
            display: block;
            margin-right: 20px;
            float: left;
            position: relative;
        }

            .single-blog-page .item-comments .inner-comments .comments-box .img-box img {
                border-radius: 5px;
            }

        .single-blog-page .item-comments .inner-comments .comments-box .text-box h5 {
            display: block;
            color: #091d3e;
            text-transform: capitalize;
            margin-bottom: 10px;
            line-height: 1.1;
            font-size: 26px;
            font-weight: 500;
        }

        .single-blog-page .item-comments .inner-comments .comments-box .text-box .time {
            line-height: 20px;
            margin-bottom: 5px;
            font-size: 12px;
            margin: 0 0 10px;
            font-weight: 700;
            text-transform: uppergallery;
            color: #0092ff;
        }

        .single-blog-page .item-comments .inner-comments .comments-box .text-box p {
            margin-bottom: 15px;
        }

        .single-blog-page .item-comments .inner-comments .comments-box .text-box a {
            display: inline-block;
            padding: 4px 10px;
            border: 1px solid #ddd;
            font-size: 13px;
            font-weight: 600;
            color: #a5a5a5;
            border-radius: 3px;
            cursor: pointer;
        }

            .single-blog-page
            .item-comments
            .inner-comments
            .comments-box
            .text-box
            a:hover {
                color: #fff;
                border: 1px solid #0092ff;
                background-color: #0092ff;
            }

/* :: Map */
.map-box {
    height: 100%;
    margin-right: 20px;
}

    .map-box iframe {
        border: 0;
        border-radius: 5px;
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%;
    }

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

    .page-404-area h2 {
        font-size: 250px;
        font-weight: 600;
        line-height: 0.8;
        margin-bottom: 30px;
    }

    .page-404-area a {
        margin-top: 30px;
    }
