/* :: 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: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #222222;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ::-moz-selection {
    background-color: #2385BA;
    color: #2385BA;
    text-shadow: none;
} */

/* ::selection {
    background-color: 1992D8;
    color: #2385BA;
    text-shadow: none;
} */

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #F2F2F3;
    cursor: pointer;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    margin: 0;
    padding: 0;
}

p {

    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;

    h3,
    h4 {
        font-size: 20px;
        /* Increase as per requirement */
    }

    /* Increase font size for paragraph text */
    p {
        font-size: 16px;
        /* Adjust to your desired size */
    }

    /* Optionally, increase font size for the list items */
    ul li {
        font-size: 16px;
        /* Increase size for list items */
    }

    .about-text h3 {
        font-size: 20px;
    }

    .about-text p {
        font-size: 16px;
    }

    /* Increase line height for all paragraphs */
    p {
        line-height: 1.6;
        /* Adjust this value as needed */
    }

    /* Increase line height for all headings */
    h3,
    h4 {
        line-height: 2.2;
        /* Adjust this value for headings */
    }

    /* Optionally, increase line height for list items */
    ul li {
        line-height: 1.6;
        /* Adjust as needed */
    }

    .faq-2 .faq-box {
        border: 2px black;
        margin-bottom: 30px;
    }

    .faq-2 .faq-box .about-text {
        color: #9B9B9B;
        border-top: 2px solid #F1F1F1;
    }

    .faq .faq-box {
        padding: 18px;
        margin-bottom: 25px;
        border-radius: 3px;
        border: 1px solid #222222;
        position: relative;
        margin-top: 30px;
    }

    .single-services h4 {
        font-size: 30px;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 25px;
        margin-top: 40px;
    }

    .faq-2 .faq-box .question-header .click {
        color: #222222;
    }

    .faq .faq-box .question-header .click {
        padding: 0;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 22px;

        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 {

        font-weight: 600;
        font-size: 16px;
        position: absolute;
        right: 116px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 20px;
        text-align: center;
    }
}



/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
}

.masonry-grid {
    column-count: 4;
    /* 4 columns for wider screens */
    column-gap: 16px;
    /* Spacing between columns */
    padding: 20px;
}

.masonry-item {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 900px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .masonry-grid {
        column-count: 1;
    }
}

/* :: 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 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    font-family: "Poppins", 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: #1992D0;
    display: inline-block;
    cursor: pointer;
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    font-family: "Poppins", 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: #2385BA;
    display: inline-block;
    cursor: pointer;
}

.btn-1:hover {
    color: #2385BA;
}

.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F2F2F3;
    -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: #F2F2F3;
    color: #2385BA;
}

.btn-2:hover {
    color: #F2F2F3;
}

.btn-2:after {
    background-color: #2385BA;
}

.btn-3:hover {
    color: #F2F2F3;
}

.btn-3:after {
    background-color: #222;
}

.btn-4 {
    background-color: #222;
    color: #F2F2F3;
}

.btn-4:hover {
    color: #F2F2F3;
}

.btn-4:after {
    background-color: #2385BA;
}

/* :: Section Title */
.sec-title {
    padding-top: 30px;
    margin-bottom: 20px;
}

.sec-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 21px;
    font-weight: 700;
    color: #2385BA;
    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 {

    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: #2385BA;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: 0;
    right: 0;
}

/* :: Section Title Home 3 */
.sec-title-home-3 h2:after {
    content: '';
    background-color: #2385BA;
    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: #F2F2F3;
    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: #2385BA;
    -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: .2s;
    animation-delay: .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: .3s;
    animation-delay: .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: .4s;
    animation-delay: .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, .15);
    background-color: #F2F2F3;
    /* height: 90px; */

}

.nav-bar.active {
    /*background-color: #F2F2F3; */
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: none;
    background-color: #F2F2F3;

}

.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: 180px;
}

.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;
    justify-content: center;

}

.nav-bar .nav-bar-link ul li a {
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 30px;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;

}

.nav-bar .nav-bar-link ul li a:before {
    content: '';
    background-color: #2385BA;
    position: absolute;
    width: 0%;
    height: 3px;
    left: 15px;
    bottom: 0px;
    /* padding-left: 2px; */
    -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: #2385BA;
}

