@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

/*===========================
  COMMON css
===========================*/

:root {
    --font-family: "Inter", sans-serif;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

@font-face {
    font-family: CocogooseBd;
    src: url(../fonts/cocogoose/Cocogoose\ Pro-trial.ttf);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: CocogooseMd;
    src: url(../fonts/cocogoose/Cocogoose\ Pro\ Light-trial.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Cocogoose;
    src: url(../fonts/cocogoose/Cocogoose\ Pro\ Thin-trial.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: cocogooseLight;
    src: url(../fonts/cocogoose/Cocogoose\ Pro\ Ultralight-trial.ttf);
    font-weight: 300;
    font-display: swap
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: 2.75em;
    line-height: 1.25;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4,
h3 {
    /* font-size: 1.5em;
    line-height: 1.25; */
    font-size: 20px;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-3);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.btn:hover {
    color: inherit;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}

.btn.btn-sm {
    padding: 8px 16px;
}

.btn.square {
    border-radius: 0px;
}

.btn.semi-rounded {
    border-radius: 12px;
}

.btn.rounded-full {
    border-radius: 50px;
}

.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}

.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}

.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 44px;
}

.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}


/* ===== Buttons Css ===== */

.primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.active.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}

.deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

.bg-block {
    background: #104996;
    height: 20px;
    width: 20px;
    align-self: center;
    margin: 4px 9px 0 0;
    color: transparent;
}


/* One Click Scrool Top Button*/

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #a22923;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: var(--dark-1);
}


/*===========================
  Section Title Five CSS
===========================*/

.section-title-five {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-five {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-nine .navbar {
        position: relative;
        padding: 0;
        height: 90px !important;
    }
    .navbar-toggler {
        background-color: #231f20;
    }
    .section-title-five {
        margin-bottom: 35px;
    }
}

.section-title-five h6 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    padding: 8px 30px;
}

.section-title-five h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-five h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-five h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.section-title-five p {
    color: var(--dark-3);
}

.made-in-ayroui {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.made-in-ayroui:hover {
    transform: translateY(-5px);
}


/*===========================
  NAVBAR css
===========================*/

.navbar-toggler:focus {
    box-shadow: none;
}

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


/*===== NAVBAR NINE =====*/

.navbar-area.navbar-nine {
    background: #ffffff;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sticky {
    position: fixed !important;
    z-index: 99 !important;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine {
        padding: 10px 0;
    }
}

.navbar-area.navbar-nine .navbar-brand {
    margin: 0;
}

.navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin: 5px 0;
    display: block;
    position: relative;
    -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;
}

