:root {
    --nav-bg: #1f3442;
    /* dark blue bar (snapshot-like) */
    --nav-link: #e5eef5;
    /* light text */
    --nav-link-active: #1a73e8;
    /* blue active/hover */
    --third-bg: #CFC8C0;
    --primary-color: #505046;
    --primary-border: #505046;
    --primary-hover-bg: #505046;
    --primary-box-shadow: rgba(80, 80, 70, .28);
    --secondry-color: #AB8E6E;
    --btn-hover: #1C1C1C;
    --small-title: #AB8E6E;
    --white: #FFFFFF;
    --secondry-font: 'LEMON MILK Pro FTR';
    --radius: 5px;
}

body {
    font-family: var(--secondry-font);
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    color: #696969;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

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

.mb-10 {
    margin-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}

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

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pr-140 {
    padding-right: 140px;
}

.pl-140 {
    padding-left: 140px;
}

.pt-130 {
    padding-top: 130px;
}

a {
    text-decoration: none;
}

.mb-15 {
    margin-bottom: 15px;
}

:focus-visible {
    outline: 0;
}

a:hover {
    color: inherit;
}

@font-face {
    font-family: 'cerebri_sansbold';
    src: url('../fonts/cerebrisans-bold-webfont.woff2') format('woff2'),
        url('../fonts/cerebrisans-bold-webfont.woff') format('woff'),
        url('../fonts/fa-light-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cerebri_sansmedium';
    src: url('../fonts/cerebrisans-medium-webfont.woff2') format('woff2'),
        url('../fonts/cerebrisans-medium-webfont.woff') format('woff'),
        url('../fonts/fa-light-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cerebri_sansregular';
    src: url('../fonts/cerebrisans-regular-webfont.woff2') format('woff2'),
        url('../fonts/cerebrisans-regular-webfont.woff') format('woff'),
        url('../fonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cerebri_sanssemibold';
    src: url('../fonts/cerebrisans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/cerebrisans-semibold-webfont.woff') format('woff'),
        url('../fonts/fa-solid-900.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

/* SECONDRY FONT */

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-BoldItalic.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-Bold.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-UltraLight.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-Medium.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-RegularItalic.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-Regular.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-UltraLightItalic.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK Pro FTR';
    src: url('../fonts/LEMONMILKProFTR-MediumItalic.woff2') format('woff2'),
        url('../fonts/LEMONMILKProFTR-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



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


.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    transition: 1s ease;
    border: none;
    opacity: 0;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.site-navbar {
    background: transparent;
    z-index: 999;
    /* border-bottom: 1px solid #5f6b6e; */
}

ul.sub-menu li.nav-item a.nav-link {
    font-size: 12px;
}

/* 2 header */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.4s;
    z-index: 999;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 11;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: var(--primary-color);
    border-bottom: 1px solid transparent;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.sticky-logo {
    display: none;
}

.menu-2.sticky {
    padding-left: 45px;
    padding-right: 45px;
}

.torun-menu-2.menu-2 .header-right {
    margin-top: 0;
}

.header-transparent .sticky {
    background: #1b2f3e;
}

.logo img.main-logo {
    width: 100px;
    height: 85px;
}

.tn-header-transparent-07.sticky img.use-sec {
    display: none;
}

.tn-header-transparent-07.sticky .main-logo-block {
    display: block;
    width: 100px;
    height: 85px;
}

.main-logo-block {
    display: none;
}

.header-info span {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 500;
    font-family: "cerebri_sansmedium";
    margin-right: 20px;
}

.header-info span a:hover {
    color: #096bd8;
}

.header-info span:last-child {
    margin-right: 0;
}

.header-info span i {
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 3px;
}

.header-lang {
    padding: 15px 0 16px;
    display: inline-block;
    margin-left: 60px;
}

.lang-icon>a {
    font-size: 14px;
    color: #8f8f8f;
    font-family: "cerebri_sansmedium";
    margin-left: 6px;
}

.lang-icon i {
    font-size: 15px;
    position: relative;
    top: 2px;
    left: 2px;
}

.header-lang-list {
    position: absolute;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 15px;
    border-top: 3px solid var(--primary-border);
    transition: 0.4s;
    z-index: 999;
    background: var(--white);
    padding-bottom: 5px;
    padding-top: 4px;
    top: 100%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    right: 0;
}

.header-lang:hover .header-lang-list {
    opacity: 1;
    visibility: visible;
}

.header-lang-list li {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
}

.header-lang-list li a {
    display: block;
    color: #647589;
    font-size: 13px;
}

.tn-header7-micon {
    color: var(--white);
}

.header-lang-list li a:hover {
    color: var(--secondry-color);
}

.pos-rel {
    position: relative;
}

.header-icon {
    margin-top: 14px;
}

div.header-icon a {
    font-size: 14px;
    color: #cbcbcb;
    margin-right: 20px;
    transition: 0.3s;
}

div.header-icon a:hover {
    color: var(--primary-color);
}

.header-icon a:last-child {
    margin-right: 0;
}

.header-button {
    margin-top: 25px;
    margin-left: 40px;
}

.header-button a.btn {
    padding: 15px 30px;
}

.tn-header-transparent-07.sticky {
    background: var(--primary-color);
}

.tn-header-transparent-07.sticky .header-area {
    border-bottom: inherit;
}

.tn-header-transparent-07 .header-area {
    border-bottom: 1px solid #a3a3a3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tn-header-transparent-07 .main-menu {
    text-align: center;
}

.header-3-icon {
    margin-top: 21px;
}

.header-3-icon.tn-header7-social a {
    border: inherit;
    height: inherit;
    width: inherit;
}

.header-3-icon.tn-header7-social a:hover {
    background: inherit;
    border-color: inherit;
    color: var(--secondry-color);
}

.header-right.tn-header-right-07 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-3-icon.tn-header7-social {
    margin-top: 0;
}

.tn-header-right-07 .header-button {
    margin-top: 0;
    margin-left: 40px;
}

.header-3-icon.tn-header7-social a:not(:last-child) {
    margin-right: 20px;
}

.header-3-icon a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 8px;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 2px solid #838383;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}

div.header-3-icon a:hover {
    background: #096bd8;
    border-color: #096bd8;
}

.header-3-icon a:last-child {
    margin-right: 0;
}

.header-2-icon a {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #efefef;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 5px;
}

div.header-2-icon a:hover {
    background: #096bd8;
    color: #ffffff;
}

.header-2-icon a:last-child {
    margin-right: 0;
}

.menu-2 .header-lang {
    padding: 20px 0 16px;
    margin-left: 0;
    margin-right: 50px;
}

.header-cta-text span {
    font-family: "cerebri_sansmedium";
    color: #fff;
    font-size: 14px;
}

.header-cta-text span i {
    margin-right: 6px;
    color: #ffffff;
    font-size: 14px;
}

.header-cta-text p {
    color: #fff;
    font-family: "cerebri_sansmedium";
    font-size: 18px;
    margin-bottom: 0;
}

.header-2-button {
    margin-right: 58px;
}


















































.right-nav {
    display: flex;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

ul.navbar-nav.mx-lg-4.mb-2.mb-lg-0 {
    margin: 0 auto !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link,
.navbar-nav .show>.nav-link {
    color: var(--white);
    color: 16px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    width: 220px;
    border-bottom: 3px solid var(--primary-border);
}

a.dropdown-item {
    padding: 13px 20px;
    font-size: 14px;
}

li.nav-item {
    margin-left: 23px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--primary-color);
    color: var(--white);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

/* .navbar-brand {
    padding: 0;
} */


































.header-2-button a {
    -moz-user-select: none;
    border: 2px solid #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 28px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sansbold";
    color: #fff;
}

.header-2-button a i {
    padding-left: 5px;
}

.header-2-button a:hover {
    background: #fff;
    color: #096bd8;
}

.menu-4 .lang-icon>a {
    color: #fff;
}

.menu-4 .header-2-icon a {
    background: #fff;
    color: #a9a9a9;
}

.menu-4 .header-2-icon a:hover {
    background: #096bd8;
    color: #fff;
}

.menu-4 {
    border-bottom: 2px solid #2d2d2d;
}

.header-area {
    border-bottom: 1px solid #5f6b6e;
    padding-top: 21px;
    padding-bottom: 28px;
}

.header-top-cta-text {
    margin-right: 74px;
}

.header-top-cta-text:last-child {
    margin-right: 0;
}

.header-top-icon {
    float: left;
    margin-right: 15px;
    margin-top: 14px;
}

.header-top-icon i {
    color: #ffffff;
    font-size: 30px;
}

.header-top-text {
    overflow: hidden;
}

.header-top-text p {
    font-size: 14px;
    font-family: "cerebri_sansmedium";
    color: #ffffff;
    margin-bottom: 0;
    line-height: 26px;
}

.header-top-text span {
    font-size: 18px;
    color: #ffffff;
    font-family: "cerebri_sansbold";
}

a.navbar-brand.d-flex.align-items-center img {
    width: 100px;
}

/* menu */
.main-menu nav>ul>li {
    display: inline-block;
    position: relative;
    margin-left: 28px;
}

.main-menu nav>ul>li:first-child {
    margin-left: 0;
}

.main-menu nav>ul>li>a {
    color: #333333;
    display: block;
    font-size: 16px;
    padding: 43px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    font-family: "cerebri_sanssemibold";
}

.main-menu nav>ul>li>a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 4px;
    color: #8f8f8f;
}

.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li.active>a {
    color: #096bd8;
}

.main-menu>nav>ul>li>a::before {
    background: #096bd8;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: 0.5s;
}

.main-menu nav>ul>li.dropdown>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}

.main-menu>nav>ul>li:hover>a::before,
.main-menu>nav>ul>li.active>a::before {
    width: 100%;
}

.menu-4 .main-menu nav>ul>li>a {
    color: #ffffff;
}

.menu-4 .main-menu nav>ul>li>a i {
    color: #ffffff;
}

.menu-5 .main-menu nav>ul>li>a {
    color: #ffffff;
    padding: 30px 0;
}

.menu-2 .main-menu>nav>ul>li>a::before {
    display: none;
}

.menu-3 .main-menu>nav>ul>li>a::before {
    display: none;
}

.menu-5 .main-menu>nav>ul>li>a::before {
    display: none;
}

/* sub-menu */
.main-menu nav>ul>li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    border-bottom: 3px solid var(--primary-border);
    text-align: left;
}

.main-menu nav>ul>li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-menu nav>ul>li .sub-menu li {
    display: block;
}

.main-menu nav>ul>li .sub-menu li a {
    color: #666666;
    font-size: 14px;
    font-family: "cerebri_sansregular";
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: var(--primary-hover-bg);
}

.header-menu-3 .main-menu nav>ul>li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #d10459;
}

.header-menu-3 .main-menu nav>ul>li .sub-menu {
    border-top: 3px solid #d10459;
}

.header-menu-4 .main-menu nav>ul>li .sub-menu {
    border-top: 3px solid #d10459;
}

/* CTA */
.btn-cta {
    background: var(--secondry-color);
    color: #fff;
    border: 0;
    border-radius: var(--radius);
    padding: .85rem 1.25rem;
    font-weight: 800;
    letter-spacing: .3px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    box-shadow: 0 10px 22px var(--primary-box-shadow);
    white-space: nowrap;
}

.btn-cta.btn:focus-visible,
:not(.btn-check)+.btn:active {
    background: var(--cta-bg) !important;
    color: var(--white);
}

.btn-cta:hover {
    background: var(--btn-hover);
    color: #fff;
}

.btn-cta .bi {
    transform: translateX(0);
    transition: transform .15s ease;
}

.btn-cta:hover .bi {
    transform: translateX(2px);
}

/* Toggler icon to show on dark bg */
.navbar-toggler {
    border-color: transparent;
}



.inner-pages-header .nav-link {
    color: var(--primary-color);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    transition: all 0.3s ease;
}


.navbar-toggler-icon {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.dropdown-toggle::after {
    /* display: inline-block;
    margin-left: 5px;
    vertical-align: 5px; */

    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    /* border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent; */
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.fas.fa-chevron-down {
    font-size: 10px;
    margin-left: 5px;
}


/* HERO SECTION CSS */
.hero-section {
    position: relative;
}

.hero-section::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(27, 47, 62, .70); */
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.hero-section .slide-content {
    min-width: unset;
    width: 100%;
    max-width: 60%;
    position: absolute;
    top: 50%;
    margin-left: 100px;
    padding: 30px;
    margin: -135px 30px 0 100px;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); */
    z-index: 2;
}

div#thevideo {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

div#thevideo iframe {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
}

.news-section-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider-video a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--white);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.slider-video a {
    height: 80px;
    width: 80px;
    background: var(--white);
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    color: var(--primary-color);
    position: relative;
}

.slider-video.text-md-end {
    position: absolute;
    right: 10%;
    bottom: 50%;
    transform: translate(-140px, 60%);
    z-index: 2;
}

.hero-section .slide-content h1 {
    /* font-family: 'cerebri_sanssemibold'; */
    font-weight: 800;
    font-size: 68px;
    color: var(--white);
    margin-bottom: 38px;
    line-height: 1;
}

.hero-section .slide-content p {
    font-size: 20px;
    line-height: 32px;
    color: var(--white);
    margin-right: 232px;
    margin-bottom: 40px;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}


/* ABOUT-SECTION-SCC */
.about-area {
    background-size: cover;
    background-position: center center;
}

.about-text {
    margin-top: 32px;
}

.about-text>span {
    position: relative;
    color: var(--small-title);
    font-size: 22px;
    /* font-family: 'cerebri_sanssemibold'; */
    text-transform: uppercase;
    padding-left: 86px;
}

.about-text>span::after {
    background: var(--small-title);
    height: 3px;
    width: 40px;
    content: "";
    position: absolute;
    left: 26px;
    top: 14px;
}

.about-text>span::before {
    background: var(--small-title);
    height: 3px;
    width: 15px;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
}

.about-text h1 {
    font-size: 26px;
    /* font-family: 'cerebri_sanssemibold'; */
    line-height: 1.2;
    margin-top: 17px;
    margin-bottom: 22px;
}

.about-text h1>span {
    color: var(--small-title);
}

.about-text,
.about-content {
    margin-top: 32px;
}

.about-text p,
.about-content p {
    margin-bottom: 0;
    color: #696969;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}

.about-area-section .about-text p:first-child {
    font-size: 22px;
}

.about-1-img img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    margin-top: 34px;
}

.about-img {
    margin-left: 25px;
}

.about-text a {
    color: #696969;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
    margin-top: 26px;
    display: inline-block;
    font-weight: 600;
}

.about-text a:hover {
    color: var(--primary-hover-bg);
}

.about-text a::before {
    content: "";
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: -2px;
    left: 100%;
    background: var(--small-title);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

.about-text a:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.about-text a::after {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #696969;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* SERVICES SECTION CSS */
.service-section {
    background-image: url("../images/services-section-bg.jpg");
    padding: 120px 0px 100px 0px;
    /* background-position: center center; */
    background-size: cover;
}

.services-part {
    background-size: cover;
    background-position: center center;
}

.services-wrapper {
    background: #ffffff;
    padding: 60px 40px 60px 41px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.services-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-wrapper:hover .services-img svg {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.services-wrapper .services-img svg path {
    fill: var(--primary-border);
}

.services-text h3 {
    font-size: 20px;
    margin-top: 23px;
    margin-bottom: 21px;
    font-weight: 700;
    /* flex: 1; */
}

.services-text p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #696969;
    flex: 1;
    text-align: start;
}

.services-text a {
    position: relative;
    display: inline-block;
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 29px;
    transition: 0.3s;
    border-radius: 5px;
    vertical-align: middle;
    font-weight: 500;
    border: 2px solid #ececec;
}

.services-button {
    color: var(--primary-border);
    z-index: 9;
    position: relative;
    transition: 0.3s;
}

.services-button i {
    margin-left: 5px;
}

.services-text a:hover .services-button {
    color: #ffffff;
}

.services-text a:hover {
    border-color: var(--primary-border);
}

.services-text a::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
}

.services-text a:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.section-title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: var(--secondry-font);
}

.section-title>span {
    color: var(--small-title);
    font-size: 22px;
    text-transform: uppercase;
    /* font-family: 'cerebri_sanssemibold'; */
}

.section-title h1 {
    font-size: 26px;
    font-family: var(--secondry-font);
    margin-bottom: 50px;
    margin-top: 21px;
    color: #333333;
}

.section-title h1>span {
    color: var(--small-title);
}

.section-title p {
    margin-bottom: 0;
    margin-top: 34px;
    font-size: 15px;
    line-height: 30px;
}

.border-left-1 {
    height: 3px;
    width: 40px;
    background: var(--small-title);
    left: -15px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.border-right-1 {
    height: 3px;
    width: 40px;
    background: var(--small-title);
    right: -15px;
    display: inline-block;
    top: -3px;
    position: relative;
}

.services-wrapper:hover .services-img img {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.services-img img {
    border-radius: 12px;
}

/* Custom CSS Animation  */
@-webkit-keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}


/* OUR TEAM SECTION CSS */
.our-team-section {
    position: relative;
}

.b-sm-left-1 {
    height: 3px;
    width: 15px;
    background: var(--small-title);
    left: 0;
    display: inline-block;
    position: relative;
    top: -3px;
}

.b-sm-left-2 {
    height: 3px;
    width: 40px;
    background: var(--small-title);
    display: inline-block;
    top: -3px;
    position: relative;
    left: 5px;
}

.sub-t-left {
    padding-left: 20px;
}

.our-team-section .section-title {
    width: 100%;
    text-align: start;
}

.tn-solid-btn {
    display: inline-block;
    font-family: "cerebri_sansbold";
    background-color: var(--primary-color);
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

header#sticky-header .tn-solid-btn {
    background: var(--secondry-color);
}

.tn-header-transparent-07.sticky .tn-solid-btn {
    background: var(--third-bg);
    /* color: var(--primary-color); */
}

.btn-text i {
    padding-left: 5px;
}

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

.team-section p {
    margin-bottom: 26px;
}

.tn-solid-btn::before {
    animation: opacityFallbackOut 0.5s step-end forwards;
    backface-visibility: hidden;
    background-color: var(--btn-hover);
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    z-index: -1;
}

.tn-solid-btn:hover::before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    color: #fff;
}

.tn-solid-btn:hover span {
    color: #fff;
}

.shape-item {
    position: absolute;
}

.team-01 {
    top: 24%;
    right: 11%;
    z-index: -1;
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

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

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.team-wrapper:hover .team-img a::after {
    animation: shine 800ms;
}

.team-img img {
    width: 100%;
}

.team-text {
    border: 1px solid #ebebeb;
    padding: 22px 40px 30px 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.team-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.team-text h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    flex: 1;
    font-family: var(--secondry-font);
}

.team-text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ababab;
}

.team-icon {
    margin-top: 9px;
}

.team-icon a {
    color: #cbcbcb;
    font-size: 14px;
    transition: 0.3s;
    margin-right: 15px;
}

.team-icon a:last-child {
    margin-right: 0;
}

.team-icon a:hover {
    color: var(--primary-color);
}

.team-img .employee-img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

/* CTA AREA SECTION START */
.cta-setion {}

.cta-widget-container {
    /* background-image: url("../images/cta-bg.jpg"); */
    background: var(--primary-color);
    padding: 125px 0px 75px 0px;
    background-position: center center;
    background-size: cover;
}

.cta-text span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "cerebri_sansbold";
}

.cta-text h1 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 0;
    /* font-family: 'cerebri_sanssemibold'; */
    margin-top: 11px;
}

.tn-ctat1-button-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cta-button {
    margin-top: 42px;
}

.tn-white-btn {
    background: var(--white);
}

.tn-white-btn:hover span.btn-text {
    color: var(--white);
}

.tn-white-btn span.btn-text {
    color: #333333;
    transition: .3s;
}

.cta-link {
    font-size: 15px;
    color: var(--white);
    margin-left: 25px;
    font-weight: 400;
}

.cta-link:hover {
    color: var(--secondry-color);
}

/* PROJECT SECTION CSS */
.project-img {
    position: relative;
}

.project-img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #42495b;
    opacity: 0;
    transition: 0.3s;
}

.owl-item.center .project-img::before {
    opacity: 0.3;
}

.project-img img {
    width: 100%;
}

.project-text {
    position: absolute;
    bottom: -150px;
    background: #ffffff;
    padding: 20px 60px 26px 40px;
    margin: 30px 30px 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    left: 0;
    right: 0;
}

.project-wrapper:hover .project-text {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.project-text span {
    color: var(--primary-color);
    font-family: "cerebri_sansbold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.project-text h3 {
    font-family: "cerebri_sansbold";
    font-size: 24px;
    margin-bottom: 0;
    transition: 0.3s;
    margin-top: 3px;
}

.project-text h3 a:hover {
    color: var(--secondry-color);
}

.project-active .owl-nav div {
    background: #f6f2ed;
    font-size: 18px;
    left: -35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    color: #9f9f9f;
    font-weight: 400;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.project-active .owl-nav div.owl-next {
    left: auto;
    right: -35px;
}

.project-active:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.project-active .owl-nav div:hover {
    background: #096bd8;
    color: #fff;
    box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.project-active .owl-dots {
    bottom: -69px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}

.project-active .owl-dot {
    display: inline-block;
    height: 6px;
    margin: 0 5px;
    width: 20px;
    background: #d5e0ff;
    transition: 0.3s;
    border-radius: 3px;
}

.project-active .owl-dot.active {
    position: relative;
    background: #096bd8;
    width: 40px;
}

.auto-width-img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.project-text h3 {
    /* font-family: 'cerebri_sanssemibold'; */
    font-size: 24px;
    margin-bottom: 0;
    transition: 0.3s;
    margin-top: 3px;
}

.project-text h3 a {
    /* font-family: 'cerebri_sanssemibold'; */
    color: #333333;
    transition: all 0.3s ease-out 0s;
}

/* TESTIMONIAL SECTION CSS */
.testimonial-section {}

.testimonial-section .section-title {
    width: 100%;
    text-align: start;
}

.testimonial-section .owl-stage {
    display: flex;
}

.testimonial-section .owl-stage .owl-item .col-xl-12 {
    display: flex;
    justify-content: space-between;
}

.testimonial-section .owl-stage .owl-item .col-xl-12 .client-say-wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.testimonial-section .owl-stage .owl-item .col-xl-12 .client-say-wrapper .client-say-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.testimonial-section .owl-stage .owl-item .col-xl-12 .client-say-wrapper .client-say-text .testimonial_desc {
    height: 100%;
    display: flex;
    flex: 1;
}

.testimonial-section .owl-stage .owl-item {
    display: flex;
}








.testimonial-content {
    width: 50%;
}

.c-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.testimonial-img {
    width: 50%;
}

.testimonial-img img {
    max-width: 100%;
    height: auto;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 124px;
}

.testimonial-text h4 {
    font-size: 22px;
    margin-bottom: 1px;
    margin-top: 32px;
    font-family: "cerebri_sansbold";
}

.testimonial-text span {
    font-size: 13px;
    color: var(--small-title);
    font-family: "cerebri_sansbold";
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-wrapper::before {
    color: #333333;
    content: "”";
    font-family: "Font Awesome 7 Pro";
    font-size: 680px;
    position: absolute;
    line-height: 1;
    top: 0px;
    right: 163px;
    z-index: -1;
    opacity: 0.07;
}

.testimonial-active .owl-nav div {
    color: #9f9f9f;
    font-size: 14px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    bottom: -98px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #f6f2ed;
    border-radius: 50%;
}

.testimonial-active .owl-nav div.owl-prev {
    left: 60px;
}

.testimonial-active .owl-nav div:hover {
    background: var(--btn-hover);
    color: var(--white);
    box-shadow: 0px 10px 32px 0px var(--primary-box-shadow);
}

/* COUNTER SECTION CSS */
.counter-section .counter-bg {
    background-color: var(--primary-color);
    /* background-image: url("../images/cta-bg-2.jpg"); */
    padding: 130px 0px 100px 0px;
}

.counter-section .projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.counter-section #projectFacts .fullWidth {
    padding: 0;
}

.counter-section .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    text-align: center;
}

.counter-section .projectFactsWrap .item p.number {
    font-size: 55px;
    line-height: 50px;
    padding: 0;
    font-family: "cerebri_sansbold";
    line-height: normal;
    margin-top: 22px;
}

.counter-section .projectFactsWrap .item p.number::after {
    content: '+';
    margin-left: 5px;
    font-size: 40px;
    vertical-align: super;
}

.counter-section .projectFactsWrap .item p {
    color: var(--white);
    font-size: 18px;
    margin: 0;
    font-family: "cerebri_sansmedium";
}

.counter-section .projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 40px;
    color: var(--white);
}

/* VIDEO SECTION CSS */
.video-section {}

.video-area {
    padding-bottom: 630px;
}

.video-section .b-sm-left-1,
.video-section .b-sm-left-2 {
    background: var(--white);
}

.video-section .section-title>span {
    color: var(--white);
}

.video-section .section-title {
    width: 100%;
    text-align: start;
}

.video-section .section-title h1 {
    color: var(--white);
}

.video-section .section-title p {
    color: #bbbbbb;
}

.video-section .video-img {
    position: relative;
}

/* .video-section .video-img:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #091b29;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.7;
} */

.video-section .video-wrapper {
    margin-top: 45px;
    margin-left: 30px;
}

.video-section .video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.video-section .video-icon a {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    color: var(--primary-color);
    position: relative;
}

.video-section .video-icon a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* CONTACT SECTION CSS */
.contact-section {}

.contact-section .section-title>span {
    color: var(--white);
}

.contact-section .border-left-1,
.contact-section .border-right-1 {
    background: var(--white);
}

.contact-section .section-title h1 {
    color: var(--white);
}

.contact-area {
    margin-top: -538px;
}

.contact-bg {
    box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
    background: #ffffff;
    padding: 60px 60px 30px 60px;
}

.contact-map iframe {
    min-height: 390px;
    border: 2px solid var(--primary-border) !important;
}

#appointment-form input {
    background: none;
    height: 60px;
    width: 100%;
    padding: 0 30px;
    padding-right: 30px;
    border: 0;
    color: #9d9d9d;
    font-weight: 400;
    border: 1px solid #ebebeb;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
}

#appointment-form textarea {
    color: #9d9d9d;
    font-weight: 400;
    height: 120px;
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #ebebeb;
    text-transform: capitalize;
    background: none;
    border-radius: 5px;
    resize: none;
}

.submit-btn {
    text-transform: uppercase;
    font-family: "cerebri_sansbold";
    font-weight: unset;
    padding: 20px 40px;
    box-shadow: none;
    font-size: 14px
}


/* BLOG SECTION CSS */
.blog-section {
    padding: 120px 0 100px 0;
}

.blog-section .section-title {
    text-align: start;
    width: 100%;
}

.blog-img {
    position: relative;
    overflow: hidden;
    height: 228px;
}

.blog-img img {
    height: 100%;
    object-fit: cover;
}

.blog-img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.blog-wrapper:hover .blog-img a::after {
    animation: shine 800ms;
}

.blog-border:hover .blog-img a::after {
    animation: shine 800ms;
}

.blog-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-meta {
    box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.34);
    background: #fff;
    padding: 13px 30px 13px;
    margin-left: 20px;
    margin-right: 35px;
    border-radius: 6px;
    margin-top: -22px;
    position: relative;
}