.nav-bar .nav-bar-link>ul ul {
    position: absolute;
    z-index: 2;
    background-color: #F2F2F3;
    border-radius: 2px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 300px;
    -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: visible;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
}

.nav-bar .nav-bar-link>ul li:hover>ul {
    -webkit-transform: translateY(00px);
    -ms-transform: translateY(00px);
    transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}

@media (min-width: 991px) {

    .nav-bar .nav-bar-link>ul li:hover>ul {
        display: block;
    }


}

.nav-bar .nav-bar-link>ul ul li {
    position: relative;
    padding: 0 30px 0 25px;
}

.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: 1992D8 !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: #F2F2F3;
    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: #1998d7;
}

.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;
    /* margin-top: 10px; */
}

.nav-bar.active .info-nav .item .btn-1.request-a-quote:hover {
    color: #F2F2F3;
}

.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: #2385BA
}

.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: #F2F2F3;
    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: #F2F2F3;
    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: #2385BA;
}

.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: #2385BA;
}

.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: #F2F2F3;
    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: #F2F2F3;
}

.navs-home-2 .nav-top .nav-top-box ul li a.icon {
    color: #F2F2F3;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.navs-home-2 .nav-top .nav-top-box ul li a.icon:hover {
    color: #2385BA;
}

.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: #F2F2F3;
    border: 0;
    border-bottom: 1px solid #F2F2F3;
}

.search-box form input:focus {
    border-bottom: 1px solid #2385BA;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #2385BA;
    border: 0;
    outline: none;
}

.search-box .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #F2F2F3;
    cursor: pointer;
}

.search-box .close-search:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #2385BA;
}

/* :: 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: #F2F2F3;
    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: #2385BA;
    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: #2385BA;
    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: #2385BA;
    color: #F2F2F3;
}

.exit-menu-box {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #2385BA;
    width: 35px;
    color: #F2F2F3;
    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 .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: #F2F2F3;
    position: relative;
}

.header .banner .handline {
    color: #F2F2F3;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
}

.header .banner .about-website {
    font-size: 20px;
    color: #F9F9F9;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}


/* :: Header Home 2 */
.header-home-2 .header-owl.owl-theme .owl-dots {
    bottom: calc(100px + 25px);
}

.header .Petrox-info {
    padding: 50px;
    background-color: #F2F2F3;
    border-radius: 3px;
    width: 300px;
    position: relative;
}

.header .Petrox-info img {
    width: 60px;
    margin-bottom: 30px;
}

.header .Petrox-info h4 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}

.header .Petrox-info p {
    margin-bottom: 12px;
}

.header .Petrox-info a {
    line-height: 1;
    color: #2385BA;
    font-weight: 600;
}

.header .Petrox-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: #2385BA;
    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: #F2F2F3;
    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;
    background-color: #FFF;
}

/* :: 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-heading {
    text-align: center;
} */

.about-heading h1 {
    font-size: 30px;
}

.about-heading h3 {
    font-weight: 600;
    color: #0094d1;
}

/* .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: #F2F2F3;
    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: #2385BA;
    color: #F2F2F3;
    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: .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: 15px;
    font-size: 36px;
}

.about-us .text-box ul {
    overflow: hidden;
}

/* .about-us .text-box ul li {
    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: #2385BA;
}

.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 #2385BA;
}

.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: #2385BA;
}

/* :: 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: #2385BA;
    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: #2385BA;
    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: #2385BA;
    color: #F2F2F3;
    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 #2385BA 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: #F2F2F3;
}

.about-us-home-3 .img-box .about-img .mission p {
    color: #F2F2F3;
    margin-bottom: 0;
}

.about-us-2-home-3 .img-box .logo-box {
    background-color: #F2F2F3;
    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: #2385BA;
}

/* :: Services */
.services {
    background: #F9F9F9 url(../images/02_pattern.png);
    position: relative;
    background-position: center;
}

.services .services-item {
    margin-bottom: 30px;
    background-color: #F2F2F3;
    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: #2385BA; */
}

.services .services-item:hover span,
.work .item-work:hover span {
    width: 1000px;
    height: 1000px;
}

.services .services-item i {
    font-size: 40px;
    background-color: #2385BA;
    color: #F2F2F3;
    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: #F2F2F3; */
    color: #2385BA;
}

