* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-size: 18px;
    color: rgb(124, 128, 131);
    line-height: 28px;
    font-weight: 400;
    background: center top / cover no-repeat rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0px auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
}

.small-container {
    max-width: 680px;
    margin: 0px auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0px auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden !important;
}

a {
    text-decoration: none;
    transition: 500ms;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

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

input {
    transition: 500ms;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: 500ms;
}

p {
    position: relative;
    font-family: "DM Sans", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
    transition: 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: Saira, sans-serif;
    font-weight: 400;
    color: rgb(22, 67, 111);
    margin: 0px;
    transition: 500ms;
}

.handle-preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999999;
    min-height: 100vh;
    overflow: hidden;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    max-width: 90vw;
    padding: 0px 16px;
    text-align: center;
}

.handle-preloader .animation-preloader .spinner {
    animation: 1s linear 0s infinite normal none running spinner;
    border-radius: 50%;
    height: 150px;
    margin: 0px auto 45px;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: 4s ease 0s infinite normal none running letters-loading;
    content: attr(data-text-preloader);
    left: 0px;
    opacity: 0;
    top: 0px;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8)::before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: rgb(255, 255, 255);
    height: 100%;
    position: fixed;
    top: 0px;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgb(255, 255, 255);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading::before {
    color: rgb(255, 255, 255);
}

.handle-preloader .animation-preloader .spinner {
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5) rgb(255, 255, 255) rgb(255, 255, 255);
    border-image: initial;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader {
        transform: scale(0.85);
        transform-origin: center center;
    }

    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 32px !important;
        line-height: 36px !important;
        letter-spacing: 8px !important;
    }

    .handle-preloader .animation-preloader .txt-loading {
        font-size: 32px !important;
        line-height: 36px !important;
        letter-spacing: 6px !important;
        max-width: 90vw;
        margin: 0 auto;
    }

    .preloader-logo {
        top: 50px !important;
        max-width: 90px !important;
    }
}

@media screen and (max-width: 380px) {
    .handle-preloader .animation-preloader {
        transform: scale(0.75);
    }
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.special_fonts {
    font-family: "DM Sans", sans-serif;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.theme-btn {
    position: relative;
    display: inline-flex; /* Changed from inline-block to inline-flex for better centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255) !important;;
    
    /* Plain green background */
    background: #388E3C;
    
    text-align: center;
    padding: 15px 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
    transition: background 0.6s ease-in-out;
    
    /* Rounded edges */
    border-radius: 8px;
    
    /* Professional shadow */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2),
                inset 0px 1px 0px rgba(255, 255, 255, 0.2),
                inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    
    /* Subtle border for definition */
    border: 1px solid rgba(255, 255, 255, 0.1);

    /* Ensure text is centered */
    width: auto;
    min-width: fit-content;
}

.theme-btn:hover {
    background: #2196F3;
    color: rgb(255, 255, 255);
}

.theme-btn:active {
    background: #1976D2;
    color: rgb(255, 255, 255);
}

.theme-btn.light {
    background: rgb(255, 255, 255);
    color: rgb(22, 67, 111);
}

.theme-btn.light:hover {
    color: rgb(255, 255, 255);
}

.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 54px;
    width: 54px;
    line-height: 54px;
    background: rgb(240, 245, 247);
    font-family: Saira, sans-serif;
    text-align: center;
    color: rgb(22, 67, 111);
    z-index: 1;
    transition: 500ms;
}

.pagination li a:hover,
.pagination li a.current {
    color: rgb(255, 255, 255);
}

.pagination li i {
    position: relative;
    top: 4px;
}

.sec-pad {
    padding: 40px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 54px;
    height: 54px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #FFD700;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.scroll-top i {
    color: #FFD700;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-left: 27px;
}

.sec-title .sub-title::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 8px;
    top: 7px;
    border-radius: 50%;
}

.sec-title .sub-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0px;
    top: 2px;
    border-radius: 50%;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 62px;
    font-weight: 500;
    margin: 0px;
}

.sec-title p {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}

.sec-title.light h2 {
    color: rgb(255, 255, 255);
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px;
    transition: 500ms;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: rgb(22, 67, 111);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 500ms;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(101%);
    transition: 700ms;
}

.search-popup.popup-visible {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: rgb(255, 255, 255);
    height: 100%;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px;
    z-index: 1;
}

.search-popup .upper-box .logo-box {
    max-width: 149px;
}

.search-popup .overlay-layer {
    position: absolute;
    inset: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: rgb(20, 20, 23);
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: 500ms;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 50px 20px 0px;
    background: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 20px;
    color: rgb(128, 128, 128);
    font-family: "DM Sans", sans-serif;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: rgb(20, 20, 23);
    cursor: pointer;
    transition: 500ms;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: rgb(20, 20, 23);
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

.header-style-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.header-top {
    position: relative;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.header-top .top-inner .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(209, 219, 229);
    margin-right: 37px;
    padding-left: 40px;
}

.header-top .top-inner .info-list li:last-child {
    margin: 0px !important;
}

.header-top .top-inner .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 30px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

.header-top .top-inner .info-list li:last-child .icon-box {
    font-size: 14px;
}

.header-top .top-inner .info-list li .icon-box::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 26px;
    background: rgb(22, 67, 111);
    left: -2px;
    top: 1px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.header-top .top-inner .info-list li:last-child .icon-box::before {
    top: 2px;
}

.hexagon_shape {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.header-top .top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.header-top .social-links li a:hover {}

.header-top .social-links {
    margin-right: 30px;
}

.header-top .language span {
    position: relative;
    display: block;
    font-size: 14px;
    width: 26px;
    height: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: 500ms;
}

.header-top .language span::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 30px;
    background-image: url("../images/shape/shape-1.png");
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.header-top .language .language-list {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 150px;
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
}

.header-top .language:hover .language-list {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.header-top .language .language-list li {
    position: relative;
    display: block;
    padding: 6px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-top .language .language-list li:last-child {
    border-bottom: none;
}

.header-top .language .language-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: rgb(124, 128, 131);
}

.header-top .language .language-list li a:hover {}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .menu-right-content li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}

.main-header .menu-right-content li::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.35);
    width: 1px;
    height: 20px;
    top: 3px;
    right: -20px;
}

.main-header .menu-right-content li:last-child::before {
    display: none;
}

.main-header .menu-right-content li:last-child {
    margin: 0px !important;
}

.main-header .menu-right-content li.support-box {
    position: relative;
    display: block;
    padding-left: 35px;
}

.main-header .menu-right-content li.support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px;
}

.main-header .menu-right-content li.support-box a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    font-family: Saira, sans-serif;
    font-weight: 600;
}

.main-header .menu-right-content li.support-box a:hover {}

.main-header .menu-right-content li.user-box a,
.main-header .menu-right-content li.search-box-outer {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    top: 3px;
    transition: 500ms;
}

.main-header .menu-right-content li.user-box a {
    font-size: 28px;
}

.main-header .menu-right-content li.user-box a:hover,
.main-header .menu-right-content li.search-box-outer:hover {}

.main-header .menu-right-content li.user-box::before {
    top: 7px;
}

.header-style-one .logo-box {
    position: absolute;
    left: 70px;
    top: 24px;
    z-index: 2;
}

.header-style-one .btn-box {
    position: absolute;
    top: 24px;
    right: 70px;
    z-index: 2;
}

.header-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 15px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(22, 67, 111);
    text-transform: uppercase;
    background: rgb(255, 255, 255);
    padding: 12px 19px 12px 60px;
    z-index: 1;
}

.header-btn i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -1px;
    top: 0px;
    width: 50px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    clip-path: polygon(0% -50%, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
}

.header-btn i::before {
    position: relative;
    left: -6px;
}

.header-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
}

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 15px;
    transition: 300ms;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding: 21px 0px;
    font-weight: 500;
    font-family: Saira, sans-serif;
    opacity: 1;
    color: rgb(255, 255, 255);
    z-index: 1;
    text-transform: uppercase;
    transition: 500ms;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 17px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Free";
    top: 21px;
    right: 0px;
    font-size: 12px;
    font-weight: 900 !important;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 240px;
    margin-top: 15px;
    padding: 18px 0px;
    z-index: 100;
    background: rgb(22, 67, 111);
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transition: 500ms;
}

.main-menu .navigation>li>.megamenu {
    background: rgb(33, 34, 38);
}

.main-menu .navigation>li>.megamenu a {
    display: inline-block !important;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 6px 30px;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: uppercase;
    transition: 500ms;
}

.main-menu .navigation>li>ul>li>a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: 500ms;
}

.main-menu .navigation>li>ul>li>a:hover::before {
    opacity: 1;
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    padding-left: 18px;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a::after {
    font-family: "Font Awesome 6 Free";
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    margin-left: 10px;
    width: 240px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    padding: 18px 0px;
    background: rgb(22, 67, 111);
    transition: 500ms;
}

.main-menu .navigation>li>ul>li>ul::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 6px 30px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: uppercase;
    transition: 500ms;
}

.main-menu .navigation>li>ul>li>ul>li>a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: 500ms;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover::before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 18px;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: rgb(59, 59, 59);
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: 500ms;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(55, 134, 255);
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    transition: 300ms;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.sticky-header .main-menu .navigation>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgb(255, 255, 255); /* White text */
    font-weight: 700; /* Bold */
    font-size: 24px; /* Match your main header size */
}

.sticky-header .main-menu .navigation>li>a::before {
    top: 25px;
}

.sticky-header .logo-box {
    padding: 12px 0px 20px 20px;
    flex-shrink: 0;
    margin-right: 40px;
}

.sticky-header .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.sticky-header .menu-area {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
}

.sticky-header .main-menu {
    width: 100%;
    flex-wrap: nowrap;
}

.sticky-header .main-menu .navigation {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.sticky-header .main-menu .navigation > li {
    white-space: nowrap;
    flex-shrink: 0;
}

.language {
    position: relative;
    text-align: left;
}

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(55, 134, 255);
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: 900ms;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px 100px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 900ms;
    background-color: rgb(0, 0, 0);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    transition: 0.8s ease-out;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(0, 0, 0);
    padding: 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transform: translateX(100%);
    transition: 900ms !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 10;
    transition: 0.9s;
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: 500ms;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    border-left: 5px solid rgb(255, 255, 255);
    transition: 500ms;
}

.mobile-menu .navigation li.current>a::before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    transition: 500ms;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: rgb(255, 255, 255);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: 500ms;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}

.nice-select {
    position: relative;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 21px 0px 0px;
    color: rgb(212, 192, 205);
    height: auto;
    line-height: 28px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: 900ms;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 257px 0px 170px;
}

.banner-carousel .slide-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(22, 67, 111);
    mix-blend-mode: multiply;
    top: 0px;
    right: 0px;
    opacity: 0.75;
    z-index: 1;
}

.banner-carousel .slide-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgb(22, 67, 111), rgba(100, 100, 100, 0.2) 100%);
    mix-blend-mode: multiply;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: 8000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1.25);
}

.banner-carousel .content-box {
    position: relative;
    max-width: 630px;
    width: 100%;
    z-index: 5;
}

.banner-style-one .banner-carousel .content-box {
    opacity: 0;
    transform: translateY(10px);
    transition: 1000ms;
}

.banner-style-one .banner-carousel .active .content-box {
    opacity: 1;
    transition-delay: 1000ms;
    transform: translateY(0px);
}

.banner-carousel .content-box .count-text {
    position: absolute;
    left: -250px;
    top: -4px;
    font-size: 55px;
    line-height: 60px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
}

.banner-carousel .content-box .count-text::before {
    position: absolute;
    content: "";
    width: 225px;
    height: 2px;
    left: 89px;
    bottom: 11px;
}

.banner-carousel .content-box h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.banner-carousel .content-box h5::before {
    position: absolute;
    content: "";
    width: 225px;
    height: 2px;
    right: 0px;
    bottom: -18px;
}

.banner-carousel .content-box h5::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0px;
    bottom: -22px;
    border-radius: 50%;
}

.banner-carousel .content-box h2 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 21px;
}

.banner-carousel .content-box .list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 41px;
}

.banner-carousel .content-box .list li {
    position: relative;
    display: block;
    margin-right: 40px;
    padding-left: 80px;
}

.banner-carousel .content-box .list li .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 70px;
    height: 60px;
    line-height: 70px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
}

.banner-carousel .content-box .list li .icon-box::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.banner-carousel .content-box .list li:last-child {
    margin: 0px !important;
}

.banner-carousel .content-box .list li h3 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.banner-carousel .content-box .list li h4 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.banner-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.banner-carousel .owl-dots .owl-dot span {
    display: none;
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 25px;
    background: transparent;
    transition: 500ms;
}

.banner-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0px;
}

.banner-carousel .owl-dots .owl-dot.active {}

.banner-carousel .owl-dots .owl-dot::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 7px;
    height: 7px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: 500ms;
}

.banner-carousel .owl-dots .owl-dot.active::before {
    transform: scale(1, 1);
}

.about-section {
    position: relative;
}

.about-section .image-box {
    position: relative;
    display: block;
    padding-right: 35px;
}

.about-section .image-box img {
    width: 100%;
}

.about-section .image-box .image-inner {
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 107.7% 50%, 75% 100%, 25% 100%, -7.7% 50%);
}

.about-section .image-box .image-inner .image {
    position: relative;
    transform: rotate(-90deg);
}

.about-section .image-box .text {
    position: absolute;
    left: 40px;
    bottom: 12px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
}

.about-section .image-box .text h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
}

.about-section .image-box .text h2 span {
    position: absolute;
    top: -14px;
    right: 6px;
    font-weight: 400;
}

.about-section .image-box .text h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.about-section .image-box .shape-box .shape {
    position: absolute;
    width: 80px;
    height: 70px;
}

.about-section .image-box .shape-box .shape-1 {
    left: 55px;
    top: 0px;
    background: rgb(22, 67, 111);
}

.about-section .image-box .shape-box .shape-2 {
    left: 20px;
    top: 64px;
    z-index: 1;
}

.about-section .image-box .shape-box .shape-3 {
    right: -5px;
    bottom: 125px;
    z-index: 1;
    background: rgb(22, 67, 111);
}

.about-section .content-box .sec-title {
    margin-bottom: 31px;
}

.about-section .content-box .text {
    margin-bottom: 23px;
}

.about-section .content-box .inner-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.about-section .content-box .inner-box .single-item {
    position: relative;
    display: block;
}

.about-section .content-box .inner-box .single-item .count-text {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 44px;
    font-family: Saira, sans-serif;
    margin-bottom: 14px;
    padding-right: 15px;
}

.about-section .content-box .inner-box .single-item .count-text::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 0px;
    bottom: 10px;
}

.about-section .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 13px;
}

.bg-color-1 {
    background: rgb(240, 245, 247);
}

.service-section {
    position: relative;
}

.service-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    z-index: -9;
    visibility: hidden;
}

.service-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgb(228, 233, 234) 0px 5px 15px 0px;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-one .inner-box .image-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 130px;
    height: 80px;
    right: -1px;
    bottom: 0px;
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(22, 67, 111);
}

.service-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: 500ms;
}

.service-block-one .inner-box:hover .image-box .image img {
    opacity: 0.3;
    transform: scale(1.05);
}

.service-block-one .inner-box .image-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 5px;
    width: 80px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    font-size: 38px;
    color: rgb(255, 255, 255);
    z-index: 2;
}

.service-block-one .inner-box .image-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.service-block-one .inner-box .image-box .icon-box::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-2.png");
    left: 5px;
    top: -5px;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    z-index: -1;
    transition: 500ms;
}

.service-block-one .inner-box:hover .image-box .icon-box::after {
    top: -8px;
    left: 10px;
}

.service-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 29px 15px 27px 30px;
}

.service-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 11px;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.nav-style-one button {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    color: rgb(22, 67, 111);
    transition: 500ms;
}

.owl-carousel button span {
    font-family: flaticon;
}

.nav-style-one button:hover {
    color: rgb(255, 255, 255);
}

.service-section .nav-style-one button.owl-prev {
    margin-right: 10px;
}

.service-section .nav-style-one .owl-nav {
    position: absolute;
    top: -114px;
    right: 0px;
}

.industries-section {
    position: relative;
}

.industries-section .inner-container {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
}

.industries-section .content-box {
    position: relative;
    margin: 0px 15px;
}

.industries-section .inner-container .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.industries-section .industries-block,
.industries-section .title-column {
    padding: 0px;
}

.industries-block-one .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 40px 20px 30px 30px;
}

.industries-block:nth-child(2n+1) .industries-block-one .inner-box {
    background: rgb(240, 245, 247);
    border: 1px solid rgb(230, 235, 237);
}

.industries-block:nth-child(3) .industries-block-one .inner-box {
    border-top: none;
}

.industries-block:last-child .industries-block-one .inner-box {
    border-bottom: none;
    border-right: none;
}

.industries-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: rgb(22, 67, 111);
    margin-bottom: 13px;
}

.industries-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
}

.industries-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 16px;
}

.industries-block-one .inner-box h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.industries-block-one .inner-box h3 a:hover {}

.industries-block-one .inner-box .link {
    position: absolute;
    top: 40px;
    right: 30px;
    transform: scale(0, 0);
    transition: 500ms;
}

.industries-block-one .inner-box:hover .link {
    transform: scale(1, 1);
}

.industries-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 56px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.industries-block-one .inner-box .link a:hover {
    background: rgb(22, 67, 111);
}

.industries-section .sec-title {
    padding: 82px 30px 0px 50px;
}

.industries-section .shape-box .shape {
    position: absolute;
    width: 80px;
    height: 70px;
}

.industries-section .shape-box .shape-1 {
    left: -20px;
    top: 100px;
    background: rgb(22, 67, 111);
}

.industries-section .shape-box .shape-2 {
    left: -55px;
    top: 163px;
}

.industries-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testing-section {
    position: relative;
    padding-top: 140px;
}

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

.testing-section .bg-layer::before {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
}

.testing-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.testing-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.testing-tab .p-tabs-content {
    position: relative;
    display: block;
}

.testing-tab .p-tab.active-tab .content-box {
    opacity: 1;
    top: 0px;
    transition: 1000ms;
}

.testing-tab .p-tab .content-box {
    opacity: 0;
    top: 5px;
}

.testing-section .testing-tab-btns li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 19px 30px 17px 60px;
    cursor: pointer;
    transition: 500ms;
}

.testing-section .testing-tab-btns li:last-child {
    margin-bottom: 0px;
}

.testing-section .testing-tab-btns li::before {
    position: absolute;
    content: "";
    background: rgb(22, 67, 111);
    width: 5000px;
    height: 100%;
    top: 0px;
    right: 34px;
    opacity: 0.85;
    transition: 500ms;
}

.testing-section .testing-tab-btns li::after {
    position: absolute;
    content: "";
    background: rgb(22, 67, 111);
    width: 34px;
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0.85;
    clip-path: polygon(0% 0%, 100% 50%, -1% 100%, 0% 100%, 0% 0%);
    transition: 500ms;
}

.testing-section .testing-tab-btns li.active-btn::before,
.testing-section .testing-tab-btns li.active-btn::after {
    opacity: 1;
}

.testing-section .testing-tab-btns li .count-text {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0, 0);
    transition: 500ms;
}

.testing-section .testing-tab-btns li.active-btn .count-text {
    transform: scale(1, 1);
    opacity: 1;
}

.testing-section .testing-tab-btns li .link-btn {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: 500ms;
}

.testing-section .testing-tab-btns li.active-btn .link-btn {
    opacity: 0;
    transform: scale(0, 0);
}

.testing-section .testing-tab-btns li h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.testing-section .p-tabs-content {
    position: relative;
    display: block;
    margin-left: 230px;
    margin-bottom: -155px;
}

.testing-section .p-tabs-content .content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 623px;
    background: rgb(22, 67, 111);
    text-align: center;
    padding: 70px 60px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.testing-section .p-tabs-content .content-box::before {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-4.png");
    width: 170px;
    height: 277px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
}

.testing-section .p-tabs-content .content-box::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-5.png");
    width: 140px;
    height: 271px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.testing-section .p-tabs-content .owl-nav {
    position: absolute;
    left: -114px;
    bottom: 215px;
}

.testing-section .p-tabs-content .owl-nav button {
    position: relative;
    display: block;
}

.testing-section .p-tabs-content .owl-nav button.owl-prev {
    margin-bottom: 20px;
}

.testing-section .p-tabs-content .content-box .sec-title {
    margin-bottom: 22px;
}

.testing-section .p-tabs-content .content-box p {
    color: rgb(209, 219, 229);
    margin-bottom: 33px;
    line-height: 26px;
}

.excellence-section {
    position: relative;
    padding: 186px 0px 120px;
}