.blog-meta span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 14px;
}

.blog-meta span:last-child {
    margin-right: 0;
}

.blog-meta span i {
    color: var(--primary-color);
    margin-right: 3px;
}

.blog-meta span a {
    color: var(--primary-color);
}

.blog-text h3 {
    font-size: 22px;
    font-family: "cerebri_sansbold";
    margin-top: 32px;
    margin-bottom: 19px;
}

.blog-text h3>a {
    color: #333333;
    transition: 0.3s;
}

.blog-text h3>a:hover {
    color: var(--secondry-color);
}

.blog-text p {
    margin-bottom: 0;
    line-height: 26px;
}

.blog-text>a {
    position: relative;
    display: inline-block;
    margin-top: 27px;
    font-family: "cerebri_sanssemibold";
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 37px;
    transition: 0.3s;
    border-radius: 5px;
    vertical-align: middle;
    border: 2px solid var(--primary-border);
}

.blog-button {
    color: var(--primary-border);
    z-index: 1;
    position: relative;
    transition: 0.3s;
}

.blog-button i {
    margin-left: 5px;
}

.blog-text>a:hover .blog-button {
    color: #ffffff;
}

.blog-text>a:hover {
    border-color: var(--primary-border);
}

.blog-text>a::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: var(--btn-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
}

