@import "variable.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');


/* Fonts
======================================================*/


.fa .fa-regular,
.far,
.fa-solid {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}


/* Reset CSS
======================================================*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body,
html {
    background: var(--bs-body-bg) none no-repeat scroll top center;
    background-size: contain;
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    font-weight: var(--bs-body-font-weight);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure,
picture {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: none;
    height: auto;
    width: auto;
}

svg {
    max-width: 100%;
    height: auto;
}

.absolute-div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.picture>img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.object-fit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.object-fit img {
    opacity: 0;
}

strong,
b,
label {
    font-family: var(--bs-font-heading);
    font-weight: var(--bs-font-medium);
    margin-bottom: 0px;
}

ul,
ul li,
ol,
ol li {
    padding: 0px;
    margin: 0px;
    position: relative;
    line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--bs-font-heading);
    font-weight: var(--bs-font-semi-bold);
    color: #111827;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

h1,
.h1 {
    font-size: var(--bs-font-size-h1);
    line-height: var(--bs-line-height-h1);
}

h2,
.h2 {
    font-size: var(--bs-font-size-h2);
    line-height: var(--bs-line-height-h2);
    letter-spacing: -0.02em;
}

h3,
.h3 {
    font-size: var(--bs-font-size-h3);
    line-height: var(--bs-line-height-h3);
}

h4,
.h4 {
    font-size: var(--bs-font-size-h4);
    line-height: var(--bs-line-height-h4);
}

h5,
.h5 {
    font-size: var(--bs-font-size-h5);
    line-height: var(--bs-line-height-h5);
}

h6,
.h6 {
    font-size: var(--bs-font-size-h6);
    line-height: var(--bs-line-height-h6);
}

a,
.a,
a:focus,
.a:focus,
a:hover,
.a:hover {
    text-decoration: none;
    outline: none;
}

a,
.a {
    color: var(--bs-primary);
    display: inline-block;
    cursor: pointer;
}

a:hover,
.a:hover {
    color: var(--bs-primary);
}

p {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    margin: 0 0 23px;
}

p:empty {
    display: none;
}

label {
    margin-bottom: 0px;
}

small,
.small {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

main {
    display: flex;
    flex: 1 1 auto !important;
}

section>.card,
.tab-pane>.card {
    min-height: 100%;
}

::-moz-selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}

::selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}

:hover,
:visited,
:active,
:focus {
    outline: none !important;
}

/* :last-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child), 
:only-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child) {
    margin-bottom: 0px !important;
} */


