/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

:root {
    --main-color: #ec1d3a;
    --sec-color: #053c5a;
}

/* :: Body */
body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 25px;
    overflow-x: hidden ! IMPORTANT;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: var(--main-color);
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: var(--main-color);
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

.container,
.container-fluid {
    position: relative
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 27px;
}

li {
    color: #606060;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 27px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px
}

.mb-30 {
    /* margin-bottom: 30px; */
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.py-0-0-70-0 {
    padding: 0 0 70px 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(28 26 48 / 35%);

}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #053b5c69;
}

.overlay-3 {
    background-color: rgb(245 112 9 / 85%);
}

.overlay-4 {
    background-color: rgb(255 255 255 / 95%);
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #23201e;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-1 span {
    position: relative;
    z-index: 2;
}

.btn-1:after,
.btn-1:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: var(--main-color);
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn-1:after {
    top: 0;
    left: 0;
    right: auto;
}

.btn-1:hover:after {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-1:before {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-1:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-1:hover span {
    color: var(--main-color);
}

.btn-1:hover:after,
.btn-1:hover:before {
    background-color: #FFF;
}

.btn-2 {
    background-color: #ec1d3a;
}

.btn-2:hover span {
    color: #FFF;
}

.btn-2:hover:after,
.btn-2:hover:before {
    background-color: #231E1E;
}

.btn-3 {
    background-color: var(--main-color);
}

.btn-3 span {
    color: #FFF;
}

.btn-3:hover span {
    color: var(--main-color);
}

.btn-3:hover:after,
.btn-3:hover:before {
    background-color: #231E1E;
}

.btn-4 {
    background-color: #FFF;
}

.btn-4 span {
    color: var(--main-color);
}

.btn-4:hover span {
    color: var(--main-color);
}

.btn-4:hover:after,
.btn-4:hover:before {
    background-color: var(--sec-color);
}

/* :: Section Title */
.sec-title {
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #23201e;
    font-family: 'Heebo', sans-serif;
    color: var(--main-color);

}

.sec-title.home-2 h2:before {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title.home-3 h2 {
    margin-bottom: 10px;
}

.sec-title.home-3 h2:before {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

.sec-title h3 {
    font-size: 38px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 2px;
    position: relative;
}

.sec-title .sec-explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
}

.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-section-2-left {
    background-color: var(--sec-color);
    width: 50%;
    float: left;
    height: 100%;
}

.bg-section-2-right {
    background-image: url(../images/provide/03_provide.jpg);
    height: 100%;
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.loading .lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.loading .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
}

.loading .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    margin: -5px 0 0 -5px;
}

.loading .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.loading .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loading .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.loading .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loading .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.loading .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loading .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.loading .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loading .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.loading .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loading .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.loading .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loading .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.loading .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loading .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.loading .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/* :: Navbar */
.all-navbar {
    background: transparent;
    z-index: 99;
    position: relative;
}

.nav-bar.active {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    padding: 4px 0;
}

.nav-bar {
    padding: 4px 0;
}

.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: 198px;
    padding: 9px;
}

.nav-bar .logo .logo-nav img.two {
    display: none;
}

.nav-bar.active .logo .logo-nav img.one {
    display: none;
}

.nav-bar.active .logo .logo-nav img.two {
    display: block;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 30px 0;
    margin: 0 44px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #fff;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active:before {
    width: 100%;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active {
    color: #fff;
}

.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}


.level-3 {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: 50%;
    right: -225px;
    min-width: 225px;


    opacity: 0;
    visibility: hidden;
}

.item-level-2:hover .level-3 {
    opacity: 1;
    visibility: visible;
}

.link-level-3 {
    color: var(--main-color);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 10%);

}

.link-level-3:hover {
    color: var(--main-color);
}

.nav-bar .nav-bar-links .item-level-1:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: var(--main-color);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 10%);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2 {
    border-bottom: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: var(--main-color);
}

.nav-bar .nav-bar-tools li {
    position: relative;
}

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    /* padding: 30px 15px 30px 0; */
}

.nav-bar .nav-bar-tools li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.nav-bar .nav-bar-tools li:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-bar .nav-bar-tools li:last-of-type:after {
    display: none;
}

.nav-bar .nav-bar-tools li.item.phone {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i {
    color: var(--main-color);
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    font-size: 35px;
    float: left;
    line-height: 1.1;
    color: var(--sec-color);
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 50px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #F5F5F5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a:hover {
    color: var(--main-color);
}

.nav-bar.active .nav-bar-tools li .search-icon i,
.nav-bar.active .nav-bar-tools li .menu-icon i,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a {
    color: #fff;
}

.nav-bar .nav-bar-tools li.item.buttons {
    padding: 15px 15px 15px 0;
}

.nav-bar .nav-bar-tools li.item.buttons a.btn-1 {
    line-height: 45px;
    height: 45px;
    min-width: 150px;
    padding: 0;
}

.nav-bar .nav-bar-tools li .cart-icon i {
    color: var(--sec-color);
}

.nav-bar .nav-bar-tools li .cart-icon i:hover {
    color: var(--main-color);
}

.nav-bar .nav-bar-tools li.cart {
    padding: 29px 15px 29px 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: var(--sec-color);
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--sec-color);
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
    background-color: var(--main-color);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: var(--main-color);
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
    margin-right: 16px;
}

/* :: Top Navbar */
.top-navbar {
    background-color: var(--sec-color);
}

.top-navbar .content-box .website-info li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: capitalize;
}

.top-navbar .content-box .website-info li i {
    margin-right: 6px;
    color: var(--main-color);
}

.top-navbar .content-box .website-icon-social li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
}

.top-navbar .content-box .website-icon-social li:hover i {
    color: var(--main-color);
}

/* :: Navbar home-2 */
.all-navbar.home-2 .nav-bar.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.all-navbar.home-2 .nav-bar .logo .logo-nav img.one {
    display: none
}

.all-navbar.home-2 .nav-bar .logo .logo-nav img.two {
    display: block
}

.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    color: var(--sec-color);
}

.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #9B9B9B;
}

.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i:hover,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i:hover {
    color: var(--main-color);
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245 112 9 / 90%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #FFF;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: var(--main-color);
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo img {
    width: 140px;
}

.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: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--sec-color);
}

.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i {
    float: left;
    font-size: 30px;
    line-height: 1;
    color: var(--main-color);
    position: relative;
    z-index: 2;
    padding: 10px 0 0 10px;
}

.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box {
    padding-left: 55px;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover {
    color: var(--main-color);
}

.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
    cursor: pointer;
}

.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #FDE4D0;
    display: inline-block;
    color: var(--main-color);
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: var(--main-color);
    color: #FFF;
}

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--main-color);
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-carousel .sec-hero {
    min-height: 100vh;
}

.header .header-carousel {
    height: 100%;
}

.header .header-carousel .container {
    position: relative;
}

.header .header-carousel .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header .banner .top-handline {
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
}

.header .banner .handline {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    margin: 0 100px 30px 0;
    position: relative;
}

.header .banner .header-list-features .item {
    position: relative;
    margin-bottom: 12px;
}

.header .banner .header-list-features .item:last-of-type {
    margin-bottom: 0;
}

.header .banner .header-list-features .item i {
    font-size: 11px;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header .banner .header-list-features .item h5 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: capitalize;
    padding-left: calc(22px + 12px);
    font-family: 'Barlow', sans-serif;
}

.header .banner .btn-box {
    margin-top: 30px;
}

.header-carousel.owl-theme .owl-nav,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-carousel.owl-theme .owl-nav [class*=owl-],
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 25px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
    color: var(--main-color);
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.fa-long-arrow-alt-left,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.fa-long-arrow-alt-left {
    left: 10px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.fa-long-arrow-alt-right,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.fa-long-arrow-alt-right {
    right: 10px;
}

.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header home-2 */
.header .other-tools {
    height: 100%
}

.header.home-2 .pulse i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    background-color: #FFF;
    color: var(--main-color);
}

.header.home-2 .pulse i:hover {
    background-color: var(--main-color);
    color: #FFF;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    bottom: 40px;
}

/* :: Features */
.features {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.features .all-features-item .features-item {
    background-color: var(--main-color);
    color: #FFF;
    padding: 50px 40px;
    display: flex;
}

.features-item img {
    height: 60px;
    display: unset !important;
    width: unset !important;
}

.features .all-features-item .features-item.active-bg {
    background-color: var(--sec-color);
}

.features .all-features-item .features-item.one {
    border-top-left-radius: 5px;
}

.features .all-features-item .features-item.three {
    border-top-right-radius: 5px;
}

.features .all-features-item .features-item .icon-item {
    font-size: 40px;
    line-height: 1;
    position: relative;
    float: left;
}

.features .all-features-item .features-item:hover .icon-item,
.start-grow:hover i,
.about-qualified-employees:hover i,
.nav-bar .nav-bar-tools li .nav-bar-contact:hover i,
.about-us .about-us-text-box .about-us-features-carousel .item:hover i:before,
.services-carousel-item:hover i:before,
.provide-core-list .provide-core-list-item:hover i:before,
.menu-box .inner-menu .contact-info .contact-box:hover i:before,
.contact-info .contact-box:hover i:before,
.statistic-item:hover i:before,
.features-style-2 .item:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.features .all-features-item .features-item.active-bg .icon-item {
    color: #FFF;
}

.features .all-features-item .features-item .content-box {
    padding-left: 40px;
}

.features .all-features-item .features-item .content-box span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
    color: #F1F1F1;
}