.blog-text>a:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.blog-border {
    border: 1px solid #ebebeb;
}

.blog-border .blog-meta {
    box-shadow: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    margin-top: 0;
}

.blog-border .blog-text h3 {
    margin-top: 20px;
    margin-bottom: 19px;
}

.single-blog {
    padding: 32px 26px 20px 0;
}

.blog-2-wrapper .blog-meta {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    margin-top: 0;
    position: inherit;
    margin-top: 29px;
}

.blog-2-wrapper .blog-text h3 {
    margin-top: 14px;
}







/* BRAND SECTION CSS */
.brand-section {
    padding: 70px 0px 70px 0px;
}


.brand-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.brand-section .brand-active.owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    object-fit: contain;
    background-color: #DCDCDCDC;
}
/* NEWS-LETTER SECTION CSS */
.news-letter-section {}

.news-letter-section .newsletter-area {
    /* background-image:url("../images/news-letter-bg.jpg"); */
    background: var(--primary-color);
    background-size: cover;
    background-position: center center;
    padding-bottom: 40px;
    padding-top: 75px;
}

.news-letter-section .newsletter-text h1 {
    color: var(--white);
    margin-bottom: 0;
    font-size: 35px;
    font-family: "cerebri_sansbold";
}

.news-letter-section .single-newsletters {
    background: var(--white);
    padding: 20px;
}