/* Common Css
======================================================*/
.transition,
::before,
::after,
img,
svg,
svg *,
a,
.a,
input,
textarea,
button,
select,
option,
.form-control,
.icon,
.button,
.form-label,
.select2-selection__arrow,
.select2-results__option,
.daterangepicker .ranges ul li,
.daterangepicker td.in-range,
.daterangepicker .calendar-table thead th,
body a.cke_button,
body a.cke_combo_button {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.box-shadow {
    -webkit-box-shadow: 10px 7px 24px #EFEDE5;
    -moz-box-shadow: 10px 7px 24px #EFEDE5;
    box-shadow: 10px 7px 24px #EFEDE5;
}

.rounded-circle,
.form-check .form-check-input[type="radio"]:after,
.form-switch .form-check-input::after,
.text-content ul:not(.gallery-block) li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded,
.dropdown-item {
    -webkit-border-radius: var(--bs-border-radius-xs) !important;
    -moz-border-radius: var(--bs-border-radius-xs) !important;
    border-radius: var(--bs-border-radius-xs) !important;
}

.rounded-sm,
.card,
.select2-dropdown,
.dropdown-menu {
    -webkit-border-radius: var(--bs-border-radius-sm);
    -moz-border-radius: var(--bs-border-radius-sm);
    border-radius: var(--bs-border-radius-sm);
}

.rounded-md {
    -webkit-border-radius: var(--bs-border-radius-md);
    -moz-border-radius: var(--bs-border-radius-md);
    border-radius: var(--bs-border-radius-md);
}

.rounded-lg {
    -webkit-border-radius: var(--bs-border-radius-lg);
    -moz-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
}

.rounded-0,
.form-control,
.form-check-input[type="checkbox"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.row {
    --bs-gutter-x: var(--bs-gutter);
    --bs-gutter-y: var(--bs-gutter);
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-container {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.border {
    border: 1px solid var(--bs-border-color) !important;
}

.btn {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 16px 24px;
    transition: all 0.3s;
    position: relative;
    color: #fff;
    background-color: var(--bs-primary);
    border-radius: 4px;
}

.small-btn {
    font-size: 20px;
    line-height: 30px;
}

button {
    box-shadow: none !important;
}

.padd-section-120 {
    padding-top: var(--bs-space-120);
    padding-bottom: var(--bs-space-120);
}

.padd-section-80 {
    padding-top: var(--bs-space-80);
    padding-bottom: var(--bs-space-80);
}

.mb-12 {
    margin-bottom: var(--bs-space-12);
}

.mb-32 {
    margin-bottom: var(--bs-space-32);
}

.mb-48 {
    margin-bottom: var(--bs-space-48);
}

.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
}

.preloader .loader img {
    width: 50px;
    height: 50px;
}

.form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    box-shadow: none !important;
}

.link-btn {
    font-size: 20px;
    line-height: 30px;
    color: var(--bs-primary);
    font-weight: 600;
    display: inline-block;
}

.link-btn i {
    vertical-align: initial !important;
    margin-left: 6px;
}

.heading-box {
    margin-bottom: 80px;
}

/* ------------------------------------------------------------------------------ */
header.main-header.fixed .site-header__main {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 999;
    padding: 0px 15px;
}

header.main-header.header-static {
    position: static;
    background-color: #1E3A8A;
}

.header-top {
    background: var(--bs-primary);
    padding: 16px 15px;
}

.header-top-link li {
    display: inline-block;
}

.welcome-text {
    margin-right: auto;
}

.welcome-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.27px;
    margin-bottom: 0;
    color: #fff;
}

.header-top-link li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.27px;
    padding: 0 20px;
    color: #fff;
}

.site-header__main {
    padding: 0 15px;
    position: relative;
}

header.main-header.header-static.fixed {
    position: fixed;
}

.logo {
    margin-right: auto;
}

.navigation ul li a {
    color: #1F2937;
    transition: 0.3s ease;
    position: relative;
    padding: 36px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.27px;
    transition: 0.3s all cubic-bezier();
}

.navigation ul li a:hover {
    color: var(--bs-primary);
}

.navigation ul li a i {
    vertical-align: middle !important;
    margin-left: 10px
}

.navigation ul li a.btn:hover {
    background: var(--bs-secondary);
}

.navigation ul li a.btn {
    color: #fff;
    border-radius: 40px;
    padding: 16px 24px;
}

.navigation ul li {
    display: inline-block;
    padding: 0 18px;
    vertical-align: middle !important;
}

.navigation {
    margin-left: 100px;
}

.header-right-btn {
    margin-left: auto;
}

.navigation ul.dropdown-menu {
    top: 10px !important;
}

.navigation ul.dropdown-menu li {
    display: block;
}

.navigation ul.dropdown-menu li a {
    color: #101828;
    padding: 10px 0;
}

.header-right-btn .btn i {
    vertical-align: initial !important;
    margin-right: 5px;
}

.heading-box h2 {
    margin-bottom: 24px;
}

.heading-tagline {
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0C8B89;
}

/* ------------------------------------------------------------------------------ */
.banner-desc {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
}

.banner-item {
    position: relative;
}

.banner-inner {
    max-width: 828px;
}

.banner-inner h1 {
    color: #fff;
    padding-bottom: 40px;
    letter-spacing: 0.266667px;
}

.banner-inner p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.266667px;
}

.banner-item .slider-image {
    overflow: hidden;
    position: relative;
}