.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: var(--primary);
        z-index: 8;
        padding: 10px 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
    .navbar-area.navbar-nine .navbar .navbar-nav {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav {
        margin-right: 0;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    padding: 3px 8px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    -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;
    margin: 14px 0;
    opacity: 0.7;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a.active {
    opacity: 1;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
    font-size: 12px;
    font-weight: 700;
    padding-left: 7px;
    -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;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
        position: relative;
        top: -5px;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 230px;
    background-color: var(--white);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -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;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        box-shadow: none;
        text-align: left;
        border-top: 0;
        height: 0;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: auto;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        height: 0;
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.show {
        height: auto;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li {
    position: relative;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
    color: var(--black);
    -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;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    position: relative;
    color: var(--dark-2);
    -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;
    border-radius: 0;
    margin: 0 0;
    z-index: 5;
    opacity: 1;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
    font-weight: 700;
    font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
        visibility: visible;
        height: auto;
        position: relative;
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
        color: var(--primary);
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover>a {
    color: var(--primary);
    padding-left: 22px;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover>a i {
    color: var(--primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover>a {
        color: var(--primary);
    }
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover>a::after {
    opacity: 1;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover>a::before {
    opacity: 1;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: var(--white);
    }
}

.navbar-area.navbar-nine .navbar .navbar-btn {
    margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-nine .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px;
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px;
    }
}

.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar {
    font-size: 22px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(238, 238, 238, 0.425);
    border-radius: 50%;
    -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;
}

.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar:hover {
    border-color: transparent;
    color: var(--primary);
    background-color: var(--white);
}


/*===== SIDEBAR ONE =====*/

.sidebar-left {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white);
    height: 100%;
    width: 350px;
    padding-top: 80px;
    z-index: 999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
    text-align: left;
    overflow-y: auto;
}

.sidebar-left.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 767px) {
    .sidebar-left {
        width: 250px;
    }
}

.sidebar-left .sidebar-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.sidebar-left .sidebar-close .close {
    font-size: 18px;
    color: var(--black);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.sidebar-left .sidebar-close .close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-left .sidebar-content {
    padding: 0px 30px;
}

.sidebar-left .sidebar-content .sidebar-menu {
    margin-top: 30px;
}

.sidebar-left .sidebar-content .sidebar-menu .menu-title {
    font-size: 18px;
    font-weight: 600;
}

.sidebar-left .sidebar-content .sidebar-menu ul {
    margin-top: 15px;
}

.sidebar-left .sidebar-content .sidebar-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 0;
    color: var(--dark-3);
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    -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;
    display: block;
}

.sidebar-left .sidebar-content .sidebar-menu ul li a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.sidebar-left .sidebar-content .text {
    margin-top: 20px;
}

.sidebar-left .sidebar-content .sidebar-social {
    margin-top: 30px;
}

.sidebar-left .sidebar-content .sidebar-social .social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sidebar-left .sidebar-content .sidebar-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.sidebar-left .sidebar-content .sidebar-social ul li:last-child {
    margin: 0;
}

.sidebar-left .sidebar-content .sidebar-social ul li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 18px;
    color: #666;
    -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;
}

.sidebar-left .sidebar-content .sidebar-social ul li a:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: transparent;
}

.overlay-left {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.overlay-left.open {
    display: block;
}


/* ===== Buttons Css ===== */

.header-eight .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.header-eight .active.primary-btn,
.header-eight .primary-btn:hover,
.header-eight .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.header-eight .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}


/*======================================
    header Area CSS
========================================*/

.header-eight {
    position: relative;
    padding: 90px 0 0px 0;
    background: #0185c1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-eight {
        padding: 130px 0 80px 0;
    }
}

@media (max-width: 767px) {
    .header-eight {
        padding: 100px 0 60px 0;
    }
}

.header-eight .header-image img {
    width: 100%;
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-eight .header-image {
        margin-top: 40px;
    }
}

.header-eight .header-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.header-eight .header-content h1 {
    font-weight: 900;
    color: var(--white);
    text-shadow: 0px 3px 8px #00000017;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-eight .header-content h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .header-eight .header-content h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

.header-eight .header-content h1 span {
    display: block;
}

.header-eight .header-content p {
    margin-top: 30px;
    color: var(--white);
    opacity: 0.7;
}

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

.header-eight .primary-btn {
    margin-right: 12px;
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid transparent;
}

.header-eight .primary-btn:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.header-eight .video-button {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header-eight .video-button {
        margin-top: 20px;
    }
}

.header-eight .video-button .text {
    display: inline-block;
    margin-left: 15px;
    color: var(--white);
    font-weight: 600;
}

.header-eight .video-button .icon-btn {
    background: var(--white);
    color: var(--primary);
}


/*===========================
  about-05 css
===========================*/

.about-five {
    background-color: var(--light-3);
    padding-top: 120px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-five {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .about-five {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.about-five-content {
    padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-five-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-five-content {
        padding-left: 0;
    }
}

.about-five-content .small-title {
    position: relative;
    padding-left: 30px;
}

.about-five-content .small-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background-color: var(--primary);
    height: 2px;
    width: 20px;
    margin-top: -1px;
}

.about-five-content .main-title {
    margin-top: 20px;
}

.social-icon-top {
    border: 2px solid #000!important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.bg-eve .social-icon-top {
    border: 2px solid #000!important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    background: whitesmoke;
}

.facebook {
    color: #4267B2;
}

.youtube {
    color: #9d0b0e;
}

.twitter {
    color: #00acee;
}

.linkedin {
    color: #0072b1;
}

.whatsapp {
    color: #34B7F1;
}

.telegram {
    color: #229ED9;
}

.share-social {
    padding-top: 14px;
    justify-content: flex-end
    /* justify-content: space-between; */
}

.share-social-bottom {
    padding-top: 14px;
    justify-content: flex-start!important;
}

.relative:hover .play-big::before {
    background: #76191c;
    border-radius: 50%;
}

.relative {
    cursor: pointer;
    position: relative;
}

#main,
.section-phase {
    margin-top: 94px !important;
}

.about-five-content .about-five-tab {
    margin-top: 40px;
}

.about-five-content .about-five-tab nav {
    border: none;
    background-color: var(--light-1);
    padding: 15px;
    border-radius: 5px;
}

.about-five-content .about-five-tab nav .nav-tabs {
    border: none;
}

.about-five-content .about-five-tab nav button {
    border: none;
    color: var(--dark-1);
    font-weight: 600;
    padding: 0;
    margin-right: 20px;
    position: relative;
    background-color: var(--white);
    padding: 10px 18px;
    border-radius: 4px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .about-five-content .about-five-tab nav button {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .about-five-content .about-five-tab nav button:last-child {
        margin: 0;
    }
}

.about-five-content .about-five-tab nav button:hover {
    color: var(--primary);
}

.about-five-content .about-five-tab nav button.active {
    background-color: var(--primary);
    color: var(--white);
}

.about-five-content .about-five-tab nav button:last-child {
    margin-right: 0;
}

.about-five-content .about-five-tab .tab-content {
    border: none;
    padding-top: 30px;
}

.about-five-content .about-five-tab .tab-content p {
    margin-bottom: 20px;
}

.about-five-content .about-five-tab .tab-content p:last-child {
    margin: 0;
}

.about-image-five {
    padding-left: 60px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five {
        margin-bottom: 70px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about-image-five {
        margin-bottom: 60px;
        padding-left: 0;
    }
}

.about-image-five .shape {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five .shape {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five::before {
        right: -15px;
        bottom: -15px;
    }
}

@media (max-width: 767px) {
    .about-image-five::before {
        display: none;
    }
}

.about-image-five img {
    width: 100%;
    z-index: 2;
}


/*===========================
  services css
===========================*/

.services-eight {
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-eight {
        padding: 80px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .services-eight {
        padding: 60px 0 30px 0;
    }
}

.services-eight .single-services {
    padding: 40px 30px;
    border: 1px solid var(--light-1);
    border-radius: 10px;
    margin-bottom: 30px;
    -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;
}

.services-eight .single-services:hover {
    box-shadow: var(--shadow-4);
}

.services-eight .single-services:hover .service-icon {
    color: var(--white);
    border-color: transparent;
    background: var(--primary);
}

.services-eight .single-services:hover .service-icon::after {
    opacity: 1;
    visibility: visible;
}

.services-eight .single-services .service-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: var(--white);
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 40px;
    -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;
    position: relative;
}

.services-eight .single-services .service-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: var(--primary);
    -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;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid transparent;
}

.services-eight .single-services .service-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-eight .single-services .service-content p {
    color: var(--dark-3);
}


/*===== VIDEO ONE =====*/

.video-one {
    background-color: var(--light-3);
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-one {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .video-one {
        padding: 60px 0;
    }
}

.video-one .video-title h5 {
    font-weight: 600;
    color: var(--primary);
}

.video-one .video-title h2 {
    font-weight: 700;
    color: var(--black);
    margin-top: 10px;
}

.video-one .video-title .text-lg {
    margin-top: 24px;
    color: var(--dark-3);
}

.video-one .video-content {
    position: relative;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.video-one .video-content img {
    border-radius: 8px;
}

.video-one .video-content a {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white);
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
    padding-left: 3px;
}

@media (max-width: 767px) {
    .video-one .video-content a {
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 20px;
    }
}

.video-one .video-content a:hover {
    background-color: var(--white);
    color: var(--primary);
}


/*===== PRICING THIRTEEN =====*/

.pricing-fourteen {
    padding: 100px 0;
    background-color: var(--light-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-fourteen {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .pricing-fourteen {
        padding: 60px 0;
    }
}


/*======================================
    Brand CSS
========================================*/

.brand-area {
    padding: 100px 0;
    background: var(--light-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .brand-area {
        padding: 60px 0;
    }
}

.brand-area .clients-logos {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.brand-area .clients-logos .single-image {
    display: inline-block;
    margin: 13px 10px;
    background-color: var(--white);
    line-height: 100px;
    padding: 8px 25px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: 1px solid #eee;
}

.brand-area .clients-logos .single-image:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.brand-area .clients-logos img {
    max-width: 170px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}


/* ===== Buttons Css ===== */

.contact-form-wrapper .contact-form .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.contact-form-wrapper .contact-form .active.primary-btn,
.contact-form-wrapper .contact-form .primary-btn:hover,
.contact-form-wrapper .contact-form .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.contact-form-wrapper .contact-form .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}


/*======================================
	Contact CSS
========================================*/

.contact-section {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding-top: 60px;
    }
}

.contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid var(--gray-4);
    border-radius: 10px;
    background: var(--white);
    margin-bottom: 30px;
    padding: 20px 30px;
    -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;
}

.contact-section .contact-item-wrapper .contact-item:hover {
    box-shadow: var(--shadow-4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-section .contact-item-wrapper .contact-item {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column;
    }
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    -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;
}

.contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-item-wrapper .contact-item .contact-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 10px;
}

.contact-form-wrapper {
    padding: 50px 40px;
    background: var(--white);
    border: 1px solid var(--gray-4);
    margin-left: 0px;
    border-radius: 10px;
    -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;
}

.contact-form-wrapper:hover {
    box-shadow: var(--shadow-4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-form-wrapper {
        margin-left: 30px;
    }
}

.contact-form-wrapper .section-title {
    margin-bottom: 30px;
}

.contact-form-wrapper .section-title span {
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
}

.contact-form-wrapper .section-title h2 {
    margin-bottom: 10px;
}

.contact-form-wrapper .section-title p {
    color: var(--dark-3);
}

.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    padding: 15px 25px;
    border-radius: 30px;
    border: 1px solid var(--gray-4);
    margin-bottom: 25px;
    width: 100%;
    -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;
}

@media (max-width: 767px) {
    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
        padding: 12px 25px;
    }
}

.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
    border-color: var(--primary);
}

.contact-form-wrapper .contact-form textarea {
    border-radius: 18px;
}

.map-style-9 {
    margin-top: -130px;
}


/* Footer eleven css */

.footer-eleven {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--white);
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-eleven {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-eleven .footer-widget {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-eleven .footer-widget {
        margin-top: 40px;
        text-align: center;
    }
}

.footer-eleven .footer-widget h5 {
    font-weight: 700;
    margin-bottom: 35px;
    color: var(--black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-eleven .footer-widget h5 {
        margin-bottom: 25px;
    }
}

.footer-eleven .f-about {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .footer-eleven .f-about {
        padding: 0;
    }
}

.footer-eleven .f-about p {
    color: var(--dark-3);
    margin-top: 20px;
}

.footer-eleven .f-about .copyright-text {
    color: var(--dark-3);
    margin-top: 40px;
}

.footer-eleven .f-about .copyright-text span {
    display: block;
}

@media (max-width: 767px) {
    .footer-eleven .f-about .copyright-text {
        margin-top: 20px;
    }
}

.footer-eleven .f-about .copyright-text a {
    color: var(--primary);
}

.footer-eleven .f-about .copyright-text a:hover {
    color: var(--primary-dark);
}

.footer-eleven .f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer-eleven .f-link li:last-child {
    margin: 0;
}

.footer-eleven .f-link li a {
    color: var(--dark-3);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-eleven .f-link li a:hover {
    color: var(--primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
    .footer-eleven .newsletter {
        padding-left: 80px;
    }
}

.footer-eleven .newsletter p {
    color: var(--dark-3);
}

.footer-eleven .newsletter-form {
    margin-top: 30px;
    position: relative;
}

.footer-eleven .newsletter-form input {
    height: 55px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--gray-4);
    box-shadow: none;
    text-shadow: none;
    padding-left: 18px;
    padding-right: 65px;
    transition: all 0.4s ease;
}

.footer-eleven .newsletter-form input:focus {
    border-color: var(--primary);
}

.footer-eleven .newsletter-form .button {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-eleven .newsletter-form .sub-btn {
    height: 42px;
    width: 42px;
    border-radius: 6px;
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    line-height: 42px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 17px;
    transition: all 0.4s ease;
}

.footer-eleven .newsletter-form .sub-btn:hover {
    color: var(--white);
    background-color: var(--primary-dark);
}

.brand-area .clients-logos img {
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    height: 240px;
    object-fit: cover;
}

.home-demo .card-title {
    margin-bottom: 0.5rem;
    /* text-transform: uppercase;     */
    font-size: 23px;
}


/* .home-demo
.card-body {
  background: #f7f7f7;
  min-height: 200px;

} */

.owl-carousel .owl-item img {
    height: 203px;
}

.line-top {
    border-top: 8px solid #2c2e2f !important;
    border-radius: 8px;
}

.card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
    background: linear-gradient( 180deg, transparent, black);
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.see {
    height: fit-content;
    padding: 2px 10px;
    font-size: 12px;
    width: fit-content;
    position: absolute;
    right: 113px;
    border: 2px solid #e3a860;
    border-radius: 15px;
    background: transparent;
    color: #000000 !important;
}

.card-footer img,
.heg {
    width: 30px !important;
    height: auto !important;
    right: 0;
    position: absolute;
}

.owl-carousel .owl-item .h300 {
    height: 340px;
    object-fit: cover;
}

.home-demo .lower {
    margin-bottom: 0.5rem;
    text-transform: inherit;
    font-size: 23px;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.owl-nav {
    position: absolute;
    top: 120px;
    right: 110px;
}

.owl-prev span {
    background: rgb(248, 46, 46);
    padding: 0 11px;
    color: white;
}

.owl-next span {
    background: rgb(231, 26, 26);
    padding: 0 11px;
    color: white;
}

.roundeds {
    border-radius: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.personality {
    width: 270px;
    margin-right: 10px;
    min-width: 280px;
}

.header-eight .video-button .text {
    color: #ffc268;
}

.scroller {
    width: 100%;
    overflow-x: scroll;
}

.navbar-area.navbar-nine .navbar {
    position: relative;
    padding: 0;
    height: 80px !important;
}

.navbar-area.navbar-nine {
    padding: 0;
}

.navborder-live {
    background: #231f20;
    padding: 0 !important;
    font-size: 11px;
    line-height: 0;
    z-index: 9999;
}

.header-eight {
    position: relative;
    padding: 50px 0 0px 0;
    min-height: 490px;
    background-position-y: bottom;
}

body {
    background-image: url(../images/1asd.jpg);
    background-attachment: fixed;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
}

.logo {
    height: 85px;
    object-fit: cover;
}

.alig {
    --bs-gutter-x: 0.5rem;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    font-family: CocogooseBd;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a img {
    margin-right: 3px;
}

.footer-dark .list-style-disc .nav-item .nav-link {
    color: #e8e8e8;
    font-size: 12px;
}

.list-style-disc {
    padding-left: 8px;
    list-style: disc;
}

.list-style-disc li::marker {
    color: #fff;
}

.footer-dark .nav-item {
    padding-left: 0;
}

.list-style-disc li {
    margin-left: 15px;
}

.footer-dark h3 {
    font-family: 'CocogooseBd';
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.footer-dark .nav-item .nav-link {
    display: block;
    padding: 0.1rem 1rem;
    color: #a9a9a9;
    padding-left: 0;
    font-family: 'CocogooseMd';
    text-transform: capitalize;
    font-size: 14px;
}

.footer-dark input {
    padding: 10px;
    border: none;
}

.newslettericon {
    color: #000;
    border: 2px solid #000;
    padding: 11px;
}

.footer-dark p {
    font-size: 19px;
    line-height: 1.2;
    color: #a9a9a9;
    font-weight: 500;
    font-family: 'Caput';
}

.round {
    border-radius: 50%;
    height: 270px;
    object-fit: cover;
    width: 100%;
    border: 11px solid #105abcd6;
}


/* width */

.scroller::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.scroller::-webkit-scrollbar-track {
    background: #0b356e;
}


/* Handle */

.scroller::-webkit-scrollbar-thumb {
    background: #1058b6;
}


/* Handle on hover */

.scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-eight .header-content {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    text-align: left;
    bottom: 26px;
}

.gradient {
    background: linear-gradient( 360deg, #d30000, #ff000085, transparent, transparent, transparent);
    height: 100%;
}

.card-footer {
    padding: 0rem 0.5rem 0.5rem;
    background-color: rgb(255 255 255);
    border-top: 1px solid rgb(255 255 255);
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem 0;
    background: #f8f9fa;
}

.bg-primary {
    background-color: #104996 !important;
}

.bg-primary h3,
.bg-primary h4 {
    color: white;
}

.h300 img {
    height: 300px !important;
    object-fit: cover;
}

.h200 img {
    height: 200px;
    object-fit: cover;
}

.h200 .card-body,
.h300 .card-body {
    min-height: 70px;
}

.bg-light .card-body {
    background: #f8f9fa;
}

.bg-light .owl-carousel .owl-item img {
    border-radius: 10px;
}

.player-height {
    height: 458px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    border: 0;
}

.navbar-area.navbar-nine {
    background: transparent;
}

section {
    background: #ffffff4d;
}

.bordered {
    border: 2px solid #f0c315;
    padding: 3px 8px;
    font-size: 12px;
}

.trans .card,
.trans .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem 0;
    background: #f8f9fa00;
}

.trans .card-title {
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    font-size: 23px;
    color: rgb(0, 0, 0);
}

.trans .h300 .card-title {
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    font-size: 23px;
    font-family: 'CocogooseBd';
    font-size: 15px;
}

.trans .h300 .spice {
    color: #9d0b0e;
    font-family: 'CocogooseMd';
    font-size: 18px;
}

.buttn {
    position: absolute;
    right: 18px;
    bottom: 20px;
    padding: 5px 10px;
}

.bg-warning {
    background-color: #f0c315 !important;
}

.logo {
    height: 25px;
    object-fit: cover;
    margin-top: -20px;
}

.trans p {
    font-size: 16px !important;
    font-weight: 600;
}

.nav-item input {
    color: white !important;
    background: transparent;
    border: none;
    padding: 0 10px;
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .page-search {
    border: 2px solid #f0c315;
    border-radius: 18px;
}

.w-90 {
    width: 95%;
}

.h400 img {
    height: auto;
    object-fit: cover;
    object-position: top;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 46%;
    bottom: 0;
    width: 7%;
    padding: 0;
    color: #a84304;
    text-align: center;
    background: black;
    height: 80px;
}

.abs {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 14px;
}

.navbar-area.navbar-nine .navbar {
    position: relative;
    padding: 0;
    height: 131px !important;
}

.sticky .abs {
    display: none;
}

.sticky .logo {
    height: 25px;
    margin-top: 0;
}

.sticky.navbar-area .navbar {
    height: 50px !important;
}

.abs img {
    -webkit-transform: rotate( 270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate( 270deg);
}

.trans .showss .card,
.trans .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem 0;
    background: #fdfeff;
    font-family: CocogooseMd;
    border: none;
    font-weight: 300 !important;
}

.trans .showss .card-body {
    border-left: 3px solid red !important;
    padding-left: 5px !important;
}

.showss p {
    font-size: 14px !important;
    font-weight: 600;
}

.pt5 {
    padding-top: 5rem !important;
}

.sticky-top {
    position: sticky;
    top: -1px;
    z-index: 1!important;
}

.h-118 {
    height: 118px !important;
}

.sticky {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#app-cover {
    position: absolute;
    top: 105px;
    right: 0;
    width: 430px;
    height: 100px;
    margin: -4px auto;
    z-index: 99;
}

#bg-artwork {
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    /* filter: blur(40px); */
    -webkit-filter: blur(40px);
    z-index: 1;
}

#player {
    position: relative;
    z-index: 3;
}

.sub-title {
    font-family: Periodico!important;
    font-size: 20px;
    font-weight: 700 !important;
}

.style-image {
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

.style-image-two {
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
    object-position: top;
}

.style-image-three {
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}

#player-track {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 119px;
    background-color: #26262a;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}

.Premium {
    background-color: #bfb270;
    color: #fff!important;
    font-weight: 400;
    font-family: 'solido';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline;
    padding: 4px 4px 3px 6px;
    border-radius: 6px 0px 6px 0px;
}

.text-muted {
    color: #b1b4b7 !important;
}

.border-right-menu {
    border-right: 1px solid #6e6d6d!important;
}

.border-left-menu {
    border-left: 1px solid #6e6d6d!important;
}

.border-bottom-menu {
    border-bottom: 1px solid #6e6d6d!important;
}

.border-top-menu {
    border-top: 1px solid #6e6d6d!important;
}

.main-boda {
    border: 4px solid #000;
}

.boda-bottom {
    border-bottom: 1px solid #6e6d6d!important;
    padding-bottom: 15px;
    padding-top: 0px;
}

.boda-right {
    border-right: 1px solid #6e6d6d!important;
}

.boda-left {
    border-left: 1px solid #6e6d6d!important;
}

.boda-top {
    border-top: 1px solid #6e6d6d!important;
}

.border-thick {
    border-top: 4px solid #9d0b0e!important;
}

.byline-margin {
    margin-left: 10px;
}

.float-right {
    float: right;
}

.category {
    border: 1px solid #9d0b0e!important;
    color: #9d0b0e!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

#player-track.active {
    top: -92px;
}

#album-name {
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}

#track-name {
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time {
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time {
    float: left;
}

#track-length {
    float: right;
}

#current-time,
#track-length {
    color: transparent;
    font-size: 11px;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time.active #current-time,
#track-time.active #track-length {
    color: #08753c;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    margin-top: -4px;
}

#s-area,
#seek-bar {
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area {
    background-color: #ffe8ee;
    cursor: pointer;
}

#ins-time {
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
    display: none;
}

#s-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time,
#s-hover {
    background-color: #3b3d50;
}

#seek-bar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #08753c;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content {
    position: relative;
    height: 100%;
    background-color: #292f33;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2;
}

#album-art {
    position: absolute;
    top: -14px;
    width: 80px;
    height: 80px;
    margin-left: 31px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #43494c;
    border-radius: 50%;
    overflow: hidden;
}

#album-art.active {
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #cd2027;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art img.active {
    opacity: 1;
    z-index: 1;
}

#album-art.active img.active {
    z-index: 1;
    animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

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

#buffer-box {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art img,
#buffer-box {
    transition: 0.1s linear all;
}

#album-art.buffering img {
    opacity: 0.25;
}

#album-art.buffering img.active {
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box {
    opacity: 1;
}

#player-controls {
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}

.control {
    width: 33.333%;
    float: left;
    padding: 12px 0;
}

.button {
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    cursor: pointer;
}

.button i {
    display: block;
    color: #f3ab27;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.button,
.button i {
    transition: 0.2s ease all;
}

.button:hover {
    background-color: #d6d6de00;
}

.button:hover i {
    color: #fff;
}

.h150 img {
    height: 150px;
    object-fit: cover;
}

.h150 .h80 {
    height: 55px;
    object-fit: cover;
}

.scroll {
    height: 380px;
    overflow-y: scroll;
    width: 100%;
    background: transparent;
}

.scroll::-webkit-scrollbar {
    width: 0;
}

.carousel-3d-container figure {
    margin: 0;
}

.carousel-3d-container figcaption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 12px;
    min-width: 100%;
    box-sizing: border-box;
}

#slider {
    position: relative;
    width: 57%;
    height: 32vw;
    margin: 150px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}

input[type=radio]:nth-child(5) {
    margin-right: 0px;
}

input[type=radio]:checked {
    opacity: 1;
}

#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}


/* Slider Functionality */


/* Active Slide */

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, 0px);
}


/* Next Slide */

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(20%, 0, -100px);
}


/* Next to Next Slide */

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(40%, 0, -250px);
}