.news-letter-section .newsletter-form form {
    position: relative;
    display: flex;
}

.newsletter-form.subs-style-1 .newsletter-form p {
    margin-bottom: 0;
}

.news-letter-section .newsletter-form form input {
    height: 60px;
    padding: 0 30px;
    background: #50504633;
    color: #696969;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    width: 340px;
    /* float: left; */
    flex: 1;
}

.news-letter-section .newsletter-form button.btn,
footer .btn {
    margin-left: 7px;
    -moz-user-select: none;
    background: var(--primary-color);
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sansbold";
}

.news-letter-section .newsletter-form button.btn span,
footer .btn span {
    color: var(--white);
}

/* FOOTER SECTION CSS  */
/* =================== */
.footer-section {}

footer .btn {
    margin-left: 0;
    margin-top: 10px;
    padding: 20px 26px;
}

footer .btn:hover {
    background: #096bd8;
}

.grey-bg {
    background: #f8f8f8;
}

/* .inner-footer-bg {
    background-image: url("../images/footer-bg.jpg");
}
.inner-footer-bg .tn-footer-logo-desc p,
.inner-footer-bg .footer-title,
.inner-footer-bg .footer-wrapper ul li a,
.inner-footer-bg .footer-info p,
.inner-footer-bg .contact-address-text h4 {
    color: var(--white);
}
.inner-footer-bg .copyright p,
.inner-footer-bg .footer-bottem-text p {
    color: #b8b8b8;
}
.inner-footer-bg .footer-3-bottom {
    border-top: 1px solid #1b2f3e;
} */
.footer-area {
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    margin-bottom: 29px;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    width: 100px;
    height: auto;
}

.tn-footer-logo-desc p {
    margin-bottom: 0;
    line-height: 30px;
    padding-right: 68px;
}

.footer-icon {
    margin-top: 22px;
}

.footer-icon a {
    color: #cbcbcb;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.3s;
    border: 1px solid #cbcbcb;
}