.banner-item.slick-active .slider-image {
    transition: 5s;
    transition-delay: 0.2s;
    -webkit-animation: zoomin 10s infinite;
    animation: zoomin 10s infinite;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.banner-section {
    padding: 272px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner-section h1 {
    color: #fff;
    text-align: center;
}

.banner-section:after {
    content: "";
    background: linear-gradient(0deg, rgba(3, 28, 27, 0.6), rgba(3, 28, 27, 0.6));
    opacity: 60%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-static-inner {
    position: relative;
    z-index: 1;
}

/* ----------------------------------------------------------------------------- */
.event-date {
    background: #0C8B89;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.137143px;
    margin-bottom: 20px;
}

.event-slide .event-title {
    letter-spacing: -0.4px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-slide-inner {
    padding: 32px;
    background: #F9FAFB;
    margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.event-slide p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.27px;
    color: #6B7280;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}

.slick-dots {
    text-align: center;
    line-height: 0;
    margin-top: 60px;
}

.slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0 8px;
    font-size: 0;
}

.slick-dots .slick-active button {
    background: var(--bs-primary);
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #E5E7EB;
    border-radius: 6px;
    padding: 0;
}

/* ------------------------------------------------------------- */
.service-section {
    background: #F9FAFB;
}

.service-box h3 {
    margin-bottom: 10px;
}

.service-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #4B5563;
}

.service-box {
    padding: 21px 32px 21px 25px;
    border-left: 5.33333px solid #F2F4F7;
}

.service-image {
    padding-left: 25px;
}

.service-box:first-of-type {
    border-color: var(--bs-primary);
}

/* ------------------------------------------------------------- */
.product-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(16 24 40 / 10%);
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(16 24 40 / 10%);
    min-height: 680px;
    overflow: overlay;
    height: 0;
}

.product-detail {
    padding: 32px 32px 40px;
}

.product-detail p {
    font-size: 20px;
    line-height: 30px;
}

.product-detail h3 {
    margin-bottom: 10px;
}

.product-box:hover .product-image img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.product-image {
    position: relative;
    overflow: hidden;
}

/* ------------------------------------------------------------- */
.partner-section {
    background: #F9FAFB;
}

.partner-slider {
    margin-bottom: 80px;
}

/* ------------------------------------------------------------- */
.blog-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 30px;
    color: #374151;
}

.blog-title {
    margin-bottom: 10px;
}

.blog-box {
    margin-bottom: 64px;
    padding-left: 50px;
}

.blog-author-detail {
    display: flex;
    align-items: center;
}

.blog-post-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4B5563;
}

.author-text {
    margin-left: 16px;
}

/* ------------------------------------------------------------- */
button.video-play {
    background: rgb(110 182 181 / 50%);
    color: #fff;
    padding: 40px 80px;
    border: 0;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
    backdrop-filter: blur(5px)
}

.video-wrapper {
    position: relative;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-section {
    background: #EEF6F4;
}

/* ------------------------------------------------------------- */
.team-detail {
    padding: 10px;
    width: 100%;
    text-align: center;
}

.team-detail h5 {
    margin-bottom: 15px;
}

.team-detail h6 {
    font-size: 15px;
}

.team-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.our-team .row>div {
    margin-bottom: 30px;
}

.team-link {
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
}

.team-image {
    /*height: 290px;*/
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
}

.team-image img {
    object-fit: cover;
    width: 100%;
}

.team-link {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    background: var(--bs-primary);
    padding: 10px;
    border-radius: 25px;
    line-height: 1;
    font-weight: 500;
}

.team-link i {
    font-size: 18px;
    margin-left: 5px;
}

/* ------------------------------------------------------------- */
.about-text p {
    font-size: 20px;
    line-height: 30px;
}

.about-text h2 {
    margin-bottom: 40px;
}

.about-text {
    padding-left: 70px;
}

.about-text.about-text-right {
    padding-left: 0;
    padding-right: 70px;
}

.mission-vision-section {
    background: url(../images/Vison-BG-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.mission-image img {
    object-fit: n
    
}

.mission-box {
    margin-bottom: 90px;
}

.mission-box:last-of-type {
    margin-bottom: 0;
}

.focus-area {
    background: #F1F5F9;
}

.focus-box h4 {
    font-weight: 600;
    margin-bottom: 60px;
}

.focus-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(16 24 40 / 10%);
    padding: 32px;
    margin-bottom: 20px;
    height: 187px;
    position: relative;
}
.focus-image{position: absolute; top: 120px;}
/* ------------------------------------------------------------- */

.main-footer {
    padding: 128px 0;
    background-color: #F9FAFB;
}

.footer-logo {
    margin-bottom: 42px;
}

.main-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4B5563;
    margin-bottom: 0;
}

.footer-subscribe .form-control {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #374151;
    padding: 14px 24px;
    gap: 10px;
    height: 60px;
    background: #FFFFFF;
    border: 1.33321px solid #D0D5DD;
    box-shadow: 0px 1.33321px 2.66643px rgb(16 24 40 / 5%);
    border-radius: 10px;
    width: calc(100% - 165px);
    margin-right: auto;
}

.footer-subscribe .btn {
    padding: 13px 24px;
}

.footer-box ul li {
    display: block;
    margin-bottom: 16px;
}

.footer-box ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4B5563;
}