.excellence-section .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.excellence-section .image-box .image {
    position: relative;
    display: block;
    max-width: 540px;
    background: rgb(240, 245, 247);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.excellence-section .image-box .image img {
    width: 100%;
}

.excellence-section .image-box .head-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -87px;
    z-index: 1;
    margin-left: 14px;
}

.excellence-section .image-box .shape {
    position: absolute;
    top: 144px;
    left: -27px;
    width: 550px;
    height: 447px;
    background-repeat: no-repeat;
}

.excellence-section .image-box .inner-box .piechart {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
}

.excellence-section .image-box .inner-box .piechart span {
    position: absolute;
    display: flex;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    font-family: Saira, sans-serif;
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 50%;
}

.excellence-section .image-box .inner-box .piechart span::after {
    content: "%";
    font-size: 22px;
}

.excellence-section .image-box .inner-box {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 190px;
    background: rgb(255, 255, 255);
    padding: 25px 25px 17px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.excellence-section .image-box .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.excellence-section .image-box .inner-box .year {
    position: relative;
    display: block;
}

.excellence-section .content-box .sec-title {
    margin-bottom: 42px;
}

.excellence-section .content-box .inner-box {
    position: relative;
    padding: 0px 0px 22px 84px;
    border-bottom: 1px solid rgb(230, 235, 237);
    margin-bottom: 29px;
}

.excellence-section .content-box .inner-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 116px);
    left: 30px;
    bottom: 30px;
}

.excellence-section .content-box .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 9px;
    width: 60px;
    height: 50px;
    line-height: 60px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    z-index: 1;
    text-align: center;
}

.excellence-section .content-box .inner-box .icon-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 60px;
    height: 54px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.excellence-section .content-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.excellence-section .content-box .inner-box p {
    margin-bottom: 15px;
}

.list-style-one li {
    position: relative;
    display: block;
    padding-left: 38px;
    margin-bottom: 8px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    left: 0px;
    top: 1px;
    font-size: 18px;
}

.excellence-section .content-box .inner-box .list-style-one {
    margin-bottom: 26px;
}

.excellence-section .content-box .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(22, 67, 111);
}

.excellence-section .content-box .inner-box .link a:hover {}

.excellence-section .content-box .inner-box .link a i {
    position: relative;
    margin-left: 10px;
    top: 1px;
}

.excellence-section .content-box .lower-box {
    position: relative;
    display: block;
    padding-left: 84px;
}

.excellence-section .content-box .lower-box .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 60px;
    height: 50px;
    line-height: 64px;
    font-size: 32px;
    z-index: 1;
    text-align: center;
}

.excellence-section .content-box .lower-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 60px;
    height: 54px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    background: rgb(230, 235, 237);
    z-index: -1;
}

.excellence-section .content-box .lower-box::after {
    position: absolute;
    content: "";
    left: 1px;
    top: 1px;
    width: 58px;
    height: 52px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    background: rgb(255, 255, 255);
    z-index: -1;
}

.excellence-section .content-box .lower-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.excellence-section .content-box .lower-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(124, 128, 131);
}

.excellence-section .content-box .lower-box a:hover {}

.funfact-section {
    position: relative;
    padding-top: 115px;
}

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

.funfact-section .inner-content {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 235, 237);
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px 30px;
}

.funfact-block-one .inner-box::before {
    position: absolute;
    content: "";
    background: rgb(230, 235, 237);
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.funfact-block:last-child .funfact-block-one .inner-box::before {
    display: none;
}

.funfact-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 70px;
    line-height: 84px;
    font-size: 42px;
    text-align: center;
    margin-top: -36px;
    margin-bottom: 40px;
    z-index: 1;
}

.funfact-block-one .inner-box .icon-box::after {
    position: absolute;
    content: "";
    background: rgb(240, 245, 247);
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.funfact-block-one .inner-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: -5px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    margin-bottom: 14px;
}

.funfact-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.funfact-section .sec-title {
    margin-bottom: 93px;
}

.project-section {
    position: relative;
}

.sec-title .btn-box {
    position: absolute;
    right: 0px;
    bottom: 12px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: 900ms;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.project-block-one .inner-box .static-content {
    position: relative;
    opacity: 1;
    transition: 500ms;
}

.project-block-one .inner-box:hover .static-content {
    opacity: 0;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
}

.project-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 32px 25px 17px;
}

.project-block-one .inner-box .lower-content .category {
    position: absolute;
    left: 0px;
    top: -13px;
    font-size: 14px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
    z-index: 1;
    transition: 500ms;
}

.project-block-one .inner-box:hover .lower-content .category {}

.project-block-one .inner-box .lower-content .category::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -18px;
    background: rgb(22, 67, 111);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: 500ms;
}

.project-block-one .inner-box:hover .lower-content .category::before {}

.project-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.project-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.project-block-one .inner-box .lower-content h3 a:hover {}

.project-block-one .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 2;
    top: 15px;
    opacity: 0;
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.project-block-one .inner-box:hover .overlay-content {
    opacity: 1;
    top: 0px;
}

.project-block-one .inner-box .overlay-content .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(22, 67, 111);
}

.project-block-one .inner-box .overlay-content .image img {
    transition: 500ms;
}

.project-block-one .inner-box:hover .overlay-content .image img {
    opacity: 0.1;
}

.project-block-one .inner-box .overlay-content .image-box .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-block-one .inner-box .overlay-content .image-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    transform: scale(0, 0);
}

.project-block-one .inner-box:hover .overlay-content .image-box .view-btn a {
    transform: scale(1, 1);
}

.project-block-one .inner-box .overlay-content .image-box .view-btn a:hover {}

.project-block-one .inner-box .overlay-content .image-box .link-btn {
    position: absolute;
    right: 25px;
    bottom: 5px;
    z-index: 2;
}

.project-block-one .inner-box .overlay-content .image-box .link-btn a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 54px;
    line-height: 60px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    transform: scale(0, 0);
}

.project-block-one .inner-box:hover .overlay-content .image-box .link-btn a {
    transform: scale(1, 1);
}

.project-block-one .inner-box .overlay-content .image-box .link-btn a::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 54px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
    transition: 500ms;
}

.project-block-one .inner-box .overlay-content .image-box .link-btn a:hover::before {
    background: rgb(22, 67, 111);
}

.project-block-one .inner-box .overlay-content .image-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 106px;
    height: 60px;
    right: -1px;
    bottom: 0px;
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.project-block-one .inner-box .overlay-content .lower-content {
    padding-right: 10px;
}

.project-block-one .inner-box .overlay-content .lower-content h3 {
    margin-bottom: 10px;
}

.project-section .tab-btns {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.project-section .tab-btns li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-top: 6px;
    transition: 500ms;
}

.project-section .tab-btns li:last-child {
    margin: 0px !important;
}

.project-section .tab-btns li.active-btn {}

.project-section .tab-btns li::before {
    position: absolute;
    content: "";
    border: 2px solid rgb(184, 189, 193);
    width: 8px;
    height: 8px;
    bottom: 8px;
    right: -30px;
    border-radius: 50%;
}

.project-section .tab-btns li:last-child::before {
    display: none;
}

.project-section .tab-btns li::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    left: 0px;
    top: 0px;
    transition: 500ms;
}

.project-section .tab-btns li.active-btn::after {
    width: 100%;
}

.project-section .sec-title {
    margin-bottom: 37px;
}

.pricing-section {
    position: relative;
}

.pricing-table-one .feature-box .single-item {
    position: relative;
}

.pricing-section .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    background: rgb(22, 67, 111);
    left: 0px;
    border-color: transparent;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 0px;
    transform: scale(0.75) translateY(-21px);
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    padding: 18px 25px 22px;
    top: 54px !important;
}

.pricing-section .show.dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0px) translate(0px) !important;
}

.pricing-section .dropdown-menu .list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: rgb(209, 219, 229);
    margin-bottom: 12px;
}

.pricing-section .dropdown-menu .list li:last-child {
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.pricing-table-one {
    position: relative;
    display: block;
}

.pricing-table-one .table-header {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 30px 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}

.pricing-table-one .table-header::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, rgb(22, 67, 111) 25%, rgb(16, 177, 180) 200%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.pricing-table-one .table-header h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 7px;
}

.pricing-table-one .table-header h2 {
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
}

.pricing-table-one .table-header h2 span {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.pricing-table-one .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px;
}

.pricing-table-one .inner-box .table-content .category {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
    padding: 12px 15px;
    text-align: center;
}

.pricing-table-one .inner-box .feature-box {
    position: relative;
    padding: 2px 30px 10px;
}

.pricing-table-one .inner-box .feature-box .single-item {
    position: relative;
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid rgb(230, 235, 237);
}

.pricing-table-one .inner-box .feature-box .single-item:last-child {
    border-bottom: none;
}

.pricing-table-one .inner-box .feature-box .single-item p {
    font-weight: 500;
}

.pricing-table-one .inner-box .feature-box .single-item .dropdown-toggle {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: rgb(124, 128, 131);
}

.pricing-table-one .inner-box .feature-box .single-item .dropdown-toggle::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 8px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: rgb(255, 255, 255);
    background: rgb(184, 189, 193);
    border-radius: 50%;
    text-align: center;
    transition: 500ms;
    top: 7px;
    right: 0px;
}

.pricing-table-one .inner-box .feature-box .single-item .dropdown-toggle.show::before {
    font-family: "Font Awesome 6 free";
    content: "";
    font-weight: 900;
    color: rgb(255, 255, 255);
    font-size: 10px;
}

.pricing-table-one .table-footer {
    position: relative;
    padding: 10px 30px 32px;
    text-align: center;
}

.pricing-table-one .table-footer a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(22, 67, 111);
    background: rgb(240, 245, 247);
    padding: 16px 30px 14px;
    margin-bottom: 19px;
}

.pricing-table-one .table-footer a:hover {
    color: rgb(255, 255, 255);
}

.pricing-table-one .table-footer span {
    position: relative;
    display: block;
    font-size: 15px;
}

.pricing-table-one.active-block .inner-box .table-content .category {}

.pricing-table-one .table-content .link-btn {
    position: relative;
    display: block;
    padding: 11px 30px 24px;
}

.pricing-table-one.active-block .inner-box .feature-box .single-item:last-child {
    border-bottom: 1px solid rgb(230, 235, 237);
}

.pricing-table-one .table-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(22, 67, 111);
    padding-left: 28px;
}

.pricing-table-one .table-content .link-btn a i {
    position: absolute;
    left: 0px;
    top: 2px;
}

.pricing-table-one .table-content .link-btn a:hover {}

.pricing-table-one.active-block {
    margin-top: -32px;
}

.pricing-table-one .table-header .icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 72px;
    height: 30px;
    line-height: 30px;
    font-size: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
}

.pricing-table-one .table-header .icon-box::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 20px;
    left: 0px;
    bottom: -20px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.pricing-section .sec-title {
    margin-bottom: 80px;
}

.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(22, 67, 111);
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: 500ms;
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
    opacity: 0.1;
}

.news-block-one .inner-box .image-box .link-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-block-one .inner-box .image-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: rgb(255, 255, 255);
    transform: scale(0, 0);
}

.news-block-one .inner-box:hover .image-box .link-btn a {
    transform: scale(1, 1);
}

.news-block-one .inner-box .image-box .link-btn a:hover {}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 29px 25px 16px;
}

.news-block-one .inner-box .lower-content .category {
    position: absolute;
    left: 0px;
    top: -15px;
}

.news-block-one .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
    z-index: 1;
    transition: 500ms;
}

.news-block-one .inner-box .lower-content .category a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -17px;
    background: rgb(22, 67, 111);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: 500ms;
}

.news-block-one .inner-box .lower-content .category a:hover {}

.news-block-one .inner-box .lower-content .category a:hover::before {}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    margin-right: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
    color: rgb(124, 128, 131);
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 8px;
    right: -20px;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.news-block-one .inner-box .lower-content .post-info {
    margin-bottom: 7px;
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block-one .inner-box .lower-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(22, 67, 111);
}

.news-block-one .inner-box .lower-box .link a:hover {}

.news-block-one .inner-box .lower-box .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.news-block-one .inner-box .lower-box .social-links li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.news-block-one .inner-box .lower-box .social-links li a:hover {}

.news-block-one .inner-box .lower-box .right-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-one .inner-box .lower-box .social-links {
    position: relative;
    margin-right: 30px;
}

.news-block-one .inner-box .lower-box .social-links::before {
    position: absolute;
    content: "";
    background: rgb(223, 228, 230);
    width: 1px;
    height: 17px;
    top: 4px;
    right: -15px;
}

.news-block-one .inner-box .lower-box .comments-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(124, 128, 131);
    padding-left: 26px;
}

.news-block-one .inner-box .lower-box .comments-box a:hover {}

.news-block-one .inner-box .lower-box .comments-box a i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.booking-section {
    position: relative;
}

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

.booking-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.booking-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 422px;
    height: 340px;
    background-repeat: no-repeat;
}

.booking-section .sec-title {
    margin-bottom: 32px;
}

.booking-section .sec-title .sub-title {
    color: rgb(255, 255, 255);
}

.booking-section .sec-title .sub-title::before,
.booking-section .sec-title .sub-title::after {
    background: rgb(255, 255, 255);
}

.booking-section .content-box .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    max-width: 470px;
}

.booking-section .content-box .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 11px;
    width: 80px;
    height: 70px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    z-index: 1;
}

.booking-section .content-box .inner-box .icon-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.booking-section .content-box {
    position: relative;
    display: block;
    padding-right: 130px;
}

.booking-section .content-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
}

.booking-section .content-box .inner-box .form-group {
    position: relative;
    margin: 0px;
}

.booking-section .content-box .inner-box .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 4px solid rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0px 40px 0px 30px;
    background: transparent;
    transition: 500ms;
}

.booking-section .content-box .inner-box .form-group .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.booking-section .content-box .inner-box .form-group button {
    position: absolute;
    top: 13px;
    right: 0px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 500ms;
}

.booking-section .content-box .shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 200px;
    height: 110px;
}

.booking-section .content-box .rotate-text {
    position: absolute;
    top: 100px;
    right: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transform: rotate(-30deg);
}

.booking-section .inner-content {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 39px 30px 40px;
}

.booking-section .inner-content form {
    position: relative;
    margin: 0px 10px;
}

.booking-section .inner-content .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 0px 5px;
}

.booking-section .inner-content .form-group:last-child {
    margin-bottom: 0px;
}

.booking-section .inner-content .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    font-weight: 500;
    margin-bottom: 8px;
}

.booking-section .inner-content .form-group input[type="text"],
.booking-section .inner-content .form-group input[type="email"],
.booking-section .inner-content .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgb(240, 245, 247);
    font-size: 18px;
    padding: 0px 50px 0px 20px;
    color: rgb(124, 128, 131);
    text-transform: capitalize;
    border-radius: 0px;
    transition: 500ms;
}

.booking-section .inner-content .form-group i {
    position: absolute;
    bottom: 16px;
    right: 35px;
    font-size: 18px;
    color: rgb(182, 191, 194);
    z-index: 1;
}

.booking-section .inner-content .form-group .select-box {
    min-height: 50px;
}

.nice-select::after {
    border: none;
    content: "";
    font-family: flaticon;
    top: 20px;
    right: 20px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: rgb(182, 191, 194);
    text-align: center;
    border-radius: 50%;
    transform: rotate(0deg) !important;
}

.booking-section .inner-content .form-group button {
    width: 100%;
    margin-top: 5px;
    padding: 13px 50px;
}

.locations-section {
    position: relative;
}

.locations-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.locations-section .upper-box {
    position: relative;
    max-width: 370px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 74px;
}

.locations-section .upper-box .select-box {
    min-height: 60px;
    margin-bottom: 20px;
}

.locations-section .upper-box .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgb(255, 255, 255);
    padding: 0px 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    font-size: 18px;
    color: rgb(124, 128, 131);
    border-radius: 0px;
    text-transform: capitalize;
}

.locations-section .upper-box .nice-select .list {
    width: 100%;
}

.locations-section .upper-box .nice-select::after {
    top: 25px;
}

.locations-section .upper-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.location-block-one .inner-box {
    position: relative;
    display: block;
    background: rgb(240, 245, 247);
    padding: 0px 30px 32px;
}

.location-block-one .inner-box .image-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    margin-top: -70px;
    margin-bottom: 15px;
}

.location-block-one .inner-box .image-box::before {
    position: absolute;
    content: "";
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.location-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
}

.location-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
}

.location-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.location-block-one .inner-box p {
    display: block;
    margin-bottom: 12px;
}

.location-block-one .inner-box p a {
    color: rgb(124, 128, 131);
}

.location-block-one .inner-box p a:hover {}

.location-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(22, 67, 111);
}

.location-block-one .inner-box .link a i {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 14px;
    opacity: 0;
    font-weight: 700;
    transition: 500ms;
}

.location-block-one .inner-box .link a:hover {
    padding-right: 24px;
}

.location-block-one .inner-box .link a:hover i {
    opacity: 1;
}

.main-footer {
    position: relative;
    background: rgb(22, 67, 111);
}

.main-footer .widget-section {
    position: relative;
    padding: 114px 0px 88px;
    border-bottom: 1px dashed rgb(62, 114, 136);
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.main-footer .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.main-footer p,
.main-footer a {
    color: rgb(209, 219, 229);
}

.main-footer a:hover {}

.main-footer .about-widget .text {
    margin-bottom: 27px;
}

.main-footer .about-widget .lower-box {
    position: relative;
    display: block;
    padding-left: 85px;
    min-height: 78px;
}

.main-footer .about-widget .lower-box .icon-box {
    position: absolute;
    left: 4px;
    top: 13px;
    width: 60px;
    height: 54px;
    line-height: 64px;
    font-size: 34px;
    color: rgb(255, 255, 255);
    z-index: 1;
    text-align: center;
}

.main-footer .about-widget .lower-box .icon-box::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 54px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.main-footer .about-widget .lower-box .icon-box::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-11.png");
    left: -1px;
    top: -8px;
    width: 62px;
    height: 70px;
    background-repeat: no-repeat;
}

.main-footer .about-widget .lower-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
}

.main-footer .links-widget .links-list li a:hover {
    padding-left: 20px;
}

.main-footer .links-widget .links-list li a::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 14px;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: 500ms;
}

.main-footer .links-widget .links-list li a:hover::before {
    opacity: 1;
}

.main-footer .post-widget .post {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 25px;
}

.main-footer .post-widget .post:last-child {
    margin-bottom: 0px;
}

.main-footer .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.main-footer .post-widget .post .post-thumb img {
    width: 100%;
    transition: 500ms;
}

.main-footer .post-widget .post:hover .post-thumb img {
    opacity: 0.2;
}

.main-footer .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    margin-bottom: 7px;
}

.main-footer .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.main-footer .post-widget .post h5 a {
    display: inline-block;
    color: rgb(255, 255, 255);
}

.main-footer .post-widget .post h5 a:hover {}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px;
}

.footer-bottom .copyright p a {}

.footer-bottom .copyright p a:hover {
    color: rgb(255, 255, 255);
}

.footer-bottom .download-list {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-bottom .download-list li {
    margin-right: 10px;
}

.footer-bottom .download-list li:last-child {
    margin: 0px !important;
}

.footer-bottom .download-list li h6 {
    display: block;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

.footer-bottom .download-list li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(39, 87, 134);
    text-align: center;
    border-radius: 50%;
}

.footer-bottom .download-list li a:hover {}

.header-top-two {
    position: relative;
    background: rgb(0 0 0);
    padding-right: 70px;
}

.header-top-two .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-two .top-left {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-two .top-left .link {
    position: relative;
    display: block;
    padding: 12px 30px 14px 70px;
    margin-right: 60px;
}

.header-top-two .top-left .link::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 100%;
    top: 0px;
    right: -27px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.header-top-two .top-left .link span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background: rgb(0 0 0);
    border: 1px solid rgb(83, 144, 255);
    border-radius: 25px;
    padding: 0px 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-right: 10px;
}

.header-top-two .top-left .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-right: 26px;
}

.header-top-two .top-left .link a i {
    position: absolute;
    top: 1px;
    right: 0px;
}

.header-top-two .top-left .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(210, 213, 222);
    margin-right: 27px;
    padding-left: 27px;
}

.header-top-two .top-left .info-list li:last-child {
    margin: 0px !important;
}

.header-top-two .top-left .info-list li a {
    display: inline-block;
    color: rgb(210, 213, 222);
}

.header-top-two .top-left .info-list li a:hover {}

.header-top-two .top-left .info-list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
}

.header-top-two .right-info li {
    position: relative;
    display: inline-block;
    margin-right: 27px;
}

.header-top-two .right-info li:last-child {
    margin: 0px !important;
}