.footer-icon a:hover {
    background: #096bd8;
    color: #ffffff;
    border-color: #096bd8;
}

.footer-title {
    font-size: 20px;
    font-family: "cerebri_sansbold";
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.footer-title::before {
    position: absolute;
    height: 3px;
    width: 15px;
    background: var(--small-title);
    left: 0;
    content: "";
    bottom: 0;
}

.footer-title::after {
    position: absolute;
    height: 3px;
    width: 40px;
    background: var(--small-title);
    left: 25px;
    content: "";
    bottom: 0;
}

.footer-wrapper ul li {
    padding-bottom: 10px;
}

.fotter-menu li {
    padding-bottom: 10px;
}

.fotter-menu li:last-child {
    padding-bottom: 0;
}

.fotter-menu a {
    color: #696969;
    font-size: 15px;
    font-family: "cerebri_sansregular";
    transition: 0.3s;
}

.fotter-menu a:hover {
    color: #096bd8;
}

.footer-news {
    background: #fff;
    padding: 20px;
}

.footer-news ul li {
    overflow: hidden;
    padding-bottom: 15px;
}

.footer-news ul li:last-child {
    padding-bottom: 0;
}

.footer-news-img {
    float: left;
    margin-right: 15px;
}

.footer-news-text h5 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}

.footer-news-text h5 a {
    color: #a2a2a2;
    transition: 0.3s;
}

.footer-news-text h5 a:hover {
    color: #333333;
}

.footer-info p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.contact-link li {
    margin-bottom: 18px;
}

.contact-link li :last-child {
    margin-bottom: 0;
}

.contact-address-icon {
    float: left;
    margin-right: 11px;
}

.contact-address-icon i {
    font-size: 15px;
    color: var(--primary-color);
    position: relative;
    top: -4px;
}

.footer-wrapper ul li {
    padding-bottom: 10px;
}

.footer-wrapper ul li a {
    font-size: 14px;
    color: #696969;
    transition: all ease-in-out .3s;
    margin-left: 0;
}

ul.contact-link li {
    margin-bottom: 0;
}

.footer-wrapper ul li a:hover {
    color: var(--secondry-color);
}

.contact-address-text {
    overflow: hidden;
}

.contact-address-text h4 {
    font-size: 15px;
    color: #696969;
    margin-bottom: 0;
    font-family: "cerebri_sansregular";
    text-transform: capitalize;
    word-wrap: break-word;
}

.contact-address-text p {
    margin-bottom: 20px;
}

.footer-bg-bottom {
    background: #ffffff;
    padding: 25px 40px;
}

.copyright p {
    margin-bottom: 0;
}

.footer-bottem-text p {
    margin-bottom: 0;
}

.footer-bottem-text a {
    color: var(--primary-color);
    font-weight: 600;
}

.footer-news-text {
    overflow: hidden;
}

.subscribes-form form input {
    border: 0;
    border-radius: 5px;
    height: 60px;
    padding: 0 25px;
    width: 100%;
    background: #ffffff;
    color: #bababa;
    font-size: 15px;
}

.footer-3-bottom {
    padding: 25px 0;
    margin-top: 50px;
    border-top: 2px solid #ecf1f4;
}

.footer-4-icon {
    margin-top: 36px;
}

.footer-4-icon a {
    height: 45px;
    width: 45px;
    background: var(--primary-color);
    line-height: 45px;
    /* display: inline-block; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
    margin-right: 5px;
    color: var(--white);
    font-size: 14px;
}

div#nav_menu-3 {
    padding-left: 50px;
}

.footer-2-icon a:last-child {
    margin-right: 0;
}

.footer-2-icon a:hover {
    background: var(--small-title);
    color: var(--white);
}



/* =========================== */
/*      INNER PAGES CSS        */
/* =========================== */
.inner-pages-header {
    position: unset !important;
    background: var(--white) !important;
}

.inner-pages-header.sticky {
    position: fixed !important;
}

.inner-pages-header .navbar-toggler-icon {
    filter: none;
}

.inner-pages-header .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.second-header .tn-header-transparent-07.sticky {
    background: var(--white);
    position: fixed;
}

.inner-pages-header .main-menu nav>ul>li>a {
    color: #333333;
}

.inner-pages-header .header-3-icon a {
    color: #333333;
}

.inner-pages-header ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* INNER PAGES HEADER CSS START */

.header-top-area .header-info span {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 500;
    font-family: "cerebri_sansmedium";
    margin-right: 20px;
}

.header-top-area .header-info span a {
    color: #8f8f8f;
    text-transform: capitalize;
    font-size: 13px;
}

.header-top-area .f-right {
    float: right;
}

.header-top-area .header-icon {
    margin-top: 14px;
}

.header-lang-list {
    position: absolute;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 15px;
    border-top: 3px solid var(--primary-border);
    transition: 0.4s;
    z-index: 999;
    background: var(--white);
    padding-bottom: 5px;
    padding-top: 4px;
    top: 100%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* INNER PAGES HEADER CSS END */



.breadcrumb-spacing {
    padding: 100px 0;
}

.breadcrumb-inner>.page-title {
    font-size: 54px;
    text-transform: capitalize;
    line-height: 1;
    font-family: "cerebri_sansbold";
    color: #ffffff;
    margin: 0;
}

.breadcrumb-menu {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.breadcrumb-menu span {
    color: #ffffff;
    font-size: 16px;
    font-family: "cerebri_sansregular";
    text-transform: capitalize;
    display: inline-block;
}

.breadcrumb-menu span {
    color: #ffffff;
    font-size: 16px;
    font-family: "cerebri_sansregular";
    text-transform: capitalize;
    display: inline-block;
}

.breadcrumb-menu span.dvdr {
    padding: 0 10px;
}

.services-img svg {
    width: 70px;
    height: 70px;
}

/* about-us-page */
.about-us-page .brand-section {
    padding: 130px 0px 130px 0px;
}

.about-us-page .who-we-are-section {
    padding: 130px 0px 100px 0px;
}

.about-us-page .who-we-are-section .about-wrapper-box {
    padding-left: 30px;
}

.about-us-page .who-we-are-section .about-text {
    margin-top: 32px;
}

.about-us-page .who-we-are-section .about-text p {
    margin: 20px 0 30px 0;
}

.about-us-page .services-section {
    padding: 0px 0px 90px 0px;
}

.about-us-page .services-section .single-services {
    position: relative;
    padding: 70px 38px 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-us-page .services-section .services-icon {
    position: relative;
    margin-bottom: 35px;
}

.about-us-page .services-section .services-icon svg {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.about-us-page .services-section .services-icon svg path {
    fill: var(--primary-color);
}

.about-us-page .services-section .services-icon::before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background: #efefef;
    border-radius: 50%;
    z-index: 1;
    right: 110px;
    top: 13px;
    transition: 0.3s;
    display: none;
}

.about-us-page .services-section .services-icon::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: #efefef;
    border-radius: 50%;
    z-index: 1;
    left: 111px;
    top: -8px;
    transition: 0.3s;
    display: none;
}

.about-us-page .services-section .single-services.active::before {
    opacity: 1;
}

.about-us-page .services-section .single-services.active .services-icon svg path {
    fill: var(--white);
}

.about-us-page .services-section .single-services::before {
    background-image: url("../images/aboutus-img-2.jpg");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-size: cover;
    border-radius: 12px;
}

.about-us-page .services-section .single-services:hover::before {
    opacity: 1;
}

.about-us-page .services-section .single-services:hover .services-icon svg path {
    fill: var(--white);
    transition: .3s;
}

.single-services.active .services-icon i,
.single-services:hover .services-icon i {
    color: var(--white);
    transition: 0.3s;
}

.about-us-page .services-section .single-services:hover .services-icon::after,
.about-us-page .services-section .single-services:hover .services-icon::before {
    opacity: 0;
    transition: 0.3s;
}

.about-us-page .services-section .single-services.active .services-icon::after,
.about-us-page .services-section .single-services.active .services-icon::before {
    opacity: 0;
    transition: 0.3s;
}

.about-us-page .services-section .single-services.active .services-text h3,
.about-us-page .services-section .single-services:hover .services-text h3 {
    color: var(--white);
    position: relative;
}

.about-us-page .services-section .single-services.active .services-text p,
.about-us-page .services-section .single-services:hover .services-text p {
    color: var(--white);
    position: relative;
}

.about-us-page .services-section .single-services.active .services-text a .services-button,
.about-us-page .services-section .single-services:hover .services-text a .services-button {
    color: var(--white);
}

.about-us-page .services-section .single-services.active .services-text a,
.about-us-page .services-section .single-services:hover .services-text a {
    border-color: var(--secondry-color);
}

.about-us-page .services-section .single-services.active .services-text a::before,
.about-us-page .services-section .single-services:hover .services-text a::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: var(--secondry-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
}

.about-us-page .services-section .single-services.active .services-text a::before,
.about-us-page .services-section .single-services:hover .services-text a::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

/* CHOOSE-SECTION-CSS */
.choose-section {
    background-image: url("../images/aboutus-img-3.jpg");
    padding: 130px 0px 130px 0px;
    background-position: center center;
    background-size: cover;
}

.choose-section .choose-bg {
    background: #ffffff;
    margin-left: 286px;
    margin-right: 286px;
    padding-top: 86px;
    padding-bottom: 58px;
}

.choose-section .section-title {
    width: 100%;
    text-align: start;
}

.faq-box .btn-link {
    font-family: "cerebri_sanssemibold";
    background: transparent;
    color: #696969;
    display: block;
    font-size: 18px;
    border: 0;
    text-decoration: none;
    line-height: 28px;
    padding-left: 24px;
}

.faq-box .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 23px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-top: 12px;
}

.faq-box .card-body p {
    margin: 0;
    line-height: 28px;
}

.faq-box .btn-link::before {
    content: "\f178";
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    color: #696969;
}

.accordion-header .accordion-button.btn-link {
    border: none;
    outline: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.accordion-header .accordion-button.btn-link:focus {
    border: none;
    box-shadow: none;
}

.accordion-items {
    margin-bottom: 20px;
}

.accordion-header .accordion-button.btn-link::after {
    content: none;
}

.choose-img {
    position: relative;
}

.choose-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.choose-video a {
    height: 65px;
    width: 65px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
    color: var(--primary-color);
    position: relative;
}

.choose-video a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--white);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.client-say-text {
    padding: 36px 39px 50px 35px;
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(225, 225, 225, 0.19);
}

.client-say-text p {
    line-height: 34px;
    margin-bottom: 26px;
    font-size: 18px;
}

.client-rating {
    margin-bottom: 35px;
}

.client-rating i {
    color: var(--secondry-color);
    font-size: 14px;
    margin-right: 1px;
}

.client-say-img {
    float: left;
    margin-right: 15px;
}

.client-say-content {
    overflow: hidden;
}

.contact-numbers {
    display: flex;
    flex-direction: column;
}

.client-say-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #333333;
    font-family: "cerebri_sansbold";
}

.client-say-content span {
    font-size: 14px;
    color: var(--secondry-color);
    text-transform: uppercase;
    font-family: "cerebri_sansbold";
}

.client-area.testimonial-section {
    background-color: #f8f8f8;
    padding: 120px 0px 130px 0px;
}

.client-active .owl-nav div:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51);
}