.services .services-item h4 {
    font-size: 24px;
    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: #F2F2F3; */
}

.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: #F2F2F3; */
}

/* :: 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: #F2F2F3;
}

.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 #F2F2F3;
}

.services-home-2 .services-item i {
    color: #2385BA;
    background-color: #F2F2F3;
}

.services-home-2 .services-item h4 {
    color: #F2F2F3;
}

.services-home-2 .services-item p {
    color: #F1F1F1
}

.services-home-2 .services-item .more {
    color: #F2F2F3;
}

/* :: 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: #2385BA; */
    width: auto;
    height: auto;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    border-radius: 0;
    font-size: 50px;
}




/* :: Provide */
.provide .col-md-6 {
    padding: 0;
}

.provide .text-box {
    background-color: #2385BA;
    padding: 100px 120px;
}

.provide .text-box .sec-title {
    margin-bottom: 50px;
}

.provide .text-box .sec-title h3 {
    margin-bottom: 25px;
    color: #F2F2F3;
    font-size: 52px;
}

.provide .text-box .sec-title p {
    color: #F1F1F1;
}

.provide .text-box .provide-features li h4 {
    color: #F2F2F3;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 15px;
}

.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: #F2F2F3;
    color: #2385BA;
    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: #F2F2F3;
    border-radius: 3px;
    padding-top: 0;
}

.provide .text-box .provide-features-box i {
    font-size: 35px;
    background-color: #2385BA;
    color: #F2F2F3;
    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: .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 #F2F2F3;
    padding: 4px;
}

.provide .text-box .profile img:last-of-type {
    width: 185px;
    margin-left: 15px;
}

.provide .img-box {
    background-image: url(../images/provide/01_provide.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.provide .img-box .video-box {
    background-color: #F2F2F3;
    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 #F2F2F3 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: #2385BA;
    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: #F2F2F3;
}

/* :: 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: #F2F2F3;
    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: #F2F2F3;
    position: relative;
}

.provide-2-item .content p {
    margin-bottom: 0;
    position: relative;
    color: #F2F2F3;
}

/* :: Provide Home 3 */
.provide-home-3 .sec-title h2 {
    color: #F2F2F3;
}

.provide-home-3 .sec-title h2:after {
    background-color: #F2F2F3;
}

.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: #F2F2F3;
}

.provide-features-home-3 .features-home-3-item h4 {
    margin-bottom: 12px;
    color: #F2F2F3;
    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(225 29 7 / 0.8);
}

.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: #F2F2F3;
    color: #2385BA;
    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: #F2F2F3;
    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: #F2F2F3;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .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: #2385BA;
    color: #F2F2F3;
    border: 1px solid #2385BA;
}

.work-list-filter .list-name-work li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Work Home 2 */


/* :: 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: #F2F2F3;
    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: #2385BA;
    font-size: 14px;
    color: #F2F2F3;
    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: #2385BA;
    background-color: #F2F2F3;
    -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: #2385BA;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* :: Team Home 2 */
.team-home-2 .team-box .img-box ul {
    background-color: #2385BA;
    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: #F2F2F3
}

.expert .sec-title h3 {
    margin-bottom: 30px;
    color: #F2F2F3;
    font-size: 65px;
}

.expert .sec-title p {
    color: #F1F1F1;
    margin-bottom: 30px;
}

.expert .statistic-owl {
    background-color: #F2F2F3;
    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: #2385BA;
    color: #F2F2F3;
    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: .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: #2385BA;
}

/* :: Quote */
.quote {
    position: relative;
    margin-top: 100px;
}

.quote .quote-box {
    background-color: #F2F2F3;
    -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: 10px;
    border-radius: 3px;
}

.quote .quote-info {
    height: 100%;
    color: #F2F2F3;
    background: url(../images/quote/01_quote.jpg);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
}

.quote .quote-info:after {
    content: '';
    background-color: #2385BA;
    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 #F2F2F3;
    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: #2385BA;
}

.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: #2385BA;
}

.nice-select .list {
    background-color: #F2F2F3;
    min-width: 250px;
    padding: 25px 0;
    border-color: #F2F2F3;
    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: #2385BA;
    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: #F2F2F3;
    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 #F2F2F3;
    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: #F2F2F3;
    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: #F2F2F3;
    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: #F2F2F3;
    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: #2385BA;
    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: #2385BA;
    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 #2385BA;
}