.header-top-two .right-info li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(210, 213, 222);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.header-top-two .right-info li a:hover {}

.header-style-two .header-lower {
    position: relative;
    width: 100%;
    padding: 0px 340px 0px 50px;
}

.header-style-two .header-lower .outer-container {
    position: absolute;
    left: 50px;
    top: 20px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.85) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(30, 30, 30, 0.85) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0px 35px 0px 30px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.4), 
                inset 0px 1px 0px rgba(255, 255, 255, 0.1),
                inset 0px -1px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    width: calc(100% - 390px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    /*
    background: rgb(255, 255, 255);
    padding: 0px 35px 0px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    width: calc(100% - 390px);
    */
}

.header-style-two .logo-box {
    padding: 20px 0px;
}

.header-style-two .main-menu .navigation>li>a {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding-top: 29px;
    padding-bottom: 29px;
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li:hover>a {}

.header-style-two .main-menu .navigation>li.dropdown>a::before {
    top: 29px;
    color: rgb(124, 126, 132);
    transition: 500ms;
}

.header-style-two .main-menu .navigation>li.dropdown.current>a::before,
.header-style-two .main-menu .navigation>li.dropdown:hover>a::before {}

.header-style-two .menu-area {
    display: flex;
    align-items: center;
}

.header-style-two .menu-right-content li.user-box a,
.header-style-two .menu-right-content li.search-box-outer {
    color: rgb(30, 44, 78);
}

.header-style-two .menu-right-content li.cart-box {
    position: relative;
    top: 4px;
}

.header-style-two .menu-right-content li.cart-box a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: rgb(30, 44, 78);
    padding-left: 11px;
}

.header-style-two .menu-right-content li.cart-box a:hover {}

.header-style-two .menu-right-content li.cart-box a span {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.header-style-two .menu-right-content {
    margin-left: 50px;
}

.header-style-two .menu-right-content li::before {
    position: absolute;
    content: "";
    background: rgb(218, 220, 224);
    width: 1px;
    height: 20px;
    top: 5px;
    right: -20px;
}

.header-style-two .menu-right-content li:last-child::before {
    display: none;
}

.header-style-two .header-lower .support-box {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 270px;
    background: rgb(255 255 255);
    padding: 33px 30px 19px;
    border: 1px solid rgba(28, 42, 77, 0.15);
    box-shadow: 0 8px 20px rgba(12, 38, 64, 0.12);
    overflow: visible;
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.header-style-two .header-lower .support-box::before {
    display: none;
}

.header-style-two .header-lower .support-box::after {
    display: none;
}

.header-style-two .header-lower .support-box .support-box-link {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.header-style-two .header-lower .support-box .support-box-link:hover,
.header-style-two .header-lower .support-box .support-box-link:focus {
    text-decoration: none;
}

.header-style-two .header-lower .support-box:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 177, 180, 0.55);
    box-shadow: 0 16px 32px rgba(12, 38, 64, 0.2), 0 0 18px rgba(16, 177, 180, 0.25);
}

.header-style-two .header-lower .support-box .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-left: 0px;
    text-align: center;
}

.header-style-two .header-lower .support-box .inner .icon-box {
    position: static;
    font-size: 40px;
}

.header-style-two .header-lower .support-box .inner .support-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: Saira, sans-serif;
    color: rgb(0 0 0);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.header-style-two .header-lower .support-box .inner .support-subtitle {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: Saira, sans-serif;
    color: rgb(0 0 0);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.header-style-two .header-lower .support-box .light-icon {
    display: none;
}

.header-style-two .header-lower .support-box .link {
    display: none;
}

.header-style-two .header-lower .support-box .link {
    display: none;
}

.header-style-two .header-lower .support-box .link:hover {}

.header-style-two .header-lower .support-box .link::before {
    display: none;
}

.header-style-two .header-lower .support-box .link:hover::before {
    background: rgba(255, 255, 255, 0.9);
}

.header-style-two .sticky-header {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.85) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(30, 30, 30, 0.85) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.4), 
                inset 0px 1px 0px rgba(255, 255, 255, 0.1),
                inset 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.banner-style-two {
    position: relative;
    padding: 270px 0px 225px;
    background: rgb(241, 244, 249);
    overflow: hidden;
}

.home_2 .theme-btn:hover {
    background: #2196F3;
}

.home_2 .theme-btn:active {
    background: #1976D2;
}

.banner-style-two .content-box {
    position: relative;
    display: block;
    margin-left: 100px;
}

.banner-style-two .content-box h5 {
    display: block;
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(255, 255, 255);

    /* Pearly metallic white gradient */
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(255, 255, 255, 0.95) 20%, 
        rgba(250, 250, 255, 1) 40%, 
        rgba(255, 255, 255, 1) 50%, 
        rgba(245, 245, 255, 1) 60%, 
        rgba(255, 255, 255, 0.98) 80%, 
        rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* Pearly metallic text shadow for depth and shine */
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2),
                 0px 0px 12px rgba(255, 255, 255, 0.4),
                 0px 0px 20px rgba(255, 255, 255, 0.2),
                 inset 0px 1px 0px rgba(255, 255, 255, 0.6);
    
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.5px;
}

.banner-style-two .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(243, 247, 255);
}

.home_2 h1,
.home_2 h2,
.home_2 h3,
.home_2 h4,
.home_2 h5,
.home_2 h6 {
    color: rgb(0, 0, 0);
}

.banner-style-two .content-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.banner-style-two .image-layer .image-1 {
    position: absolute;
    left: 0px;
    top: -50px;
}

.banner-style-two .image-layer .image-2 {
    position: absolute;
    top: 130px;
    right: 50px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner-style-two .image-layer .image-3 {
    position: absolute;
    left: 50px;
    bottom: 70px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner-style-two .image-layer .image-4 {
    position: absolute;
    right: 410px;
    bottom: 55px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 792px;
    height: 260px;
    background-repeat: no-repeat;
}

.banner-style-two .pattern-layer .pattern-2 {
    position: absolute;
    top: 80px;
    right: 195px;
    width: 868px;
    height: 416px;
    background-repeat: no-repeat;
}

.service-style-two {
    position: relative;
    padding-top: 90px;
    background: linear-gradient(135deg, #0b6b4e 0%, #0f8d63 35%, #21b486 60%, #0a6a4d 100%);
    box-shadow: inset 0 30px 60px rgba(0, 0, 0, 0.25);
}

.service-style-two .service-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.service-style-two .service-item {
    flex: 1 1 280px;
    max-width: 360px;
}

.service-style-two .service-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.service-style-two .service-card-link:hover,
.service-style-two .service-card-link:focus {
    text-decoration: none;
}

.service-page-section .service-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.service-page-section .service-item {
    flex: 1 1 280px;
    max-width: 360px;
}

.service-page-section .service-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.service-page-section .service-card-link:hover,
.service-page-section .service-card-link:focus {
    text-decoration: none;
}

.blog-sidebar .quick-links-widget .post {
    margin-bottom: 16px !important;
}

.blog-sidebar .quick-links-widget .quick-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 12px;
    border: 2px solid #e1e6ee;
    border-radius: 12px;
    background: #ffffff;
    max-width: 200px;
    margin: 0;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.blog-sidebar .quick-links-widget .quick-link:hover,
.blog-sidebar .quick-links-widget .quick-link:focus {
    border-color: #10b1b4;
    box-shadow: 0 10px 24px rgba(16, 177, 180, 0.18);
    transform: translateY(-2px);
}

.blog-sidebar .quick-links-widget .quick-link-label {
    order: 1;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 600;
    color: #1c2a4d;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-align: left;
}

.blog-sidebar .quick-links-widget .post .post-thumb {
    order: 2;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.blog-sidebar .quick-links-widget .post .post-thumb img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    opacity: 0.9 !important;
}

.sidebar-widget.contact-tab-widget {
    margin-bottom: 20px;
}

.contact-tab-widget .contact-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 2px solid #e1e6ee;
    border-radius: 12px;
    background: #ffffff;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.contact-tab-widget .contact-tab + .contact-tab {
    margin-top: 12px;
}

.contact-tab-widget .contact-tab:hover,
.contact-tab-widget .contact-tab:focus-within {
    border-color: #10b1b4;
    box-shadow: 0 10px 24px rgba(16, 177, 180, 0.18);
    transform: translateY(-2px);
}

.contact-tab-widget .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b1b4;
    background: rgba(16, 177, 180, 0.12);
    font-size: 18px;
}

.contact-tab-widget .contact-tab-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-tab-widget .contact-tab-title {
    font-size: 14px;
    font-weight: 600;
    color: #1c2a4d;
}

.contact-tab-widget a {
    font-size: 15px;
    font-weight: 600;
    color: #1c2a4d;
    text-decoration: none;
}

.contact-tab-widget a:hover,
.contact-tab-widget a:focus {
    color: #10b1b4;
    text-decoration: none;
}
.service-block-two .inner-box {
    position: relative;
    display: block;
    padding-top: 11px;
    padding: 22px 20px 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6fb 40%, #e6eef6 52%, #ffffff 100%);
    border: 2px solid #6d879b;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(12, 38, 64, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-block-two .inner-box::before {
    content: "";
    position: absolute;
    top: -55%;
    left: -15%;
    width: 130%;
    height: 85%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
    pointer-events: none;
}

.service-block-two .inner-box::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.service-block-two .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(12, 38, 64, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: #10b1b4;
}

.service-block-two .inner-box .image-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    width: 100%;
    margin: 0px auto 33px;
    min-height: 190px;
}

.service-block-two .inner-box .image-box .image {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: none;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.service-block-two .inner-box .image-box .image img {
    width: 100%;
}

.service-block-two .inner-box .image-box .icon-box {
    position: absolute;
    right: 6px;
    bottom: 53px;
    width: 80px;
    height: 70px;
    line-height: 80px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    transition: 500ms;
}

.service-block-two .inner-box .image-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.service-block-two .inner-box:hover .image-box .icon-box {
    transform: scale(0, 0);
}

.service-block-two .inner-box .image-box .overlay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.service-block-two .inner-box .image-box .overlay-icon a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 70px;
    line-height: 80px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    transform: scale(0, 0);
}

.service-block-two .inner-box .image-box .overlay-icon a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
    transition: 500ms;
}

.service-block-two .inner-box:hover .image-box .overlay-icon a {
    transform: scale(1, 1);
}

.service-block-two .inner-box .image-box .overlay-icon a:hover {}

.service-block-two .inner-box .image-box .overlay-icon a:hover::before {
    background: rgb(255, 255, 255);
}

.service-block-two .inner-box .image-box .pattern-1 {
    position: absolute;
    top: -6px;
    right: 11px;
    width: 220px;
    height: 250px;
    background-repeat: no-repeat;
    transition: 500ms;
}

.service-block-two .inner-box:hover .image-box .pattern-1 {
    opacity: 0;
    right: 21px;
}

.service-block-two .inner-box .image-box .pattern-2 {
    position: absolute;
    top: -11px;
    right: 10px;
    width: 240px;
    height: 274px;
    background-repeat: no-repeat;
    transition: 500ms;
    opacity: 0;
}

.service-block-two .inner-box:hover .image-box .pattern-2 {
    opacity: 1;
}

.service-block-two .inner-box .lower-content {
    position: relative;
    display: block;
}

.service-block-two .inner-box .lower-content h3 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: 68px;
    text-align: center;
}

.service-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(28, 42, 77);
}

.service-block-two .inner-box .lower-content h3 a:hover {}

.service-style-two .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.service-style-two .owl-theme .owl-dots button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid rgb(191, 194, 200);
    cursor: pointer;
    margin: 0px 10px;
    transition: 500ms;
}

.service-style-two .owl-theme .owl-dots button.active {}

.service-style-two .owl-theme .owl-dots button::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0, 0);
    transition: 500ms;
}

.service-style-two .owl-theme .owl-dots button.active::before {
    transform: scale(1, 1);
}

.service-style-two .owl-theme .owl-dots {
    margin-top: 39px;
}

.service-style-two .certified-box {
    position: absolute;
    left: 50%;
    top: -79px;
    transform: translateX(-50%);
    width: 188px;
}

.service-style-two .certified-box::before {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-16.png");
    width: 252px;
    height: 283px;
    left: -33px;
    top: -29px;
    background-repeat: no-repeat;
}

.service-style-two .certified-box .certified-inner {
    position: relative;
    display: inline-block;
    padding-top: 3px;
}

.service-style-two .certified-box .certified-inner::before {
    position: absolute;
    content: "";
    width: 186px;
    height: 158px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.service-style-two .certified-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 34px;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}

.service-style-two .certified-box h6 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-style-two .certified-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    padding: 5px 15px 3px;
    border-radius: 0px 0px 35px 35px;
}

.service-style-two .certified-box .shape-1 {
    position: absolute;
    left: -31px;
    top: 78px;
    width: 248px;
    height: 141px;
    background-repeat: no-repeat;
}

.service-style-two .certified-box .shape-2 {
    position: absolute;
    left: -16px;
    top: 78px;
    width: 218px;
    height: 126px;
    background-repeat: no-repeat;
}

.industries-style-two {
    position: relative;
}

.industries-style-two .outer-container {
    position: relative;
    padding: 0px 30px;
}

.industries-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    transition: 500ms;
}

.industries-block-two .inner-box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.industries-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.industries-block-two .inner-box .image-box {
    position: relative;
    display: block;
}

.industries-block-two .inner-box .image-box img {
    width: 100%;
}

.industries-block-two .inner-box .content-box {
    position: absolute;
    left: 0px;
    bottom: -76px;
    width: 100%;
    z-index: 1;
    transition: 500ms;
}

.industries-block-two .inner-box:hover .content-box {
    bottom: 0px;
}

.industries-block-two .inner-box .content-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 100%;
    height: calc(100% - 30px);
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
    transition: 500ms;
}

.industries-block-two .inner-box:hover .content-box::before {
    opacity: 1;
}

.industries-block-two .inner-box .content-box .title-box {
    position: relative;
    display: block;
    width: calc(100% - 96px);
    background: rgba(28, 42, 77, 0.9);
    padding: 13px 30px 11px 25px;
    transition: 500ms;
}

.industries-block-two .inner-box:hover .content-box .title-box {
    background: rgb(28, 42, 77);
}

.industries-block-two .inner-box .content-box .title-box::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 100%;
    top: 0px;
    right: -38px;
}

.industries-block-two .inner-box .content-box .title-box::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 100%;
    top: 0px;
    right: -66px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.industries-block-two .inner-box .content-box .title-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.industries-block-two .inner-box .content-box .title-box a {
    position: absolute;
    top: 17px;
    right: -35px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.industries-block-two .inner-box .content-box .title-box a:hover {
    color: rgb(28, 42, 77);
}

.industries-block-two .inner-box .content-box .text {
    padding: 23px 20px 22px 30px;
    opacity: 0;
    transition: 500ms;
}

.industries-block-two .inner-box:hover .content-box .text {
    opacity: 1;
}

.about-style-two {
    position: relative;
}

.about-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 35px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.about-style-two .image-box img {
    width: 100%;
}

.about-style-two .inner-box .piechart {
    position: absolute;
    left: 0px;
    top: 2px;
}

.about-style-two .inner-box .piechart span {
    position: absolute;
    display: flex;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    font-family: Saira, sans-serif;
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 50%;
}

.about-style-two .inner-box .piechart span::after {
    content: "%";
    font-size: 22px;
}

.about-style-two .upper-box .content-box .sec-title {
    margin-bottom: 31px;
}

.about-style-two .upper-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.about-style-two .upper-box .content-box .text p {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 34px;
}

.about-style-two .upper-box .content-box .text p:last-child {
    margin-bottom: 0px;
}

.about-style-two .upper-box .content-box .inner-box {
    position: relative;
    display: block;
    padding-left: 120px;
}

.about-style-two .upper-box .content-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-style-two .upper-box .content-box .inner-box p {
    margin-bottom: 10px;
}

.about-style-two .upper-box .content-box .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(28, 42, 77);
    letter-spacing: 0.6px;
    padding-left: 23px;
}

.about-style-two .upper-box .content-box .inner-box a i {
    position: absolute;
    left: 0px;
    top: 2px;
}

.about-style-two .upper-box .content-box .inner-box a:hover {}

.about-style-two .lower-box .content-box {
    padding-top: 59px;
}

.about-style-two .lower-box .content-box .single-item {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 36px;
}

.about-style-two .lower-box .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 60px;
}

.about-style-two .lower-box .content-box .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 13px;
}

.about-style-two .lower-box .content-box .btn-box {
    padding-left: 90px;
    padding-top: 6px;
}

.about-style-two .lower-box .image-box {
    margin-top: -60px;
}

.team-section {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
    transition: 500ms;
}

.team-block-one .inner-box:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 0px;
}

.team-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    z-index: -9;
    visibility: hidden;
    transition: 500ms;
}

.team-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 94px;
    height: 58px;
    right: -1px;
    bottom: 0px;
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.team-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box .image img {
    width: 100%;
}

.team-block-one .inner-box .image-box .share-option {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.team-block-one .inner-box .image-box .share-option .share-icon {
    position: absolute;
    display: inline-block;
    right: 0px;
    bottom: 5px;
    width: 60px;
    height: 54px;
    line-height: 60px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    cursor: pointer;
    transition: 500ms;
}

.team-block-one .inner-box .image-box .share-option .share-icon::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 54px;
    left: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.team-block-one .inner-box .image-box .share-option .social-links {
    position: absolute;
    right: 3px;
    bottom: 47px;
    width: 54px;
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 1px 0px 29px;
    transform: scaleY(0);
    transform-origin: center bottom;
    opacity: 0;
    transition: 500ms;
}

.team-block-one .inner-box .image-box .share-option .social-links::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 28px;
    left: 0px;
    top: -28px;
    background: rgb(255, 255, 255);
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.team-block-one .inner-box .image-box .share-option:hover .social-links {
    opacity: 1;
    transform: scaleY(1);
}

.team-block-one .inner-box .image-box .share-option .social-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-block-one .inner-box .image-box .share-option .social-links li:last-child {
    margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .share-option .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(28, 42, 77);
}

.team-block-one .inner-box .image-box .share-option .social-links li a:hover {}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 19px 25px 18px;
}

.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(28, 42, 77);
}

.team-block-one .inner-box .lower-content h3 a:hover {}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.team-section .owl-nav {
    position: absolute;
    top: -114px;
    right: 0px;
}

.team-section .owl-nav .owl-prev {
    margin-right: 10px;
}

.team-section .nav-style-one button {
    color: rgb(28, 42, 77);
}

.team-section .nav-style-one button:hover {
    color: rgb(255, 255, 255);
}

.processing-section {
    position: relative;
    padding: 120px 0px 115px;
}

.processing-section .sec-title .sub-title {
    color: rgb(255, 255, 255);
}

.processing-section .sec-title .sub-title::before,
.processing-section .sec-title .sub-title::after {
    background: rgb(255, 255, 255);
}

.processing-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 50px;
}

.processing-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
}

.processing-block-one .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 130px;
    line-height: 140px;
    font-size: 56px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.processing-block-one .inner-box .icon-box .icon::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 130px;
    left: 0px;
    top: 0px;
    background: #8BC34A;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    z-index: 1;
    top: 0px;
    right: -20px;
}

.processing-block-one .inner-box .icon-box .count-text::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 40px;
    left: 0px;
    top: 0px;
    background: #8BC34A;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 32px;
    left: 6px;
    top: 4px;
    background: rgb(255, 255, 255);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.processing-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 29px;
}

.processing-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 9px;
}

.processing-block-one .inner-box .lower-content p {
    color: rgb(255, 255, 255);
}

.processing-block-one .inner-box .shape {
    position: absolute;
    top: 57px;
    right: -51%;
    transform: translateX(-50%);
    width: 216px;
    height: 16px;
    background-repeat: no-repeat;
}

.processing-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.project-style-two {
    position: relative;
    padding: 120px 0px 90px;
}

.project-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(28, 42, 77);
}

.project-block-two .inner-box .image-box img {
    width: 100%;
    transition: 500ms;
}

.project-block-two .inner-box:hover .image-box img {
    opacity: 0.1;
    transform: scale(1.05);
}

.project-block-two .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.project-block-two .inner-box .content-box .view-btn {
    position: absolute;
    top: 24px;
    right: 25px;
}

.project-block-two .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: rgb(255, 255, 255);
    transform: scale(0, 0);
}

.project-block-two .inner-box:hover .content-box .view-btn a {
    transform: scale(1, 1);
}

.project-block-two .inner-box .content-box .view-btn a:hover {}

.project-block-two .inner-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: 500ms;
}

.project-block-two .inner-box:hover .content-box .text {
    bottom: 22px;
    opacity: 1;
}