.features .all-features-item .features-item .content-box h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
}

.features .all-features-item .features-item .content-box p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #F1F1F1;
}

.features .looking-partner {
    background-color: var(--main-color);
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.features .looking-partner span {
    margin-left: 5px;
    text-decoration: underline;
}

/* :: Features Home 3 */
.features.home-3 .all-features-item .features-item.one {
    border-bottom-left-radius: 5px;
}

.features.home-3 .all-features-item .features-item.three {
    border-bottom-right-radius: 5px;
}

/* :: About US */
.about-us .about-us-img-box {
    position: relative;
    padding-right: 20px;
    height: 100%;
}

.about-us .about-us-img-box .img-box {
    position: relative;
    border-radius: 10px;
    height: 100%;
    background-size: cover;
    background-position: right;

}

.about-us .about-us-text-box .sec-title {
    margin-bottom: 30px;
}

.about-us .about-us-text-box .sec-title h3 {
    margin-bottom: 20px;
}

.about-us .about-us-text-box p.providing {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    color: var(--sec-color);
}

.about-us-core-list {
    margin-bottom: 30px;
    overflow: hidden;
}

.about-us-core-list .item {
    position: relative;
    margin-bottom: 12px;
}

.about-us-core-list .item:last-of-type {
    margin-bottom: 0;
}

.about-us-core-list .item i {
    font-size: 12px;
    background-color: var(--main-color);
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.about-us-core-list .item h4 {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    padding-left: 30px;
}

.about-us .about-us-text-box .img-person .about-us-person {
    border-radius: 50%;
    width: 60px;
    margin-right: 20px;
}

.about-us .about-us-text-box .img-person .signature {
    width: 250px;
}

.about-us .about-us-text-box .about-us-features-carousel {
    background: #F8F6F7 url(../images/01_pattern.png);
    overflow: hidden;
    border-radius: 5px;
    background-position: center;
}

.about-us .about-us-text-box .about-us-features-carousel .item {
    padding: 40px;
}

.about-us .about-us-text-box .about-us-features-carousel .item i,
.services-carousel-item i,
.provide-core-list .provide-core-list-item i,
.statistic-item i {
    font-size: 55px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 30px;
    color: var(--main-color);
    position: relative;
    padding: 15px 0 0 15px;
}

.about-us .about-us-text-box .about-us-features-carousel .item i:before,
.services-carousel-item i:before,
.provide-core-list .provide-core-list-item i:before,
.menu-box .inner-menu .contact-info .contact-box i:before,
.contact-info .contact-box i:before,
.statistic-item i:before {
    display: inline-block;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about-us .about-us-text-box .about-us-features-carousel .item i:after,
.services-carousel-item i:after,
.provide-core-list .provide-core-list-item i:after,
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after,
.statistic-item i:after {
    content: '';
    background-color: #FDE4D0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40% 45% 40% 30%;
}

.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after {
    width: 35px;
    height: 35px;
}

.about-us .about-us-text-box .about-us-features-carousel .item h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}

.about-us .about-us-text-box .about-us-features-carousel .item .btn-1 {
    min-width: auto;
    width: 100%;
}

/* :: About US Home 2 */
.about-us.home-2 .about-us-img-box {
    padding: 0 30px 0 50px;
}

.about-us.home-2 .about-us-img-box .img-box {
    background-position: center;
}

.start-grow {
    position: absolute;
    background-color: var(--main-color);
    color: #FFF;
    width: 160px;
    padding: 50px 30px;
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: 1;
    border-top-left-radius: 0;
}

.start-grow i {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 25px;
}

.start-grow h5 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.start-grow a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
}

.start-grow a:hover {
    color: var(--sec-color);
}

.about-qualified-employees {
    position: absolute;
    background-color: var(--main-color);
    color: #FFF;
    width: 270px;
    padding: 30px;
    border-radius: 5px;
    bottom: 30px;
    left: 20px;
}

.about-qualified-employees i {
    float: left;
    font-size: 50px;
    display: inline-block;
}

.about-qualified-employees .content {
    padding-left: 65px;
}

.about-qualified-employees .content .employees-counter {
    font-size: 45px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
}

.about-qualified-employees .content .counter-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}

.features-style-2 .item {
    margin-bottom: 30px;
}

.features-style-2 .item i {
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    float: left;
}

.features-style-2 .item .content-box {
    padding-left: 60px;
}

.features-style-2 .item .content-box h5 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
}

.features-style-2 .item .content-box p {
    margin-bottom: 0;
}

.about-quote {
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 5px;
    font-weight: 600;
    margin: 0;
}

.about-btn {
    margin-top: 30px;
}

/* :: About US Home 3 */
.about-us.home-3 .about-us-text-box .sec-title h2 {
    margin-bottom: 0;
}

.about-us.home-3 .about-us-text-box .sec-title h2:before {
    display: none;
}

.about-us.home-3 .about-us-img-box {
    padding: 40px 20px 40px 0;
}

.about-us.home-3 .about-us-img-box .img-box:after {
    content: '';
    background-color: var(--main-color);
    width: 80%;
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: -1;
}

.about-us.home-3 .about-btn {
    margin-top: 0;
}

/* :: Services */

.services .bg-section {
    background-image: url(../images/services/01_services-bg.jpg);
    height: calc(100% - (450px/2));
}

.services .sec-title h3,
.services .sec-title .sec-explain {
    color: #FFF;
}

.services-carousel-item {
    position: relative;
    padding: 50px 50px 0 50px;
    background-color: #FFF;
    border-radius: 5px;
}

.services-carousel-item h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
    text-transform: capitalize;
    position: relative;
}

.services-carousel-item p {
    margin-bottom: 0;
}

.services-carousel-item .open-link {
    width: 100%;
    margin-top: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.services-carousel.owl-theme .owl-nav {
    display: none;
}

.services-carousel.owl-theme .owl-dots {
    margin-top: 30px;
}

.services-carousel.owl-theme .owl-dots .owl-dot span,
.projects-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services-carousel.owl-theme .owl-dots .owl-dot:hover span,
.projects-carousel.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Services Home-2 */
.services.home-2 {
    background-color: #F8F6F7;
}

.services.home-2 .bg-section {
    height: 54%;
    background-image: url(../images/services/02_services-bg.jpg);
}

.services.home-2 .services-carousel-item {
    padding: 0;
}

.services.home-2 .services-carousel-item .services-item-img-box {
    height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    position: relative;
}

.services.home-2 .services-carousel-item .services-item-img-box:before {
    font-family: 'ar-coder';
    position: absolute;
    z-index: 1;
    font-size: 45px;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services.home-2 .services-carousel-item.item-1 .services-item-img-box:before {
    content: "\e934";
}

.services.home-2 .services-carousel-item.item-2 .services-item-img-box:before {
    content: "\e93d"
}

.services.home-2 .services-carousel-item.item-3 .services-item-img-box:before {
    content: "\e916"
}

.services.home-2 .services-carousel-item.item-4 .services-item-img-box:before {
    content: "\e917"
}

.services.home-2 .services-carousel-item.item-5 .services-item-img-box:before {
    content: "\e910"
}

.services.home-2 .services-carousel-item.item-6 .services-item-img-box:before {
    content: "\e90d"
}

.services.home-2 .services-carousel-item:hover .services-item-img-box:before {
    opacity: 0;
    visibility: visible;
    color: #FFF;
    z-index: 4;
}

/* .services.home-2 .services-carousel-item .services-item-img-box span,
.projects-item span,
.services.home-3 .item-box span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: rgba(9, 237, 245, 0.85);
} */
.services.home-2 .services-carousel-item:hover .services-item-img-box span,
.projects-item:hover span,
.services.home-3 .item-box:hover span {
    width: 2000px;
    height: 2000px;
}

.services.home-2 .item-box,
.services.home-3 .item-box {
    position: relative;
    padding: 25px 3px;

}

/* .item-box:hover .content-box p{
    color: #fff;
}

.item-box:hover .content-box h4{
    color: #fff;
} */
.services.home-2 .services-carousel-item .item-box i {
    float: left;
    padding: 0;
    line-height: 1.3;
    margin: 0;
    font-size: 45px;
}

.services.home-2 .services-carousel-item .item-box i:after {
    display: none;
}

.services.home-2 .services-carousel-item .item-box .content-box {
    padding-left: 65px;
}

.services.home-2 .services-carousel-item .item-box .content-box h4 {
    font-size: 22px;
}

.services.home-2 .services-carousel-item .item-box .content-box .more,
.services.home-3 .item-box .content-box .more {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 30px;
}

.services.home-2 .services-carousel-item .item-box .content-box .more:hover,
.services.home-3 .item-box .content-box .more:hover {
    color: var(--main-color);
}

.services.home-2 .services-carousel-item .item-box .content-box .more:after,
.services.home-3 .item-box .content-box .more:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.services.home-2 .services-carousel-item .item-box .content-box .more:hover:after,
.services.home-3 .item-box .content-box .more:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: var(--main-color);
}

.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: var(--sec-color)
}