.client-active .owl-nav div:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51);
}

.client-active .owl-nav div.owl-prev {
    right: 75px;
}

.client-active .owl-nav div {
    background: #ffffff;
    height: 50px;
    width: 50px;
    right: 15px;
    font-size: 16px;
    content: "";
    z-index: -1;
    top: -130px;
    transition: 0.3s;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: var(--primary-color);
}

.clientsay-name {
    display: flex;
    align-items: center;
}


/* SERVICES PAGE CSS */
.about-us-2-img {
    position: absolute;
    right: 28px;
    top: 268px;
}

.about-us-img {
    position: relative;
    padding-right: 100px;
}

.about-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.about-video a {
    height: 60px;
    width: 60px;
    background: var(--white);
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    transition: 0.3s;
    color: var(--primary-color);
    position: relative;
}

.about-video a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--white);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.service-page .who-we-are-section .about-wrapper-box {
    padding-left: 0;
}

.service-page .who-we-are-section .faq-box .card-body p {
    margin: 0;
}

.contact-details-section-2 {
    background-color: var(--primary-color);
    padding: 120px 0px 100px 0px;
}

.contact-details-section-2 #contact-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: var(--secondry-color);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: var(--white);
    font-size: 15px;
    height: 57px;
    text-transform: capitalize;
    width: 100%;
    background: none;
    transition: 0.3s;
    font-family: "cerebri_sansmedium";
    border-radius: 0;
    padding: 0;
}

.contact-details-section-2 #contact-form input::placeholder {
    color: var(--white);
}

.form-control:focus {
    box-shadow: none;
}

.contact-details-section-2 #contact-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor var(--secondry-color);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: var(--white);
    font-size: 14px;
    height: 98px;
    text-transform: capitalize;
    width: 100%;
    background: none;
    transition: 0.3s;
    resize: none;
    border-radius: 0;
    padding: 0;
}

.contact-details-section-2 #contact-form textarea::placeholder {
    color: var(--white);
}

.contact-details-section-2 .form-2-box {
    position: relative;
}

.contact-details-section-2 .form-2-box::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 0;
    color: #ffffff;
    top: 20px;
}

.contact-details-section-2 .email-2-icon:after {
    content: "";
}

.contact-details-section-2 .message-2-icon::after {
    content: "";
    top: 9px;
}

.contact-details-section-2 .section-title>span {
    color: var(--white);
}

.contact-details-section-2 .section-title-white .b-sm-left-2 {
    background: var(--white);
}

.contact-details-section-2 .section-title-white h1 {
    color: var(--white);
    font-family: "cerebri_sansbold";
}

.contact-details-section-2 .section-title {
    width: 100%;
    text-align: start;
}

.contact-form {
    -moz-user-select: none;
    background: #fff;
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sanssemibold";
    margin-top: 5px;
    color: #333333;
    width: auto;
    margin-top: 0;
    line-height: 1;
}

.contact-form:hover {
    background: var(--white);
}

.map-img.mb-30 img {
    max-width: inherit;
}



/* CASE STUDY PAGE CSS */
.gallery-area {
    padding: 120px 0px 120px 0px;
}

.portfolio-img {
    position: relative;
}

.portfolio-menu button {
    border: medium none;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0;
    font-family: "cerebri_sanssemibold";
    position: relative;
    background: none;
    margin-right: 15px;
    margin-bottom: 30px;
}

.portfolio-menu button.active {
    color: var(--secondry-color);
}

.portfolio-wrapper:hover .portfolio-img>a::before {
    opacity: 0.5;
}

.portfolio-img>a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #091b29;
    opacity: 0;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.portfolio-wrapper:hover .portfolio-text {
    opacity: 1;
}

.portfolio-text {
    position: absolute;
    left: 30px;
    right: 40px;
    transition: 0.3s;
    opacity: 0;
    background: var(--white);
    bottom: 30px;
    padding: 19px 31px 25px 30px;
    border-radius: 10px;
}

.portfolio-text>span {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--secondry-color);
    font-family: "cerebri_sansbold";
    letter-spacing: 2px;
}

.portfolio-text h3>a {
    color: #333333;
    transition: 0.3s;
    font-size: 20px;
}

.casestudy-page .cta-widget-container {
    /* background-image: url("../images/cta-bg-2.jpg"); */
    background: var(--primary-color);
}

.casestudy-page .cta-setion {
    border-bottom: 3px solid var(--white);
}

.team-page .cta-setion {
    border-bottom: 3px solid var(--white);
}

.team-page .team-text {
    background: var(--white);
}

.team-page .section-title h1 {
    font-size: 45px;
    margin-bottom: 75px;
    font-family: var(--secondry-font);
    margin-top: 21px;
}

.team-page .our-team-section .section-title {
    width: 50%;
    margin: 0 auto 100px;
    text-align: center;
}

.team-page .team-01 {
    top: 16%;
}