.project-block-two .inner-box .content-box .text h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 0px 20px 0px 25px;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
}

.project-block-two .inner-box .content-box .text h6::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -18px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.project-block-two .inner-box .content-box .text h3 {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.project-block-two .inner-box .content-box .text h3 a {
    display: inline-block;
    color: rgb(255, 255, 255);
}

.project-block-two .inner-box .content-box .text h3 a:hover {}

.chooseus-section {
    position: relative;
    padding: 120px 0px 90px;
}

.chooseus-section .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 45px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 232, 236);
    padding: 32px 30px 21px;
    margin-bottom: 30px;
    transition: 500ms;
}

.chooseus-block-one .inner-box:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px 0px;
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 54px;
    line-height: 62px;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    margin-bottom: 21px;
    transition: 500ms;
}

.chooseus-block-one .inner-box:hover .icon-box {
    color: rgb(255, 255, 255);
}

.chooseus-block-one .inner-box .icon-box::before {
    position: absolute;
    content: "";
    background: rgb(241, 244, 249);
    width: 60px;
    height: 54px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    transition: 500ms;
}

.chooseus-block-one .inner-box:hover .icon-box::before {}

.chooseus-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(124, 126, 132);
    margin-bottom: 2px;
}

.chooseus-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.chooseus-block-one .inner-box .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 104px;
    height: 120px;
    background-repeat: no-repeat;
}

.testimonial-section {
    position: relative;
}

.testimonial-section .single-item-carousel {
    max-width: 370px;
    width: 100%;
    margin: 0px auto;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .testimonial-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.testimonial-section .owl-item .testimonial-block-one {
    opacity: 0.25;
    transition: 500ms;
}

.testimonial-section .owl-item.active .testimonial-block-one {
    opacity: 1;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-one .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.testimonial-block-one .inner-box .thumb-box img {
    width: 100%;
}

.testimonial-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgb(191, 194, 200);
    padding: 0px 20px 21px;
}

.testimonial-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.testimonial-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.testimonial-section .owl-theme .owl-dots button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid rgb(191, 194, 200);
    cursor: pointer;
    margin: 0px 10px;
    transition: 500ms;
}

.testimonial-section .owl-theme .owl-dots button.active {}

.testimonial-section .owl-theme .owl-dots button::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0, 0);
    transition: 500ms;
}

.testimonial-section .owl-theme .owl-dots button.active::before {
    transform: scale(1, 1);
}

.testimonial-section .owl-theme .owl-dots {
    margin-top: 40px;
}

.location-style-two {
    position: relative;
    padding: 120px 0px 115px;
    overflow: hidden;
}

.location-style-two .select-box {
    min-height: 60px;
    margin-bottom: 34px;
}

.location-style-two .select-box .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgb(255, 255, 255);
    padding: 0px 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    font-size: 18px;
    color: rgb(124, 128, 131);
    border-radius: 0px;
    text-transform: capitalize;
}

.location-style-two .select-box .nice-select .list {
    width: 100%;
}

.location-style-two .select-box .nice-select::after {
    top: 25px;
}

.location-style-two .content-box .others-branches li {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgb(28, 42, 77);
    margin-bottom: 12px;
}

.location-style-two .content-box .others-branches li:first-child {
    margin-bottom: 15px;
}

.location-style-two .content-box .others-branches li:last-child {
    margin-bottom: 0px;
}

.location-style-two .content-box .others-branches li a {
    position: relative;
    display: inline-block;
    color: rgb(28, 42, 77);
    font-weight: 500;
    font-family: Saira, sans-serif;
}

.location-style-two .content-box .others-branches li a:hover {}

.location-style-two .content-box .others-branches li a i {
    position: absolute;
    top: 2px;
    right: -14px;
    font-size: 14px;
    opacity: 0;
    transition: 500ms;
}

.location-style-two .content-box .others-branches li a:hover i {
    right: -24px;
    opacity: 1;
}

.location-style-two .sec-title {
    margin-bottom: 38px;
}

.location-style-two .google-map-inner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% + 150px);
    height: 100%;
}

.location-style-two .google-map-inner #contact-google-map {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.location-style-two .google-map-inner .map-content {
    position: absolute;
    left: 57%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding-top: 154px;
    max-width: 270px;
    width: 100%;
}

.location-style-two .google-map-inner .map-content .image-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.location-style-two .google-map-inner .map-content .image-box img {
    width: 100%;
}

.location-style-two .google-map-inner .inner-box {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 68px 30px;
    text-align: center;
}

.location-style-two .google-map-inner .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
}

.location-style-two .google-map-inner .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.location-style-two .google-map-inner .inner-box .info li {
    position: relative;
    display: block;
}

.location-style-two .google-map-inner .inner-box .info li:last-child {
    margin-bottom: 0px;
}

.location-style-two .google-map-inner .inner-box .info li a {
    display: inline-block;
    color: rgb(124, 126, 132);
}

.location-style-two .google-map-inner .inner-box .info li a:hover {}

.location-style-two .google-map-inner .inner-box .info {
    margin-bottom: 8px;
}

.location-style-two .google-map-inner .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(28, 42, 77);
}

.location-style-two .google-map-inner .inner-box .link a:hover {}

.location-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 150px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-style-two {
    position: relative;
}

.news-style-two .news-block-one .inner-box .lower-content h3 {
    font-size: 28px;
    line-height: 36px;
}

.news-style-two .news-block-one .inner-box .lower-box .comments-box a {
    margin-right: 30px;
    float: left;
}

.news-style-two .news-block-one .inner-box .lower-box .comments-box a:last-child {
    margin: 0px !important;
}

.news-style-two .news-block-one .inner-box .lower-box .comments-box a::before {
    position: absolute;
    content: "";
    background: rgb(223, 228, 230);
    width: 1px;
    height: 17px;
    top: 4px;
    right: -15px;
}

.news-style-two .news-block-one .inner-box .lower-box .comments-box a:last-child::before {
    display: none;
}

.news-block-two {
    position: relative;
    padding-top: 13px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    padding-left: 200px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.news-block-two .inner-box .image-box {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 200px;
    overflow: hidden;
}

.news-block-two .inner-box .image-box img {
    width: 100%;
}

.news-block-two .inner-box .content-box {
    position: relative;
    display: block;
    padding: 29px 25px 16px;
}

.news-block-two .inner-box .category {
    position: absolute;
    left: 0px;
    top: -15px;
}

.news-block-two .inner-box .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
    z-index: 1;
    transition: 500ms;
}

.news-block-two .inner-box .category a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -18px;
    background: rgb(22, 67, 111);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: 500ms;
}

.news-block-two .inner-box .category a:hover {}

.news-block-two .inner-box .category a:hover::before {}

.news-block-two .inner-box .content-box .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    margin-right: 30px;
}

.news-block-two .inner-box .content-box .post-info li:last-child {
    margin: 0px !important;
}

.news-block-two .inner-box .content-box .post-info li a {
    color: rgb(124, 128, 131);
}

.news-block-two .inner-box .content-box .post-info li a:hover {}

.news-block-two .inner-box .content-box .post-info li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 8px;
    right: -20px;
    border-radius: 50%;
}

.news-block-two .inner-box .content-box .post-info li:last-child::before {
    display: none;
}

.news-block-two .inner-box .content-box .post-info {
    margin-bottom: 7px;
}

.news-block-two .inner-box .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.news-block-two .inner-box .content-box h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.news-block-two .inner-box .content-box h3 a:hover {}

.news-block-two .inner-box .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block-two .inner-box .content-box .lower-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(22, 67, 111);
}

.news-block-two .inner-box .content-box .lower-box .link a:hover {}

.news-block-two .inner-box .content-box .lower-box .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.news-block-two .inner-box .content-box .lower-box .social-links li:last-child {
    margin: 0px !important;
}

.news-block-two .inner-box .content-box .lower-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.news-block-two .inner-box .content-box .lower-box .social-links li a:hover {}

.news-block-two .inner-box .content-box .lower-box .right-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-two .inner-box .content-box .lower-box .social-links {
    position: relative;
    margin-right: 30px;
}

.news-block-two .inner-box .content-box .lower-box .social-links::before {
    position: absolute;
    content: "";
    background: rgb(223, 228, 230);
    width: 1px;
    height: 17px;
    top: 4px;
    right: -15px;
}

.news-block-two .inner-box .content-box .lower-box .comments-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(124, 128, 131);
    padding-left: 26px;
}

.news-block-two .inner-box .content-box .lower-box .comments-box a:hover {}

.news-block-two .inner-box .content-box .lower-box .comments-box a i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: rgb(184, 189, 193);
}

.news-style-two .more-btn h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.news-style-two .more-btn h6 a {
    position: relative;
    display: inline-block;
    color: rgb(28, 42, 77);
    padding-right: 25px;
}

.news-style-two .more-btn h6 a i {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 14px;
}

.news-style-two .more-btn h6 a:hover {}

.news-style-two .more-btn {
    padding-top: 5px;
}

.newsletter-section {
    position: relative;
}

.newsletter-section::before {
    position: absolute;
    content: "";
    background: rgb(28, 42, 77);
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
}

.newsletter-section .inner-container {
    position: relative;
    display: block;
    padding: 53px 50px 52px;
}

.newsletter-section .inner-container::before {
    position: absolute;
    content: "";
    border-right: 1px dashed rgb(89, 140, 234);
    top: 0px;
    height: 100%;
    left: 50%;
}

.newsletter-section .inner-container .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    z-index: 1;
}

.newsletter-section .inner-container .icon::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.newsletter-section .text h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 3px;
}

.newsletter-section .text p {
    color: rgb(255, 255, 255);
}

.newsletter-section .form-inner {
    position: relative;
    display: block;
    padding-left: 70px;
}

.newsletter-section .form-inner .form-group {
    position: relative;
    display: block;
    margin: 0px;
}

.newsletter-section .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgb(71, 129, 235);
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 10px 140px 10px 53px;
    transition: 500ms;
}

.newsletter-section .form-inner .form-group input:focus {
    border-color: rgb(255, 255, 255);
}

.newsletter-section .form-inner .form-group .icon-box {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.newsletter-section .form-inner .form-group button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 20px;
}

.footer-style-two {
    position: relative;
    background: rgb(217 227 206);
}

.footer-style-two .footer-top {
    position: relative;
    padding: 114px 0px 120px;
}

.footer-style-two .logo-widget {
    margin-top: 6px;
    text-align: center; /* Center all content */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
}

.footer-style-two .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 15px; /* Reduced from 33px to bring logo closer to text */
    text-align: center; /* Center the logo */
    width: 100%; /* Full width of container */
}

.footer-style-two .logo-widget .footer-logo img {
    margin: 0 auto; /* Center the image */
    display: block; /* Make it a block element to center */
}

.footer-style-two .logo-widget .text {
    margin-bottom: 16px;
    text-align: center; /* Center the text */
    width: 100%; /* Full width */
}

.footer-style-two .logo-widget .text h3,
.footer-style-two .logo-widget .text h5 {
    text-align: center; /* Center the headings */
    margin-left: auto;
    margin-right: auto;
}

.footer-style-two .logo-widget .text h3 {
    font-size: 32px;
    font-weight: 700;
}

.footer-style-two .logo-widget .text h5 {
    font-size: 20px;
    font-weight: 700;
}

.footer-style-two p,
.footer-style-two a {
    color: rgb(0 0 0);
}

.footer-style-two a:hover {}

.footer-style-two .logo-widget .text p {}

.footer-style-two .logo-widget .download-option h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 13px;
}

.footer-style-two .logo-widget .download-option .download-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-style-two .logo-widget .download-option .download-list li:last-child {
    margin: 0px !important;
}

.footer-style-two .logo-widget .download-option .download-list li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 50px;
    background: rgb(46, 63, 103);
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

.footer-style-two .logo-widget .download-option .download-list li a:hover {
    background: rgb(255, 255, 255);
}

.footer-style-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-style-two .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0 0 0);
    font-weight: 500;
    font-weight: bold;
}

.footer-style-two .links-widget .widget-content {
    position: relative;
}

.footer-style-two .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.footer-style-two .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a {
    position: relative;
    display: inline-block;
}

.footer-style-two .links-widget .links-list li a:hover {
    padding-left: 19px;
}

.footer-style-two .links-widget .links-list li a::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 14px;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: 500ms;
}

.footer-style-two .links-widget .links-list li a:hover::before {
    opacity: 1;
}

.footer-style-two .links-widget .links-column:last-child {
    padding-left: 30px;
}

.footer-style-two .schedule-widget .list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.footer-style-two .schedule-widget .list li:last-child {
    margin-bottom: 0px;
}

.footer-style-two .schedule-widget .list li span {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgb(0 0 0);
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-style-two .schedule-widget .list {
    margin-bottom: 22px;
}

.footer-style-two .schedule-widget .lower-box {
    position: relative;
    padding-left: 74px;
}

.footer-style-two .schedule-widget .lower-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 3px;
    width: 60px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.footer-style-two .schedule-widget .lower-box .icon-box::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 54px;
    left: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.footer-style-two .schedule-widget .lower-box h6 {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.footer-style-two .schedule-widget .lower-box h6 a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding-right: 20px;
}

.footer-style-two .schedule-widget .lower-box h6 a i {
    position: absolute;
    top: 2px;
    right: 0px;
}

.footer-style-two .schedule-widget .lower-box h6 a:hover {}

.footer-style-two .gallery-widget .image-list {
    position: relative;
    margin: 0px -7.5px;
}

.footer-style-two .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 7.5px 15px;
}

.footer-style-two .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.footer-style-two .gallery-widget .image-list li .image img {
    width: 100%;
    transition: 500ms;
}

.footer-style-two .gallery-widget .image-list li .image:hover img {
    opacity: 0.15;
}

.footer-style-two .gallery-widget .image-list li .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.footer-style-two .gallery-widget .image-list li .image:hover a {
    transform: translate(-50%, -50%) scale(1, 1);
}

.footer-bottom-two {
    position: relative;
    padding: 16px 0px;
    background: rgb(0 0 0);
}

.footer-bottom-two .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-two .bottom-inner .copyright a {}

.footer-bottom-two .bottom-inner .copyright a:hover {
    color: rgb(255, 255, 255);
}

.footer-bottom-two .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-bottom-two .social-links li:last-child {
    margin: 0px !important;
}

.footer-bottom-two .social-links li h6 {
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
    color: rgb(210, 213, 222);
    margin-right: 5px;
}

.footer-bottom-two .social-links li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    background: rgb(59, 89, 152);
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255) !important;
}

.footer-bottom-two .social-links li:nth-child(3) a {
    background: rgb(85, 172, 238);
}

.header-style-three {
    position: relative;
    background: rgb(255, 255, 255);
}

.header-top-three {
    position: relative;
    border-bottom: 1px dashed rgb(212, 219, 211);
}

.header-top-three .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-three .logo-box {
    position: relative;
    padding: 20px 0px;
}

.header-top-three .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-three .right-column .info-box {
    position: relative;
    display: block;
    padding-left: 57px;
    margin-right: 50px;
}

.header-top-three .right-column .info-box::before {
    position: absolute;
    content: "";
    background: rgb(228, 234, 228);
    width: 1px;
    height: 48px;
    top: 3px;
    right: -30px;
}

.header-top-three .right-column .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 48px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.header-top-three .right-column .info-box .icon-box::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 42px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.header-top-three .right-column .info-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
}

.home_3 h1,
.home_3 h2,
.home_3 h3,
.home_3 h4,
.home_3 h5,
.home_3 h6 {
    color: rgb(34, 36, 77);
}

.header-top-three .right-column .info-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    color: rgb(125, 126, 125);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.header-top-three .right-column .info-box a:hover {}

.header-top-three .right-column .info-box a i {
    position: relative;
    margin-left: 8px;
    top: 2px;
}

.header-top-three .menu-right-content li.user-box a,
.header-top-three .menu-right-content li.search-box-outer {
    color: rgb(34, 36, 77);
}

.header-top-three .menu-right-content li.user-box a:hover,
.header-top-three .menu-right-content li.search-box-outer:hover {}

.header-style-two .main-menu .navigation>li>ul,
.header-style-two .main-menu .navigation>li>.megamenu,
.header-style-two .main-menu .navigation>li>ul>li>ul {
    background: rgb(0 0 0);
}

.header-style-three .main-menu .navigation>li>ul,
.header-style-three .main-menu .navigation>li>.megamenu,
.header-style-three .main-menu .navigation>li>ul>li>ul {
    background: rgb(0, 0, 0);
}

.header-top-three .menu-right-content li.cart-box {
    position: relative;
    top: 4px;
}

.header-top-three .menu-right-content li.cart-box a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: rgb(30, 44, 78);
    padding-left: 11px;
}

.header-top-three .menu-right-content li.cart-box a:hover {}

.header-top-three .menu-right-content li.cart-box a span {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.header-top-three .menu-right-content {
    margin-left: 50px;
}

.header-top-three .menu-right-content li::before {
    position: absolute;
    content: "";
    background: rgb(218, 220, 224);
    width: 1px;
    height: 20px;
    top: 5px;
    right: -20px;
}

.header-top-three .menu-right-content li:last-child::before {
    display: none;
}

.header-top-three .menu-right-content {
    margin-right: 30px;
    margin-left: 0px;
}

.header-top-three .right-column .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background: rgb(0, 0, 0);
    padding: 12px 27px;
    letter-spacing: 0.6px;
}

.header-top-three .right-column .btn-box a i {
    position: relative;
    margin-right: 8px;
    top: 2px;
    transition: 500ms;
}

.header-top-three .right-column .btn-box a:hover i {
    color: rgb(255, 255, 255);
}

.header-top-three .right-column .btn-box a:hover {}

.header-style-three .main-menu .navigation>li>a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.header-style-three .main-menu .navigation>li.current>a,
.header-style-three .main-menu .navigation>li:hover>a {}

.header-style-three .nav-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-three .nav-right .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.header-style-three .nav-right .social-links li:last-child {
    margin: 0px !important;
}

.header-style-three .nav-right .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(185, 189, 185);
}

.header-style-three .nav-right .social-links li a:hover {}

.header-style-three .nav-right .social-links {
    position: relative;
    margin-right: 40px;
}

.header-style-three .nav-right .social-links::before {
    position: absolute;
    content: "";
    background: rgb(218, 220, 224);
    width: 1px;
    height: 20px;
    top: 3px;
    right: -21px;
}

.header-style-three .menu-right-content li.support-box .icon-box {}

.header-style-three .menu-right-content li.support-box a {
    color: rgb(0, 0, 0);
}

.header-style-three .menu-right-content li.support-box a:hover {}

.header-style-three .sticky-header {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home_3 .theme-btn {
    color: rgb(34, 36, 77);
}

.banner-style-three {
    position: relative;
    overflow: hidden;
}

.banner-style-three .content-box {
    max-width: 1100px;
    margin: 0px auto;
}

.banner-style-three .banner-carousel .slide-item {
    padding: 170px 0px 270px;
}

.banner-style-three .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(50px);
    transition: 1000ms;
}

.banner-style-three .banner-carousel .active p {
    opacity: 1;
    transition-delay: 1000ms;
    transform: translateY(0px);
}

.banner-style-three .content-box h2 {
    display: block;
    font-size: 72px;
    line-height: 82px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(50px);
    transition: 1000ms;
}

.banner-style-three .banner-carousel .active h2 {
    opacity: 1;
    transition-delay: 1300ms;
    transform: translateY(0px);
}

.banner-style-three .content-box h2 span {
    font-weight: 500;
}

.banner-style-three .banner-carousel .slide-item::before {
    background: rgb(0, 0, 0);
    opacity: 0.2;
}

.banner-style-three .banner-carousel .slide-item::after {
    display: none;
}

.banner-style-three .content-box .btn-box {
    opacity: 0;
    transform: translateY(50px);
    transition: 1000ms;
}

.banner-style-three .banner-carousel .active .btn-box {
    opacity: 1;
    transition-delay: 1600ms;
    transform: translateY(0px);
}

.banner-style-three .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

.banner-style-three .owl-nav button {
    position: absolute;
    top: 0px;
}

.banner-style-three .owl-nav button.owl-prev {
    left: 50px;
}

.banner-style-three .owl-nav button.owl-next {
    right: 50px;
}

.banner-style-three .owl-nav button:hover {}

.highlights-section {
    position: relative;
}

.highlights-section .chooseus-block-one .inner-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

.highlights-section .chooseus-block-one .inner-box:hover .icon-box {
    color: rgb(255, 255, 255);
}

.highlights-section .inner-container {
    position: relative;
    margin-top: -94px;
    z-index: 1;
}

.about-style-three {
    position: relative;
}