.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: #2385BA;
}

.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 #2385BA;
    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;
    padding-bottom: 20px;
}

.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: #2385BA;
    -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: #F2F2F3;
}

.testimonial-home-3 .sec-title p {
    color: #F1F1F1;
}

.testimonial-home-3 .testimonial-item .text-box {
    background-color: #F2F2F3;
    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 #F2F2F3;
    left: 0;
    bottom: -10px;
    z-index: 0;
}

.testimonial-home-3 .testimonial-item .text-box i {
    font-size: 30px;
    background-color: #2385BA;
    color: #F2F2F3;
    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 #F2F2F3;
    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: #F2F2F3;
}

.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: #2385BA;
    color: #F2F2F3;
    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: #2385BA;
    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: 12px 0px 0px 6px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 18px;
    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: #2385BA;
}

.blog-item .text-box .blog-date {
    margin-bottom: 15px;
    display: block;
}

.blog-item .text-box .link {
    font-size: 13px;
    color: #222222;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-item .text-box .link:hover {
    color: #2385BA;
}

/* :: 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: 210px;
}

.footer .logo p {
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}

.footer-title h4 {
    color: #F2F2F3;
    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: #2385BA;
}

.footer .newsletter {
    background-color: #323232;
    padding: 30px;
    border-radius: 3px;
}

.footer .newsletter h5 {
    color: #2385BA;
    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: #2385BA;
}

.footer .newsletter form a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #2385BA;
    color: #F2F2F3;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #F2F2F3;
}

.footer .newsletter form a:hover i {
    color: #F2F2F3;
}

.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: #F2F2F3;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}

.footer ul.icon li:hover a {
    background-color: #F2F2F3;
    color: #2385BA;
}

.copyright {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #323232;
    overflow: hidden;

}

.copyright p {
    margin: 0;
    color: #F4F4F4;
    text-align: center;
}

.copyright p a {
    color: #2385BA;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li a {
    color: #F2F2F3 !important
}

.copyright ul li:hover a {
    color: #2385BA !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: #2385BA;
    font-size: 16px;
    color: #F2F2F3;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #2385BA;
    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: #F2F2F3;
    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: 45px;
    font-weight: 600;
    line-height: 1.2;
    color: #F2F2F3;
    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.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li:hover a {
    color: #2385BA;
}

/* :: 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: #2385BA;
    border-radius: 3px;
    color: #F2F2F3;
    margin-bottom: 30px;
    border-radius: 3px;
}

.dedicated-customer h5 {
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #F2F2F3;
    font-size: 24px;
}

.dedicated-customer p {
    margin-bottom: 100px;
    color: #F1F1F1
}

.dedicated-customer .btn-1 {
    display: block;
}

.dedicated-customer .btn-1:hover {
    color: #F2F2F3;
}

.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: #2385BA;
    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: 30px;
    line-height: 1.1;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}

.single-services h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}

.single-services .single-services-list {
    padding: 20px;
    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: #F2F2F3;
}

.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: #2385BA
}

.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: #2385BA;
    border-color: #2385BA;
    color: #F2F2F3;
}

.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: #2385BA;
}

.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: #F2F2F3;
    border: 1px solid #2385BA;
    background-color: #2385BA;
}

.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: #2385BA;
}

.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: #2385BA;
}

.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: #2385BA;
    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: #2385BA;
    color: #F2F2F3;
    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: #F2F2F3;
    background-color: #2385BA;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #2385BA;
    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: #2385BA;
    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: #2385BA;
    color: #F2F2F3;
    border: 1px solid #2385BA;
}

.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: #2385BA;
    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: #2385BA;
}

/* :: 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: #2385BA;
    color: #F2F2F3;
    border-color: #2385BA;
}

/* :: 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: #2385BA;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #2385BA;
    padding: 2px 15px;
    color: #F2F2F3;
    border-radius: 3px;
}

.item-careers p {
    margin: 15px 0;
}

.item-careers a {
    font-size: 14px;
    color: #2385BA;
    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: #F2F2F3;
    color: #2385BA
}

.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: #2385BA;
}

.shop-item .item-text span {
    color: #2385BA;
    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: #2385BA;
}

.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: #2385BA;
}

.shop-page .text-box-details .item-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #2385BA;
    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: #2385BA;
}

.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: #2385BA;
    display: inline-block;
    cursor: pointer;
    color: #F2F2F3;
}

.shop-page .description ul li:hover {
    color: #F2F2F3;
}

.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;
}



.text-center {
    text-align: center !important;

}

.features-item {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-content p {
    text-align: left;

}

.features-area .icon,
.contact .info-item .icon {
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 55px;
    color: #F2F2F3;
    background: var(--color-primary);
    border-radius: 50%;
    margin-bottom: 20px;
}

.p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.features-area .icon,
.contact .info-item .icon {
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 55px;
    color: #F2F2F3;
    background: var(--color-primary);
    border-radius: 50%;
    margin-bottom: 20px;
}

.icon-circle {
    background-color: #0094d1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px;
    /* Center and add space below the icon */
}