.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color)
}

/* :: Services Home 3 */
/* .services.home-3{
    background-image: url(../images/02_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
} */
.services.home-3 .sec-title h3 {
    color: var(--sec-color);
}

.services.home-3 .sec-title .sec-explain {
    color: #9B9B9B;
}

.services.home-3 .item-box {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.services.home-3 .item-box span {
    background-color: var(--main-color);
    z-index: 0;
}

.services.home-3 .item-box i {
    float: left;
    line-height: 1.3;
    font-size: 45px;
    color: var(--main-color);
    position: relative;
}

.services.home-3 .item-box .content-box h4 {
    font-size: 57px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}

.services.home-3 .item-box .content-box p {
    margin-bottom: 0;
    position: relative
}

/* .services.home-3 .item-box:hover i,
.services.home-3 .item-box:hover .content-box h4,
.services.home-3 .item-box:hover .content-box p,
.services.home-3 .item-box:hover .content-box .more,
.services.home-3 .item-box .content-box .more:hover:after{
	color: #FFF;
} */


/* :: Video Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/video-presentation/01_video-presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.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;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pulse i {
    background-color: var(--main-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse i:hover {
    background-color: #FFF;
    color: var(--main-color);
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

/* :: Team */
.team-box {
    margin-bottom: 30px;
    display: block;
    box-shadow: 0 6px 6px #d5d5d5;
}

.team-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.team-box .img-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


.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 a {
    display: block;
    background-color: var(--main-color);
    font-size: 13px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

.team-box .img-box ul li:hover a {
    background-color: var(--sec-color);
}

.team-box .text-box {
    padding: 20px;
}

.team-box .text-box h5 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--sec-color);
}

.team-box .text-box h5 a {
    color: var(--sec-color);
    display: inline-block;
}

.team-box .text-box h5:hover,
.team-box .text-box h5:hover a {
    color: var(--main-color);
}

.team-box .text-box span {
    display: inline-block;
    color: var(--main-color);
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

/* :: Team Home 2 */
.team.home-2 {
    background-color: #F8F6F7;
}

.team.home-2 .team-box .img-box ul li a {
    margin-bottom: 5px;
    border-radius: 3px;
}

/* :: Provide */
.provide {
    padding-top: 100px;
    position: relative;
}

.provide .bg-section {
    background-image: url(../images/provide/01_provide.jpg);
    height: calc(100% - (504px/2));
}

.provide .sec-title h3 {
    color: #FFF;
    margin-top: 0;
}

.provide .sec-title p {
    color: #FFF;
}

.provide-core-list .provide-core-list-item {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.provide-core-list .provide-core-list-item h4 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--sec-color);
    margin-bottom: 20px;
}

.provide-core-list .provide-core-list-item p {
    margin-bottom: 0;
}

/* :: Quote Box */
.quote-box {
    padding: 50px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    margin-top: 70px;
    background-color: #FFF;
}

.quote-box .sec-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 30px;
}

.quote-box .sec-title h3 {
    color: var(--sec-color);
    font-size: 32px;
    margin-bottom: 20px;
}

.quote-box .sec-title p {
    color: #9B9B9B;
}

.quote-box .contact-info h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.quote-box .contact-info .contact-box.last {
    margin-bottom: 0
}

.quote-box form {
    margin-left: calc((var(--bs-gutter-x) * .5) + 2px);
}