.about-style-three .image-box {
    position: relative;
    display: block;
    padding: 112px 100px;
    margin-right: 30px;
}

.about-style-three .image-box .image {
    position: relative;
    display: block;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.about-style-three .image-box .image img {
    width: 100%;
}

.about-style-three .image-box .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 540px;
    height: 604px;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-style-three .image-box .shape .shape-2 {
    position: absolute;
    left: 50px;
    top: 56px;
    width: 440px;
    height: 492px;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-style-three .image-box .thumb-box .thumb {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 0px;
}

.about-style-three .image-box .thumb-box .thumb img {
    width: 100%;
    border-radius: 50%;
}

.about-style-three .image-box .thumb-box .thumb-1 {
    left: 30px;
    top: 0px;
    animation: 4s linear 0s infinite normal none running zoom-fade;
}

.about-style-three .image-box .thumb-box .thumb-2 {
    top: 65px;
    right: 20px;
    animation: 5s linear 0s infinite normal none running zoom-fade;
}

.about-style-three .image-box .thumb-box .thumb-3 {
    left: 40px;
    bottom: 40px;
    animation: 6s linear 0s infinite normal none running zoom-fade;
}

.about-style-three .image-box .text {
    position: absolute;
    right: 40px;
    bottom: 7px;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    padding: 31px 0px 15px;
}

.about-style-three .image-box .text h2 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-right: 21px;
    margin-bottom: 4px;
}

.about-style-three .image-box .text h2 span {
    position: absolute;
    top: -14px;
    right: 0px;
    font-weight: 400;
}

.about-style-three .image-box .text h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.about-style-three .content-box .text {
    margin-bottom: 36px;
}

.about-style-three .content-box .single-item {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 36px;
}

.about-style-three .content-box .single-item:last-child {
    margin-bottom: 0px;
}

.about-style-three .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 60px;
}

.about-style-three .content-box .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 13px;
}

.about-style-three .content-box .sec-title {
    margin-bottom: 31px;
}

.funfact-section.alternat-2 {
    padding-top: 45px;
}

.funfact-section.alternat-2::before {
    position: absolute;
    content: "";
    background: rgb(243, 245, 243);
    width: 100%;
    height: 120px;
    left: 0px;
    bottom: 0px;
}

.funfact-section.alternat-2 .inner-content {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 40px 0px;
    z-index: 1;
}

.home_3 .service-section {
    background: rgb(243, 245, 243);
}

.home_3 .service-block-one .inner-box .image-box .icon-box::after {
    background-image: url("../images/shape/shape-25.png");
}

.home_3 .service-block-one .inner-box .lower-content h3 a {
    color: rgb(34, 36, 77);
}

.industries-style-three {
    position: relative;
    padding: 575px 0px 20px;
}

.industries-style-three .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.industries-style-three .industries-block-three {
    position: relative;
    display: block;
    float: left;
    width: 20%;
}

.industries-style-three .industries-block-three .inner-box {
    width: calc(100% - 40px);
    left: 20px;
}

.industries-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.industries-block-three .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
}

.industries-block-three .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.industries-block-three .inner-box p {
    margin-top: 10px;
    margin-bottom: 8px;
}

.industries-block-three .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(34, 36, 77);
}

.industries-block-three .inner-box a i {
    position: relative;
    margin-left: 8px;
    top: 2px;
    font-weight: 400;
}

.industries-block-three .inner-box a:hover {}

.industries-block-three .inner-box .light-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    line-height: 140px;
    color: rgb(243, 245, 243);
}

.industries-block-three .inner-box .static-content {
    position: relative;
    padding: 24px 25px 22px 30px;
}

.industries-block-three .inner-box:hover {
    margin-top: -102px;
    padding-bottom: 102px;
}

.industries-block-three .inner-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 24px 25px 24px 30px;
    background: rgb(255, 255, 255);
    z-index: 1;
    opacity: 0;
    transition: 500ms;
}

.industries-block-three .inner-box:hover .overlay-content {
    opacity: 1;
}

.industries-style-three .line-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.industries-style-three .line-box .line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.industries-style-three .line-box .line-1 {
    left: 20%;
}

.industries-style-three .line-box .line-2 {
    left: 40%;
}

.industries-style-three .line-box .line-3 {
    left: 60%;
}

.industries-style-three .line-box .line-4 {
    left: 80%;
}

.project-style-three {
    position: relative;
}

.project-style-three .outer-container {
    position: relative;
    padding: 0px 30px;
}

.project-style-three .project-block-two .inner-box .content-box .text h3 {
    max-width: 320px;
}

.project-style-three .owl-carousel .owl-stage-outer {
    max-height: 682px;
}

.project-style-three .col-lg-6 .project-block-two .inner-box:hover .content-box .text {
    bottom: 45px;
}

.project-style-three .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.project-style-three .owl-theme .owl-dots button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid rgb(185, 189, 185);
    cursor: pointer;
    margin: 0px 10px;
    transition: 500ms;
}

.project-style-three .owl-theme .owl-dots button.active {}

.project-style-three .owl-theme .owl-dots button::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0, 0);
    transition: 500ms;
}

.project-style-three .owl-theme .owl-dots button.active::before {
    transform: scale(1, 1);
}

.project-style-three .owl-theme .owl-dots {
    margin-top: 47px;
    text-align: center;
}

.home_3 .theme-btn {
    background: rgb(34, 36, 77);
    color: rgb(255, 255, 255) !important;
}

.project-style-three .more-btn {
    position: relative;
    display: block;
    margin-top: 30px;
}

.testimonial-style-two {
    position: relative;
}

.testimonial-style-two .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-style-two .bg-layer::before {
    position: absolute;
    content: "";
    background: rgb(34, 36, 77);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.93;
}

.testimonial-style-two .testimonial-content {
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
    padding-top: 5px;
    margin: 0px auto;
}

.testimonial-style-two .testimonial-content .thumb-box {
    position: relative;
    display: inline-block;
    margin-bottom: 56px;
}

.testimonial-style-two .testimonial-content .thumb-box .thumb {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 128px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 1;
}

.testimonial-style-two .testimonial-content .thumb-box::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 136px;
    height: 120px;
    left: -12px;
    top: 4px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.testimonial-style-two .testimonial-content .icon-1 {
    position: absolute;
    left: -99px;
    top: -14px;
    font-size: 60px;
}

.testimonial-style-two .testimonial-content .icon-2 {
    position: absolute;
    right: -99px;
    bottom: -7px;
    font-size: 60px;
    transform: rotateY(180deg);
}

.testimonial-style-two .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(212, 212, 219);
    margin-bottom: 22px;
}

.testimonial-style-two .testimonial-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.testimonial-style-two .testimonial-content .rating {
    margin-bottom: 16px;
}

.testimonial-style-two .testimonial-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.testimonial-style-two .testimonial-content h3 span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.testimonial-style-two .owl-theme .owl-dots button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid rgb(94, 95, 129);
    cursor: pointer;
    margin: 0px 10px;
    transition: 500ms;
}

.testimonial-style-two .owl-theme .owl-dots button.active {}

.testimonial-style-two .owl-theme .owl-dots button::before {
    position: absolute;
    content: "";
    background: rgb(51, 53, 90);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0, 0);
    transition: 500ms;
}

.testimonial-style-two .owl-theme .owl-dots button.active::before {
    transform: scale(1, 1);
}

.testimonial-style-two .owl-theme .owl-dots {
    margin-top: 37px;
    text-align: center;
}

.testimonial-style-two::before {
    position: absolute;
    content: "";
    background: rgb(34, 36, 77);
    width: 940px;
    height: 284px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.pricing-style-two {
    position: relative;
}

.pricing-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 35px;
}

.pricing-style-two .image-box .image {
    position: relative;
    display: block;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.pricing-style-two .image-box .image img {
    width: 100%;
}

.pricing-table-two .inner-box {
    position: relative;
    display: block;
    padding-left: 130px;
}

.pricing-table-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    display: inline-block;
    width: 112px;
    height: 100px;
    line-height: 112px;
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
}

.pricing-table-two .inner-box .icon-box::before {
    position: absolute;
    content: "";
    width: 112px;
    height: 100px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.pricing-table-two .inner-box .table-header h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricing-table-two .inner-box .table-header p {
    display: block;
    margin-bottom: 8px;
}

.pricing-table-two .inner-box .table-header h2 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}

.pricing-table-two .inner-box .table-header h2 span {
    font-size: 18px;
    font-weight: 400;
    color: rgb(125, 126, 125);
}

.pricing-table-two .inner-box .table-header {
    margin-bottom: 19px;
}

.pricing-table-two .inner-box .feature-list li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    margin-bottom: 12px;
}

.pricing-table-two .inner-box .feature-list li:last-child {
    margin-bottom: 0px;
}

.pricing-table-two .inner-box .feature-list li::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    left: 0px;
    top: 0px;
    font-size: 16px;
}

.pricing-table-two .inner-box .feature-list {
    margin-bottom: 34px;
}

.pricing-style-two .sec-title {
    margin-bottom: 34px;
}

.pricing-style-two .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 125px;
}

.pricing-style-two .nav-style-one button {
    display: block;
    border: 1px solid rgb(230, 232, 236);
}

.pricing-style-two .nav-style-one button.owl-prev {
    margin-bottom: 10px;
}

.video-section {
    position: relative;
}

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

.video-section .bg-layer::before {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}

.video-section .theme-btn {
    background: rgb(255, 255, 255);
    padding: 15px 31px;
    color: rgb(34, 36, 77) !important;
}

.video-section .theme-btn:hover {
    color: rgb(255, 255, 255) !important;
}

.video-section .content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border-animation {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    animation: 2.9s linear 0s infinite normal none running squares;
    opacity: 0;
}

.border-animation.border-2 {
    animation-delay: 1s;
}

.border-animation.border-3 {
    animation-delay: 2s;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 106px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.video-section .sec-title {
    margin-bottom: 28px;
}

.news-style-two.alternat-2 {
    border-bottom: 1px solid rgb(230, 232, 236);
}

.news-style-two.alternat-2 .news-block-one .inner-box .lower-content .category a,
.news-style-two.alternat-2 .news-block-one .inner-box .lower-content .category a::before {
    background: rgb(34, 36, 77);
}

.news-style-two.alternat-2 .news-block-one .inner-box .image-box .image {
    background: rgb(34, 36, 77);
}

.clients-section {
    position: relative;
    padding: 60px 0px;
}

.clients-section .clients-logo {
    position: relative;
    display: block;
}

.clients-section .clients-logo img {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0px auto;
    transition: 500ms;
}

.clients-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-style-three {
    position: relative;
    background: rgb(34, 36, 77);
}

.footer-style-three .footer-top {
    padding: 115px 0px 120px;
}

.footer-style-three .widget-title {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.footer-style-three .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-style-three .contact-widget h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.footer-style-three .contact-widget h3 a {
    display: inline-block;
    color: rgb(255, 255, 255);
}

.footer-style-three .contact-widget h3 a:hover {}

.footer-style-three p,
.footer-style-three a {
    color: rgb(212, 212, 219);
}

.footer-style-three a:hover {}

.footer-style-three .contact-widget p {
    margin-bottom: 16px;
}

.footer-style-three .contact-widget h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.footer-style-three .contact-widget h6 i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.footer-style-three .contact-widget h6 a {
    display: inline-block;
    color: rgb(255, 255, 255);
}

.footer-style-three .contact-widget h6 a:hover {}

.footer-style-three .contact-widget .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-style-three .contact-widget .social-links li:last-child {
    margin: 0px !important;
}

.footer-style-three .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: rgb(59, 89, 152);
    text-align: center;
}

.footer-style-three .contact-widget .social-links li:nth-child(2) a {
    background: rgb(85, 172, 238);
}

.footer-style-three .contact-widget .social-links li:nth-child(3) a {
    background: rgb(0, 113, 188);
}

.footer-style-three .contact-widget .social-links li:last-child a {
    background: rgb(205, 32, 31);
}

.footer-style-three .contact-widget .social-links {
    margin-top: 34px;
}

.footer-style-three .links-widget .widget-content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer-style-three .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.footer-style-three .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-three .subscribe-widget .text {
    display: block;
    margin-bottom: 20px;
}

.footer-style-three .subscribe-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 15px;
}

.footer-style-three .subscribe-widget .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.footer-style-three .subscribe-widget .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(125, 126, 125);
    padding: 0px 20px 0px 51px;
    transition: 500ms;
}

.footer-style-three .subscribe-widget .form-inner .form-group input:focus {}

.footer-style-three .subscribe-widget .form-inner .form-group .icon {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 18px;
    color: rgb(185, 189, 185);
    z-index: 1;
}

.footer-style-three .subscribe-widget .form-inner .form-group button[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    padding: 12px 30px;
    cursor: pointer;
    transition: 500ms;
}

.footer-bottom-three {
    position: relative;
    width: 100%;
    background: rgb(28, 30, 64);
    padding: 21px 0px;
}

.footer-bottom-three .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-three .bottom-inner .copyright a {}

.footer-bottom-three .bottom-inner .copyright a:hover {
    color: rgb(255, 255, 255);
}

.footer-bottom-three .bottom-inner .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footer-bottom-three .bottom-inner .footer-nav li:last-child {
    margin: 0px !important;
}

.page-title {
    position: relative;
    width: 100%;
    padding: 235px 0px 22px;
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #0b2f57 0%, #1e5f93 35%, #3a8bbf 60%, #0a2a4a 100%) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(22, 67, 111);
    mix-blend-mode: multiply;
    top: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 1;
}

.page-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(22, 67, 111, 0.9), rgba(100, 100, 100, 0.2) 100%);
    mix-blend-mode: multiply;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.page-title .content-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 20px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-right: 30px;
}

.page-title .bread-crumb li:last-child {
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    color: rgb(255, 255, 255);
}

.page-title .bread-crumb li a:hover {}

.page-title .bread-crumb li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 10px;
    right: -20px;
    border-radius: 50%;
}

.page-title .bread-crumb li:last-child::before {
    display: none;
}

.certification-section {
    position: relative;
    padding: 240px 0px 120px;
}

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

.certification-section .bg-layer::before {}

.certification-section .image-box {
    position: relative;
    display: block;
}

.certification-section .image-box img {
    width: 100%;
}

.certification-section .content-inner {
    position: relative;
    display: block;
    margin-right: 100px;
}

.funfact-section.about-page::before {
    display: none;
}

.funfact-section.about-page .inner-content {
    margin-bottom: -120px;
}

.certification-section .bg-layer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgb(22, 67, 111) 0%, rgba(100, 100, 100, 0) 60%);
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.certification-section .owl-nav {
    position: absolute;
    right: -148px;
    bottom: 0px;
}

.certification-section .owl-nav .owl-prev {
    margin-right: 10px;
}

.certification-section .shape-box .shape-1 {
    position: absolute;
    left: -100px;
    bottom: 88px;
    width: 90px;
    height: 80px;
}

.certification-section .shape-box .shape-2 {
    position: absolute;
    right: -100px;
    top: 88px;
    width: 90px;
    height: 80px;
    background: rgb(22, 67, 111);
}

.certification-section .shape-box .shape-3 {
    position: absolute;
    right: -90px;
    top: -60px;
    width: 160px;
    height: 140px;
    background: rgb(255, 255, 255);
    opacity: 0.25;
}

.certification-section .shape-box .shape-4 {
    position: absolute;
    left: -90px;
    bottom: -60px;
    width: 160px;
    height: 140px;
    background: rgb(255, 255, 255);
    opacity: 0.25;
}

.statements-section {
    position: relative;
    padding: 120px 0px 105px;
}

.statements-block-one .inner-box {
    position: relative;
    display: block;
}

.statements-block-one .inner-box .text {
    display: block;
    margin-bottom: 28px;
}

.statements-block-one .inner-box .text h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.statements-block-one .inner-box .image-box {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0px auto;
}

.statements-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.statements-block-one .inner-box .image-box .image img {
    width: 100%;
}

.statements-block-one .inner-box .image-box .icon-box {
    position: absolute;
    right: 6px;
    bottom: 53px;
    width: 80px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    transition: 500ms;
}

.statements-block-one .inner-box .image-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.statements-block-one .inner-box .image-box .pattern-1 {
    position: absolute;
    top: -6px;
    right: 11px;
    width: 220px;
    height: 250px;
    background-repeat: no-repeat;
    transition: 500ms;
}

.statements-block:nth-child(2) .statements-block-one .inner-box .text {
    margin-bottom: 0px;
    margin-top: 33px;
}

.statements-block:nth-child(2) .statements-block-one .inner-box {
    margin-top: 10px;
}

.chooseus-section.about-page {
    background: rgb(241, 244, 249);
}

.team-section .more-btn {
    margin-top: 60px;
    text-align: center;
}

.team-section .more-btn .theme-btn {
    padding: 15px 40px;
}

.team-section.team-page {
    padding: 120px 0px 90px;
}

.team-section.team-page .team-block-one .inner-box {
    margin-bottom: 30px;
}

.faq-section {
    position: relative;
}

.faq-section .faq-sidebar {
    position: relative;
    display: block;
    padding: 32px 30px 31px;
    border: 1px solid rgb(230, 235, 237);
}

.faq-section .faq-sidebar .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.faq-section .faq-sidebar .text h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 5px;
}

.faq-section .faq-sidebar .text p {
    line-height: 26px;
}

.faq-section .faq-sidebar .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-section .faq-sidebar .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.faq-section .faq-sidebar .form-inner .form-group input[type="text"],
.faq-section .faq-sidebar .form-inner .form-group input[type="email"],
.faq-section .faq-sidebar .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: rgb(240, 245, 247);
    border: 1px solid rgb(240, 245, 247);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 20px;
    transition: 500ms;
}

.faq-section .faq-sidebar .form-inner .form-group textarea {
    height: 120px;
    resize: none;
}

.faq-section .faq-sidebar .form-inner .form-group input:focus,
.faq-section .faq-sidebar .form-inner .form-group textarea:focus {}

.faq-section .faq-sidebar .form-inner .form-group button {
    width: 100%;
    padding: 14px 50px 12px;
}

.faq-section .faq-sidebar .lower-text {
    margin-top: 18px;
    text-align: center;
}

.faq-section .faq-sidebar .lower-text p span {}

.faq-section .faq-content {
    position: relative;
    display: block;
    margin-top: -7px;
}

.faq-section .faq-content .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.faq-section .faq-content .upper-box h2 {
    font-size: 36px;
    line-height: 44px;
    color: rgb(184, 189, 193);
    font-weight: 500;
}

.faq-section .faq-content .select-box {
    min-height: 38px;
}

.faq-section .faq-content .nice-select {
    position: relative;
    width: 280px;
    line-height: 34px;
    font-size: 22px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    text-transform: capitalize;
    border-bottom: 1px dashed rgb(197, 202, 206) !important;
}

.faq-section .faq-content .nice-select::after {
    content: "";
    background: transparent;
    border-bottom: 2px solid rgb(22, 67, 111);
    border-right: 2px solid rgb(22, 67, 111);
    width: 8px;
    height: 8px;
    border-radius: 0px;
    top: 17px;
    right: 5px;
    transform: rotate(45deg) !important;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
    transition: 500ms;
}

.accordion-box .block.active-block {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 19px;
    right: 21px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: 0;
    transition: 500ms;
}

.accordion-box .block .acc-btn.active .icon-outer {
    opacity: 1;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding: 15px 50px 17px 30px;
    border: 1px solid rgb(229, 234, 236);
    cursor: pointer;
    transition: 500ms;
}

.accordion-box .block .acc-btn.active {
    background: rgb(240, 245, 247);
    border: 1px solid rgb(240, 245, 247);
}

.accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    transition: 500ms;
}

.accordion-box .block .acc-btn.active h4 {}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 28px 30px 27px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.error-section {
    position: relative;
    padding: 120px 0px;
}

.error-section h1 {
    position: relative;
    display: inline-block;
    font-size: 54px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    width: 264px;
    height: 230px;
    line-height: 232px;
    text-align: center;
    z-index: 1;
    margin-bottom: 43px;
}

