/*
::
:: Theme Name: Life - Joy  - Industry and Manufacturing HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/❤️
:: Author: ❤️
:: Version: 1.0
:: 
*/

/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: Navbar
            01- :: Navbar 1
            02- :: Navbar 2
        03-  :: Search Box
        04-  :: Menu Box
        05-  :: Header
            01- :: Header 1
            02- :: Header 2
            03- :: Header 3
        06-  :: Features
            01- :: Features 1
            02- :: Features 2
            03- :: Features 3
        07-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
            04- :: About Us 4
        08-  :: Services
            01- :: Services 1
            02- :: Services 2
            03- :: Services 3
        09-  :: Provide
        10-  :: Work
        11-  :: Contact
        12-  :: Team
        13-  :: Quote
        14-  :: Sponsors
        15-  :: Testimonial
            01- :: Testimonial 1
            02- :: Testimonial 2
            03- :: Testimonial 3
        16-  :: Blog
        17-  :: Footer
        18-  :: 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: #222222;
    background-color: #dfffe4;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #007bff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007bff;
    color: #fff;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    margin: 0;
    padding: 0;
}
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%;
}

/* :: My Classes */
.py-100 {
    padding: 100px 0;
}
.py-100-70 {
    padding: 100px 0 70px 0;
}
.p-0 {
    padding: 0;
}
.ml-30 {
    margin-left: 30px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.35);
}
.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: #007bff;
    display: inline-block;
    cursor: pointer;
}
.btn-1:hover {
    color: #007bff;
}
.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: #007bff;
}
.btn-2:hover {
    color: #fff;
}
.btn-2:after {
    background-color: #007bff;
}
.btn-3:hover {
    color: #fff;
}
.btn-3:after {
    background-color: #222;
}
.btn-4 {
    background-color: #222;
    color: #fff;
}
.btn-4:hover {
    color: #fff;
}
.btn-4:after {
    background-color: #007bff;
}

/* :: Section Title */
.sec-title {
    margin-bottom: 50px;
}
.sec-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 21px;
    font-weight: 700;
    color: #007bff;
    font-family: "Roboto", sans-serif;
    position: relative;
    display: inline-block;
}
.sec-title h3 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.3px;
    position: relative;
}
.sec-title p {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}

/* :: Section Title Home 2 */
.sec-title-home-2 h2 {
    padding-bottom: 15px;
}
.sec-title-home-2 h2:after {
    content: "";
    background-color: #007bff;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: 0;
    right: 0;
}