/* Previous to Previous Slide */

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(-40%, 0, -250px);
}


/* Previous Slide */

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(-20%, 0, -100px);
}

.h250 img {
    height: 200px !important;
    object-fit: cover;
}

.transe .card,
.transe .card-body {
    background: #ffffff94;
    color: white;
    backdrop-filter: blur(1px);
}

.transe {
    background: #ffffff94;
    backdrop-filter: blur(2px);
}

.transe .card-title {
    margin-bottom: 0.5rem;
    color: black;
}

.pt5 {
    padding-top: 5rem !important;
}

.bg-latest {
    background: #9d0b0e!important;
    color: transparent;
}

.h150 .big img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.under {
    font-family: 'CocogooseBd';
}

h3 {
    font-size: 1.2em;
    line-height: 1.25;
    color: black;
}

.card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
    background: linear-gradient(180deg, transparent, #000000d9, black);
}

.bordered {
    border: 2px solid #9d0b0e;
    padding: 3px 8px;
    font-size: 12px;
    background: #9d0b0e;
    color: #fdfeff !important;
    border-radius: 0 !important;
}

.text-success {
    color: #9d0b0e !important;
}

.bordered-2 {
    border: 2px solid #f0c315;
    padding: 3px 8px;
    font-size: 12px;
    background: #f0c315;
    color: #000000 !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .navbar-area.navbar-nine .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #ececec;
        z-index: 8;
        padding: 10px 16px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .h400 img {
        height: auto;
        object-fit: cover;
        object-position: top;
    }
    .see {
        right: 45px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 16%;
    }
    .player-height {
        height: 270px;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        border: 0;
    }
}

.trans .card,
.trans .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem 0;
    background: #fdfeff;
    font-family: CocogooseMd;
    border: none;
    font-weight: 300 !important;
}

.scroll {
    height: 380px;
    overflow-y: scroll;
    width: 100%;
    background: white;
    padding: 10px 0;
}

.scroll .text-dark {
    font-family: 'FontAwesome';
}

.trans .scroll p {
    font-size: 15px !important;
    font-weight: 600;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.trans .card,
.trans .card-body {
    font-family: 'Inter';
}