.error-section h1::before {
    position: absolute;
    content: "";
    background: rgb(240, 245, 247);
    left: 0px;
    top: 0px;
    width: 264px;
    height: 230px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.error-section h1::after {
    position: absolute;
    content: "";
    left: 34px;
    top: 30px;
    width: 196px;
    height: 170px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.error-section h3 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-section h2 {
    position: relative;
    display: block;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-section p {
    margin-bottom: 32px;
}

.error-section .theme-btn {
    padding: 15px 40px;
}

.error-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 60px;
    bottom: 115px;
    width: 512px;
    height: 512px;
    background-repeat: no-repeat;
}

.error-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 75px;
    right: 370px;
    width: 250px;
    height: 224px;
    background-repeat: no-repeat;
}

.error-section .pattern-layer .pattern-3 {
    position: absolute;
    bottom: 75px;
    right: 165px;
    width: 280px;
    height: 282px;
    background-repeat: no-repeat;
}

.comingsoon-section {
    position: relative;
    padding: 150px 0px;
}

.comingsoon-section .content-box {
    position: relative;
    display: block;
}

.comingsoon-section .content-box .logo-box {
    margin-bottom: 50px;
}

.comingsoon-section .cs-countdown .count-col {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-left: 10px;
}

.comingsoon-section .cs-countdown .count-col:last-child {
    margin-right: 0px !important;
}

.comingsoon-section .cs-countdown .count-col span {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 13px;
    z-index: 1;
}

.comingsoon-section .cs-countdown .count-col span::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-30.png");
    width: 90px;
    height: 100px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}

.comingsoon-section .cs-countdown .count-col span::before {
    position: absolute;
    content: "";
    background: rgb(240, 245, 247);
    width: 100px;
    height: 90px;
    left: -15px;
    top: 10px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.comingsoon-section .cs-countdown .count-col h6 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.comingsoon-section .content-box .timer {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.comingsoon-section .content-box h2 {
    display: block;
    font-size: 54px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 16px;
}

.comingsoon-section .content-box p {
    display: block;
    margin-bottom: 32px;
}

.comingsoon-section .content-box .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comingsoon-section .content-box .form-inner .form-group .icon-box {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    color: rgb(184, 189, 193);
    z-index: 1;
}

.comingsoon-section .content-box .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgb(230, 235, 237);
    background: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 150px 10px 50px;
}

.comingsoon-section .content-box .form-inner .form-group button {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 12px 30px;
}

.comingsoon-section .content-box .form-inner .form-group input:focus {}

.comingsoon-section .content-box .form-inner {
    margin-bottom: 43px;
}

.custom-controls-stacked {
    position: relative;
}

.custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(230, 235, 237);
    cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked~.material-control-indicator {
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border-width: 0px 2px 2px 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(16, 177, 180);
    border-bottom-color: rgb(16, 177, 180);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    background: transparent;
    border-radius: 0px;
}

.custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 25px;
    font-size: 16px;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    cursor: pointer;
}

.comingsoon-section .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.comingsoon-section .content-box .social-links li:last-child {
    margin: 0px !important;
}

.comingsoon-section .content-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(59, 89, 152);
    text-align: center;
}

.comingsoon-section .content-box .social-links li:nth-child(2) a {
    background: rgb(85, 172, 238);
}

.comingsoon-section .content-box .social-links li:nth-child(3) a {
    background: rgb(0, 113, 188);
}

.comingsoon-section .content-box .social-links li:last-child a {
    background: rgb(205, 32, 31);
}

.comingsoon-section .image-box {
    position: relative;
    display: block;
    margin-left: 35px;
}

.comingsoon-section .image-box .image {
    position: relative;
    display: block;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.comingsoon-section .image-box .image img {
    width: 100%;
}

.shop-sidebar {
    position: relative;
    width: 100%;
    background: rgb(240, 245, 247);
    padding: 34px 30px 35px;
}

.shop-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.shop-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.shop-sidebar .search-widget .search-form .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .search-widget .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 50px 10px 20px;
    transition: 500ms;
}

.shop-sidebar .search-widget .search-form .form-group button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: rgb(22, 67, 111);
    cursor: pointer;
    transition: 500ms;
}

.shop-sidebar .search-widget .search-form .form-group input:focus {}

.shop-sidebar .search-widget .search-form .form-group input:focus+button,
.shop-sidebar .search-widget .search-form .form-group button:hover {}

.shop-sidebar .search-widget {
    margin-bottom: 44px;
}

.shop-sidebar .category-widget .widget-title {
    margin-bottom: 17px;
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    color: rgb(22, 67, 111);
}

.shop-sidebar .category-widget .category-list li a:hover {}

.shop-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 5px;
    right: 0px;
    color: rgb(184, 189, 193);
    transition: 500ms;
}

.shop-sidebar .category-widget .category-list li a:hover i {}

.shop-sidebar .category-widget {
    margin-bottom: 39px;
}

.shop-sidebar .filter-widget .widget-title {
    margin-bottom: 27px;
}

.range-slider .price-range-slider {
    margin-bottom: 18px;
}

.range-slider .input {
    position: relative;
    padding-left: 10px;
}

.range-slider .input::before {
    position: absolute;
    content: "$";
    left: 0px;
    top: 0px;
}

.range-slider .input input {
    background: none;
    font-size: 18px;
    color: rgb(124, 128, 131);
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    background: rgb(223, 228, 230);
    border-radius: 0px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
}

.range-slider .ui-widget-content .ui-state-default::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.shop-sidebar .filter-widget p {
    margin-right: 5px;
}

.shop-sidebar .filter-widget .price-range {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.shop-sidebar .filter-widget .theme-btn {
    padding: 10px 20px;
}

.shop-sidebar .filter-widget .theme-btn i {
    position: relative;
    margin-right: 8px;
    top: 0px;
}

.shop-sidebar .filter-widget {
    margin-bottom: 44px;
}

.shop-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 5px 5px 0px;
}

.shop-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(124, 128, 131);
    background: rgb(255, 255, 255);
    padding: 2px 12px;
    text-align: center;
}

.shop-sidebar .tags-widget .tags-list li a:hover {
    color: rgb(255, 255, 255);
}

.shop-page-section .our-shop {
    position: relative;
    margin-top: -7px;
}

.shop-page-section .our-shop .item-shorting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-page-section .our-shop .select-box {
    min-height: 28px;
    margin-left: 3px;
}

.shop-page-section .our-shop .nice-select {
    position: relative;
    width: 150px;
    line-height: 28px;
    font-size: 18px;
    padding: 0px;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
}

.shop-page-section .our-shop .nice-select::after {
    content: "";
    background: transparent;
    border-bottom: 2px solid rgb(124, 128, 131);
    border-right: 2px solid rgb(124, 128, 131);
    width: 8px;
    height: 8px;
    border-radius: 0px;
    top: 13px;
    right: 5px;
    transform: rotate(45deg) !important;
}

.shop-page-section .our-shop .item-shorting .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-page-section .our-shop .nice-select .list {
    left: inherit;
    right: 0px;
}

.shop-page-section .our-shop .nice-select .list li {
    color: rgb(124, 128, 131);
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    margin-bottom: 30px;
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 349px;
    border-bottom: 1px solid rgb(230, 235, 237);
}

.shop-block-one .inner-box .image-box .tag {
    position: absolute;
    left: -1px;
    top: 19px;
    background: rgb(22, 67, 111);
    font-size: 14px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 4px 0px 15px;
}

.shop-block-one .inner-box .image-box .tag::before {
    position: absolute;
    content: "";
    background: rgb(22, 67, 111);
    width: 18px;
    height: 100%;
    top: 0px;
    right: -18px;
    clip-path: polygon(0% 0%, 100% 50%, -1% 100%, 0% 100%, 0% 0%);
}

.shop-block-one .inner-box .image-box .tag.sale {}

.shop-block-one .inner-box .image-box .tag.sale::before {}

.shop-block-one .inner-box .image-box .tag.sale.two {
    top: 55px;
}

.shop-block-one .inner-box .image-box h5 {
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    transition: 500ms;
}

.shop-block-one .inner-box .image-box h5 del {
    color: rgb(184, 189, 193);
    margin-left: 5px;
}

.shop-block-one .inner-box:hover .image-box h5 {
    opacity: 0;
}

.shop-block-one .inner-box .image-box .option-list {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.shop-block-one .inner-box .image-box .option-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.shop-block-one .inner-box .image-box .option-list li:last-child {
    margin: 0px !important;
}

.shop-block-one .inner-box .image-box .option-list li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    background: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    transform: scale(0, 0);
}

.shop-block-one .inner-box:hover .image-box .option-list li a {
    transform: scale(1, 1);
}

.shop-block-one .inner-box .image-box .option-list li a:hover {
    color: rgb(255, 255, 255);
    box-shadow: none;
}

.shop-block-one .inner-box .image-box .option-list li a span {
    position: absolute;
    left: -25px;
    top: -32px;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: rgb(22, 67, 111);
    padding: 0px 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 40px 0px;
    opacity: 0;
    transition: 500ms;
}

.shop-block-one .inner-box .image-box .option-list li a:hover span {
    top: -42px;
    opacity: 1;
}

.shop-block-one .inner-box .image-box .option-list li a span::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 13px;
    height: 7px;
    left: 43px;
    bottom: -7px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.shop-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
}

.shop-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: 500ms;
}

.shop-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 23px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.shop-block-one .inner-box:hover .lower-content {
    box-shadow: none;
    background: rgb(240, 245, 247);
}

.shop-block-one .inner-box .lower-content h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.shop-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 3px;
}

.shop-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.shop-block-one .inner-box .lower-content h3 a:hover {}

.shop-block-one .inner-box .lower-content .rating-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-block-one .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: rgb(245, 152, 69);
    margin-right: 2px;
}

.shop-block-one .inner-box .lower-content .rating-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgb(124, 128, 131);
    margin-left: 5px;
}

.shop-block-one .inner-box .lower-content .rating-box a:hover {}

.shop-page-section .pagination-wrapper {
    margin-top: 30px;
}

.shop-details {
    position: relative;
    padding: 120px 0px;
}

.shop-details-content {
    position: relative;
    display: block;
}

.shop-details-content .bxslider .image-box {
    position: relative;
    display: flex;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    min-height: 530px;
    margin-bottom: 12px;
    border: 1px solid rgb(230, 235, 237);
}

.shop-details-content .bxslider .image-box img {
    width: 100%;
}

.shop-details-content .bxslider .thumb-box li {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.shop-details-content .bxslider .thumb-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(230, 235, 237);
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li a.active {}

.shop-details-content .content-box {
    position: relative;
    display: block;
}

.shop-details-content .content-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.shop-details-content .content-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: rgb(245, 152, 69);
    margin-right: 2px;
}

.shop-details-content .content-box .rating-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgb(124, 128, 131);
    margin-left: 5px;
}

.shop-details-content .content-box .rating-box a:hover {}

.shop-details-content .content-box .othre-options h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 13px;
}

.shop-details-content .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 146px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}

.shop-details-content .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.shop-details-content .item-quantity input.quantity-spinner {
    line-height: 56px;
    height: 54px;
    font-family: Saira, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgb(22, 67, 111);
    border: 1px solid rgb(230, 235, 237);
    background-color: rgb(240, 245, 247);
    border-radius: 0px;
    width: 54px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px;
    left: -45px;
    top: -54px;
    border: 1px solid rgb(230, 235, 237);
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px;
    right: -45px;
    top: -54px;
    border: 1px solid rgb(230, 235, 237);
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down::before {
    content: "-";
    font-size: 24px;
    color: rgb(30, 36, 52);
    font-family: Saira, sans-serif;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up::before {
    content: "+";
    font-size: 24px;
    color: rgb(30, 36, 52);
    font-family: Saira, sans-serif;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    display: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.shop-details-content .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 6px;
}

.shop-details-content .content-box h3 {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.shop-details-content .content-box p {
    display: block;
    margin-bottom: 26px;
}

.shop-details-content .content-box .product-highlights {
    position: relative;
    display: block;
    margin-bottom: 34px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(230, 235, 237);
}

.shop-details-content .content-box .product-highlights li {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgb(112, 117, 130);
    padding-left: 180px;
    margin-bottom: 12px;
}

.shop-details-content .content-box .product-highlights li:last-child {
    margin-bottom: 0px;
}

.shop-details-content .content-box .product-highlights li h5 {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.shop-details-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.shop-details-content .content-box .othre-options {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.shop-details-content .content-box .othre-options .item-quantity,
.shop-details-content .content-box .othre-options .cart-box,
.shop-details-content .content-box .othre-options .like-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.shop-details-content .content-box .othre-options .like-box {
    margin-right: 0px;
}

.shop-details-content .content-box .othre-options .like-box a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 60px;
    font-size: 20px;
    background-color: rgb(240, 245, 247);
    text-align: center;
}

.shop-details-content .content-box .othre-options .like-box a:hover {
    color: rgb(255, 255, 255);
}

.shop-details-content .content-box .share-option h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

.shop-details-content .content-box .share-option .share-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.shop-details-content .content-box .share-option .share-links li:last-child {
    margin: 0px !important;
}

.shop-details-content .content-box .share-option .share-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    background: rgb(59, 89, 152);
    color: rgb(255, 255, 255);
}

.shop-details-content .content-box .share-option .share-links li:nth-child(2) a {
    background: rgb(85, 172, 238);
}

.shop-details-content .content-box .share-option .share-links li:nth-child(3) a {
    background: rgb(0, 113, 188);
}

.shop-details-content .content-box .share-option .share-links li:last-child a {
    background: rgb(205, 32, 31);
}

.shop-details-content {
    margin-bottom: 120px;
}

.shop-details-content .content-box {
    margin-top: -8px;
}

.shop-details .product-discription {
    position: relative;
    display: block;
}

.shop-details .product-discription .tabs-content .text p {
    margin-bottom: 15px;
}

.shop-details .product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.shop-details .product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.shop-details .product-discription .tab-btn-box::before {
    position: absolute;
    content: "";
    background-color: rgb(230, 235, 237);
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    text-align: center;
    padding: 13px 27px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 235, 237);
    cursor: pointer;
    margin: 0px 8.5px;
    transition: 500ms;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn {
    color: rgb(255, 255, 255);
}

.shop-details .product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: rgb(240, 245, 247);
    padding: 32px 30px 32px 125px;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: rgb(245, 152, 69);
}

.shop-details .product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .single-comment-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 11px;
}

.shop-details .product-discription .single-comment-box .inner-box h3 span {
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.shop-details .product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.shop-details .product-discription .comment-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 52px 60px 60px;
    border: 1px solid rgb(230, 235, 237);
}

.shop-details .product-discription .comment-box h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 9px;
}

.shop-details .product-discription .comment-box p {
    margin-bottom: 24px;
}

.shop-details .product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-details .product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.shop-details .custom-controls-stacked .description {
    color: rgb(124, 128, 131);
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.shop-details .product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    font-weight: 500;
    margin-bottom: 6px;
}

.shop-details .product-discription .comment-box .form-group input[type="text"],
.shop-details .product-discription .comment-box .form-group input[type="email"],
.shop-details .product-discription .comment-box .form-group textarea {
    position: relative;
    width: 100%;
    height: 58px;
    border: 1px solid rgb(230, 235, 237);
    font-size: 18px;
    padding: 10px 20px;
    color: rgb(124, 128, 131);
    transition: 500ms;
}

.shop-details .product-discription .comment-box .form-group textarea {
    height: 120px;
    resize: none;
}

.shop-details .product-discription .comment-box .form-group input:focus,
.shop-details .product-discription .comment-box .form-group textarea:focus {}

.shop-details .product-discription .comment-box .review-box h6,
.shop-details .product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.shop-details .product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: rgb(245, 152, 69);
}

.shop-details .product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .comment-box .review-box h6 {
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.shop-details .product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
    margin-top: 8px;
}

.shop-details .product-discription .comment-box .message-btn,
.shop-details .product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.shop-details .product-discription .comment-box .message-btn {
    margin-right: 20px;
}

.shop-details .product-discription .comment-box .message-btn .theme-btn {
    padding: 15px 45px;
}

.shop-details .product-discription {
    margin-bottom: 93px;
}

.shop-details .related-product {
    position: relative;
    display: block;
}

.shop-details .related-product .title-text h3 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.shop-details .related-product .shop-block-one .inner-box {
    margin-bottom: 0px;
}

.cart-section {
    position: relative;
    padding: 115px 0px 120px;
}

.cart-outer {
    position: relative;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border-bottom: 1px solid rgb(230, 235, 237);
}

.cart-outer .cart-table tbody {
    padding-bottom: 30px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    border: 1px solid rgb(230, 235, 237);
}

.cart-table thead tr th {
    line-height: 28px;
    padding: 21px 28px 19px 40px;
    font-weight: 500;
    font-size: 20px;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    border-right: 1px solid rgb(230, 235, 237);
    text-align: center;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    padding: 30px 40px;
}

.cart-table tbody tr .qty .item-quantity {
    border: 1px solid rgb(221, 221, 221);
}

.cart-table tbody tr .qty .quantity-spinner {
    background: rgb(255, 255, 255);
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 80px;
    padding-top: 11px;
    padding-left: 135px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: -40px;
    top: -30px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(230, 235, 237);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h5 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
}

.cart-table tbody tr .sub-total {
    font-size: 18px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
}

.cart-table tbody tr .remove-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(187, 192, 196);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgb(192, 197, 200);
    transition: 500ms;
}

.cart-table tbody tr .remove-btn:hover {}

.cart-table tbody tr td {
    vertical-align: middle;
    border-left: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
    text-align: center;
}

.cart-table tbody tr .total-price {
    font-size: 18px;
    font-family: Saira, sans-serif;
    font-weight: 500;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid rgb(235, 235, 235);
}

.cart-section .cart-outer .totle-table {
    position: relative;
    margin-bottom: 12px;
}

.cart-section .cart-outer .totle-table .total p {
    color: rgb(22, 67, 111);
}

.cart-section .cart-outer .totle-table .total p span {}

.cart-table tbody tr td.qty input {
    width: 90px;
    height: 50px;
    border: 1px solid rgb(230, 235, 237);
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.cart-section .apply-coupon .form-group:last-child {
    margin-right: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    width: 250px;
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(124, 128, 131);
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.cart-section .apply-coupon .form-group input:focus {}

.cart-section .apply-coupon .form-group button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    background: rgb(240, 245, 247);
    padding: 13px 29px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: 500ms;
}

.cart-section .apply-coupon .form-group button:hover {
    color: rgb(255, 255, 255);
}

.cart-section .btn-box button {
    float: left;
    margin-right: 20px;
}

.cart-section .btn-box button:last-child {
    margin-right: 0px;
}

.cart-section .btn-box .checkout-btn {
    color: rgb(255, 255, 255);
}

.cart-section .btn-box .checkout-btn:hover {
    background: rgb(22, 67, 111);
}

.cart-section .btn-box .theme-btn {
    padding: 15px 44px;
}

.checkout-page-section {
    position: relative;
    padding: 120px 0px;
}

.checkout-page-section .information-inner {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    padding: 42px 60px 36px;
}

.checkout-page-section h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.checkout-page-section .information-inner .field-input {
    position: relative;
    display: block;
    margin-bottom: 20px;
    min-height: 60px;
}

.checkout-page-section .information-inner .field-input input[type="text"],
.checkout-page-section .information-inner .field-input input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: rgb(240, 245, 247);
    border: 1px solid rgb(240, 245, 247);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 20px;
    transition: 500ms;
}

.checkout-page-section .information-inner .field-input input:focus {}

.checkout-page-section .information-inner .field-input .nice-select {
    position: relative;
    color: rgb(124, 128, 131);
    background: rgb(240, 245, 247);
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    padding: 0px 20px;
    text-transform: capitalize;
    border: 1px solid rgb(240, 245, 247) !important;
}

.checkout-page-section .information-inner .field-input .nice-select::after {
    content: "";
    background: transparent;
    border-bottom: 2px solid rgb(124, 128, 131);
    border-right: 2px solid rgb(124, 128, 131);
    width: 8px;
    height: 8px;
    border-radius: 0px;
    top: 25px;
    right: 25px;
    transform: rotate(45deg) !important;
}

.checkout-page-section .information-inner .custom-control.material-checkbox .material-control-indicator {
    top: 7px;
}

.checkout-page-section .information-inner .description {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: rgb(124, 128, 131);
    font-family: "DM Sans", sans-serif;
}

.checkout-page-section .information-inner .custom-controls-stacked {
    position: relative;
    margin-top: -8px;
}

.checkout-page-section .information-inner .contact-information {
    position: relative;
    padding-bottom: 22px;
}

.checkout-page-section .information-inner .column:last-child {
    min-height: auto;
}

.checkout-page-section .order-summary {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    padding: 19px 30px 40px;
}

.checkout-page-section .order-information {
    position: relative;
    margin-bottom: 94px;
}

.checkout-page-section .accordion .payment-info .field-input {
    position: relative;
    margin-bottom: 20px;
}

.checkout-page-section .accordion .payment-info .field-input input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(88, 95, 95);
    padding: 10px 20px;
    transition: 500ms;
}

.checkout-page-section .accordion .payment-info .field-input input:focus {}

.checkout-page-section .accordion .payment-info .field-input .theme-btn {
    display: block;
    width: 100%;
    padding: 17px 30px;
}