/* :: Section Title Home 3 */
.sec-title-home-3 h2:after {
    content: "";
    background-color: #007bff;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

/* :: 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%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loading .loading-box .ar {
    margin: 0 10px;
    width: 24px;
    height: 6px;
    border-radius: 8px;
    background: #007bff;
    -webkit-box-shadow: 0 0 10px 0 #fecdff;
    box-shadow: 0 0 10px 0 #fecdff;
}
.loading .loading-box .uno {
    margin-right: -18px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loading .loading-box .dos {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: spin2 3s linear infinite;
    animation: spin2 3s linear infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading .loading-box .tres {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: spin3 3s linear infinite;
    animation: spin3 3s linear infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading .loading-box .cuatro {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: spin4 3s linear infinite;
    animation: spin4 3s linear infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    30% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }

    35% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    30% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }

    35% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    35% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }

    40% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    78% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    95% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    98% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    35% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }

    40% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    78% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    95% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    98% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    27% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    45% {
        -webkit-transform: rotate(190deg);
        transform: rotate(190deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    80% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }

    85% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    27% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    45% {
        -webkit-transform: rotate(190deg);
        transform: rotate(190deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    80% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }

    85% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    38% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    65% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }

    75% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    38% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    65% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }

    75% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* :: Navbar */
.nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.nav-bar.active {
    background-color: rgb(255 255 255 / 51%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);

    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 52%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 52%);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: none;
}
.nav-bar .logo .logo-nav {
    display: block;
}
.nav-bar .logo .logo-nav img {
    width: 130px;
}
.nav-bar .logo .logo-nav img.two,
.nav-bar.active .logo .logo-nav img.one {
    display: none;
}
.nav-bar.active .logo .logo-nav img.two {
    display: block;
}
.nav-bar .nav-bar-link > ul > li {
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-link ul li a {
    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 .nav-bar-link ul li a:before {
    content: "";
    background-color: #007bff;
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .nav-bar-link ul li a:hover:before,
.nav-bar .nav-bar-link ul li .color-active:before {
    width: 100%;
}
.nav-bar.active .nav-bar-link ul li a {
    color: #222222;
}
.nav-bar.active .nav-bar-link > ul ul li a {
    color: #9b9b9b;
}
.nav-bar .nav-bar-link ul li a:hover,
.nav-bar .nav-bar-link ul li a.color-active,
.nav-bar.active .nav-bar-link > ul ul li:hover a {
    color: #007bff;
}
.nav-bar .nav-bar-link > ul ul {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 2px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 240px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-bar .nav-bar-link > ul li:hover > ul {
    -webkit-transform: translateY(00px);
    -ms-transform: translateY(00px);
    transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-link > ul ul li {
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .nav-bar-link > ul ul li a {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding: 0;
    width: 100%;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}
.nav-bar .nav-bar-link > ul ul li:hover a {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.nav-bar .nav-bar-link > ul ul ul {
    left: 100%;
    top: 0;
}
.nav-bar .nav-bar-link > ul ul ul li a {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    color: #9b9b9b !important;
}
.nav-bar .nav-bar-link > ul ul ul li:hover a {
    -webkit-transform: translateX(10px) !important;
    -ms-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
    color: #007bff !important;
}
.nav-bar .nav-bar-link .level-1:last-of-type li a {
    padding-right: 0;
}
.nav-bar .nav-bar-link .level-1:last-of-type li:last-of-type a {
    margin: 0;
    border-bottom: 0;
}
.nav-bar .info-nav .item {
    display: inline-block;
    margin-right: 20px;
}
.nav-bar-home-3 .info-nav li.item {
    padding: 28px 0;
}
.nav-bar .info-nav .item:last-of-type {
    margin-right: 0px;
}
.nav-bar .info-nav .item i.icon {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.nav-bar .info-nav .item i.icon:hover,
.nav-bar.active .info-nav .item i.icon:hover {
    color: #007bff;
}
.nav-bar.active .info-nav .item i.icon {
    color: #222222;
}
.nav-bar .info-nav .item .btn-1.request-a-quote {
    line-height: 40px;
    height: 40px;
    min-width: 150px;
    display: block;
}
.nav-bar.active .info-nav .item .btn-1.request-a-quote:hover {
    color: #fff;
}
.nav-bar.active .info-nav .item .btn-1.request-a-quote:after {
    background-color: #222222;
}
.nav-bar .info-nav .info-nav-contact i {
    float: left;
    font-size: 20px;
    color: #f1f1f1;
    line-height: 1.9;
}
.nav-bar .info-nav .info-nav-contact .contact-nav {
    padding-left: 32px;
}
.nav-bar .info-nav .info-nav-contact .contact-nav span {
    color: #999;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}
.nav-bar .info-nav .info-nav-contact .contact-nav a {
    color: #f1f1f1;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.nav-bar.active .info-nav .info-nav-contact i {
    color: #007bff;
}
.nav-bar.active .info-nav .info-nav-contact .contact-nav a {
    color: #222222;
}
.nav-bar .info-nav .item.cart {
    position: relative;
}
.nav-bar .info-nav .item.cart .cart-popup {
    background-color: #fff;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-bar .info-nav .item.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .info-nav .item.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}
.nav-bar .info-nav .item.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content div {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #222222;
    font-weight: bold;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9b9b9b;
}
.nav-bar .info-nav .item.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #222222;
    border-radius: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .info-nav .item.cart .cart-popup .item .delete-item:hover {
    background-color: #007bff;
}
.nav-bar .info-nav .item.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9b9b9b;
}
.nav-bar .info-nav .item.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: #007bff;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart {
    margin-top: 20px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart a {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart a:first-of-type {
    margin-right: 16px;
}

/* :: Navbar Top Home 2 */
.navs-home-2 .nav-top {
    border-bottom: 1px solid rgb(249 249 249 / 0.2);
}
.navs-home-2 .nav-top .nav-top-box ul li {
    display: inline-block;
}
.navs-home-2 .nav-top .nav-top-box ul.info li {
    color: #fff;
    font-size: 13px;
    padding: 15px;
    line-height: 1.1;
    border-left: 1px solid rgb(249 249 249 / 0.2);
}
.navs-home-2 .nav-top .nav-top-box ul.info li:first-of-type {
    padding-left: 0;
    border-left: none;
}
.navs-home-2 .nav-top .nav-top-box ul.info li:last-of-type {
    padding-right: 0;
}
.navs-home-2 .nav-top .nav-top-box ul li span {
    color: #fff;
}
.navs-home-2 .nav-top .nav-top-box ul li a.icon {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
.navs-home-2 .nav-top .nav-top-box ul li a.icon:hover {
    color: #007bff;
}
.navs-home-2 .nav-top .nav-top-box ul li .btn-1 {
    border-radius: 0;
    display: inline-table;
    margin-left: 15px;
    line-height: 45px;
    height: 45px;
}
.navs-home-2 .nav-bar {
    border-bottom: none;
}
.navs-home-2 .nav-bar .info-nav .info-nav-contact i {
    font-size: 30px;
    line-height: 1.3;
}
.navs-home-2 .nav-bar .info-nav .info-nav-contact .contact-nav {
    padding-left: 45px;
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(34 34 34 / 85%);
    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: 35px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
}
.search-box form input:focus {
    border-bottom: 1px solid #007bff;
}
.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #007bff;
    border: 0;
    outline: none;
}
.search-box .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.search-box .close-search:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #007bff;
}

/* :: 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 .logo img {
    width: 150px;
}
.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: 500;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #222222;
}
.menu-box .inner-menu .contact-info .contact-box {
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i {
    color: #007bff;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}
.menu-box .inner-menu .contact-info .contact-box .box {
    padding-left: 40px;
}
.menu-box .inner-menu .contact-info .contact-box .box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}
.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
}
.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #f1f1f1;
    display: inline-block;
    color: #007bff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 12px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: #007bff;
    color: #fff;
}
.exit-menu-box {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #007bff;
    width: 35px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.exit-menu-box:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-owl .sec-hero {
    min-height: 750px !important;
}
.header .header-owl {
    height: 100%;
}
.header .header-owl .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .headline-top {
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
}
.header .banner .handline {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
}
.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}
.header-owl.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-owl.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}
.header-owl.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-owl.owl-theme .owl-nav [class*="owl-"] i:hover {
    color: #007bff;
}
.header-owl.owl-theme .owl-nav [class*="owl-"] i.flaticon-left-arrow {
    left: 10px;
}
.header-owl.owl-theme .owl-nav [class*="owl-"] i.flaticon-right-arrow {
    right: 10px;
}
.header-owl.owl-theme:hover .owl-nav [class*="owl-"] i {
    opacity: 1;
    visibility: visible;
}
.header-owl.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-owl.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.header-owl.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #fff;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-owl.owl-theme .owl-dots .owl-dot.active span,
.header-owl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #007bff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header Home 2 */
.header-home-2 .header-owl.owl-theme .owl-dots {
    bottom: calc(100px + 25px);
}
.header .Life-Joy-info {
    padding: 50px;
    background-color: #fff;
    border-radius: 3px;
    width: 300px;
    position: relative;
}
.header .Life-Joy-info img {
    width: 60px;
    margin-bottom: 30px;
}
.header .Life-Joy-info h4 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}
.header .Life-Joy-info p {
    margin-bottom: 12px;
}
.header .Life-Joy-info a {
    line-height: 1;
    color: #007bff;
    font-weight: 600;
}
.header .Life-Joy-info a:hover {
    color: #222222;
}

/* :: Features */
.features {
    padding-top: 100px;
}
.features .features-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.features .features-item i {
    color: #007bff;
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 30px;
    position: relative;
}
.features .features-item h4 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

/* :: Features Home 2 */
.features-home-2 {
    padding: 0 0 70px 0;
}
.features-home-2 .features-owl-2 {
    margin-top: calc(-203px / 2);
}
.features-home-2 .features-item {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px rgb(11 12 38 / 7%);
    box-shadow: 0px 0px 8px rgb(11 12 38 / 7%);
    margin: 0 0 30px 0;
}

/* :: Features Home 3 */
.features-home-3 {
    padding: 0 0 100px 0;
}

/* :: About Us */
.about-us .img-box {
    position: relative;
}
.about-us .img-box .one {
    position: relative;
    padding-top: 50px;
}
.about-us .img-box .two {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}
.about-us .img-box .two:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.about-us .img-box .about-img {
    position: relative;
}
.about-us .img-box .about-img img {
    -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);
    border-radius: 3px;
}
.about-us .img-box .about-img .experience-about {
    position: absolute;
    width: 175px;
    top: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 30px;
    left: 50%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
}
.about-us .img-box .about-img .experience-about i {
    font-size: 35px;
    background-color: #007bff;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.about-us .img-box .about-img .experience-about .counter {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.about-us .img-box .about-img .experience-about h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    line-height: 1.6;
}
.about-us .text-box .sec-title {
    margin-bottom: 20px;
}
.about-us .text-box .sec-title h3 {
    margin-bottom: 20px;
}
.about-us .text-box ul {
    overflow: hidden;
}
.about-us .text-box ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #687076;
    padding-left: 20px;
}
.about-us .text-box ul li:hover {
    padding-left: 25px;
    color: #007bff;
}
.about-us .text-box ul li:after {
    content: "";
    border: 2px solid #687076;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-us .text-box ul li:hover:after {
    border: 2px solid #007bff;
}
.about-us .text-box .any-question {
    font-size: 16px;
    border-top: 1px solid rgb(155 155 155 / 30%);
    margin-top: 8px;
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}
.about-us .text-box .any-question a {
    color: #222222;
    font-weight: 500;
}
.about-us .text-box .any-question a:hover {
    color: #007bff;
}

/* :: About US Home 2 */
.about-us-home-2 {
    padding-bottom: 100px;
}
.about-us-home-2.about-page-2 {
    padding-top: 100px;
}
.about-us-home-2 .about-services {
    margin-bottom: 30px;
}
.about-us-home-2 .about-services:last-of-type {
    margin-bottom: 0;
}
.about-us-home-2 .about-services i {
    color: #007bff;
    font-size: 50px;
    line-height: 1;
    float: left;
}
.about-us-home-2 .about-services .about-services-box {
    padding-left: 80px;
}
.about-us-home-2 .about-services .about-services-box h5 {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about-us-home-2 .about-services .about-services-box p {
    margin-bottom: 0;
}

/* :: About Us Home 3 */
.about-us-home-3 .text-box .sign-about-us img {
    width: 200px;
    margin-right: 30px;
}
.about-us-home-3 .img-box {
    margin: 0 30px;
}
.about-us-home-3 .img-box:after {
    content: "";
    background-color: #007bff;
    position: absolute;
    width: calc(100% + 60px);
    height: 80%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
.about-us-home-3 .img-box .about-img .mission {
    position: absolute;
    bottom: 40px;
    right: 30px;
    width: 300px;
    padding: 30px;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
}
.about-us-home-3 .img-box .about-img .mission:after {
    content: "";
    border: 20px solid;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-color: transparent #007bff transparent transparent;
}
.about-us-home-3 .img-box .about-img .mission h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #fff;
}
.about-us-home-3 .img-box .about-img .mission p {
    color: #fff;
    margin-bottom: 0;
}
.about-us-2-home-3 .img-box .logo-box {
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 15px;
    border-radius: 3px;
}
.about-us-2-home-3 .img-box {
    margin: 15px 0;
}
.about-us-2-home-3 .img-box .logo-box img {
    width: 60px;
}
.about-us-2-home-3 .img-box:after {
    height: calc(100% + 30px);
    width: 80%;
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}
.skills .skill-box:last-of-type {
    margin-bottom: 0;
}
.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: 23px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #222222;
    display: inline-block;
    font-family: "Teko", sans-serif;
}
.skills .skill-box .skill-top .number {
    float: right;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #222222;
    display: inline-block;
    font-family: "Teko", sans-serif;
}
.skills .skill-box .skill-line {
    height: 14px;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 2px;
}
.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: #007bff;
}

/* :: Services */
.services {
    background: #f9f9f9 url(../images/02_pattern.png);
    position: relative;
    background-position: center;
}
.services .services-item {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px;
    border-radius: 3px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.services .services-item span,
.work .item-work 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: 5px;
    opacity: 1;
    background-color: #007bff;
}
.services .services-item:hover span,
.work .item-work:hover span {
    width: 1000px;
    height: 1000px;
}
.services .services-item i {
    font-size: 40px;
    background-color: #007bff;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.services .services-item:hover i {
    background-color: #fff;
    color: #007bff;
}
.services .services-item h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.services .services-item:hover h4,
.services .services-item:hover p {
    color: #fff;
}
.services .services-item p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.services .services-item .more {
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #222222;
    position: relative;
    z-index: 1;
}
.services .services-item:hover .more {
    color: #fff;
}
/* :: Services Home 2 */
.services-home-2 {
    background: transparent url(../images/services/01_services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.services-home-2 .sec-title h3,
.provide-2-home-2 .sec-title h3 {
    color: #fff;
}
.services-home-2 .sec-title p,
.provide-2-home-2 .sec-title p {
    color: #f1f1f1;
}
.services-home-2 .services-item {
    background-color: transparent;
    border: 1px solid #fff;
}
.services-home-2 .services-item i {
    color: #007bff;
    background-color: #fff;
}
.services-home-2 .services-item h4 {
    color: #fff;
}
.services-home-2 .services-item p {
    color: #f1f1f1;
}
.services-home-2 .services-item .more {
    color: #fff;
}

/* :: Services Home 3 */
.services-home-3 {
    background-image: url(../images/03_pattern.png);
}
.services-home-3 .services-item {
    padding: 40px;
}
.services-home-3 .services-item i {
    background-color: transparent;
    color: #007bff;
    width: auto;
    height: auto;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    border-radius: 0;
    font-size: 50px;
}
.services-home-3 .services-item:hover i {
    background: transparent;
    color: #fff;
}

/* :: Provide */
.provide .col-md-6 {
    padding: 0;
}
.provide .text-box {
    background-color: #007bff;
    padding: 100px 120px;
}
.provide .text-box .sec-title {
    margin-bottom: 50px;
}
.provide .text-box .sec-title h3 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 52px;
}
.provide .text-box .sec-title p {
    color: #f1f1f1;
}
.provide .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: 27px;
}
.provide .text-box .provide-features li:last-of-type h4 {
    margin-bottom: 0;
}
.provide .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: #007bff;
    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 .text-box .provide-features-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding-top: 0;
}
.provide .text-box .provide-features-box i {
    font-size: 35px;
    background-color: #007bff;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.provide .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 .text-box .profile {
    margin-top: 30px;
}
.provide .text-box .profile img:first-of-type {
    width: 70px;
    border-radius: 3px;
    margin: auto;
    border: 3px solid #fff;
    padding: 4px;
}
.provide .text-box .profile img:last-of-type {
    width: 185px;
    margin-left: 15px;
}
.provide .img-box {
    background-image: url("https://i0.wp.com/lifejoyhealthcare.co.in/wp-content/uploads/2023/04/JOBION-FORTE-INJ.jpg?w=1200&ssl=1");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.provide .img-box .video-box {
    background-color: #fff;
    position: absolute;
    bottom: 100px;
    right: 120px;
    width: 180px;
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 25px 0 rgb(40, 40, 40, 0.2);
    box-shadow: 0 3px 25px 0 rgb(40, 40, 40, 0.2);
}
.provide .img-box .video-box:after {
    content: "";
    border: 20px solid;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-color: transparent #fff transparent transparent;
}
.provide .img-box .video-box span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 25px;
}
.pulse {
    background-color: #007bff;
    width: 60px;
    height: 60px;
    line-height: 62px;
    border-radius: 3px;
    text-align: center;
    display: block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}
.pulse:hover {
    background-color: #222222;
}
@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0.7),
            0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0.7),
            0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    40% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    80% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
    }
    100% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
    }
}
@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0.7),
            0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0.7),
            0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    40% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    80% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
    }
    100% {
        -webkit-box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow:
            0 0 0 0 rgba(225, 29, 7, 0),
            0 0 0 30px rgba(225, 29, 7, 0);
    }
}
.provide .img-box .video-box .pulse i {
    color: #fff;
}