.quote-box .quote-item input,
.quote-box .quote-item textarea {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.quote-box .quote-item textarea {
    height: 140px;
}

.quote-box .quote-item input:hover,
.quote-box .quote-item textarea:hover,
.quote-box .quote-item input:focus,
.quote-box .quote-item textarea:focus,
.nice-select:active,
.nice-select.open,
.nice-select:hover,
.nice-select:focus,
.nice-select.open:after {
    border-color: var(--main-color);
}

.nice-select {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 3px;
}

.nice-select .list {
    background-color: var(--sec-color);
    min-width: 250px;
    border-color: #FFF;
    color: #FFF;
    border-radius: 5px;
}

.nice-select:after {
    border-color: #E9E9E9;
}

.nice-select .option {
    color: #FFF;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 50px;
    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-bottom: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: var(--main-color);
}

.quote-box .quote-item .submit {
    border: none;
    color: #FFF;
}

/* :: Provide Home 2 */
.provide.home-2 .provide-core-list .provide-core-list-item {
    padding: 30px;
}

.provide.home-2 .provide-core-list .provide-core-list-item i {
    padding: 0;
    float: left;
    font-size: 45px;
    margin-bottom: 0;
}

.provide.home-2 .provide-core-list .provide-core-list-item i:after {
    display: none;
}

.provide.home-2 .provide-core-list .provide-core-list-item .item-content-box {
    padding-left: 60px;
}

.provide.home-2 .quote-box {
    padding: 40px;
}

.provide.home-2 .quote-box .map-box {
    height: 100%;
    margin-right: 16px;
}

.provide.home-2 .quote-box .map-box iframe {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.provide.home-2 .quote-box form {
    margin-left: 0;
}

/* :: Sponsors */
.sponsors {
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
}

.sponsors-box-item img {
    opacity: 0.5;
}

.sponsors-box-item img:hover {
    opacity: 1;
}

/* :: Statistic */
/* .statistic{
    padding: 0 0 60px 0;
    border-bottom: 1px solid #E9E9E9;
} */
.statistic-item {
    box-shadow: 0 15px 35px rgba(151, 151, 151, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 22px;
    border-radius: 5px;
}

.statistic-item i {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
    padding: 0px 0 21px 0px;
}

.statistic-item i:after {
    width: 40px;
    height: 40px;
}

.statistic-item .content {
    /* padding-left: calc(57px + 20px); */
    text-align: center;
}

.statistic-item .statistic-counter {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 10px;
    color: var(--main-color);
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 700;
    /* color: #000e52; */
    line-height: 1;
    /* font-family: poppins, sans-serif; */
    display: inline-flex;
    margin-bottom: 7px;
}

.statistic-item .counter-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

/* :: Projects */
.projects-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.projects-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.projects-item .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.projects-item:hover .hover-box {
    background-color: rgb(245 112 9 / 80%);
}

.projects-item .hover-box .text-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.projects-item .hover-box .text-box .tags a {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.projects-item .text-box h4 a {
    color: #FFF;
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
    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;
    text-transform: capitalize;
}

.projects-item:hover .hover-box .text-box .tags a,
.projects-item:hover .text-box h4 a,
.projects-item:hover .hover-box .projects-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.projects-item .hover-box .projects-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.projects-item .hover-box .projects-icon li {
    display: inline-block;
}

.projects-item .hover-box .projects-icon li a {
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #FFF;
    font-size: 13px;
    color: var(--main-color);
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}

.projects-item .hover-box .projects-icon li:hover a {
    background-color: transparent;
    color: #FFF
}

.projects-carousel.owl-theme .owl-nav {
    display: none;
}

.projects-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: var(--sec-color);
}

/* :: Projects Home 2 */
.projects.home-2 .projects-item:hover .hover-box {
    background-color: transparent;
}

/* :: Projects List */
.projects-list .list-name-projects {
    margin-bottom: 45px;
    display: inline-block;
}

.projects-list .list-name-projects li {
    display: inline-block;
    font-size: 18px;
    color: var(--sec-color);
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.projects-list .list-name-projects li.active,
.projects-list .list-name-projects li:hover {
    background-color: var(--main-color);
    color: #FFF;
    border: 1px solid var(--main-color);
}

.projects-list .list-name-projects li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Provide 2 */
.provide-2 {
    position: relative;
}

.provide-2 .bg-section {
    background-image: url(../images/provide/02_provide.jpg);
    height: calc(100%);
}

.provide-2 .sec-title {
    margin-bottom: 30px;
}

.provide-2 .sec-title h3 {
    color: #FFF;
}

.provide-2 .provide-btn {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.provide-2 .provide-btn .btn-1:first-of-type {
    margin-right: 30px;
}

.have-experience {
    position: relative;
    margin-bottom: 30px;
    height: 55px;
}

.have-experience i {
    position: absolute;
    color: var(--main-color);
    font-size: 55px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.have-experience h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    color: #FFF;
    padding-left: 75px;
}

/* :: FAQs */
.provide-2 .faq {
    margin-left: calc(var(--bs-gutter-x) * 1);
}

.faq .faq-box {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 2px solid #FFF;
    background-color: #FFF;
    position: relative;
}

.faq.style-2 .faq-box {
    border-color: #DDD;
}

.faq .faq-box .click {
    color: var(--sec-color);
    background-color: transparent;
    border-radius: 0;
    border: none;
    line-height: 1;
    display: block;
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.faq .faq-box .click i {
    color: var(--sec-color);
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 20px;
    text-align: center;
}

.faq .faq-box .click:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .faq-box .about-text {
    border: none;
    border-radius: 0;
    padding: 18px 0 0 0;
    font-size: 14px;
    border-top: 2px solid #DDD;
    margin: 0px 20px 20px 20px;
}

/* :: Get Update */
.get-update {
    padding: 50px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.get-update h5 {
    font-size: 38px;
    line-height: 1.3;
    color: var(--sec-color);
    text-transform: capitalize;
    font-weight: 600;
    margin-top: auto;
    position: relative;
}

.get-update h5 span {
    color: var(--main-color);
}

.get-update .phone {
    position: relative;
}

.get-update .phone:after,
.get-update .phone:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #DDD;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 15px);
}

.get-update .phone:before {
    right: calc(100% + 15px);
    left: auto
}

.get-update .pulse i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}

.get-update .pulse i:hover {
    background-color: var(--sec-color);
    color: var(--main-color);
}

.get-update .phone-mail {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: var(--sec-color);
}

.get-update .phone-mail:hover {
    color: var(--main-color);
}

.get-update .phone-mail:last-of-type {
    margin-bottom: 0;
}

/* :: Provide 3 */
.provide-3 {
    position: relative;
}

.provide-3 .sec-title {
    margin-bottom: 30px;
}

.provide-3 .sec-title h3,
.provide-3 .about-us-core-list .item h4,
.provide-3 .statistic-item .statistic-counter,
.provide-3 .statistic-item .counter-name {
    color: #FFF;
}

.provide-3 .img-box {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 25px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

.skills .skill-box .skill-top {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}

.skills .skill-box .skill-top .name {
    color: var(--sec-color);
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.skills .skill-box .skill-top .number {
    float: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--sec-color);
    display: inline-block;
    font-family: 'Barlow', sans-serif;
}

.skills .skill-box .skill-line {
    height: 14px;
    width: 100%;
    background-color: #F8F6F7;
    border-radius: 3px;
}

.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: var(--main-color);
}

/* :: How It Work */
.how-it-work {
    overflow: hidden;
}

.work-item {
    text-align: center;
    position: relative;
    padding: 30px;
    border-radius: 5px;
}

.work-item:hover {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    margin-bottom: 30px;
}

.work-item:after {
    content: '';
    background-color: #E9E9E9;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(141px + 30px);
    z-index: -1;
}

.work-item:hover:after {
    background-color: var(--main-color);
}

.work-item:before {
    content: '';
    background-color: #E9E9E9;
    height: 3px;
    width: 1000px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(141px + 30px);
    z-index: -2;
}

.work-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    display: inline-block;
    border: 3px dotted #E9E9E9;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
}

.work-item:hover .icon {
    border-color: var(--main-color);
    color: var(--main-color)
}

.work-item:hover .icon:before {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.work-item span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E9E9E9;
    display: block;
    margin: 0 auto 30px auto;
    position: relative;
}

.work-item:hover span {
    background-color: var(--main-color);
}

.work-item span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.work-item:hover span:after {
    opacity: 1
}

.work-item h4 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--sec-color);
    margin-bottom: 20px;
}

.work-item p {
    margin-bottom: 0;
}

/* :: Testimonial */
.testimonial {
    background-color: #F8F6F7;
}

.testimonial-carousel .item-box .text-box,
.testimonial.home-2 .box .text-box {
    position: relative;
    font-size: 25px;
    line-height: 39px;
    font-weight: 400;
    color: #202020;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.testimonial-carousel .item-box .item-name i,
.testimonial.home-2 .box .quote {
    font-size: 50px;
    line-height: 1;
    color: var(--main-color);
    display: block;
}

.testimonial-carousel .item-box .item-name h5,
.testimonial.home-2 .box .item-name h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--main-color);
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.testimonial-carousel .item-box .item-name span,
.testimonial.home-2 .box .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #9B9B9B;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots {
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
    border-radius: 50%;
    ;
    padding: 5px !important;
    outline: none;
    display: none;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot.active {
    border: 2px solid var(--main-color);
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
}

/*.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(1) span{*/
/*    background-image: url(https://images.unsplash.com/photo-1589297598064-8a0c7d8f9909?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjEyfHxtZWRpY2FsfGVufDB8fDB8fHww);*/
/*}*/
/*.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(2) span{*/
/*    background-image: url(../images/testimonial/02_testimonial.jpg);*/
/*}*/
/*.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(3) span{*/
/*    background-image: url(https://images.unsplash.com/photo-1589297598064-8a0c7d8f9909?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjEyfHxtZWRpY2FsfGVufDB8fDB8fHww);*/
/*}*/
.testimonial .testimonial-carousel.owl-theme .owl-nav {
    display: none;
}

/* :: Testimonial Home 2 */
.testimonial.home-2 .img-box {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 26px;
}

.testimonial.home-2 .owl-item.active .img-box {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.testimonial.home-2 .box {
    margin: 100px 0
}

.testimonial.home-2 .box .quote {
    margin-bottom: 30px;
}

.testimonial.home-2 .box .text-box {
    margin: 0 0 30px 0;
    text-align: left;
}

.testimonial.home-2 .box .item-name h5 {
    margin-top: 0;
    text-align: left;
}

.testimonial.home-2 .box .item-name span {
    text-align: left;
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-dots {
    display: none
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
    display: block;
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    color: var(--sec-color);
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.blog-item .img-box img {
    height: 262px;
    width: 100%;
    object-fit: cover;
}

.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: 10px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    font-size: 13px;
    color: var(--main-color);
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: var(--sec-color);
}

.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #212529;
    text-transform: capitalize;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: var(--main-color);
}

.blog-item .text-box .blog-date {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    color: var(--main-color);
}

.blog-item .text-box .link {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}

.blog-item .text-box .author-name {
    margin-left: 25px;
    display: inline-block;
    font-weight: 500;
}

/* :: Footer */
.footer {
    padding-top: 100px;
    background-color: #073b55;
    background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20220115/pngtree-competitive-advantage-position-leader-concept-photo-image_23513694.jpg);
    !I;
    !;
    z-index: 99;
    position: relative;
}

.footer .logo,
.footer .links {
    margin-bottom: 30px;
}

.footer .logo img {
    width: 180px;
}

.footer .logo p {
    margin: 30px 0 30px 0;
    color: #fff;
}

.footer-title h4 {
    color: #ffd;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}

.footer .links li a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 33px;
}

.footer .links li:hover a {
    color: #fff;
}

.footer .links li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.footer .links li a:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: var(--main-color);
}

.footer .newsletter p {
    color: #F9F9F9;
    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: var(--main-color);
}

.footer .newsletter form button {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: var(--main-color);
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
}

.footer .newsletter form button:hover {
    color: var(--main-color);
    background-color: #FFF;
}

.footer ul.icon {
    margin: 30px 0;
}

.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: var(--main-color);
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}

.footer ul.icon li:hover a {
    background-color: #FFF;
    color: var(--main-color);
}

.copyright {
    padding: 15px 0;
    background-color: #02131c;
    overflow: hidden;
    opacity: 1;
    z-index: 99;
    position: relative;
}

.copyright p {
    margin: 0;
    color: #fff;
    float: left;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.copyright p a {
    color: var(--main-color);
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li a {
    color: #FFF !important
}

.copyright ul li:hover a {
    color: var(--main-color) !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: var(--main-color);
    font-size: 16px;
    color: #FFF;
    line-height: 68px;
    width: 44px;
    height: 68px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-up:hover a {
    background-color: var(--sec-color);
    border: 1px solid var(--sec-color);
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    /* padding-bottom: 45px; */
    /* padding-top: 150px; */
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* height: 369px; */
    /* line-height: 369px; */
}

.breadcrumb-header.style-2 {
    padding: 120px 0;
}

.breadcrumb-header .banner h1 {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 10px;
}

.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;
}


/* :: Brochures */
.brochures {
    padding: 40px;
    margin: 0px 0 30px 0;
    border-radius: 5px;
    background-color: #F8F6F7;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.brochures h5 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--sec-color);
    margin-bottom: 10px;
}

.brochures a {
    width: 100%;
    min-width: 130px;
}

/* :: Call Back */
.call-back {
    padding: 40px;
    background-color: var(--main-color);
    margin-bottom: 30px;
    border-radius: 5px;
}

.call-back i {
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    line-height: 1.6;
}

.call-back .content-box {
    padding-left: 45px;
}

.call-back .content-box h5 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFF;
}

.call-back .content-box .call-phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
}