.checkout-page-section .accordion-box .block .acc-content {
    padding: 0px 30px 30px;
}

.checkout-page-section .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: rgb(240, 245, 247);
    padding: 30px 30px 10px;
}

.checkout-page-section .accordion-box .block {
    margin-bottom: 20px;
    border: 1px solid rgb(230, 235, 237);
    box-shadow: none !important;
}

.checkout-page-section .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.checkout-page-section .payment-method h3 {
    margin-bottom: 32px;
}

.checkout-page-section .accordion-box h4 {
    color: rgb(22, 67, 111) !important;
}

.checkout-page-section .accordion-box .block .acc-btn {
    padding: 17px 30px 18px;
    border: none;
    background: transparent !important;
}

.checkout-page-section .accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 20px;
    right: 23px;
    color: rgb(124, 128, 131);
    font-size: 16px;
    opacity: 1 !important;
}

.checkout-page-section .order-summary .inner-box .single-item {
    position: relative;
    display: block;
    padding: 13px 0px 17px;
    border-bottom: 1px solid rgb(230, 235, 237);
    margin-bottom: 6px;
}

.checkout-page-section .order-summary .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.checkout-page-section h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.checkout-page-section .order-summary .inner-box .single-item h5 {
    margin-bottom: 5px;
}

.checkout-page-section .order-summary .inner-box .single-item p span {}

.checkout-page-section .order-summary .total-box {
    position: relative;
    display: block;
    padding: 19px 0px;
    border-bottom: 1px solid rgb(230, 235, 237);
}

.checkout-page-section .order-summary .total-box li {
    position: relative;
    display: block;
    color: rgb(22, 67, 111);
    margin-bottom: 6px;
}

.checkout-page-section .order-summary .total-box li:last-child {
    margin-bottom: 0px;
}

.checkout-page-section .order-summary .total-box li span {
    float: right;
    color: rgb(124, 128, 131);
}

.checkout-page-section .order-summary .tax-box {
    position: relative;
    display: block;
    padding: 20px 0px 21px;
    margin-bottom: 13px;
}

.checkout-page-section .order-summary .tax-box h5 span {
    float: right;
}

.checkout-page-section .order-summary .theme-btn {
    padding: 14px 44px;
}

.myaccount-section {
    position: relative;
    padding: 115px 0px 120px;
}

.myaccount-section h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.myaccount-section .login-content .form-inner {
    position: relative;
    display: block;
    background: rgb(240, 245, 247);
    padding: 32px 40px 40px;
}

.myaccount-section .form-inner label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    margin-bottom: 8px;
}

.myaccount-section .form-inner .form-group {
    position: relative;
    margin-bottom: 23px;
}

.myaccount-section .form-inner input[type="text"],
.myaccount-section .form-inner input[type="email"],
.myaccount-section .form-inner input[type="password"] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(117, 112, 109);
    padding: 10px 25px;
    transition: 500ms;
}

.myaccount-section .login-content .form-inner input[type="text"],
.myaccount-section .login-content .form-inner input[type="email"],
.myaccount-section .login-content .form-inner input[type="password"] {
    border: 1px solid rgb(255, 255, 255);
}

.myaccount-section .form-inner input:focus {}

.myaccount-section .form-inner .theme-btn {
    width: 100%;
}

.myaccount-section .login-content .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.myaccount-section .login-content .form-inner .forgot-password button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: Saira, sans-serif;
    color: rgb(22, 67, 111);
    transition: 500ms;
}

.myaccount-section .login-content .form-inner .forgot-password button:hover {}

.myaccount-section .custom-control.material-checkbox .material-control-indicator {
    background: rgb(255, 255, 255);
}

.myaccount-section .custom-controls-stacked .description {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    color: rgb(124, 128, 131);
    font-weight: 400;
}

.myaccount-section .register-content .form-inner {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    padding: 32px 40px 12px;
}

.myaccount-section .register-content .form-inner .message-btn,
.myaccount-section .register-content .custom-controls-stacked {
    padding-top: 10px;
}

.myaccount-section .register-content .form-inner input {
    background: rgb(240, 245, 247);
    border: 1px solid rgb(240, 245, 247) !important;
}

.myaccount-section .register-content .form-inner input:focus {}

.myaccount-section .register-content .custom-control.material-checkbox .material-control-indicator {
    top: 7px;
}

.service-page-section {
    position: relative;
    padding: 120px 0px 90px;
    background: linear-gradient(135deg, #0b6b4e 0%, #0f8d63 35%, #21b486 60%, #0a6a4d 100%);
    box-shadow: inset 0 30px 60px rgba(0, 0, 0, 0.25);
}

.service-page-section .service-block-one .inner-box {
    margin-bottom: 30px;
}

.service-sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

.service-sidebar .category-widget {
    position: relative;
    display: block;
    border: 1px solid rgb(230, 235, 237);
    padding: 22px 30px 9px;
}

.service-sidebar .category-widget h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 21px;
}

.service-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
}

.service-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    padding: 15px 20px 13px 20px;
    border-bottom: 1px solid rgb(230, 235, 237);
    z-index: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
    text-overflow: clip;
    text-align: left;
}

.service-sidebar .category-widget .category-list li:last-child a {
    border-bottom: none;
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current {
    color: rgb(255, 255, 255);
}

.service-sidebar .category-widget .category-list li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #10b1b4;
    opacity: 0;
    z-index: -1;
    transition: 500ms;
}

.service-sidebar .category-widget .category-list li a:hover::before,
.service-sidebar .category-widget .category-list li a.current::before {
    opacity: 1;
}

.service-sidebar .category-widget .category-list li a::after {
    display: none;
}

.service-sidebar .category-widget {
    margin-bottom: 62px;
}

.service-sidebar .download-widget .download-list li {
    position: relative;
    display: block;
    margin-bottom: 32px;
    background: rgb(240, 245, 247);
    padding: 14px 20px 16px 80px;
}

.service-sidebar .download-widget .download-list li:last-child {
    margin-bottom: 0px;
}

.service-sidebar .download-widget .download-list li .icon {
    position: absolute;
    left: 20px;
    top: -12px;
    width: 40px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.service-sidebar .download-widget .download-list li .icon::before {
    position: absolute;
    content: "";
    background: rgb(11, 144, 146);
    height: 12px;
    width: 10px;
    top: 0px;
    right: -10px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .download-widget .download-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-sidebar .download-widget .download-list li span {
    position: relative;
    display: block;
    line-height: 16px;
}

.service-sidebar .download-widget .download-list li a {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(22, 67, 111);
    text-align: center;
    z-index: 1;
}

.service-sidebar .download-widget .download-list li a:hover {}

.service-sidebar .download-widget {
    margin-bottom: 50px;
}

.service-sidebar .sidebar-banner .inner-box {
    position: relative;
    display: block;
    background: rgb(22, 67, 111);
    padding: 20px 30px 40px;
}

.service-sidebar .sidebar-banner .logo {
    position: relative;
    display: block;
    margin-bottom: 8px;
    z-index: 1;
}

.service-sidebar .sidebar-banner .image-box {
    position: relative;
    display: block;
    margin-left: 34px;
    max-width: 256px;
    margin-bottom: 12px;
}

.service-sidebar .sidebar-banner .image-box .image {
    position: relative;
    display: block;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.service-sidebar .sidebar-banner .image-box .image img {
    width: 100%;
}

.service-sidebar .sidebar-banner .image-box::before {
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.service-sidebar .sidebar-banner .image-box .icon-box {
    position: absolute;
    left: -41px;
    bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.service-sidebar .sidebar-banner .image-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.service-sidebar .sidebar-banner h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
    z-index: 1;
}

.service-sidebar .sidebar-banner p {
    color: rgb(209, 219, 229);
    margin-bottom: 22px;
    z-index: 1;
}

.service-sidebar .sidebar-banner .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 228px;
    height: 140px;
    background-repeat: no-repeat;
    z-index: 1;
}

.service-sidebar .sidebar-banner .shape .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 63px;
    width: 123px;
    height: 276px;
    background-repeat: no-repeat;
    z-index: 1;
}

.service-details-content {
    position: relative;
    display: block;
}

.service-details-content .content-one h2 {
    display: block;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 39px;
}

.service-details-content .image-box {
    position: relative;
    display: block;
}

.service-details-content .image-box img {
    width: 100%;
}

.service-details-content .content-one .image-box {
    margin-bottom: 43px;
}

.service-details-content .content-one {
    margin-bottom: 44px;
}

.service-details-content .content-two .content-box {
    position: relative;
    display: block;
}

.service-details-content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 12px;
}

.service-details-content .content-two .text {
    margin-bottom: 15px;
}

.service-details-content .content-two .single-item {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 15px;
}

.service-details-content .content-two .single-item:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-two .single-item::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.service-details-content .content-two .single-item h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 19px;
}

.service-details-content .content-two .single-item h3::before {
    position: absolute;
    content: "";
    background: rgb(230, 235, 237);
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: -1px;
}

.service-details-content .content-two .image-box {
    margin-bottom: 23px;
}

.service-details-content .content-two .list-item li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-left: 34px;
}

.service-details-content .content-two .list-item li:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-two .list-item li::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 16px;
    left: 0px;
    top: 0px;
}

.service-details-content .content-two {
    margin-bottom: 45px;
}

.service-details-content .content-three .text {
    position: relative;
    margin-bottom: 37px;
}

.service-details-content .content-three .inner-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-details-content .content-three .single-item .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
}

.service-details-content .content-three .single-item .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 130px;
    line-height: 146px;
    font-size: 56px;
    text-align: center;
    z-index: 1;
}

.service-details-content .content-three .single-item .icon-box .icon::before {
    position: absolute;
    content: "";
    background: rgb(240, 245, 247);
    width: 140px;
    height: 130px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}

.service-details-content .content-three .single-item .icon-box span {
    position: absolute;
    top: -1px;
    right: -21px;
    width: 48px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-align: center;
    z-index: 1;
}

.service-details-content .content-three .single-item .icon-box span::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    width: 48px;
    height: 40px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.service-details-content .content-three .single-item .icon-box span::after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    width: 38px;
    height: 32px;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.service-details-content .content-three .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.service-details-content .content-three .single-item .icon-box .shape {
    position: absolute;
    top: 40px;
    right: -145px;
    width: 120px;
    height: 46px;
    background-repeat: no-repeat;
}

.service-details-content .content-three .single-item .overlay-content {
    position: absolute;
    left: 0px;
    bottom: -165px;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 28px 30px 27px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 30px 0px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: 500ms;
}

.service-details-content .content-three .single-item:hover .overlay-content {
    opacity: 1;
    bottom: -155px;
    visibility: visible;
}

.service-details-content .content-three .single-item .overlay-content::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    width: 38px;
    height: 22px;
    top: -22px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.service-details-content .content-three .single-item:first-child .overlay-content::before {
    left: 50px;
}

.service-details-content .content-three .single-item:nth-child(2) .overlay-content::before {
    left: 50%;
    transform: translateX(-50%);
}

.service-details-content .content-three .single-item:last-child .overlay-content::before {
    right: 50px;
}

.service-details-content .content-three {
    margin-bottom: 45px;
}

.service-details-content .content-four {
    position: relative;
    padding-right: 100px;
    margin-bottom: 52px;
}

.service-details-content .content-four .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 310px;
    background-repeat: no-repeat;
}

.service-details-content .content-four .text {
    margin-bottom: 32px;
}

.service-details-content .content-four .text h2 {
    margin-bottom: 2px;
}

.service-details-content .content-four .text p {
    color: rgb(22, 67, 111);
}

.service-details-content .content-four .inner-box {
    position: relative;
    display: block;
    background: rgb(240, 245, 247);
    padding: 19px 30px 30px;
}

.service-details-content .content-four .list-inner {
    position: relative;
}

.service-details-content .content-four .list-style-one {
    float: left;
    width: 50%;
}

.service-details-content .content-four .list-style-one li {
    padding-top: 5px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.service-details-content .content-four .list-style-one li:last-child {
    border-bottom: none;
}

.service-details-content .content-four .list-style-one:first-child {
    padding-right: 30px;
}

.service-details-content .content-four .list-style-one:last-child {
    padding-left: 30px;
}

.service-details-content .content-four .list-style-one li::before {
    top: 6px;
}

.service-details-content .content-four .btn-box {
    padding-top: 13px;
}

.service-details-content .content-four .btn-box .theme-btn {
    width: 100%;
}

.service-details-content .content-four .btn-box .theme-btn i {
    position: relative;
    top: 1px;
    margin-left: 8px;
}

.service-details-content .content-five .title-text {
    margin-bottom: 29px;
}

.service-details-content {
    margin-top: -9px;
}

.research-page-section {
    position: relative;
}

.research-page-section .project-block-one .inner-box {
    margin-bottom: 30px;
}

.research-page-section .filter-btns li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-top: 6px;
    transition: 500ms;
}

.research-page-section .filter-btns li:last-child {
    margin: 0px !important;
}

.research-page-section .filter-btns li.active {}

.research-page-section .filter-btns li::before {
    position: absolute;
    content: "";
    border: 2px solid rgb(184, 189, 193);
    width: 8px;
    height: 8px;
    bottom: 8px;
    right: -30px;
    border-radius: 50%;
}

.research-page-section .filter-btns li:last-child::before {
    display: none;
}

.research-page-section .filter-btns li::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    left: 0px;
    top: 0px;
    transition: 500ms;
}

.research-page-section .filter-btns li.active::after {
    width: 100%;
}

.research-page-section .filters {
    position: relative;
    margin-bottom: 43px;
}

.research-page-section .more-btn {
    margin-top: 30px;
}

.project-details {
    position: relative;
    padding: 120px 0px 115px;
}

.project-sidebar {
    position: relative;
    display: block;
    margin-right: 30px;
}

.project-sidebar .sidebar-content {
    position: relative;
    display: block;
    background: rgb(240, 245, 247);
    padding: 33px 40px 40px;
    margin-bottom: 30px;
}

.project-sidebar .sidebar-content .list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.project-sidebar .sidebar-content .list li:last-child {
    margin-bottom: 0px;
}

.project-sidebar .sidebar-content .list li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.project-sidebar .sidebar-content .list li a {
    color: rgb(124, 128, 131);
}

.project-sidebar .sidebar-content .list li a:hover {}

.project-sidebar .sidebar-content .list {
    margin-bottom: 32px;
}

.project-sidebar .sidebar-content .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.project-sidebar .sidebar-content .social-links li:last-child {
    margin: 0px !important;
}

.project-sidebar .sidebar-content .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(59, 89, 152);
    text-align: center;
}

.project-sidebar .sidebar-content .social-links li:nth-child(2) a {
    background: rgb(85, 172, 238);
}

.project-sidebar .sidebar-content .social-links li:nth-child(3) a {
    background: rgb(0, 113, 188);
}

.project-sidebar .sidebar-content .social-links li:last-child a {
    background: rgb(205, 32, 31);
}

.project-sidebar .btn-box .theme-btn {
    width: 100%;
}

.project-details-content {
    position: relative;
    display: block;
}

.project-details-content .content-one {
    margin-bottom: 52px;
}

.project-details-content .content-one .title-text span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    margin-bottom: 17px;
}

.project-details-content .content-one .title-text span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -18px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: 500ms;
}

.project-details-content .content-one .title-text h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 32px;
}

.project-details-content .content-one .text p {
    margin-bottom: 21px;
}

.project-details-content .content-one .text p:last-child {
    margin-bottom: 0px;
}

.project-details-content .image-box {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.project-details-content .image-box .image {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-details-content .image-box .image img {
    width: 100%;
}

.project-details-content .content-two .single-item {
    position: relative;
    display: block;
    padding-left: 130px;
    margin-bottom: 47px;
}

.project-details-content .content-two .single-item:last-child {
    margin-bottom: 0px;
}

.project-details-content .content-two .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 8px;
    top: 7px;
    width: 90px;
    height: 100px;
    line-height: 114px;
    text-align: center;
    font-size: 44px;
    color: rgb(22, 67, 111);
    z-index: 1;
}

.project-details-content .content-two .single-item .icon-box::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-30.png");
    width: 90px;
    height: 100px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}

.project-details-content .content-two .single-item .icon-box::before {
    position: absolute;
    content: "";
    background: rgb(240, 245, 247);
    width: 100px;
    height: 90px;
    left: -15px;
    top: 10px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.project-details-content .content-two .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 14px;
}

.project-details-content .content-two .single-item p {
    margin-bottom: 15px;
}

.project-details-content .content-two .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.project-details-content .content-two .single-item .list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-left: 34px;
}

.project-details-content .content-two .single-item .list li:last-child {
    margin-bottom: 0px;
}

.project-details-content .content-two .single-item .list li::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 16px;
    left: 0px;
    top: 0px;
}

.blog-grid {
    position: relative;
}

.blog-grid .news-block-one .inner-box {
    margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
    margin-top: 30px;
}

.news-block-one .inner-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 12px;
}

.news-block-one .inner-box h2 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.news-block-one .inner-box h2 a:hover {}

.news-block-one .inner-box .text {
    position: relative;
    display: block;
    padding-bottom: 22px;
    margin-bottom: 14px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.sidebar-page-container .news-block-one .inner-box {
    margin-bottom: 30px;
}

.sidebar-page-container .pagination-wrapper {
    padding-top: 30px;
}

.sidebar-page-container .content-side {
    position: relative;
}

.sidebar-page-container .content-side::before {
    position: absolute;
    content: "";
    border-right: 1px dashed rgb(197, 202, 206);
    top: 0px;
    right: -35px;
    height: 100%;
}

.blog-sidebar {
    position: relative;
    padding-left: 70px;
}

.blog-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.blog-sidebar .sidebar-widget .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.blog-sidebar .search-widget .search-inner .form-group {
    position: relative;
    margin: 0px;
}

.blog-sidebar .search-widget .search-inner .form-group input[type="search"] {
    position: relative;
    width: 100%;
    height: 54px;
    border: 1px solid rgb(230, 235, 237);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 60px 10px 20px;
    transition: 500ms;
}

.blog-sidebar .search-widget .search-inner .form-group button {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 20px;
    color: rgb(22, 67, 111);
    cursor: pointer;
    transition: 500ms;
}

.blog-sidebar .search-widget .search-inner .form-group input:focus {}

.blog-sidebar .search-widget .search-inner .form-group input:focus+button,
.blog-sidebar .search-widget .search-inner .form-group button:hover {}

.blog-sidebar .search-widget {
    margin-bottom: 43px;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.blog-sidebar .category-widget .category-list li a:hover {}

.blog-sidebar .category-widget .category-list li a i {
    position: relative;
    top: 2px;
    margin-left: 0px;
    opacity: 0;
    transition: 500ms;
}

.blog-sidebar .category-widget .category-list li a:hover i {
    margin-left: 10px;
    opacity: 1;
}

.blog-sidebar .category-widget .category-list li a span {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 36px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgb(230, 235, 237);
    font-size: 14px;
    color: rgb(124, 128, 131);
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-align: center;
    transition: 500ms;
}

.blog-sidebar .category-widget .category-list li a:hover span {
    color: rgb(255, 255, 255);
}

.blog-sidebar .category-widget {
    margin-bottom: 43px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 93px;
    margin-bottom: -19px;
    min-height: 112px;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
    height: 70px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    transition: 500ms;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
    opacity: 0.2;
}

.blog-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
}

.blog-sidebar .post-widget .post h5 {
    display: block;
    font-size: 23px;
    line-height: 90px;
    font-weight: 500;
}

.blog-sidebar .post-widget .post h5 a {
    display: inline-block;
    color: rgb(0 0 0);
}

.blog-sidebar .post-widget .post h5 a:hover {}

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 25px;
}

.blog-sidebar .post-widget {
    margin-bottom: 34px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 5px 5px 0px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(124, 128, 131);
    background: rgb(240, 245, 247);
    padding: 2px 12px;
    text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: rgb(255, 255, 255);
}

.blog-sidebar .tags-widget {
    margin-bottom: 40px;
}

.blog-sidebar .subscribe-widget .inner-box {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 25px 34px;
}

.blog-sidebar .subscribe-widget .inner-box::before {
    position: absolute;
    content: "";
    background: rgb(22, 67, 111);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.blog-sidebar .subscribe-widget .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: rgb(255, 255, 255);
    z-index: 1;
    margin-bottom: 18px;
}

.blog-sidebar .subscribe-widget .icon-box::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    line-height: 100px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}

.blog-sidebar .subscribe-widget .icon-box::after {
    position: absolute;
    content: "";
    background-image: url("../images/shape/shape-30.png");
    width: 90px;
    height: 100px;
    right: -4px;
    top: -10px;
    z-index: -1;
}