/* :: Provide Home 2 */
.provide-2 {
    padding-top: 100px;
    position: relative;
    background-color: #f9f9f9;
}
.provide-2 .bg-section {
    background-image: url(../images/expert/01_expert.jpg);
    height: calc(100% - 300px);
}
.provide-2-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.provide-2-item i {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    float: left;
    position: relative;
}
.provide-2-item .content {
    padding-left: 60px;
}
.provide-2-item .content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.provide-2-item .content p {
    margin-bottom: 0;
    position: relative;
    color: #fff;
}

/* :: Provide Home 3 */
.provide-home-3 .sec-title h2 {
    color: #fff;
}
.provide-home-3 .sec-title h2:after {
    background-color: #fff;
}
.provide-features-home-3 {
    overflow: hidden;
}
.provide-features-home-3 .features-home-3-item {
    float: left;
    width: 50%;
}
.provide-features-home-3 .features-home-3-item:first-of-type {
    padding-right: 30px;
}
.provide-features-home-3 .features-home-3-item i {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 18px;
    display: inline-block;
    color: #fff;
}
.provide-features-home-3 .features-home-3-item h4 {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    line-height: 27px;
}
.provide-features-home-3 .features-home-3-item p {
    color: #f1f1f1;
    margin-bottom: 0;
}