.widget {
    border: 2px solid #eaedff;
    padding: 30px;
}

.blog-page-section {
    padding: 80px 0 80px 0;
}

.animate-border {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 4px;
    background: var(--primary-border);
    margin-right: 10px;
    top: -3px;
}

.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 5%;
    bottom: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

.widget-title {
    font-family: "cerebri_sansbold";
    font-size: 21px;
    color: #333333;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.search-form input {
    width: 100%;
    height: 60px;
    border: 0;
    background: #eaedff;
    padding: 0 20px;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #333333;
    padding: 0 25px;
    color: #ffffff;
    line-height: 60px;
    border: 0;
}

.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.sidebar-form {
    position: relative;
}

.about-me {
    text-align: start !important;
}

.about-me h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

.widget-social-icon a {
    display: inline-block;
    margin: 0 8px;
    color: #696969;
}

.blog-area .widget ul {
    padding: 0;
    margin: 0;
}

.widget .recent-posts>li:first-child {
    border: 0;
    padding-top: 0;
}

.widget-posts-image {
    float: left;
}

.widget ul li a {
    color: #667286;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: 0.3s;
    line-height: 1;
}

.blog-area img {
    max-width: 100%;
}

.widget-posts-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.widget-posts-body {
    overflow: hidden;
}

.widget-posts-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}

.widget-posts-meta {
    font-size: 12px;
}

.widget ul li {
    border-bottom: 1px solid #eaeaea;
    color: #667286;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    padding-top: 12px;
    position: relative;
    font-size: 14px;
}

.widget .recent-posts>li {
    border-top: 1px solid #eaedff;
    padding: 20px 0;
    overflow: hidden;
}

.social-profile a {
    height: 50px;
    width: 50px;
    text-align: center;
    background: var(--primary-color);
    line-height: 50px;
    margin-right: 2px;
    display: inline-block;
    color: var(--white);
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

.social-profile a:hover {
    background: var(--secondry-color);
}

.sidebar-tad li a,
.tagcloud a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #6b7b98;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.post-meta span,
.post-meta span a {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #696969;
    margin-right: 20px;
    transition: .3s;
}

.post-meta span i {
    color: var(--primary-color);
}

.post-meta span a:hover {
    color: var(--primary-color);
}

.blog-title {
    font-family: "cerebri_sansbold";
    font-size: 35px;
}

.blog-title a {
    color: #333333 !important;
    transition: all .3s;
}

.blog-title a:hover {
    color: var(--secondry-color) !important;
}

.read-more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.read-more:hover {
    color: var(--primary-color);
}

.read-more i {
    transition: 0.3s;
    display: inline-block;
}

.read-more:hover i {
    transform: translateX(5px);
}

.read-more .btn {
    -moz-user-select: none;
    background: var(--primary-color);
    border: medium none;
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sansbold";
}

.read-more .btn.btn:hover span {
    color: var(--white);
}

.read-more .btn::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.btn::before,
.btn:hover::before {
    background: #096bd8;
}

.video-btn {
    position: absolute;
    background: var(--white);
    height: 120px;
    width: 120px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    color: var(--primary-color);
    transform: translateY(-50%);
}

.postbox__video {
    position: relative;
}

.basic-pagination ul {
    display: block;
    padding-left: 0 !important;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.basic-pagination-2 ul li a,
.basic-pagination ul li .page-numbers.current {
    background: transparent;
    color: #9990b8;
    border: 2px solid #eaebec;
    height: 60px;
    width: 60px;
    line-height: 56px;
    display: block;
}

.basic-pagination ul li a,
.basic-pagination ul li .page-numbers.current {
    height: 70px;
    width: 70px;
    background: var(--white);
    color: #9990b8;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 70px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}

.basic-pagination ul li {
    display: inline-block;
}

.basic-pagination-2 ul li.active a,
.basic-pagination ul li .page-numbers.current {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-border);
}

.basic-pagination ul li a:hover,
.basic-pagination ul li .page-numbers.current {
    background: var(--primary-color);
    color: var(--white);
}

.postbox__text.p-50 {
    margin-bottom: 30px;
}

.post-text blockquote::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    color: rgb(19, 40, 126);
    font-size: 150px;
    line-height: 1;
    /* opacity: 0.1;
    z-index: -1; */
    font-weight: 700;
}

.postbox__text blockquote {
    font-size: 30px;
    color: rgb(35, 61, 99);
    line-height: 1.3;
    position: relative;
    z-index: 1;
    font-weight: 700;
    padding: 50px 40px;
    margin: 35px 0px 25px;
    background: rgb(250, 249, 255);
}

.wp-block-quote,
blockquote {
    margin: 20px 0px;
    border-left: 5px solid var(--primary-border);
    padding: 35px 25px !important;
}

.post-text blockquote p,
blockquote p {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.6;
    font-family: cerebri_sansmedium;
}

.postbox__text blockquote footer {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: "cerebri_sansbold";
    color: var(--secondry-color);
}

.postbox__text h4 {
    line-height: 1.35;
    margin-bottom: 15px;
    font-family: "cerebri_sansbold";
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

.blog-post-tag {
    background: #fff;
    padding: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
}

.blog-post-tag span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    font-family: "cerebri_sansbold";
    color: #333333;
}

.blog-post-tag a {
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-family: "cerebri_sanssemibold";
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-post-tag a:hover {
    color: var(--white);
    background: var(--primary-color);
    border-color: var(--primary-border);
}

.blog-details-border {
    border-top: 1px solid #eaedff;
    border-bottom: 1px solid #eaedff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
    margin-top: 40px;
    background: #fff;
    padding: 40px 0;
    padding-bottom: 22px;
}

.bakix-navigation.b-next-post.text-left span a {
    color: #696969;
}

.bakix-navigation.b-next-post.text-left h4 a {
    font-family: "cerebri_sansbold";
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

.post-comments-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #140a20;
    margin-bottom: 30px;
}

.comment-respond .comment-form {
    background: #faf9ff;
    padding: 30px 30px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}

.contact-icon {
    position: relative;
}

.comment-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
}

.comment-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
    transition: 0.3s;
}

.contacts-message::after {
    content: "\f303" !important;
}

.contacts-name::after {
    content: "\f007" !important;
}

.contacts-email::after {
    content: "\f0e0" !important;
}

.contacts-website::after {
    content: "\f0ac" !important;
}

.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: var(--primary-color);
    top: 18px;
}

.comment-respond .btn {
    -moz-user-select: none;
    background: var(--primary-color);
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sansbold";
}

.comment-respond .btn .btn-text {
    color: var(--white);
    position: relative;
    transition: 0.3s;
}

.map-section .map-url iframe {
    width: 100%;
    height: 750px;
}

.contact-us-page .contact-info-area {
    margin-top: -140px;
}

.contact-us-page .contact {
    background-color: rgb(9, 27, 41);
    background-image: url("../images/contactus-card-bg.png");
}

.contact-us-page .contact {
    padding: 70px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.contact-us-page .contact i {
    background: var(--primary-color);
    font-size: 21px;
    height: 70px;
    width: 70px;
    color: var(--white);
    border-radius: 50%;
    line-height: 71px;
    margin-bottom: 30px;
}

.contact-us-page .contact h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--white);
    flex: 1;
}

.contact-us-page .contact p {
    margin: 0;
    padding: 0 50px;
    color: var(--white);
}

.contact-us-page .contact p a {
    margin: 0;
    padding: 0 50px;
    color: var(--white);
}

.contact-us-page .contact p {
    margin: 0;
    padding: 0 50px;
    color: var(--white);
}

.contact-us-page .contact-section-2 {
    padding: 120px 0px 130px 0px;
}

.appointment-form .contact-2-btn .btn {
    -moz-user-select: none;
    background: var(--primary-color);
    border: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 21px 90px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    font-family: "cerebri_sansbold";
    width: auto;
    color: var(--white);
}

.contact-form-page .appointment-form input {
    border: 2px solid transparent;
    text-transform: capitalize;
    background: #f4f4f4;
    font-size: 15px;
    color: #696969;
}

.form-box::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 20px;
    color: var(--primary-color);
    top: 19px;
}