.blog-sidebar .subscribe-widget h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-sidebar .subscribe-widget p {
    color: rgb(209, 219, 229);
    margin-bottom: 23px;
    line-height: 26px;
}

.blog-sidebar .subscribe-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 18px;
}

.blog-sidebar .subscribe-widget .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(124, 128, 131);
    padding: 10px 20px 10px 50px;
    margin-bottom: 10px;
    transition: 500ms;
}

.blog-sidebar .subscribe-widget .form-inner .form-group input:focus {}

.blog-sidebar .subscribe-widget .form-inner .form-group i {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    color: rgb(184, 189, 193);
    z-index: 1;
}

.blog-sidebar .subscribe-widget .form-inner .form-group button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 12px 30px;
    cursor: pointer;
    transition: 500ms;
}

.blog-sidebar .subscribe-widget .form-inner .form-group button:hover {}

.blog-sidebar .subscribe-widget .custom-controls-stacked {
    display: inline-block;
}

.blog-sidebar .subscribe-widget .custom-controls-stacked .description {
    color: rgb(209, 219, 229);
    font-family: "DM Sans", sans-serif;
}

.blog-sidebar .subscribe-widget .custom-control.material-checkbox .material-control-indicator {
    border-color: rgb(62, 114, 136);
}

.blog-sidebar {
    margin-top: -7px;
}

.sidebar-page-container .news-block-two .inner-box .image-box {
    width: 352px;
}

.sidebar-page-container .news-block-two .inner-box {
    padding-left: 352px;
}

.sidebar-page-container .news-block-two {
    padding-top: 0px;
}

.sidebar-page-container .news-block-two .inner-box .category {
    left: inherit;
    right: 0px;
    top: 23px;
    text-align: right;
}

.sidebar-page-container .news-block-two .inner-box .image-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 352px;
}

.sidebar-page-container .news-block-two .inner-box .category a:hover {}

.sidebar-page-container .news-block-two .inner-box .category a:hover::before {}

.sidebar-page-container .news-block-two .inner-box .content-box {
    padding: 22px 25px 15px 48px;
    min-height: 275px;
}

.sidebar-page-container .news-block-two .inner-box .content-box .post-info li {}

.sidebar-page-container .news-block-two .inner-box .content-box .post-info li a:hover {}

.sidebar-page-container .news-block-two .inner-box .content-box h3 {
    padding-bottom: 0px;
    margin-bottom: 14px;
    border-bottom: none;
}

.sidebar-page-container .news-block-two .inner-box .content-box p {
    padding-bottom: 22px;
    margin-bottom: 14px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.sidebar-page-container .news-block-two .inner-box .content-box h3 a:hover {}

.sidebar-page-container .news-block-two .inner-box .content-box .lower-box .link a:hover {}

.sidebar-page-container .news-block-two .inner-box .content-box .lower-box .social-links li a:hover {}

.sidebar-page-container .news-block-two .inner-box .content-box .lower-box .comments-box a:hover {}

.page-title.blog-details .post-discription {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title.blog-details .post-discription .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-family: Saira, sans-serif;
    color: rgb(209, 219, 229);
    font-weight: 500;
    margin-right: 33px;
    line-height: 26px;
}

.page-title.blog-details .post-discription .post-info li:last-child {
    margin: 0px !important;
}

.page-title.blog-details .post-discription .post-info li a {
    color: rgb(209, 219, 229);
    line-height: 26px;
}

.page-title.blog-details .post-discription .post-info li a:hover {}

.page-title.blog-details .post-discription .post-info li::before {
    position: absolute;
    content: "";
    top: 8px;
    right: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.page-title.blog-details .post-discription .post-info li:last-child::before,
.page-title.blog-details .post-discription .post-info li:first-child::before {
    display: none;
}

.page-title.blog-details .post-discription .post-info li:first-child a {
    position: relative;
    padding: 2px 20px 2px 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.page-title.blog-details .post-discription .post-info li:first-child a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0px;
    right: -17px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.page-title.blog-details .post-discription .right-info {
    position: relative;
    display: flex;
    align-items: center;
}

.page-title.blog-details .post-discription .social-links li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-right: 12px;
}

.page-title.blog-details .post-discription .social-links li:last-child {
    margin: 0px !important;
}

.page-title.blog-details .post-discription .social-links li a {
    position: relative;
    display: inline-block;
    color: rgb(209, 219, 229);
}

.page-title.blog-details .post-discription .social-links li a:hover {}

.page-title.blog-details .post-discription .comments-box a {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(209, 219, 229);
    padding-left: 26px;
    margin-left: 30px;
}

.page-title.blog-details .post-discription .comments-box a:hover {}

.page-title.blog-details .post-discription .comments-box a i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
}

.page-title.blog-details .post-discription .comments-box a::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.25);
    width: 1px;
    height: 17px;
    top: 4px;
    left: -15px;
}

.page-title.blog-details {
    padding-bottom: 29px;
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .image-box {
    position: relative;
    display: block;
}

.blog-details-content .image-box img {
    width: 100%;
}

.blog-details-content .content-one .image-box {
    margin-bottom: 43px;
}

.blog-details-content .content-one {
    margin-bottom: 44px;
}

.blog-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 23px;
    font-weight: 500;
}

.blog-details-content .content-two p {
    margin-bottom: 25px;
}

.blog-details-content .content-two p:last-child {
    margin-bottom: 0px;
}

.blog-details-content .content-two {
    margin-bottom: 43px;
}

.blog-details-content .content-two blockquote {
    position: relative;
    display: block;
    padding-left: 80px;
    margin: 4px 0px 0px;
}

.blog-details-content .content-two blockquote h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.blog-details-content .content-two blockquote .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 50px;
}

.blog-details-content .content-two blockquote .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding-left: 20px;
    text-transform: uppercase;
}

.blog-details-content .content-two blockquote .designation::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.blog-details-content .content-three {
    margin-bottom: 52px;
}

.blog-details-content .content-three .single-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-details-content .content-three .single-item .text {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    z-index: 1;
    text-align: center;
}

.blog-details-content .content-three .single-item .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    padding: 12px 30px;
}

.blog-details-content .content-four p {
    margin-bottom: 15px;
}

.blog-details-content .content-four h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-details-content .content-four .list-item li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-left: 34px;
}

.blog-details-content .content-four .list-item li:last-child {
    margin-bottom: 0px;
}

.blog-details-content .content-four .list-item li::before {
    position: absolute;
    content: "";
    font-family: flaticon;
    font-size: 16px;
    left: 0px;
    top: 0px;
}

.blog-details-content .post-tags {
    padding: 54px 0px 50px;
    border-bottom: 1px dashed rgb(197, 202, 206);
    margin-bottom: 41px;
}

.blog-details-content .post-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.blog-details-content .post-tags .tags-list li:last-child {
    margin: 0px;
}

.blog-details-content .post-tags .tags-list li h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-right: 5px;
}

.blog-details-content .post-tags .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(124, 128, 131);
    line-height: 32px;
    background: rgb(240, 245, 247);
    padding: 0px 15px;
}

.blog-details-content .post-tags .tags-list li a:hover {
    color: rgb(255, 255, 255);
}

.blog-details-content .post-nav-btn .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.blog-details-content .post-nav-btn .single-btn {
    position: relative;
    display: block;
}

.blog-details-content .post-nav-btn .single-btn .image-box {
    position: absolute;
    top: 9px;
    width: 70px;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn {
    padding-left: 90px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn {
    padding-right: 90px;
    text-align: right;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn .image-box {
    left: 0px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn .image-box {
    right: 0px;
}

.blog-details-content .post-nav-btn .single-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(124, 128, 131);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.blog-details-content .post-nav-btn .single-btn a:hover {}

.blog-details-content .post-nav-btn .single-btn a i {
    position: absolute;
    top: 1px;
    opacity: 0;
    transition: 500ms;
}

.blog-details-content .post-nav-btn .single-btn a:hover i {
    opacity: 1;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn a i {
    left: 0px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn a i {
    right: 0px;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn a:hover {
    padding-left: 23px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn a:hover {
    padding-right: 23px;
}

.blog-details-content .post-nav-btn .single-btn h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.blog-details-content .post-nav-btn .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(22, 67, 111);
    background: rgb(240, 245, 247);
    padding: 15px;
    text-align: center;
}

.blog-details-content .post-nav-btn .btn-box a:hover {
    background: rgb(22, 67, 111);
    color: rgb(255, 255, 255);
}

.blog-details-content .post-nav-btn .btn-box a span {
    position: relative;
    padding-left: 22px;
}

.blog-details-content .post-nav-btn .btn-box a span::before {
    position: absolute;
    content: "";
    background-image: url("../images/icons/icon-4.png");
    width: 12px;
    height: 12px;
    left: 0px;
    top: 5px;
}

.blog-details-content .post-nav-btn {
    margin-bottom: 52px;
}

.blog-details-content .author-box .inner-box {
    position: relative;
    display: block;
    padding: 0px 0px 60px 200px;
    margin-bottom: 52px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.blog-details-content .author-box .inner-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.blog-details-content .author-box .inner-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .author-box .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 1px;
}

.blog-details-content .author-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 13px;
}

.blog-details-content .author-box .inner-box p {
    margin-bottom: 22px;
}

.blog-details-content .author-box .inner-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.blog-details-content .author-box .inner-box .social-links li:last-child {
    margin: 0px !important;
}

.blog-details-content .author-box .inner-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(59, 89, 152);
}

.blog-details-content .author-box .inner-box .social-links li:nth-child(2) a {
    background: rgb(85, 172, 238);
}

.blog-details-content .author-box .inner-box .social-links li:nth-child(3) a {
    background: rgb(0, 113, 188);
}

.blog-details-content .author-box .inner-box .social-links li:last-child a {
    background: rgb(205, 32, 31);
}

.blog-details-content .comments-box .comment {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 33px;
}

.blog-details-content .comments-box .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-box .comment .comment-thumb {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 70px;
    height: 70px;
}

.blog-details-content .comments-box .comment .comment-thumb img {
    width: 100%;
}

.blog-details-content .comments-box .comment .comment-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-content .comments-box .comment .comment-info h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.blog-details-content .comments-box .comment .comment-info .comment-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.blog-details-content .comments-box .comment .comment-info {
    margin-bottom: 10px;
}

.blog-details-content .comments-box .comment p {
    margin-bottom: 20px;
}

.blog-details-content .comments-box .comment .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(22, 67, 111);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: rgb(240, 245, 247);
    padding: 10px 32px;
}

.blog-details-content .comments-box .comment .reply-btn:hover {
    color: rgb(255, 255, 255);
}

.blog-details-content .comments-box .comment.replay-comment {
    margin-left: 40px;
}

.blog-details-content .comments-box {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px dashed rgb(197, 202, 206);
}

.blog-details-content .comments-form-area .form-group {
    position: relative;
    margin-bottom: 24px;
}

.blog-details-content .comments-form-area .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Saira, sans-serif;
    font-weight: 500;
    color: rgb(22, 67, 111);
    margin-bottom: 7px;
}

.blog-details-content .comments-form-area .form-group input[type="text"],
.blog-details-content .comments-form-area .form-group input[type="email"],
.blog-details-content .comments-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid rgb(230, 235, 237);
    padding: 10px 20px;
    font-size: 18px;
    color: rgb(124, 128, 131);
    transition: 500ms;
}

.blog-details-content .comments-form-area .form-group textarea {
    height: 120px;
    resize: none;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {}

.blog-details-content .comments-form-area .text {
    margin-bottom: 25px;
}

.blog-details-content .comments-form-area .text h2 {
    margin-bottom: 7px;
}

.blog-details-content .comments-form-area .custom-controls-stacked .description {
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: rgb(124, 128, 131);
}

.blog-details-content .comments-form-area .custom-controls-stacked {
    margin-bottom: 10px;
}

.blog-details-content .comments-form-area .theme-btn {
    padding: 15px 46px;
}

.contact-info-section {
    position: relative;
    padding: 120px 0px 115px;
}

.contact-info-section .upper-box {
    position: relative;
    display: block;
    margin-bottom: 75px;
}

.contact-info-section .upper-box .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.contact-info-section .upper-box .image-box img {
    width: 100%;
}

.contact-info-section .upper-box .content-box .sec-title {
    margin-bottom: 21px;
}

.contact-info-section .upper-box .content-box .text {
    margin-bottom: 25px;
}

.contact-info-section .upper-box .content-box .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.contact-info-section .upper-box .content-box .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 80px;
    height: 70px;
    line-height: 80px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    z-index: 1;
    text-align: center;
}

.contact-info-section .upper-box .content-box .inner-box .icon-box::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.contact-info-section .upper-box .content-box .inner-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-info-section .upper-box .content-box .inner-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.contact-info-section .upper-box .content-box .inner-box h6 a {
    position: relative;
    display: inline-block;
    color: rgb(120, 123, 127);
}

.contact-info-section .upper-box .content-box .inner-box h6 a i {
    position: relative;
    font-weight: 400;
    margin-left: 10px;
    top: 2px;
}

.contact-info-section .upper-box .content-box .inner-box h6 a:hover {}

.contact-info-section .upper-box .content-box {
    margin-top: -4px;
}

.contact-info-section .lower-box .single-item {
    position: relative;
    display: block;
    padding-right: 60px;
}

.contact-info-section .lower-box .single-item .icon-box {
    position: relative;
    display: block;
    font-size: 50px;
    margin-bottom: 23px;
}

.contact-info-section .lower-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 9px;
}

.contact-info-section .lower-box .single-item h3 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.contact-info-section .lower-box .single-item h3 a:hover {}

.contact-info-section .lower-box .single-item p {
    margin-bottom: 16px;
}

.contact-info-section .lower-box .single-item p a {
    display: inline-block;
    color: rgb(124, 128, 131);
}

.contact-info-section .lower-box .single-item p a:hover {}

.contact-info-section .lower-box .single-item h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.contact-info-section .lower-box .single-item h6 a {
    display: inline-block;
    color: rgb(22, 67, 111);
}

.contact-info-section .lower-box .single-item h6 a:hover {}

.contact-info-section .lower-box .single-item h6 a i {
    position: relative;
    margin-left: 10px;
    top: 2px;
}

.contact-info-section .lower-box .single-item::before {
    position: absolute;
    content: "";
    background: rgb(230, 235, 237);
    width: 1px;
    height: calc(100% - 6px);
    top: 0px;
    right: 30px;
}

.contact-info-section .lower-box .single-column:last-child .single-item::before {
    display: none;
}

.contact-section {
    position: relative;
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 23px;
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: Saira, sans-serif;
    font-weight: 600;
    color: rgb(0 0 0);
    margin-bottom: 12px;
    text-align: left;
}

.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group input[type="file"],
.contact-section .form-inner .form-group textarea,
.contact-section .form-inner .form-group select,
.contact-section .form-inner .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid rgb(230, 235, 237);
    font-size: 20px;
    color: #000000;
    padding: 10px 50px 10px 20px;
    text-transform: none;
    border-radius: 0px;
    text-align: left;
    transition: 500ms;
}

.contact-section .form-inner .form-group input::placeholder,
.contact-section .form-inner .form-group textarea::placeholder {
    text-transform: none;
    color: #999999;
    opacity: 1;
}

.contact-section .form-inner .form-group input::-webkit-input-placeholder,
.contact-section .form-inner .form-group textarea::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.contact-section .form-inner .form-group input::-moz-placeholder,
.contact-section .form-inner .form-group textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.contact-section .form-inner .form-group textarea {
    height: 150px;
    resize: none;
}

.contact-section .form-inner .form-group select {
    font-size: 20px;
    color: #000000;
}

.contact-section .form-inner .form-group input[type="file"] {
    padding-left: 30px;
}

.contact-section .form-inner .form-group input[type="file"]::file-selector-button {
    margin-right: 15px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {}

.contact-section .form-inner .form-group i {
    position: absolute;
    top: 50px;
    right: 35px;
    font-size: 18px;
    color: rgb(182, 191, 194);
    z-index: 1;
}

.contact-section .sec-title {
    margin-bottom: 42px;
}

.contact-section .form-inner .form-group .theme-btn {
    margin-top: 7px;
    padding: 15px 37px;
}

.accreditation-list {
    padding-top: 10px;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accreditation-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accreditation-items li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.accreditation-items img {
    width: 120px;
    height: 120px;
    object-fit: contain; /* Maintain aspect ratio, fit within bounds */
    object-position: center; /* Center the image */
    display: block; /* Ensure dimensions are respected */
    margin-right: 15px;
    flex-shrink: 0; /* Prevent flex container from shrinking images */
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
}

.accreditation-items img.indiamart-seal {
    width: 100px;
    height: 100px;
    padding: 5px;
}

.accreditation-items a {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

/* Enhanced Contact Us Section */
.contact-widget-enhanced .widget-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.contact-widget-enhanced .list li {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-widget-enhanced .list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-widget-enhanced .contact-label {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.contact-widget-enhanced .contact-info {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.contact-widget-enhanced .contact-info a {
    color: #388E3C;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-widget-enhanced .contact-info a:hover {
    color: #2196F3;
    text-decoration: underline;
}

/* Enhanced Contact Page Styling */
.contact-info-section .lower-box .row {
    display: flex;
    align-items: stretch;
}

.contact-info-section .lower-box .single-column {
    display: flex;
}

.contact-highlight {
    text-align: center;
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.contact-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-highlight .icon-box {
    font-size: 60px;
    color: #388E3C;
    margin-bottom: 20px;
}

.contact-highlight h3 a:hover {
    color: #2196F3 !important;
    text-decoration: underline;
}

.contact-highlight p {
    color: #000000 !important;
}

.contact-highlight h6 {
    color: #000000 !important;
}

@media (max-width: 768px) {
    .contact-highlight {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .contact-highlight .icon-box {
        font-size: 50px;
    }
    
    .contact-highlight h3 {
        font-size: 24px !important;
    }
    
    .contact-highlight h3 a {
        font-size: 24px !important;
    }
}

.rounded-img {
    width: 100%;
    max-width: 500px;
    height: 700px;
    object-fit: cover;
    border-radius: 16px;
}

/* Standardized About page images */
.about-standard-img {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.about-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

/* Clear section divisions */
.about-section-divider {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-top: 80px;
}

.about-section-divider:last-of-type {
    border-bottom: none;
}

.about-section-divider + .about-section-divider {
    margin-top: 0;
}

.rounded1-img {
    width: 100%;
    max-width: 420px;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.rounded1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-block-two .inner-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    /* center content */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-block-two .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.service-block-two .image-box {
    display: flex;
    justify-content: center;
    /* center image */
    align-items: center;
}

.service-block-two .lower-content h3 a {
    text-align: center;
    display: block;
    font-weight: 600;
}

.service-block-two .lower-content p {
    text-align: center;
    margin-top: 10px;
}

.service-block-two .overlay-icon {
    left: 50%;
    transform: translateX(-50%);
    /* center arrow icon */
}

/* Outer wrapper equal height */
.service-block-two {
    height: 100%;
}

/* The main box */
.service-block-two .inner-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    height: 450px;
    /* FIXED HEIGHT — adjust if needed */
}

/* Image area same size */
.service-block-two .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    /* equal image area */
}

/* Center text */
.service-block-two .lower-content {
    text-align: center;
}

.service-block-two .lower-content h3 {
    margin: 10px 0 5px;
}

.service-block-two .lower-content p {
    margin: 0;
    padding: 0 10px;
}

/* Hover Effect */
.service-block-two .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.quick-contact-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    max-width: 450px;
}

.quick-contact-box h3 {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
}

.quick-contact-box .subtitle {
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
}

.quick-contact-form .form-group {
    margin-bottom: 18px;
}

.quick-contact-form label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.quick-contact-form input,
.quick-contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: 0.2s;
}

.quick-contact-form input:focus,
.quick-contact-form textarea:focus {
    border-color: #ff8500;
    box-shadow: 0 0 0 3px rgba(255, 133, 0, 0.15);
}

.quick-contact-form textarea {
    height: 110px;
    resize: none;
}

.quick-btn {
    width: 100%;
    background: #212529;
    border: none;
    padding: 14px;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.quick-btn:hover {
    background: #e07100;
}


.accordion-title {
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    background: #fff;
    padding: 0 20px;
}

.accordion-content.show {
    padding: 20px;
}

.acc-arrow {
    transition: 0.3s;
}

.accordion-title.active .acc-arrow {
    transform: rotate(180deg);
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.accordion-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    background: #fff;
    padding: 0 20px;
    /* padding removed when closed */
}

.accordion-content.show {
    padding: 20px;
    /* add padding when open */
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px; /* keeps it ABOVE back-to-top */
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 99999;
    animation: wp-pulse 1.3s infinite ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

@keyframes wp-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
    }
}