/* :: Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/provide/01_provide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}
.presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* :: Work */
.item-work {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
}
.work .item-work span {
    background-color: rgb(7 15 225 / 80%);;
}
.item-work: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;
}
.item-work .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
.item-work .hover-box .open-item-work {
    font-size: 16px;
    background-color: #fff;
    color: #007bff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
}
.item-work:hover .hover-box .open-item-work {
    top: 0;
}
.item-work .hover-box .text-box {
    padding: 30px;
}
.item-work .hover-box .text-box .tags a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    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;
}
.item-work .hover-box .text-box h4 a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-size: 26px;
    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;
}
.item-work:hover .hover-box .text-box .tags a,
.item-work:hover .hover-box .text-box h4 a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.work-list-filter .list-name-work {
    margin-bottom: 45px;
    display: inline-block;
}
.work-list-filter .list-name-work li {
    display: inline-block;
    font-size: 13px;
    color: #222222;
    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 #e9e9e9;
    margin: 0 8px 5px 0;
    cursor: pointer;
}
.work-list-filter .list-name-work li.active {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}
.work-list-filter .list-name-work li:last-of-type {
    margin: 0;
}
.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Work Home 2 */
.work-home-2 .owl-theme .owl-dots,
.work-home-2 .owl-theme .owl-nav {
    display: none;
}