.footer-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F2937;
    margin-bottom: 20px;
}

.footer-bottom {
    margin-top: 80px;
    padding-top: 43px;
    border-top: 1.33333px solid rgb(31 41 55 / 6%);
}

.footer-bottom-link ul li {
    display: inline-block;
    padding: 0 8px;
}

.footer-bottom-link ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4B5563;
}

.footer-bottom-link {
    text-align: right;
}

.footer-cbox .footer-box-text {
    width: calc(100% - 50px);
}

.footer-cbox .footer-box-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-cbox {
    color: #9ca3af;
    display: flex;
    margin-top: 20px;
    font-size: 16px;
    align-items: center;
    color: #fff;
}

.social-icon li {
    display: inline-block;
    margin: 0 10px;
}

.social-icon li:first-of-type {
    margin-left: 0;
}

.social-icon li:last-of-type {
    margin-right: 0;
}

.social-icon a {
    font-size: 20px;
    border: 1.5px solid rgb(31 41 55 / 10%);
    color: #1F2937;
    border-radius: 50px;
    line-height: 1;
    height: 40px;
    width: 40px;
    text-align: center;
}

.social-icon a i {
    line-height: 40px;
}

.footer-payment-link li {
    display: inline-block;
}

.footer-payment-link li a {
    width: 70px;
}

/**/
.location_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer_flag img {
    width: 100%;
    max-width: 50px;
}

.footer_text {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.footer_icon_wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer_icon_mail a {
    font-size: 16px;
}

.footer_icon_mail {
    width: calc(100% - 20px);
}

.footer_icon ul li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.footer_icon_mail a {
    color: #4B5563;
}

.footer_icon_mail a:hover {
    color: #0c8b89;
}

.navigation ul li.menu-item-has-children {
    position: relative;
}

ul.sub_menu {
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 9999;
    top: 100%;
    visibility: hidden;
    opacity: 0;
}

ul.sub_menu li {
    width: 100%;
    padding: 0 0 15px;
}

.navigation ul li.menu-item-has-children:hover ul.sub_menu {
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}

ul.sub_menu li a {
    display: block;
    padding: 6px 15px !important;
}

ul.sub_menu li a:hover {
    background: #0c8b89;
    color: #fff;
}

.mega-menu ul.sub_menu {
    width: 350px;
    padding: 35px 33px 15px;
    border: 1.33px solid #EAECF0;
    box-shadow: 0px 15.96px 21.28px -5.32px rgba(16, 24, 40, 0.08), 0px 5.32px 7.98px -2.66px rgba(16, 24, 40, 0.03);
}

.mega-menu ul.sub_menu li a {
    background: transparent;
    display: flex;
    padding: 0 !important;
    align-items: center;
}

.menu-icon {
    width: 26px;
}

.menu-content {
    width: calc(100% - 26px);
    padding-left: 10px;
}

.menu-content h5 {
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.menu-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


/**/
.banner-item .slider-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner-item.slick-active .slider-image {
    width: 100%;
}

.banner-item .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-desc {
    position: relative !important;
    top: 0;
    left: 0;
    transform: none;
    padding: 200px 0 200px;
}


.section-title {
    padding: 0 0 26px;
}

.section-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #0F172A;
    margin: 0;
}

.sector-block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #4B5563;
    margin: 0 0 45px;
}