.contact-form-page .appointment-form .form-box::after {
    color: var(--primary-color);
}

.appointment-form input {
    height: 70px;
    width: 100%;
    padding: 0 30px;
    padding-right: 30px;
    border: 0;
    color: #a9bbc8;
    font-family: "cerebri_sansregular";
    border: 2px solid #566875;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    background: rgba(59, 69, 82, 0.6);
    transition: 0.3s;
}

.contact-form-page .appointment-form textarea {
    border: 2px solid transparent;
    text-transform: capitalize;
    background: #f4f4f4;
    font-size: 15px;
    color: #696969;
}

.appointment-form textarea {
    color: #a9bbc8;
    font-family: "cerebri_sansregular";
    height: 120px;
    width: 100%;
    padding: 17px 30px;
    border: 2px solid #566875;
    text-transform: capitalize;
    background: rgba(59, 69, 82, 0.6);
    border-radius: 5px;
    transition: 0.3s;
}

.form-box {
    position: relative;
}

.email-icon:after {
    content: "";
}

.message-icon:after {
    content: "";
}

.gallery-area .section-title {
    width: 100%;
    margin: 0 auto;
    text-align: start;
}

.gallery-area .section-title h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.case-details-area {
    padding-bottom: 120px;
}

.case-details-img {
    margin-bottom: 50px;
}

.case-details-text h1 {
    font-size: 45px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: "cerebri_sansbold";
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

.case-details-text span {
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    font-family: "cerebri_sansregular";
}

.case-post-tag {
    margin-top: 96px;
}

.case-post-tag span {
    font-size: 15px;
    color: #333333;
    font-family: "cerebri_sanssemibold";
}

.case-post-tag>a {
    color: #696969;
    display: inline-block;
    font-size: 15px;
    font-family: "cerebri_sansregular";
}

.case-post-tag>a:hover {
    color: var(--secondry-color);
}

.case-details-content p {
    line-height: 32px;
    margin-bottom: 42px;
}

.case-share-icon>span {
    font-size: 15px;
    color: #333333;
    font-family: "cerebri_sanssemibold";
}

.case-share-icon>a {
    color: #9b9b9b;
    font-size: 14px;
    margin: 0 3px;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    background: #e7e7e7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.case-details-content {
    margin-left: 70px;
    margin-top: 54px;
}

.case-share-icon>a:hover {
    background: var(--secondry-color);
}

.case-share-icon>a:hover i {
    color: var(--white);
}

.gallery-layout-bg {
    padding: 75px 84px 84px 85px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    border: 10px solid var(--primary-border);
}

.gallery-layout-info {
    float: left;
    margin-right: 68px;
}

.gallery-layout-info span {
    font-size: 20px;
    color: #696969;
    font-family: "cerebri_sanssemibold";
}

.gallery-layout-info h5 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 0;
    font-family: "cerebri_sansbold";
    font-style: normal;
}

.gallery-layout-info:last-child {
    margin-right: 0;
}

.mt-55 {
    margin-top: 55px;
}

.sv-title {
    font-family: "cerebri_sansbold";
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
    margin-bottom: 20px;
}

.services-link li {
    margin-bottom: 11px;
    transition: all 0.3s;
}

.services-link li a {
    color: #696969;
}

.services-link li:hover a {
    color: var(--secondry-color);
}

.service-details h2.mb-15 {
    font-family: "cerebri_sansbold";
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
    margin-bottom: 15px;
}



























.video-custom {
    max-width: 100%;
    position: absolute;
    top: 0;
}

.video-custom .poster-img {
    display: block;
    height: 100vh;
    object-fit: cover;
}

.video-custom video {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.video-custom .play-btn,
.video-custom .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    /* margin: auto; */
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--white);
    z-index: 9;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
    /* -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; */
}
.video-custom .pause-btn {
    display: none;
}
/* .video-custom:hover .pause-btn {
    display: block;
} */
/* .video-custom .pause-btn::after,
.video-custom .pause-btn::before {
    display: none;
} */

.play-pause.popup-video.bdevs-el-video {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid var(--primary-color);
    border-right: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;

}

.pause-btn i {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
    z-index: 1;
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: var(--primary-color);
    display: inline-block;
}

.playvideo .video-custom img {
    opacity: 0;
}

.playvideo .video-custom video {
    opacity: 1;
}

.video-custom .vplay {
    display: none;
}

.video-custom:hover .vplay+.pause-btn {
    display: block !important;
}

html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}

.postbox__video.mb-30 a.popup-video.video-btn {
    display: none;
}

ul.navbar-nav.ms-auto.align-items-lg-center.mb-2.mb-lg-0.nav-social.me-lg-3 {
    display: none;
}

li#menu-item-41 {
    display: none;
}

.who-we-are-section .about-wrapper-box .about-text h1 {
    font-size: 26px;
}

.who-we-are-section .about-wrapper-box .about-text p {
    margin-bottom: 20px;
}

.faq-box .card-body.bdevs-box-content p.bdevs-box-desc {
    margin-bottom: 0;
}

.header-top-area.grey-bg.d-md-block {
    display: none !important;
}



.misson-content .about-text p {
    margin-bottom: 20px;
}

.bullet-headeing {
    font-size: 20px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.bullet-point-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
}

.bullet-point-list li span {
    font-weight: 600;
}

.bullet-point-list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #000000;
}

section.about-area-section.py-70 .about-text p:first-child {
    position: relative;
    padding-left: 70px;
    color: var(--small-title);
    text-transform: uppercase;
}

section.about-area-section.py-70 .about-text p:first-child::before {
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    background: var(--small-title);
    position: absolute;
    left: 0;
    top: 50%;
}

section.about-area-section.py-70 .about-text p:first-child::after {
    content: "";
    width: 35px;
    height: 3px;
    display: block;
    background: var(--small-title);
    position: absolute;
    left: 25px;
    top: 50%;
}

.testimonial-text {
    margin-left: 10px;
}

.postbox__text blockquote {
    display: none;
}

section.choose-section .choose-bg .choose-wrapper .choose-img .choose-video {
    display: none;
}


/************Business Card***********/

.bussiness-card-container {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    background: #505046;
    padding: 50px 30px;
}

.bussines-card-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bussines-person-img {
    border: 3px solid #9c876d;
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 20px;
}

.bussines-person-img img {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    object-fit: cover;
}

.bussiness-person-name-designation {
    margin-bottom: 25px;
    text-align: center;
}

.bussiness-person-name-designation h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: uppercase;
}

.bussiness-person-name-designation h4 {
    color: #FFFFFF;
    padding: 5px 15px;
    border: 3px solid #9c876d;
    border-radius: 33px;
    font-size: 20px;
    text-transform: uppercase;
}

.bussiness-details-ic {
    background: #FFFFFF;
    width: 100%;
    max-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    margin-right: 7px;
}

.bussiness-details i {
    color: #505046;
}

.bussiness-details {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bussiness-number {
    display: flex;
    align-items: center;
}

.bussiness-details p,
.bussiness-details a,
.bussiness-number a,
.bussiness-person-social .social-ic span {
    color: #FFFFFF;
    text-decoration: none;
    line-height: normal;
}

.bussiness-person-social .social-ic {
    display: flex;
    align-items: center;
}

.bussiness-details-ic a i {
    color: #505046;
}

.bussiness-person-logo img {
    width: 80px;
    height: auto;
    margin-top: 30px;
}

.bussiness-person-logo {
    text-align: center;
}

.menu-item-has-children i.fas.fa-chevron-down {
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover i.fas.fa-chevron-down {
    transform: rotate(180deg);
}

.menu-item-has-children i.fas.fa-chevron-down.open {
    transform: rotate(180deg);
}











.service-video-container {
    position: relative;
    width: 432px;
    max-width: 100%;
    cursor: pointer;
}

.service-video-container .service-video-thumbnail,
.service-video-container video {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.service-video-container .service-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.service-video-container .service-play-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.service-video-container .service-play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.service-video-container video {
    display: none;
    border-radius: 8px;
}
#pause_button {
    display: none;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 85px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2;
}
.whatsapp-btn a {
    display: block;
}
.whatsapp-btn a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}