/* :: Contact */
.contact {
    background-image: url(../images/contact/01_contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.contact .sec-title {
    margin-bottom: 0;
}
.contact .sec-title h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 85px;
    line-height: 1;
}
.contact .sec-title p {
    color: #f1f1f1;
    font-size: 17px;
    margin-bottom: 30px;
}

/* :: Team */
.team-box {
    margin-bottom: 30px;
}
.team-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.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;
}
.team-box .img-box ul li i {
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background-color: #007bff;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
.team-box .img-box ul li:hover i {
    color: #007bff;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}
.team-box .text-box {
    margin-top: 25px;
    padding: 0 40px;
}
.team-box .text-box h5 {
    line-height: 1;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}
.team-box .text-box span {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #007bff;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* :: Team Home 2 */
.team-home-2 .team-box .img-box ul {
    background-color: #007bff;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.team-home-2 .team-box:hover .img-box ul {
    top: 15px;
}
.team-home-2 .team-box .img-box ul li {
    display: inline-block;
}
.team-home-2 .team-box .img-box ul li i {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

/* :: expert */
.expert {
    padding-top: 100px;
    position: relative;
    background-color: #f9f9f9;
}
.expert .bg-section {
    background-image: url(../images/expert/01_expert.jpg);
    height: calc(100% - 300px);
}
.expert .sec-title {
    margin-bottom: 0;
}
.expert .sec-title h2 {
    color: #fff;
}
.expert .sec-title h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 65px;
}
.expert .sec-title p {
    color: #f1f1f1;
    margin-bottom: 30px;
}
.expert .statistic-owl {
    background-color: #fff;
    padding: 50px;
    padding-top: 0;
    border-radius: 3px;
}
.expert .statistic-owl .statistic-item {
    overflow: hidden;
}
.expert .statistic-owl .statistic-item i {
    font-size: 40px;
    background-color: #007bff;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.expert .statistic-owl .statistic-item .counter {
    font-size: 60px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 20px;
    display: block;
    font-family: "Teko", sans-serif;
}
.expert .statistic-owl .statistic-item .name-content {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.expert .statistic-owl.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    margin: 0;
    line-height: 1;
    top: 30px;
    right: 50px;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot span {
    background-color: rgb(225 29 7 / 0.3);
    width: 18px;
    height: 5px;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot.active span,
.expert .statistic-owl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #007bff;
}

/* :: Quote */
.quote {
    position: relative;
    margin-top: 100px;
}
.quote .quote-box {
    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: 30px;
    border-radius: 3px;
}
.quote .quote-info {
    height: 100%;
    color: #fff;
    background: url(../images/quote/01_quote.jpg);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
}
.quote .quote-info:after {
    content: "";
    background-color: rgb(225 29 7 / 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quote .quote-info .info-top,
.quote .quote-info .info-down {
    position: relative;
    z-index: 1;
    width: 100%;
}
.quote .quote-info .info-top .item {
    margin-bottom: 30px;
}
.quote .quote-info .info-top .item h5 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.quote .quote-info .info-top .item p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    color: #f1f1f1;
}
.quote .quote-info .info-down i {
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
}
.quote .quote-info .info-down h5 {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 8px;
}
.quote .text-box .sec-title h3 {
    color: #222222;
    margin-bottom: 15px;
    font-size: 35px;
}
.quote .text-box .sec-title p {
    color: #9b9b9b;
}
.quote-item input,
.quote-item textarea {
    border: 2px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.quote-item input:focus,
.quote-item textarea:focus {
    border-color: #007bff;
}
.quote-item textarea {
    display: block;
    min-height: 150px;
}
.nice-select {
    border: 2px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
    height: auto;
    line-height: unset;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #007bff;
}
.nice-select .list {
    background-color: #fff;
    min-width: 250px;
    padding: 25px 0;
    border-color: #fff;
    border-radius: 2px;
}
.nice-select .option {
    color: #9b9b9b;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}
.nice-select .option:last-of-type {
    border: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: #007bff;
    font-weight: 400;
}

/* :: FAQs & Quote */
.faq-quote {
    background-image: url(../images/contact/01_contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.faq-quote .faq .sec-title h3 {
    color: #fff;
    margin-bottom: 25px;
}
.faq-quote .faq .sec-title p {
    color: #f1f1f1;
}
.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #fff;
    position: relative;
}
.faq .faq-box:last-of-type {
    margin-bottom: 0;
}
.faqs-page .faq-box:last-of-type {
    margin-bottom: 30px;
}
.faq .faq-box .question-header {
    line-height: 1;
}
.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    outline: inherit;
}
.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;
    color: #f1f1f1;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-top: 1px solid #f9f9f9;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}

/* :: Quote */
.faq-quote .quote {
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 0;
}
.faq-quote .quote .sec-title {
    margin-bottom: 30px;
}
.faq-quote .quote .sec-title h3 {
    color: #222222;
    font-size: 35px;
}
.faq-quote .quote .quote-item {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    border-radius: 3px;
}
.faq-quote .quote .quote-item:last-of-type {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}
.faq-quote .quote .quote-item label {
    display: block;
    line-height: 1.1;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}
.faq-quote .quote .quote-item input,
.faq-quote .quote .quote-item textarea {
    width: 100%;
    color: #9b9b9b;
    background-color: transparent;
    font-size: 13px;
    padding: 10px 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    position: relative;
    border: 0px solid transparent;
    margin-bottom: 0;
}
.faq-quote .quote .quote-item textarea {
    height: 115px;
    display: block;
}
.faq-quote .quote .quote-item i {
    position: absolute;
    color: #007bff;
    top: 15px;
    right: 15px;
}

/* :: Sponsors */
.sponsors {
    padding: 50px 0;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f9f9f9;
}
.sponsors.page {
    padding: 100px 0;
}
.sponsors img {
    opacity: 0.5;
}
.sponsors img:hover {
    opacity: 1;
}

/* :: Testimonial */
.testimonial,
.testimonial-home-2 {
    background-color: #f9f9f9;
}
.owl-testimonial .item-box .text-box {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
}
.owl-testimonial .item-box .item-name i {
    font-size: 50px;
    line-height: 1;
    color: #007bff;
    display: block;
}
.owl-testimonial .item-box .item-name h5,
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #222222;
    text-align: center;
}
.owl-testimonial .item-box .item-name span,
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #9b9b9b;
}
.testimonial .owl-testimonial.owl-theme .owl-dots {
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
    border-radius: 3px;
    padding: 5px !important;
    outline: none;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #007bff;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 3px;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(1) span {
    background-image: url(../images/testimonial/01_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(2) span {
    background-image: url(../images/testimonial/02_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(3) span {
    background-image: url(../images/testimonial/03_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-nav {
    display: none;
}

/* :: Testimonial Home 2 */
.testimonial-home-2 .icon-quote {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
.testimonial-home-2 .icon-quote i {
    font-size: 42px;
    line-height: 1;
    color: #007bff;
}
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #222222;
    font-family: "Teko", sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box:after,
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box:before {
    content: ' " ';
}
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name img {
    width: 70px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #007bff;
    padding: 4px;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-nav {
    display: none;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    margin-top: 30px;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #222222;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #007bff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Testimonial Home 3 */
.testimonial-home-3 {
    background-image: url(../images/expert/01_expert.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.testimonial-home-3 .sec-title h3 {
    color: #fff;
}
.testimonial-home-3 .sec-title p {
    color: #f1f1f1;
}
.testimonial-home-3 .testimonial-item .text-box {
    background-color: #fff;
    padding: 0 30px 30px 30px;
    border-radius: 3px;
    position: relative;
    color: #9b9b9b;
    font-size: 15px;
    margin-bottom: 30px;
}
.testimonial-home-3 .testimonial-item .text-box:after {
    content: "";
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #fff;
    left: 0;
    bottom: -10px;
    z-index: 0;
}
.testimonial-home-3 .testimonial-item .text-box i {
    font-size: 30px;
    background-color: #007bff;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.testimonial-home-3 .testimonial-item .item-name img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 3px;
}
.testimonial-home-3 .testimonial-item .item-name h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #fff;
}
.testimonial-home-3 .testimonial-item .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #f1f1f1;
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}
.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.blog-item .img-box .open-item-blog {
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
    z-index: 1;
}
.blog-item:hover .img-box .open-item-blog {
    top: 0;
}
.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 ul {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #007bff;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.blog-item .img-box ul li {
    display: inline-block;
}
.blog-item .img-box ul li a {
    font-size: 13px;
    text-transform: capitalize;
}
.blog-item .img-box ul li:hover a {
    color: #222222;
}
.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}
.blog-item .text-box .title-blog {
    display: block;
}
.blog-item .text-box h5 {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #007bff;
}
.blog-item .text-box .blog-date {
    margin-bottom: 15px;
    display: block;
}
.blog-item .text-box .link {
    font-size: 14px;
    color: #222222;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-item .text-box .link:hover {
    color: #007bff;
}

/* :: Map */
.map-box iframe {
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: calc(-180px / 2);
}

/* :: Footer */
.footer {
    background-color: #222222;
    padding-top: 100px;
}
.footer-home-2 {
    padding-top: calc(100px + 90px);
}
.footer .logo,
.footer .links,
.footer .newsletter {
    margin-bottom: 30px;
}
.footer .logo img {
    width: 150px;
}
.footer .logo p {
    margin: 30px 0 30px 0;
    color: #f9f9f9;
}
.footer-title h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}
.footer .links li a {
    display: inline-block;
    position: relative;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 32px;
}
.footer .links li:hover a {
    color: #007bff;
}
.footer .newsletter {
    background-color: #323232;
    padding: 30px;
    border-radius: 3px;
}
.footer .newsletter h5 {
    color: #007bff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .newsletter p {
    color: #f4f4f4;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}
.footer .newsletter form {
    position: relative;
}
.footer .newsletter form input {
    width: 100%;
    color: #9b9b9b;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}
.footer .newsletter form input:focus {
    border-color: #007bff;
}
.footer .newsletter form a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #007bff;
    color: #fff;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}
.footer .newsletter form a:hover i {
    color: #fff;
}
.footer .map-box iframe {
    margin-bottom: 30px;
}
.footer ul.icon {
    margin-bottom: 30px;
}
.footer ul.icon li {
    display: inline-block;
}
.footer ul.icon li a {
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #323232;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}
.footer ul.icon li:hover a {
    background-color: #fff;
    color: #007bff;
}

.copyright {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #323232;
    overflow: hidden;
}
.copyright p {
    margin: 0;
    color: #f4f4f4;
    float: left;
}
.copyright p a {
    color: #007bff;
}
.copyright ul {
    float: right;
}
.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a {
    color: #fff !important;
}
.copyright ul li:hover a {
    color: #007bff !important;
}

/* :: 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: #007bff;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #007bff;
    border-radius: 3px;
    outline: none;
}
.scroll-up:hover a {
    background-color: #222222;
    border: 1px solid #222222;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: calc(86px + 120px);
    color: #fff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.breadcrumb-header-2 {
    padding-top: calc(131px + 120px);
}
.breadcrumb-header .banner h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    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: #007bff;
}

/* :: Brochures */
.brochures {
    padding: 40px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
    border-radius: 3px;
}
.brochures h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
}
.brochures a {
    width: 100%;
}

/* :: Dedicated Customer */
.dedicated-customer {
    padding: 40px;
    background-color: #007bff;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
}
.dedicated-customer h5 {
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
}
.dedicated-customer p {
    margin-bottom: 100px;
    color: #f1f1f1;
}
.dedicated-customer .btn-1 {
    display: block;
}
.dedicated-customer .btn-1:hover {
    color: #fff;
}
.dedicated-customer .btn-1:after {
    background-color: #222222;
}

/* :: Introduction Member */
.introduction-member h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}
.introduction-member h3:first-of-type {
    margin-top: 0;
}
.introduction-member .skills {
    margin-bottom: 30px;
}

/* :: Core About */
.core-about {
    overflow: hidden;
}
.core-about li {
    margin-bottom: 12px;
    float: left;
    width: 50%;
}
.core-about li i {
    font-size: 12px;
    color: #007bff;
    margin-right: 8px;
}
.core-about li h4 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

/* :: Services Details */
.single-services h3 {
    font-size: 45px;
    line-height: 1.1;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}
.single-services h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}
.single-services .single-services-list {
    padding: 30px;
    background-color: #f1f1f1;
    border-radius: 3px;
    margin-bottom: 30px;
}
.single-services .single-services-list h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.single-services .single-services-list ul {
    background-color: #fff;
}
.single-services .single-services-list ul li a {
    display: block;
    color: #222222;
    font-weight: 500;
    padding: 20px 15px;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
    cursor: pointer;
}
.single-services .single-services-list ul li.active a,
.single-services .single-services-list ul li:hover a {
    color: #007bff;
}
.single-services .single-services-list ul li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.benfits {
    overflow: hidden;
}
.benfits li {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #687076;
}

/* :: Single Blog */
.single-bolg .blog-item .text-box {
    padding-left: 0;
}
.share-post {
    overflow: hidden;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.share-post span {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    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;
    color: #222222;
    background-color: #f9f9f9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
}
.share-post ul li:hover a {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.single-bolg .item-comments {
    margin-bottom: 30px;
}
.single-bolg .item-comments .title h4,
.single-bolg .add-comments .title h4 {
    line-height: 1;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.single-bolg .item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.single-bolg .item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}
.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.single-bolg .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: uppercase;
    color: #007bff;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    color: #7a8a9e;
    border-radius: 3px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover {
    color: #fff;
    border: 1px solid #007bff;
    background-color: #007bff;
}
.single-bolg .add-comments .inner-add-comments-box {
    margin-bottom: 30px;
}
.single-bolg .add-comments .inner-add-comments-box input,
.single-bolg .add-comments .inner-add-comments-box textarea {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 10px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    border-radius: 3px;
}
.single-bolg .add-comments .inner-add-comments-box input:focus,
.single-bolg .add-comments .inner-add-comments-box textarea:focus {
    border-color: #007bff;
}
.single-bolg .add-comments .inner-add-comments-box textarea {
    height: 100px;
    display: block;
}

/* :: Widget */
.widget {
    margin-bottom: 30px;
}
.widget .widget-title {
    padding-bottom: 25px;
}
.widget .widget-title h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.widget .widget-body .search {
    position: relative;
}
.widget .widget-body .search input {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
}
.widget .widget-body .search input:focus {
    border-color: #007bff;
}
.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: #007bff;
    border: none;
}
.widget .widget-body .instagram ul {
    overflow: hidden;
}
.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 4px;
    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: #007bff;
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    cursor: pointer;
    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 .follow .icon li {
    display: inline-block;
    margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #007bff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #007bff;
    border-radius: 2px;
    cursor: pointer;
}
.widget .widget-body .follow .icon li:hover a {
    background-color: #222222;
    border-color: #222222;
}
.widget .categories ul li {
    border-bottom: 1px solid #eaeaea;
}
.widget .categories ul li:last-of-type {
    border-bottom: none;
}
.widget .categories ul li a {
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #a5a5a5;
}
.widget .categories ul li:first-of-type a {
    padding-top: 0;
}
.widget .categories ul li:last-of-type a {
    padding-bottom: 0;
}
.widget .categories ul li a i {
    margin-right: 5px;
}
.widget .categories ul li a span {
    float: right;
}
.widget .categories ul li:hover a {
    color: #007bff;
    padding-left: 10px;
}
.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 #f9f9f9;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    color: #a5a5a5;
    border-radius: 3px;
    text-transform: capitalize;
}
.widget .widget-body .tags ul li:hover a {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}
.news-item {
    margin-bottom: 22px;
    overflow: hidden;
}
.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: #007bff;
    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: #b4b4b4;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #007bff;
}
/* :: Pagination */
.pagination-area {
    margin-bottom: 30px;
}
.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}
.pagination-area .pagination li.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* :: FAQs 2 */
.faq-2 .faq-box {
    border: 2px solid #f1f1f1;
    margin-bottom: 30px;
}
.faq-2 .faq-box .question-header .click {
    color: #222222;
}
.faq-2 .faq-box .question-header .click i {
    color: #222222;
}
.faq-2 .faq-box .about-text {
    color: #9b9b9b;
    border-top: 2px solid #f1f1f1;
}
.single-services .video-presentation {
    margin-top: 30px;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}
.item-careers h4 a {
    display: block;
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.item-careers h4:hover a {
    color: #007bff;
}
.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.item-careers ul li.active {
    background-color: #007bff;
    padding: 2px 15px;
    color: #fff;
    border-radius: 3px;
}
.item-careers p {
    margin: 15px 0;
}
.item-careers a {
    font-size: 14px;
    color: #007bff;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

/* :: Shop Page */
.shop-item {
    margin-bottom: 30px;
}
.shop-item .item-img {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.shop-item .item-img 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: 5px;
    opacity: 1;
    background-color: rgb(225 29 7 / 0.8);
}
.shop-item:hover .item-img span {
    width: 1000px;
    height: 1000px;
}
.shop-item .item-img .box-more a {
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #007bff;
}
.shop-item:hover .item-img .box-more a {
    opacity: 1;
    visibility: visible;
}
.shop-item .item-text .open-item-shop h4 {
    margin: 16px 0 12px 0;
    line-height: 1;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}
.shop-item .item-text .open-item-shop h4:hover {
    color: #007bff;
}
.shop-item .item-text span {
    color: #007bff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* :: Single Product */
.shop-page .text-box-details .title-product {
    font-size: 45px;
    line-height: 1.1;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}
.shop-page .text-box-details .item-review span {
    display: inline-block;
    font-size: 14px;
    color: #a5a5a5;
}
.shop-page .text-box-details .item-review span i.active {
    color: #007bff;
}
.shop-page .text-box-details .item-review span.reviews {
    margin-left: 40px;
}
.shop-page .text-box-details .item-review span.spance-span {
    margin: 0 5px;
}
.shop-page .text-box-details .item-review span a {
    font-size: 14px;
    color: #a5a5a5;
}
.shop-page .text-box-details .item-review span a:hover {
    color: #007bff;
}
.shop-page .text-box-details .item-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #007bff;
    margin-top: 15px;
    margin-bottom: 25px;
}
.shop-page .text-box-details .btn-1 {
    margin-bottom: 25px;
}
.shop-page .text-box-details .list-details li {
    line-height: 2;
    font-size: 16px;
}
.shop-page .text-box-details .list-details li span {
    font-weight: bold;
    color: #222222;
    min-width: 120px;
    display: inline-block;
}
.shop-page .text-box-details .list-details li a {
    color: #222222;
    margin-right: 20px;
}
.shop-page .text-box-details .list-details li a:hover {
    color: #007bff;
}
.shop-page .description {
    margin-top: 50px;
    margin-bottom: 30px;
}
.shop-page .description ul li {
    margin-right: 5px;
    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: #007bff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.shop-page .description ul li:hover {
    color: #fff;
}
.shop-page .description ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #222222;
    -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;
}
.shop-page .description ul li: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;
}
.shop-page .description p {
    margin: 25px 0 0 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.shop-page .description p.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}
.page-404-area h2 {
    font-size: 250px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.page-404-area a {
    margin-top: 30px;
}