.call-back a.btn-1 {
    width: 100%;
    margin-top: 16px;
    min-width: 130px;
}

/* :: Single Team */
.single-team-sidebar .team-box .img-box img {
    width: 100%;
}

.single-team-content-box h2,
.single-services-content-box h2 {
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-team-content-box h3,
.single-services-content-box h3 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.single-team-content-box .about-us-core-list .item,
.single-services-content-box .about-us-core-list .item {
    width: 50%;
    float: left;
}

.single-team-content-box .skills .skill-box:last-of-type,
.single-services-content-box .skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

/* :: Single Services */
.single-services-list li a {
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.single-services-list li:last-of-type a {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.single-services-list li.active a,
.single-services-list li:hover a {
    color: var(--main-color);
}

.single-services-list li a i {
    float: right;
}

.single-services-content-box .single-services-img-box {
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
}

.single-services-content-box .video-presentation {
    margin-top: 50px;
}

/* :: Widget */
.widget {
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.widget .widget-title h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 22px;
}

/* :: Widget Search */
.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 2px solid #DDD;
    padding: 12px;
    width: 100%;
    color: var(--sec-color);
    font-size: 13px;
    border-radius: 6px;
}

.widget .widget-body .search input:focus {
    border-color: var(--main-color);
}

.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: var(--main-color);
    border: none;
}

/* :: Widget instagram */
.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 2px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: var(--main-color);
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* :: Widget Tags */
.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    text-transform: capitalize;
}

.widget .widget-body .tags ul li:hover a {
    background-color: var(--main-color);
    color: #FFF;
    border: 1px solid var(--main-color);
}

.widget .widget-body .follow .icon li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.widget .widget-body .follow .icon li a {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: var(--main-color);
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--main-color);
    border-radius: 2px;
}

.widget .widget-body .follow .icon li:hover a {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

/* :: Widget News */
.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: var(--main-color);
    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: #9B9B9B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: var(--main-color);
}

/* :: Pagination */
.pagination-area {
    margin-bottom: 30px;
}

.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    color: var(--sec-color);
    font-weight: 600;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    border: 1px solid #DDD;
    cursor: pointer;
    border-radius: 5px;
}

.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-area .pagination li.active,
.pagination-area .pagination li:hover {
    background-color: var(--main-color);
    color: #FFF;
    border-color: var(--main-color);
}

.single-blog-page .blog-item .text-box {
    padding-left: 0;
}

/* :: Share Post */
.share-post {
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.share-post span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.share-post ul li a {
    display: inline-block;
    text-align: center;
    background-color: #F1F1F1;
    color: var(--main-color);
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}

.share-post ul li:hover a {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #FFF;
}

/* :: Quotes People */
.quotes-people {
    background-color: #F9F9F9;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.quotes-people p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.quotes-people p:before {
    content: "\e92e";
    font-family: 'ar-coder' !important;
    font-size: 35px;
    position: absolute;
    top: 0;
    color: var(--main-color);
    left: -10px;
    z-index: -1;
    opacity: 0.6;
}

.quotes-people .people-name h5 {
    color: var(--sec-color);
    margin-top: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}

.quotes-people .people-name span {
    color: var(--main-color);
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Single Blog Nav */
.single-blog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    position: relative;
}

.single-blog-nav:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    left: 50%;
    background-color: #DDD;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-blog-nav .blog-nav-prev {
    float: left;
    width: 50%;
    position: relative;
}

.single-blog-nav .blog-nav-prev .img-box {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.single-blog-nav .blog-nav-prev .text-box {
    padding-left: 120px;
    padding-right: 20px
}

.single-blog-nav .blog-nav-prev .text-box .subtitle,
.single-blog-nav .blog-nav-next .text-box .subtitle {
    color: #9B9B9B;
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.single-blog-nav .blog-nav-prev .text-box .subtitle i,
.single-blog-nav .blog-nav-next .text-box .subtitle i {
    color: var(--main-color);
    margin-right: 8px;
}

.single-blog-nav .blog-nav-prev .text-box .title,
.single-blog-nav .blog-nav-next .text-box .title {
    color: var(--sec-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 10px;
}

.single-blog-nav .blog-nav-next {
    float: right;
    width: 50%;
    position: relative;
    text-align: right;
}

.single-blog-nav .blog-nav-next .text-box {
    padding-right: 120px;
    padding-left: 20px;
}

.single-blog-nav .blog-nav-next .img-box {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.single-blog-nav .blog-nav-prev .img-box img,
.single-blog-nav .blog-nav-next .img-box img {
    border-radius: 5px
}

.single-blog-nav .blog-nav-prev:hover .img-box,
.single-blog-nav .blog-nav-next:hover .img-box {
    top: -5px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
}

.single-blog-nav .blog-nav-next .text-box .subtitle i {
    margin: 0 0 0 8px;
}

.single-blog-nav .blog-nav-prev:hover .text-box .subtitle,
.single-blog-nav .blog-nav-next:hover .text-box .subtitle,
.single-blog-nav .blog-nav-prev:hover .text-box .title,
.single-blog-nav .blog-nav-next:hover .text-box .title {
    color: var(--main-color);
}

/* :: Single Blog Comments & Add Comment */
.item-comments {
    margin-bottom: 30px;
}

.item-comments .title h4,
.add-comments .title h4 {
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--sec-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
}

.item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.item-comments .inner-comments .comments-box.reply,
.item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.item-comments .inner-comments .comments-box .img-box {
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    color: var(--sec-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
}

.item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--main-color);
}

.item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    cursor: pointer;
}

.item-comments .inner-comments .comments-box .text-box a:hover {
    color: #FFF;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.add-comments .inner-add-comments-box {
    margin-bottom: 30px;
}

.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea,
.checkout-box .form-checkout .form-checkout-item input {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 5px;
}

.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus,
.checkout-box .form-checkout .form-checkout-item input:focus,
.form-promo-code input:focus {
    border-color: var(--main-color);
}

.add-comments .inner-add-comments-box textarea {
    height: 200px;
    display: block;
}

.add-comments .inner-add-comments-box button.submit,
.checkout-box .form-checkout .form-checkout-item button.submit {
    border: none;
}

/* :: Shop Page */
.shop-item {
    margin-bottom: 30px;
}

.shop-item .item-img {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.shop-item .item-img .box-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(29 27 50 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shop-item:hover .item-img .box-more {
    opacity: 1;
    visibility: visible;
}

.shop-item .item-img .box-more a {
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-item .item-text .open-item-shop h4 {
    margin: 16px 0 12px 0;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--sec-color);
    text-transform: capitalize;
}

.shop-item .item-text .open-item-shop h4:hover {
    color: var(--main-color);
}

.shop-item .item-text .item-review span {
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}

.shop-item .item-text .item-review span i.active {
    color: var(--main-color);
}

.shop-item .item-text .price {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 12px;
    display: block;
}

/* :: Price Range */
.irs--flat .irs-min,
.irs--flat .irs-max {
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 12px;
    color: var(--sec-color);
    line-height: 1;
}

.irs--flat .irs-handle>i:first-child {
    background-color: var(--main-color);
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    padding: 3px;
    background-color: var(--main-color);
}

.irs--flat .irs-line {
    background-color: #FDE4D0;
}

.irs--flat .irs-bar {
    background-color: var(--main-color);
}

/* :: Products Details Page */
.products-details-content {
    margin-bottom: 30px
}

.products-details-content .img-box,
.products-details-content .text-box {
    margin-bottom: 30px;
}

.products-details-content .text-box .title-product {
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .text-box .item-price {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9B9B9B;
}

.products-details-content .text-box .item-explain {
    margin-bottom: 30px;
}

.products-details-content .text-box .item-inputs input {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 55px;
    color: #9B9B9B;
    font-weight: 600;
    line-height: 55px;
    padding: 0 0 0 25px;
    margin-right: 20px;
}

.products-details-content .text-box .item-inputs a.btn-1 {
    border: 1px solid #DDD;
    display: -ms-inline-grid;
    display: inline-grid;
}

.products-details-content .text-box .list-details {
    margin: 30px 0;
}

.products-details-content .text-box .list-details li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}

.products-details-content .text-box .list-details li span {
    color: #9B9B9B;
}

.products-details-content .nav-tabs {
    border-bottom: 1px solid #DDD;
}

.products-details-content .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    min-width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 3px;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
    background-color: var(--main-color);
    border-bottom-right-radius: 0;
    border-color: var(--main-color);
    border-bottom-left-radius: 0;
    margin-right: 5px;
}

.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active {
    color: #9B9B9B;
    background-color: #FFF;
    border-color: #DDD;
    border-bottom: 0;
}

.products-details-content .tab-content>.active {
    border: 1px solid #DDD;
    padding: 40px;
    border-top: 0;
}

.products-details-content .tab-content>.tab-pane .title-tab {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}

.products-details-content .tab-content>.tab-pane p.explain {
    font-weight: 500;
    margin-bottom: 20px;
}

.products-details-content .add-comments .inner-add-comments-box.tab {
    margin-bottom: 0;
}

/* :: Checkout Products Page */
.checkout-product-page {
    background-color: #F8F6F7;
}

.checkout-box,
.checkout-product-card {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.checkout-box .title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
}

.checkout-box .title.title-2 {
    margin-bottom: 30px;
}

.checkout-box .form-checkout .form-checkout-item input {
    margin-bottom: 30px;
}

.checkout-box .checkbox-info {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.checkout-box .checkbox-info .one,
.checkout-box .checkbox-info .two,
.payment .one,
.payment .two,
.payment .three {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
}

.checkout-box .checkbox-info .one,
.payment .one,
.payment .two {
    margin-bottom: 12px;
}

.checkout-box .checkbox-info .checkbox[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}

.checkout-box .checkbox-info .checkbox-name,
.payment .radio-name {
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1.6;
}

.payment {
    margin-bottom: 30px;
}

.payment .one,
.payment .two,
.payment .three {
    min-height: auto;
}

.payment .radio[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 20px;
    height: 20px;
}

.payment .form-check-input:checked,
.checkout-box .checkbox-info .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.payment .form-check-input:focus,
.checkout-box .checkbox-info .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-box .form-checkout .form-checkout-item button.submit {
    width: 100%;
}

.checkout-product-card .card-title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
}

.checkout-product-card .card-title span:last-of-type {
    background-color: var(--main-color);
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}

.checkout-product-card .list-items .item {
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 15px;
}

.checkout-product-card .list-items .item:last-of-type {
    margin-bottom: 0;
}

.checkout-product-card .list-items .item.success {
    background-color: #eafaf1;
    border-color: #2ecc71;
}

.checkout-product-card .list-items .item .item-name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    line-height: 1;
}

.checkout-product-card .list-items .item .item-description {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}

.checkout-product-card .list-items .item .item-price {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    color: #6c757d;
}

.checkout-product-card .list-items .item.success .item-name,
.checkout-product-card .list-items .item.success .item-description,
.checkout-product-card .list-items .item.success .item-price {
    color: #2ecc71;
}

.form-promo-code {
    position: relative;
}

.form-promo-code input {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 5px;
}

.form-promo-code button {
    position: absolute;
    right: 7px;
    border: 0;
    min-width: 90px;
    height: 40px;
    line-height: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* :: Placed Order Page */
.placed-order-page {
    background-color: #F8F6F7;
}

.placed-order-page .widget {
    background-color: #FFF;
}

.placed-order-page .placed-order-box {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.placed-order-page .placed-order-box .title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.3;
}

.placed-order-page .placed-order-box .thanks {
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.3;
    color: var(--main-color);
}

.placed-order-page .placed-order-box .payment-summary {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 3px dotted #DDD;
    margin-bottom: 30px;
    color: #A5A5A5;
}

.placed-order-page .placed-order-box .order-list .item {
    margin-bottom: 16px;
}

.placed-order-page .placed-order-box .order-list .item:last-of-type {
    margin: 50px 0 0 0;
}

.placed-order-page .placed-order-box .order-list .item div,
.placed-order-page .placed-order-box .order-list .item span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
}

/* :: Bill Product Page */
.bill-product-page {
    background-color: #F8F6F7;
}

.bill-product-page .bill-product-box {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.bill-product-page .bill-product-box .head {
    text-align: right;
    margin-bottom: 50px;
}

.bill-product-page .bill-product-box .head img {
    width: 140px;
}

.bill-product-page .bill-product-box .head h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
}

.bill-product-page .bill-product-box .head span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}

.bill-product-page .bill-product-box .bill-info-list {
    border-top: 1px solid #DDD;
    padding-top: 30px;
}

.bill-product-page .bill-product-box .bill-info-list h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}