.sector-block h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.4px;
    color: #374151;
    margin: 0 0 16px;
}

.sector-block ul {
    padding-left: 30px;
    margin-bottom: 24px;
}

.sector-block ul li {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.4px;
    color: #4B5563;

}

.sector-block img {
    margin-bottom: 64px;
}

.text-block .section-title {
    padding: 0 0 20px;
}

.main-title {
    padding: 0 0 80px;
}
.main-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
}

.product-banner .banner-img {
    position: relative;
}
.product-banner .p-btn .btn:hover {
    background: var(--bs-secondary);
    color: #FFFFFF;
}
.product-banner .p-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-main .sector-block h6 {
    margin: 0 0 45px;
}

.block-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.4px;
    color: #0F172A;
    margin:  0 0 20px;
}
.service-block {
    padding: 120px 0;
}
.service-list ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.service-list ul li {
    position: relative;
    padding: 0 0 26px 53px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    color: #475467;
}

.service-list ul li:last-child {
    padding-bottom: 0;
}

.service-list ul li:after {
    background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.333984' width='37.3334' height='37.3334' rx='18.6667' fill='%23F3F4F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.9281 11.4955L15.7903 22.2444L12.8347 19.0866C12.2903 18.5733 11.4347 18.5422 10.8125 18.9777C10.2058 19.4288 10.0347 20.2222 10.4081 20.86L13.9081 26.5533C14.2503 27.0822 14.8414 27.4088 15.5103 27.4088C16.1481 27.4088 16.7547 27.0822 17.0969 26.5533C17.6569 25.8222 28.3436 13.0822 28.3436 13.0822C29.7436 11.6511 28.0481 10.3911 26.9281 11.4799V11.4955Z' fill='%230D817E'/%3E%3C/svg%3E%0A") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    width: 37px;
    background-size: contain;
    content: "";
}

.service-block [class*=col-] {
    padding: 0 40px;
}

.gray-bg {
    background: #F9FAFB;
}

.short-banner {
    padding: 60px;
    text-align: center;
    background-size: cover;
}
.short-banner h2 {
    color: #FFFFFF;
}

.navigation > ul {
    position: unset;
}
.navigation ul li.megamenu-li {
    position: unset;
}
.megamenu-li .megamenu {
    width: auto;
    left: 0;
    padding: 30px 15px;
    right: 0;
    border-top: 2px solid #e5e9ea;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
}