.icon-circle i {
    font-size: 23px;
    color: white;
}


@media (max-width: 1366px) {
    .container-xl {
        max-width: 1200px;
    }
}

.mt-5 {
    margin-top: 3rem !important;
}


@media (max-width: 1300px) {
    .container-xl {
        padding: 0 15px;
    }
}

@media (max-width: 1366px) {
    .container-xl {
        max-width: 1200px;
    }
}

.advantageIndia h3 {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    align-self: center;
    font-style: italic;
    position: relative;
    margin-bottom: 0;
    max-width: 240px;
    margin-left: -25px;
    min-height: 48px;
    transform: scale(0.9);
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.advantageIndia h3,
.advantageIndiaTitle {
    width: 100%;
    text-transform: uppercase;
    color: #F2F2F3;
    text-align: center;
}

.advantageIndia .robust .box:before {
    background: #f5841f;
}

.advantageIndia .box:before {
    content: '';
    display: block;
    width: 8px;
    height: 27px;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}

.advantageIndia .box {
    padding: 15px 10px 40px;
    color: #F2F2F3;
    margin: 27px auto auto;
    position: relative;
    height: 100%;
    font-size: 12px;
    max-width: 265px;
}

.advantageIndia .item,
.ecommerce-advantage .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.advantageIndia .item .iconBox {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    border: 2px solid;
    background-color: #F2F2F3;
    text-align: center;
    margin: -20px auto auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantageIndia .robust .iconBox {
    border-color: #f5841f;
}

.advantageIndiaTitle {
    background: url(../images/advantage-title-bg.png) center;
    font-size: 22px;
    font-weight: 700;
    display: block;
    max-width: 567px;
    padding: 16px 0;
    margin: auto;
}

.advantageIndia .attractive .box,
.advantageIndia .attractive h3,
.bg-green,
.common-btn.green-hover:hover,
.common-btn.orange:hover,
.ecommerce-advantage .item.green .innerContentItem li:before,
.ecommerce-tabs .nav-tabs .nav-item.show .nav-link,
.ecommerce-tabs .nav-tabs .nav-link.active,
.latestUpdated {
    background-color: #00963f;
}

.advantageIndia .box {
    padding: 15px 10px 40px;
    color: #F2F2F3;
    margin: 27px auto auto;
    position: relative;
    height: 100%;
    font-size: 12px;
    max-width: 265px;
}

.d-flex {
    display: flex !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.advantageIndia .policy .box,
.advantageIndia .policy h3 {
    background-color: #0c2469;
}

.advantageIndia h3 {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    align-self: center;
    font-style: italic;
    position: relative;
    margin-bottom: 0;
    max-width: 240px;
    margin-left: -25px;
    min-height: 48px;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.advantageIndia .box {
    padding: 15px 10px 40px;
    color: #F2F2F3;
    margin: 27px auto auto;
    position: relative;
    height: 100%;
    font-size: 12px;
    max-width: 265px;
}

.advantageIndia .item,
.ecommerce-advantage .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.advantageIndia .attractive .box:before,
.ecommerce-advantage .item.green .arrow-right,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.showcaseTabs .nav-link.active,
.showcaseTabs .show>.nav-link {
    background: #00963f;
}

.advantageIndia .policy .box:before {
    background: #0c2469;
}

.advantageIndia .competitive .box:before {
    background: #606060;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

style attribute {
    visibility: visible;
    animation-name: fadeInUp;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.category-map li a,
.text-black,
.text-black-link,
a.green_11,
body,
header.active .megaMenuToggle a,
header.active nav ul li .dropdown,
header.active nav>ul>li>a,
header.active ul li a,
header.active ul li a i,
ul.circle-check li a {
    color: #000;
}

body {
    max-width: 1920px;
    margin: auto;
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F3;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.advantageIndia h3:before {
    content: "";
    position: absolute;
    border-color: #fff0 #fff0 #fff0 #ecebf0;
    border-width: 22px;
    border-style: solid;
    top: 2px;
    left: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.advantageIndia .policy h3::after {
    border-color: #0c2469;
}

.advantageIndia h3:after {
    content: '';
    position: absolute;
    border-width: 24px;
    border-style: solid;
    top: 0;
    right: -46px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.advantageIndia .policy .box,
.advantageIndia .policy h3 {
    background-color: #0c2469;
}

.advantageIndia h3 {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    align-self: center;
    font-style: italic;
    position: relative;
    margin-bottom: 0;
    max-width: 361px;
    margin-left: -25px;
    min-height: 48px;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.advantageIndia .item,
.ecommerce-advantage .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.advantageIndia .competitive .box,
.advantageIndia .competitive h3 {
    background-color: #606060;
}

.advantageIndia h3:after {
    content: '';
    position: absolute;
    border-width: 24px;
    border-style: solid;
    top: 0;
    right: -48px;
}

.advantageIndia .competitive h3::after {
    border-color: #606060;
}

.advantageIndia .competitive .box,
.advantageIndia .competitive h3 {
    background-color: #606060;
}

.advantageIndia .box {
    padding: 15px 10px 40px;
    color: #F2F2F3;
    margin: 27px auto auto;
    position: relative;
    height: 100%;
    font-size: 12px;
    max-width: 361px;
}

.d-flex {
    display: flex !important;
}

p {
    margin-top: 14px;
    margin-bottom: 1rem;
}

.advantageIndiaTitle {
    background: url(../images/advantage-title-bg.png) center;
    font-size: 22px;
    font-weight: 700;
    display: block;
    max-width: 567px;
    padding: 16px 0;
    margin: auto;
}

.advantageIndia .robust .box,
.advantageIndia .robust h3 {
    background-color: #f5841f;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.advantageIndia h3:after {
    content: '';
    position: absolute;
    border-width: 24px;
    border-style: solid;
    top: 0;
    right: -46px;
}

.advantageIndia .attractive h3::after,
.ecommerce-advantage .item.green .arrow-right:after {
    border-color: #00963f;
}

.advantageIndia .robust h3::after {
    border-color: #f5841f;
}

.advantageIndia .attractive .box,
.advantageIndia .attractive h3,
.bg-green,
.common-btn.green-hover:hover,
.common-btn.orange:hover,
.ecommerce-advantage .item.green .innerContentItem li:before,
.ecommerce-tabs .nav-tabs .nav-item.show .nav-link,
.ecommerce-tabs .nav-tabs .nav-link.active,
.latestUpdated {
    background-color: #00963f;
}

.advantageIndia {
    position: relative;
    overflow: visible;
}

.advantageIndia {
    background: url(assets/images/new-release-bg.jpg) 0 0 / cover no-repeat;
    padding-bottom: 10px;
}

.advantageIndia .box p,
.fz14,
.searchField .form-control {
    font-size: 14px;
    color: white;
}

.advantageIndiaTitle {
    background: url(../images/advantage-title-bg.png) center;
    font-size: 22px;
    font-weight: 700;
    display: block;
    max-width: 567px;
    padding: 16px 0;
    margin: auto;
}

.headline-top {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 991px) {
    .header .banner .handline {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    .header .banner .about-website {
        font-size: 15px !important;
        font-weight: 300 !important;
    }
}


.header .banner .handline {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 650;
    line-height: 1;
    font-size: 70px;
    margin-bottom: 30px;
    position: relative;
}

.handline {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    /* Use Poppins if you prefer */
    position: relative;
    white-space: nowrap;
    overflow: hidden;


}


.animated-text {
    display: inline-block;
    animation: typing 3s steps(3) forwards, blink 1s step-start infinite;
}

/* Typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Cursor blinking effect */
@keyframes blink {
    50% {
        border-color: transparent;
    }
}


.zoom {
    transition: transform 0.3s ease-in-out;
}

.zoom:hover {
    transform: scale(1.1);
    /* Adjust the scale as per your requirement */
}

.service-item {
    background-color: #F2F2F3;
    /* White background */
    border-radius: 20px;
    /* Rounded corners */
    border: 2px solid skyblue;
    /* Red border */
    padding: 20px;
    /* Inner padding */
    height: 297px;
    /* Ensure the height is 100% of the parent */
    transition: box-shadow 0.3s;
    /* Smooth transition for shadow effect */
    margin-top: -36px;
    margin-bottom: 44px;
}

.service-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Shadow effect on hover */
}

.mb-3 {
    margin-bottom: 1rem;
    /* This is usually the default Bootstrap margin */
}

.mb-3 {
    font-size: 23px;
    margin-left: 89px;
    margin-top: 27px;
    font-size: 25px;
}

.btn-primary {
    color: #F2F2F3;
    background-color: #0d6efd;
    border-color: #0d6efd;
    height: 41px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 86px;
    align-items: centre;
}

.services-section,
.services-section h3,
.services-section h4,
.services-section p,
.services-section button {
    font-family: 'Libre Baskerville', serif;
}

.services-section h3 {
    font-weight: 700;
    /* Bold for headings */
    font-size: 50px;
    /* Keep your specified font size */
    text-align: center;
}

.services-section h4 {
    font-weight: 700;
    /* Bold for product titles */
    font-size: 20px;
    /* Keep your specified font size for product titles */
}

.services-section p {
    font-weight: 400;
    /* Regular weight for paragraph text */
}

.modal-title {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    /* Bold for modal titles */
}

.modal-body p {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    /* Regular weight for modal descriptions */
}

.btn-primary {
    font-family: 'Libre Baskerville', serif;
}

/* Import the Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* General body styles */
body {
    font-family: 'Poppins', sans-serif;
    /* Apply Poppins font to the entire body */
    margin: 0;
    padding: 0;
    line-height: 1.6;
    /* Adjust line height for better readability */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    /* Ensure all headings use Poppins */
    margin: 0;
    /* Remove default margin */
}

h1 {
    font-size: 2.5rem;
    /* Customize as needed */
}

h2 {
    font-size: 2rem;
    /* Customize as needed */
}

h3 {
    font-size: 1.75rem;
    /* Customize as needed */
}

h4 {
    font-size: 1.5rem;
    /* Customize as needed */
}

/* Services section specific styles */
.services-section {
    font-family: 'Poppins', sans-serif;
}

.services-section h3 {
    text-align: center;
    font-size: 50px;
    /* Customize heading size */
}

.services-section h4 {
    font-size: 20px;
    /* Customize product title size */
}

.services-section .service-item {
    text-align: center;
    /* Center align content in each service item */
}

.services-section .btn {
    margin-top: 10px;
    /* Add spacing above buttons */
    margin-left: 10px;
}

/* Other elements styles */
p {
    font-family: 'Poppins', sans-serif;
    /* Ensure all paragraphs use Poppins */
}

/* Additional custom styles can go here */


@media (min-width: 900px) {
    .mob-contact {
        display: block;
    }

}

.advantageIndia .robust h3::after {
    border-color: #fff0 #fff0 #fff0 #f5841f;
}

.advantageIndia .attractive h3::after,
.ecommerce-advantage .item.green .arrow-right:after {
    border-color: #fff0 #fff0 #fff0 #00963f;
}

.advantageIndia .policy h3::after {
    border-color: #fff0 #fff0 #fff0 #0c2469;
}

.advantageIndia .competitive h3::after {
    border-color: #fff0 #fff0 #fff0 #606060;
}

.features-owl .owl-item img {
    display: block;
    width: 140px;
    align-items: center;
}

.custom-owl-carousel img {
    display: block;
    width: 50px !important;
    align-items: center;
}

.carousel-wrapper .owl-carousel .item img {
    width: 300px;
    /* Set the desired width */
    margin: 0 auto;
    /* Center the item */
}

/* .nav-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
} */

.certificate-gallery {
    background-color: #f8f9fa;
    padding: 40px 0 60px 0;
}

/*.sec-title h2 {*/
/*    font-size: 32px;*/
/*    color: #333;*/
/*}*/

.sec-title h3 {
    font-size: 36px;
    color: #777;

}

.carousel .text-content {
    padding: 20px;
    font-size: 20px;
    color: #555;
    text-align: left;
    /* Align text to the left */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #333;
    border-radius: 50%;
}

h3,
h4 {
    font-size: 20px;
    /* Increase as per requirement */
}

/* Increase font size for paragraph text */
p {
    font-size: 16px;
    /* Adjust to your desired size */
}

/* Optionally, increase font size for the list items */
ul li {
    font-size: 16px;
    /* Increase size for list items */
}

.about-text h3 {
    font-size: 20px;
}

.about-text p {
    font-size: 16px;
}

/* Increase line height for all paragraphs */
p {
    line-height: 1.6;
    /* Adjust this value as needed */
}

/* Increase line height for all headings */
h3,
h4 {
    line-height: 2.2;
    /* Adjust this value for headings */
}

/* Optionally, increase line height for list items */
ul li {
    line-height: 1.6;
    /* Adjust as needed */
}

.faq-2 .faq-box {
    border: 2px black;
    margin-bottom: 30px;
}

.faq-2 .faq-box .about-text {
    color: #9B9B9B;
    border-top: 2px solid #F1F1F1;
}

.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #222222;
    position: relative;
    margin-top: 30px;
}

.single-services h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}

.faq-2 .faq-box .question-header .click {
    color: #222222;
}

.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 22px;

    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 {

    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 116px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
}


.accordion-container {
    display: block;
    /* Default block layout */
    margin-top: 20px;
}

.accordion {
    width: 100%;
    /* Two accordions side by side */
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: inline-block;
    /* Allows side-by-side layout */
    vertical-align: top;
}

.accordion-header {
    width: 100%;
    background: #2385BA;
    color: #fff;
    padding: 15px;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #0056b3;
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #f9f9f9;
}

.accordion-content ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 20px;
}

.accordion-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.arrow-icon {
    float: right;
    /* Positions the arrow icon to the right */
    transition: transform 0.3s ease;
}

.accordion-header.active .arrow-icon {
    transform: rotate(180deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .accordion {
        width: 100%;
        /* Full width on tablets */
        display: block;
        /* Stack items vertically */
    }
}

@media (max-width: 480px) {
    .accordion-header {
        font-size: 14px;
        /* Adjust font size for smaller screens */
    }

    .accordion-content {
        padding: 10px;
        /* Reduce padding for smaller screens */
    }
}

/* arrow  */
/* Owl Carousel Navigation Arrows */
.owl-nav {
    position: absolute;
    top: 30px;
    /* Center arrows vertically */
    width: 100%;
    /* Full width to position left and right arrows */
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    /* Place arrows on opposite sides */
    pointer-events: none;
    /* Prevent interfering with content */
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: auto;
    /* Re-enable clicks on arrows */
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    color: #fff;
    /* Arrow color */
    border-radius: 50%;
    /* Make arrows circular */
    width: 40px;
    /* Arrow button width */
    height: 40px;
    /* Arrow button height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-size: 18px;
    /* Icon size */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

/* Hover effect for arrows */
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Position adjustments (optional) */
.owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    /* Adjust left position */
}

@media(max-width:480px) {
    .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
    }
}

@media(max-width:480px) {
    .owl-nav .owl-next {
        position: absolute;
        right: 0px;
    }
}

.owl-nav .owl-next {
    position: absolute;
    right: 0px;
    /* Adjust right position */
}


@media (max-width: 575px) {
    #mobile-heading {
        font-size: 45px;
    }
}

.sec-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /* Ensure full viewport height */
    background-size: cover;
    background-position: center;
}

.banner {
    text-align: left;
}


@media (max-width: 768px) {
    .banner {
        text-align: center;
        /* Left-align text for larger devices */
    }
}

.header-home-1 {
    height: 100vh !important;
}

 /* new navbar  */
 .main-header-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .new-logo {
   display: inline-block;
 }

 @media (max-width:1200px) {
   .main-header-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .header-top {
     display: none;
   }

   .main-header .outer-box {
     background-color: transparent;
   }
 }