.bill-product-page .bill-product-box .bill-info-list span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 12px;
    color: #9B9B9B;
    margin-bottom: 30px;
}

.bill-table {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-x: hidden;
    border: 1px solid #DDD;
}

.bill-table>thead {
    background-color: #F8F6F7;
}

.bill-table>:not(:first-child) {
    border-top: 0;
}

.bill-table>:not(caption)>*>* {
    padding: 15px 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}

.bill-table tbody tr th,
.bill-table tbody tr td {
    padding: 15px 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.2;
    color: #6c757d;
}

.bill-product-page .bill-product-box .note {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px 0;
    font-weight: 600;
    text-transform: capitalize;
}

.item-careers h4 a {
    color: var(--sec-color);
}

.item-careers h4:hover a {
    color: var(--main-color);
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: var(--main-color);
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 18px 0 0 0;
}

.item-careers a.link {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 18px;
}

/* :: Contact US Page */
.contact-info-content {
    margin-bottom: 50px;
}

.contact-info-content .contact-box {
    padding: 40px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-info-content .contact-box:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.contact-info-content .contact-box i {
    font-size: 60px;
    line-height: 1;
    color: var(--main-color);
    display: inline-block;
    margin-bottom: 25px;
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}

.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p {
    color: #FFF;
}

.contact-us .map-box {
    height: 100%;
    margin-right: 20px;
}

.contact-us .map-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.contact-us .add-comments .inner-add-comments-box.last {
    margin-bottom: 0;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.page-404-area a {
    margin-top: calc(30px - 16px);
}

.nav-link {
    color: var(--main-color);
    font-size: 20px;
}

.tab-content p {
    font-size: 17px;
}

.tab-content {
    margin-top: 15px;
}

.projects {
    background-color: #F8F6F7;
}

.c_logo {
    height: 130px;
}


.history-timeline {
    position: relative;
}

.history-timeline img {
    width: 100%;
}

.history-lt-rt.history-lt {
    text-align: right;
}

.history-lt-rt {
    position: relative;
}

.expand-history {
    display: inline-block;
    width: 91%;
    margin-top: 95px;
    padding: 0 30px;
    margin-right: 25px;
}

.history-lt .expand-history .history-head {
    right: -16px;
}

.history-head {
    position: absolute;
    top: 0;
}

.history-head:before {
    content: "";
    position: absolute;
    bottom: -238px;
    right: 0;
    width: 2px;
    height: 250px;
    background: var(--main-color);
    border-radius: 50%;
}

.history-head h5 {
    padding: 3px 15px;
    font-weight: 400;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 15px;
}

.expand-history .expand-history-content {
    position: relative;
    background: #fff;
    min-height: 155px;
    padding: 40px 20px;
    box-shadow: 0 0 15px #e4e4e4;
}

.expand-history .expand-history-content:after {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 35px;
    position: absolute;
    right: -22px;
    top: 22px;
    color: #fff;
    text-shadow: 20px 0 24px #eee;
}

.history-rt .expand-history .history-head:before {
    right: inherit;
    left: -43px;
}

.image-history {
    width: 80%;
    margin: 0 auto 80px;
}


.image-history:before {
    content: "";
    position: absolute;
    border: 2px solid #fbfbfbad;
    top: 10px;
    left: 65px;
    right: 66px;
    bottom: 10px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.mega-menu {
    min-width: 420px !important;
    left: -162px !important;
    padding: 25px;
}

.header-logo img {
    height: 80px;
}

.logo-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.header-logo p {
    margin-bottom: 0;
    color: #fff;
}

.mega-menu_col .header-logo:not(:last-child) {
    margin-bottom: 15px;
}

.logo-box {
    background-color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: grid;
    place-items: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: unset;
}

.plus {
    font-size: 30px;
    color: var(--main-color);
    padding-bottom: 9px;
    display: inline-block;
}

.project-wrapper {
    background: #fff;
    border-radius: 15px;
}

.project-wrapper .c_logo {
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.project-title {
    padding: 20px 15px;
}

.daily-product2-area .container {
    padding-bottom: 90px;
    padding-top: 198px;
}

@media only screen and (max-width: 1199px) {
    .daily-product2-area .container {
        padding-bottom: 50px;
        padding-top: 80px;
    }
}

.product-item {
    margin-bottom: 30px;
    position: relative;
    background: #f4f4f4;
    padding: 15px;
}

.product-item .product-thumb {
    overflow: hidden;
    position: relative;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .product-thumb img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
    object-fit: cover;
}

.product-item .product-info {
    margin-top: 23px;
    text-align: center;
}

.product-item .product-info .title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 7px;
}

.product-item .product-info .title a {
    color: #000;
}

.product-item .product-info .title a:hover {
    color: #721b65;
}

.product-item .product-info .prices {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.product-item .product-action {
    position: absolute;
    right: 15px;
    top: 15px;
}

.product-item .product-action button {
    background-color: #fff;
    color: #000;
    font-size: 24px;
    height: 44px;
    width: 44px;
    display: block;
    border: none;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 10px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.product-item .product-action button:hover {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    color: #721b65;
}

.product-item .product-action .product-action-links {
    position: absolute;
    opacity: 0;
    top: 100%;
    right: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-item .product-action .product-action-links button {
    font-size: 22px;
    line-height: 47px;
}

.product-item .product-action .product-action-links button+button {
    transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    -moz-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
}

.product-item:hover .product-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.product-item:hover .product-action .product-action-links {
    opacity: 1;
    right: 0;
}

.product-item:hover .product-action .product-action-links button+button {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.product-list-item {
    border: 2px solid #efefef;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    .product-list-item {
        padding: 15px;
    }
}

.product-list-item .product-thumb {
    border-radius: 12px;
}

.product-list-item .product-thumb img {
    border-radius: 12px;
}

.product-list-item .product-info {
    margin-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .product-list-item .product-info {
        margin-top: 0;
        padding: 20px 5px 20px;
    }
}

.product-list-item .product-info .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.product-list-item .product-info .prices {
    font-size: 19px;
    margin-bottom: 18px;
}

.product-list-item .product-info .desc {
    font-size: 15px;
    margin-bottom: 26px;
}

.product-list-item .product-info .btn-theme {
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .product-list-item .product-info .btn-theme {
        font-size: 12px;
        width: 128px;
    }
}

.daily-product-item .product-thumb {
    border: 1px solid #d0d0d0;
}

.daily-product-item .product-thumb img {
    width: 100%;
}

.daily-product-item .product-info {
    margin: 0;
    padding: 0;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .daily-product-item .product-info {
        margin-top: 30px;
    }
}

.daily-product-item .product-feature-list {
    border-top: 2px dotted var(--main-color);
    margin-top: 33px;
    padding-top: 33px;
}

@media only screen and (max-width: 1199px) {
    .daily-product-item .product-feature-list {
        margin-top: 18px;
        padding-top: 18px;
    }
}

.daily-product-item .product-feature-list ul {
    margin-bottom: 0;
}

.daily-product-item .product-feature-list ul li {
    color: #721b65;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
}

@media only screen and (max-width: 1199px) {
    .daily-product-item .product-feature-list ul li {
        font-size: 14px;
    }
}

.daily-product-item .product-feature-list ul li span {
    font-weight: 600;
}

.daily-product-item .product-feature-list ul li:before {
    background-color: #721b65;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    width: 6px;
    content: "";
    display: inline-block;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.daily-product-item .product-feature-list ul li:last-child {
    margin-bottom: 0;
}

.product-category-item {
    margin-bottom: 30px;
    text-align: center;
}

.product-category-item .thumb {
    border-radius: 50%;
    display: inline-block;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.product-category-item .thumb img {
    border-radius: 50%;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    width: 100%;
}

.product-category-item .thumb:before {
    border: 2px dashed #721b65;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 10;
    opacity: 0;
    animation: spinAround 20s linear infinite;
    -webkit-animation: spinAround 20s linear infinite;
    -moz-animation: spinAround 20s linear infinite;
    -ms-animation: spinAround 20s linear infinite;
    -o-animation: spinAround 20s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-category-item .content {
    margin-top: 14px;
}

.product-category-item .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.product-category-item .content .title a {
    color: #000;
}

.product-category-item .content .title a:hover {
    color: #000;
}

.product-category-item:hover .thumb:before {
    opacity: 1;
}

.product-category-item:hover .thumb img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
}

.product-category-item:hover .content .title a {
    color: #721b65;
}

.isotope-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
    .isotope-filter {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 479.98px) {
    .isotope-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.isotope-filter button {
    border-radius: 50px;
    border: 2px dashed transparent;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: 0 2px;
    padding: 8px 19px 7px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
    .isotope-filter button {
        font-size: 13px;
        margin: 0;
        padding: 6px 18px 5px;
    }
}

@media only screen and (max-width: 575px) {
    .isotope-filter button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 479.98px) {
    .isotope-filter button {
        border: 2px dashed #eee;
        display: block;
        margin: 0 3px 10px;
        width: 47.77%;
    }
}

.isotope-filter button.active {
    border-color: #ac0405;
}

.isotope-filter button:hover {
    color: #ac0405;
}

@media only screen and (max-width: 767px) {
    .isotope-filter-style2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .isotope-filter-style2 button {
        font-size: 12px;
        border: 2px dashed #eee;
        display: block;
        margin: 0 3px 10px;
        width: 47.77%;
    }
}

.map-container {
    position: relative;
    width: 100%;
}

.world-map {
    width: 100%;
}

.pin {
    position: absolute;
    width: 40px;
    /* Adjust the size as needed */
    height: 40px;
    /* Adjust the size as needed */
    cursor: pointer;
}

/* Example positions for pins (adjust as necessary) */
#india {
    top: 60%;
    left: 75%;
}

#uk {
    top: 40%;
    left: 45%;
}

#usa {
    top: 35%;
    left: 20%;
}

.info-box {
    position: absolute;
    padding: 15px;
    width: 400px;
    background-color: #aa0405;
    display: none;
    z-index: 1000;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px #000000;
}

.map-wrapper {}

.map {
    background-image: url(/assets/images/icon-plane-2.webp);
    background-position: left;
    background-repeat: no-repeat;
}

.project-block {
    position: relative;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 15px;
}

.project-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 367px;
    object-fit: cover;
}

.project-block .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1d1d29));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block .image-box .image a {
    display: block;
    width: 100%;
}

.project-block .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px;
    z-index: 9;
}

.project-block .content-box .sub-title {
    position: relative;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .07em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.project-block .content-box .sub-title:before {
    position: absolute;
    top: 0;
    height: 3px;
    width: 35px;
    background-color: red;
    content: "";
}

.project-block .content-box .title {
    display: block;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

.project-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-block .inner-box:hover .image:before {
    height: 30%;
}

.project-block .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1d1d29));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-block {
    position: relative;
    padding: 20px 15px 0;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .content-box {
    position: relative;
    padding: 0 40px 40px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
}

.testimonial-block .thumb {
    display: block;
    border-radius: 50%;
}

.testimonial-block .content-box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    content: "";
}

.testimonial-block .inner-box:hover .thumb img {
    border: 2px solid var(--border-theme-color2);
}

.testimonial-block .thumb img {
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    text-transform: uppercase;
    font-weight: 500;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 30px;
}

.testimonial-block .content-box .rating {
    position: relative;
    /* -webkit-transform: translateY(-20px); */
    transform: translateY(-6px);
    display: inline-block;
    /* padding: 10px 70px; */
    /* height: 40px; */
    font-size: 14px;
    letter-spacing: 1px;
    /* line-height: 20px; */
    color: #fff;
    /* background-color: #ac0405; */
    border-radius: 5px;
}


.news-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}

.news-section .float-image {
    position: absolute;
    left: -370px;
    bottom: -20px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    /* -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    /* height: 100%; */
}

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    border-radius: 10px;
}