.megamenu-li .megamenu ul li a {
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.megamenu-li .megamenu ul li a b {
    font-weight: 700;
    border-bottom: 1px solid #e5e9ea;
}
/**/
.sector .col-md-4 { margin-bottom: 40px; }
.sector .product-box { border: 1px solid #e1e1e1; border-radius: 10px; overflow: hidden; cursor: auto; }
.product-detail { text-align: center; }
.sector .product-detail { padding: 32px 32px 10px; }
.sector .product-box:hover .product-image img {transform: none;}
.sector .product-image img {padding: 15px;}
.sector img {width: 100%; height: 280px; object-fit: cover;}
.service-section .service-image { position: sticky; top: 120px;}
/**/
.product-slider .slick-dots { margin: 0 0 100px; }
/*.product-slider .slick-arrow { display: none; !important;}*/
.product-slider .slick-arrow {display: none !important;}
/**/
.digital-section { background: #000; padding: 120px 0;}
.digital-section h2 { color: #fff; }
.digital-section p { color: #F3F4F6; max-width: 885px; margin: 10px auto 40px; }
.list-style ul { list-style: disc; color: #F3F4F6; padding-left: 20px; font-weight: 400; }
.list-style ul li{padding: 8px 0;}
.digital-row { display: flex; }
.digital-left { width: 50%; }
.digital-right { width: 50%; }
.emoji_item p {font-style: italic;}
.emoji_item { width: 42%; float: left; background: #141414; margin: 0 16px 34px 0; padding: 40px 30px 0; border-radius: 10px;}
.emoji_item:first-child { margin: 0 16px 34px 40px; }

/**/
.sector{padding: 100px 0;}

/**/
.contact-wrapper label { font-size: 15px; color: red;}
.contact-box-text { font-size: 16px; line-height: normal; }



/*form*/
.registration-section { padding: 80px 0; }
.registration-section .container { max-width: 780px; }
.form-tag p { color: #758591; margin: 5px 0; font-size: 18px; }

/*form.form input.text, form.form textarea.standard, form.form select, form.form input.date { background-color: #FFFFFF; border: solid 1px #A9A9A9; border-radius: 17px; font-family: gesta, sans-serif; font-size: 15px; color: #000000; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; width: 100%; }*/
.registration-section input { background-color: #FFFFFF; border: solid 1px #A9A9A9; border-radius: 3px; font-family: gesta, sans-serif; font-size: 15px; color: #000000; padding-top: 0; padding-bottom: 0; padding-left: 15px !important; width: 80%; padding: 6px 0; }
.registration-section .form-tag label { margin: 10px 0 15px; }
.registration-section textarea { height: 80px; width: 79%; padding-left: 15px !important }
.registration-section select { background-color: #FFFFFF; border: solid 1px #A9A9A9; border-radius: 3px; font-family: gesta, sans-serif; font-size: 15px; color: #000000; padding-top: 0; padding-bottom: 0; padding-left: 15px !important; width: 75%; padding: 15px 0; }
.title_text a:hover { text-decoration: underline; }
.check-box input { width: 15px; }
.check-box { display: flex; padding-top: 10px; }
.check-box p { margin-bottom: 0; width: calc(100% - 15px); padding-left: 5px; font-size: 16px; }
.registration-text p { padding-top: 20px; font-size: 18px; }
.button input { background-color: transparent; border: 0; background: #0c8b89; color: #fff; width: 140px; border-radius: 100px; text-align: center; font-size: 20px; text-transform: uppercase; padding: 15px 26px; font-weight: 700; position: relative; z-index: 1; transition: all .4s ease; }
.button input:hover { background: #CF763A;}
.megamenu-li .megamenu ul li a:after { position: absolute; content: ""; left: -15px; background: url(../images/drop-play-icon.png); top: 12px; width: 18px; height: 11px; }
.megamenu-li ul.sub_menu li li li:nth-child(1) {}

::after {}
.megamenu-li ul.sub_menu li li li:nth-child(1) a:after { display: none; }
.megamenu-li ul.sub_menu li li li:nth-child(1) a { padding-left: 0 !important; color: #0C8B89; border: 0; background: transparent; }
.megamenu-li ul.sub_menu li li li:nth-child(1) a b { border: none; }
.megamenu-li .megamenu ul li a { padding-left: 40px !important; background: transparent; }
.megamenu-li .megamenu ul li a:after { left: 10px; }
.megamenu-li .megamenu ul li a:hover { color: #0C8B89; }

/* 27-01-2023 */
.product-section { overflow: hidden; }
/*.product-slider .product-box {margin: 20px 0; min-height: 774px;}*/
.product-slider .product-box .product-detail { text-align: left; }
.product-slider .slick-list { overflow: visible; }
.slick-dots li button {
    margin: 50px 0 0;
}



/**/
.video-wrapper video {width: 100%;}
/*button.video-play { display: none;}*/

.video-play.hide {
    display: none;
}



/**/
/*header.fixed {
   position: fixed !important;
    z-index: 9999 !important;
    background: #fff !important;
}*/

/*header.main-header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}       */


/**/
.wrap_setion {padding: 70px 0;}
.article_text { padding-left: 20px; list-style: none; margin-bottom: 20px; }
.article_text li { padding-bottom: 12px; border-top: 1px solid #c4c6c8; padding-top: 12px; }
.article_text li:first-child { border-top: 0 solid #c4c6c8; }
.wrap-content h2 { margin: 0 0 20px; }
@media(max-width: 767px){
    .product-slider .slick-dots { margin-top: 0; }
}
.event-link{
    font-size: 16px!important;
}

/*10/6/2023*/
.service-box:first-of-type {
    border-color:  #F2F4F7;
}

.service-box:hover {
    border-color: #0c8b89;
     transition: all 0.5s;
}