.news-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .inner-box:hover .read-more {
    width: 100%;
    left: 0%;
    opacity: 1;
}

.news-block .image-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image-box .image img {
    display: block;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 359px;
    object-fit: cover;
    object-position: center;
}

.news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    border-radius: 10px !IMPORTANT;
    !I;
    !;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block .image-box .date {
    position: absolute;
    right: 26px;
    bottom: 4px;
    background: #ac0405;
    color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 34px;
    width: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    border-radius: 3px;
}

.news-block .image-box .date b {
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #fff;
}

.news-block .image-box .date:before {
    /* position: absolute; */
    bottom: 0;
    left: -10px;
    border-right: 10px solid #ac0405;
    border-bottom: 10px solid transparent;
    /* content: ""; */
}

.news-block .image-box .date:after {
    position: absolute;
    bottom: 0;
    right: -10px;
    border-left: 10px solid #ac0405;
    border-bottom: 10px solid transparent;
    /* content: ""; */
}

.news-block .lower-content {
    position: relative;
    padding: 27px;
    width: 92%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    margin-top: -31px;
    background: white;
    margin: 0 auto;
    transform: translateY(-47px);
}

.news-block .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.news-block .post-info li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    font-weight: 500;
    margin-right: 14px;
}

.news-block .post-info li i {
    margin-right: 5px;
    color: var(--main-color);
    font-size: 14px;
}

.news-block .title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.news-block .title a {
    color: var(--theme-color1);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .title a:hover {
    color: var(--theme-color2);
}

.news-block .read-more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--main-color);
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 0;
}

.img-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.img-container::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, .84) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, .84) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, .84) 100%);
}

.project-title {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
}

.project-title h4 {
    color: #fff;
}

.project-wrapper:hover img {
    transform: scale(1.1);
}

.header:before {
    /* position: absolute; */
    left: 0;
    bottom: -1px;
    background-image: url(../images/bottom-shape.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 190px;
    width: 100%;
    /* content: ""; */
    z-index: 8;
}



.testimonial {
    background-image: url(https://designingmedia.com/blazin/wp-content/uploads/2023/02/Portfolio-section-overlay.png);
    background-position: right;
    background-repeat: no-repeat;
}

.c-link:hover {
    text-decoration: underline;
}

.c-link {
    font-size: 13px;
}

.about-us-img-box img {
    border-radius: 15px;
    max-width: 470px;
    min-width: 470px;
    min-height: 440px;
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}

.client-img {
    border: 1px solid #b9b9b9;
    padding: 15px;
}


.client-img img {
    height: 90px;
    width: 100%;
    object-fit: contain;
}

.enquiry-wrapper {
    background: #fff;
    box-shadow: 0 6px 6px #efefef;
    padding: 15px;
    width: 70%;
    margin-inline: auto;
}

.location-list img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.breadcrumb-header a:hover {
    color: #fff;
}

.career .card {
    box-shadow: 3px 4px 15px #0000001A;
}

.read-more {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 7px 20px;
    display: inline-block;
}

.career-form {
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 0 6px 6px #989898;
}

.gallery__list-title h2 {
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    padding: 0.5rem 2.5rem;
    border-radius: 30px;
    display: inline-block;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

@media(max-width:767px) {
    .table-cell {

        height: 60vh;
    }


    .enquiry-wrapper {
        width: 100%;
    }

    .py-100 {
        padding: 40px 0;
    }

    .py-100-70 {
        padding: 40px 0;
    }
}

.borderButtom {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #d3213347;
}

section#page {
    margin-top: -119px;
}

.logo {
    /* background: white; */
    position: relative;
    z-index: 99;
    margin-top: -9px;
    padding: 3px;
}

.padding {
    padding: 100px 0;
}

.aboutImgTwo {}

.aboutImgTwo img {
    position: absolute;
    bottom: -144px;
    right: 0;
    border-radius: 10px;
    object-fit: cover;
    min-width: 465px;
    max-width: 465px;
    min-height: 270px;
    object-position: center;
}

.sectionTitleTop h2 {
    background: var(--sec-color);
    color: white;
    padding: 3px 26px;
    border-radius: 5px;
    font-size: 13px !IMPORTANT;
    margin-bottom: 9px;
}

.aboutDivBlock img {
    width: 47px;
    border-radius: 3px;
    margin-right: 11px;
}

.aboutDivBlock {
    background: #073b5d14;
    padding: 14px;
    width: 49%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.aboutDivBlock h2 {
    color: #053c5a;
    font-weight: 900;
    font-size: 17px;
}

.aboutUlli {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}

.buttomRow {
    padding-top: 188px;
}

/* new  */
section.projects {
    position: relative;
    background: #053c5a;
}

div#sectionTitle {
    width: 100%;
}

div#sectionTitle h2.handline {
    color: white;
}

div#sectionTitle {
    padding-left: 0;
    margin-bottom: 40px;
}

.project-title h4 {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    color: #1e1e1e;
}

.testImg img {
    width: 57px !important;
    height: 57px;
}

.thumb {
    display: flex;
    align-items: center;
}

.texTitleContent {
    margin-left: 10px;
}

section.testimonial .sliderContent {
    width: 100%;
    padding-left: 0;
}

.client .sliderContent {
    width: 100%;
}


.client {
    background-image: url(https://wp.mehedidb.com/utech/wp-content/uploads/2021/12/abs_bg_3.jpg);

    position: relative;
    background-size: cover;
    background-position: center;
}

.client::before {
    content: "";
    background-color: var(--sec-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.client-wrapper {

    border-radius: 10px;
    overflow: hidden;
}

.sliderContent.sectionMarginB {
    margin-bottom: 40px;
}


::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}


::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey
}


.projects::before {
    background-image: url(https://designingmedia.com/blazin/wp-content/uploads/2023/02/Portfolio-section-overlay.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}



.project-title {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    isplay: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.project-wrapper .c_logo {
    height: 416px;
    width: 100%;
    object-fit: cover;
}



.testimonial-block {
    position: relative !important;
    padding: 0 10px;
}

.testimonial-block .inner-box {
    position: relative !important;
    text-align: unset !important;
}

.testimonial-block .content-box {
    /* position: relative !important; */
    padding: 40px !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1) !important;
    border-radius: 10px !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    background-color: #fff !important;
}

.testimonial-block .thumb {
    margin-top: 11px !important;
}

.testimonial-block .content-box::before {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -20px !important;
    margin: 0 auto !important;
    width: 40px !important;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 20px solid #fff !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1)) !important;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1)) !important;
    content: "" !important;
}

.testimonial-block .inner-box:hover .thumb img {
    border: 2px solid var(--border-theme-color2) !important;
}

.testimonial-block .thumb img {
    border-radius: 50% !important;
    border: 2px solid transparent !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}

.testimonial-block .designation {
    position: relative !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #767676 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.testimonial-block .name {
    position: relative !important;
    display: block !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--main-color) !important;
    line-height: 30px !important;
}

.testimonial-block .content-box .rating {
    position: relative !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: var(--main-color) !important;
}

.testimonial-block .thumb {
    margin-top: 11px;
    flex-direction: row;
    display: flex;
}

.thumb {
    display: flex;
    align-items: center;
}

.testimonial-block .thumb img {
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.testImg img {
    width: 57px !important;
    height: 57px;
}

.texTitleContent {
    margin-left: 10px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 30px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    text-transform: uppercase;
    font-weight: 500;
}

section#blogId span.date {
    background: #ec1d3a;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
}

footer.footer .logo {
    width: 217px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.footer-section {
    background: #020e14;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #152a34;
}

.single-cta i {
    color: #ec1d3a;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #e5e8e9;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 163px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #e5e8e9;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.instagram-bg {
    background-color: #E1306C;
}

.youtube-bg {
    background-color: #FF0000; 
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ec1d3a;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ec1d3a;
}

.footer-widget ul li a {
    color: #e5e8e9;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #031b26;
    border: 1px solid #031b26;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ec1d3a;
    padding: 13px 20px;
    border: 1px solid #ec1d3a;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #031b26;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #cbeeff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.copyright-text p a {
    color: #ec1d3a;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ec1d3a;
}

.footer-menu li a {
    font-size: 14px;
    color: #e5e8e9;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: underline;
}

.footer-widget ul li {
    text-decoration: underline;
    color: #bedfef;
}

section#aboutPage {
    padding-bottom: 220px;
}

.gallery__list-image img {
    border-radius: 10px;
}

.gallery-images img {
    border-radius: 10px;
}

.banner {
    padding: 168px 0 100px;
}

.item {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, .08);
    background: #ffffff;
    border-radius: 8px;
}

.item .thumb {
    position: relative;
    padding: 15px;
}

.item .thumb img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    height: 251px;
    object-fit: cover;
}

.item .thumb .date {
    position: absolute;
    left: 30px;
    bottom: -30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, .08);
    padding: 12px 20px;
    font-size: 36px;
    color: #ec1d3a;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1;
}

.item .thumb .date span {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;

}

.info {
    padding: 30px;
    padding-top: 41px;
    overflow: hidden;
}

.info .meta {
    margin-bottom: -8px;
}

.info .meta ul {
    margin-left: 0;
    list-style: inherit;
    margin-top: -5px;
}

.info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 13px;
}

.info ul li,
.commen-item ul li {
    line-height: 32px;
}

.info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: #104cba;
}

.info .meta a {
    font-weight: 600;
    text-transform: capitalize;
    color: #00aeee;
}

.info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 13px;
}

.info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: #00aeee;
}

.info h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    transform: translateY(1px);
}

.meta ul {
    margin-left: 0;
    padding-left: 0;
}

.info h4 a {
    display: block;
    color: #053c5b;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #373333;
    transition: .4s;
}

.info h4 a:hover {
    color: #ec1d3a;
}

section#news-detail img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

section#news-detail {
    text-align: center;
}

.date_news h1 {
    background: #00aeee;
    width: 85px;
    height: 85px;
    border-radius: 6px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -61px;
    left: 22px;
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
}

.date_news h1 span {
    font-size: 18px;
    line-height: 25px;
}

.textBtn a {
    color: rgb(92, 102, 114);
    font-size: 12px;
    font-weight: 700;
}

.textBtn span i {
    transform: rotate(-29deg);
    margin-left: 6px;
    color: rgb(92, 102, 114);
    transition: 0.5s;
}

.blogContent {
    padding: 19px 30px 0px;
}

.textBtn a:hover {
    color: #ec1d3a;
    transition: 0.5s;
}

.textBtn a:hover i {
    color: #ec1d3a;
    transition: 0.5s;
    transform: rotate(0deg);
}

section#blogPage .lower-content {
    height: unset;
}

section#blogPage .news-block {
    position: relative;
    margin-bottom: 0;
}

section#blogPage {
    padding-bottom: 74px;
}

html {
    overflow-x: hi;
}

.blogDetailTitle h1 {
    font-size: 33px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 13px;
}

@media (max-width: 767px) {

    html {
        overflow-x: hidden;
    }

    .logo {
        background: unset;

    }

    section#page {
        margin-top: -5px;
    }

    .nav-bar .logo .open-nav-bar:hover span {
        background-color: #f01d35 !Important;
    }

}