@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

:root {
    --primary: #0053a4 !important;
    --secondary: #01376a !important;
    --grey: #C9C9C9 !important;
    --dark-grey: #D6D6D6 !important;
    --light: #F8F8F8 !important;
    --whatsapp: #6BCE72 !important;
    --title-color: #3D3D3D !important;
    --text-color: #898989 !important;
    --gold: #C7A26E !important;
    --green: #518201 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-125 {
    padding-top: 125px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-140 {
    padding-left: 140px;
}

.pr-140 {
    padding-right: 140px;
}

.main-container-padding {
    padding: 0 325px;
}

.text-dark {
    color: #000;
}

.text-white {
    color: #fff
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}


/* header-begin */

.mobile-header {
    display: none;
}

.header-top {
    background: var(--primary);
    height: 50px;
    display: flex;
    align-items: center;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 50px;
}

.header-top-left ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    height: 100%;
    align-items: center;
}



.header-top-right ul {
    display: flex;
}

li.header-top-left-dropdown span,
li.header-top-right-dropdown span {
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 400ms;
}


li.header-top-left-dropdown span i,
li.header-top-right-dropdown span i {
    font-size: 14px;
    margin-left: 5px;
    transition: 400ms;
}

li.header-top-left-dropdown:hover span i:not(.fa-home) {
    transform: rotate(-90deg);
    transition: 400ms;
}

li.header-top-left-dropdown .dropdown-content {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
    position: absolute;
    left: 0;
    z-index: 99;
    height: 375px;
    width: calc(100% - 30px);
    background: var(--secondary);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 75px;
    margin-left: 15px;
}

li.header-top-left-dropdown:hover .dropdown-content {
    opacity: 1;
    pointer-events: all;
    transition: 400ms;
}

.header-top-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-top .container {
    position: relative;
}

li.header-top-left-dropdown:hover span {
    background: var(--secondary);
}

ul.dropdown-content li a {
    color: #fff;
    font-size: 19px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.header-top-right ul {
    display: flex;
    margin: 0;
    list-style: none;
}

li.header-top-right-dropdown ul {
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
}

li.header-top-right-dropdown:hover ul {
    opacity: 1;
    pointer-events: all;
    transition: 400ms;
}

li.header-top-right-dropdown span i {
    margin-right: 5px !important;
    margin-left: 0 !important;
    transition: 400ms;
}

li.header-top-right-dropdown ul {
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    padding: 15px;
    margin-left: 15px;
    box-shadow: 0px 1px 20px -8px #0000007a;
    border-radius: 0 0 5px 5px;
}

li.header-top-right-dropdown ul li a {
    color: var(--dark);
    font-size: 14px;
    font-weight: 400;
}



ul.drop-right {
    position: absolute;
    right: 0;
    width: 75%;
    text-align: left;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 75px;
    background: #0E2C56;
    transition: 400ms;
    pointer-events: none;
    opacity: 0;
}

ul.drop-right li a {
    color: #fff;
}

.dropdown-content li:hover .drop-right {
    opacity: 1;
    pointer-events: all;
    transition: 400ms;
}

ul.dropdown-content li {
    width: calc(25% - (75px / 2));
    padding-right: 15px;
}

ul.dropdown-content li a i {
    font-size: 14px;
    margin-left: 10px;
}

.header-logo-row {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    width: 185px;
    height: auto;
}

form.search-form input {
    border: none;
    height: 100%;
    width: calc(100% - 75px);
    background: #e9e9e982;
    padding: 0 15px;
    font-size: 14px;
}

form.search-form button {
    border: none;
    color: #fff;
    background: #0053a4;
    height: 100%;
    width: 75px;
}

form.search-form * {
    border: none !important;
    outline: none !important;
}

form.search-form {
    height: 40px;
    width: 450px;
    display: flex;
    border-radius: 35px;
    overflow: hidden;
}

.header-menu-row ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    height: 50px;
    align-items: center;
}


.menu-dropdown-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 9;
    background: #efefef;
    padding: 35px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: 400ms;
    box-shadow: 0px 2px 20px -10px #00000033;
}

.has-dropdown:hover .menu-dropdown-content {
    opacity: 1;
    pointer-events: all;
    transition: 400ms;
}

a.dropdown-content-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

a.dropdown-content-item span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 7px 0 0 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.dropdown-content-item p {
    color: #000000bf;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.dropdown-content-item {
    background: #f9f9f9;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 20px -10px #00000000;
    transition: 400ms;
}

a.dropdown-content-item:hover {
    box-shadow: 0px 2px 20px -10px #00000033;
    transition: 400ms;
}

a.menu-link,
.homepage-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
}

.header-menu-row ul li:not(:first-child) a.menu-link {
    padding: 5px 25px;
    background: #fff;
    height: 100%;
    transition: 400ms;
}

.header-menu-row ul li:not(:first-child):hover a.menu-link {
    background: #efefef;
    transition: 400ms;
    color: #6f6f6f;
}

.header-menu-row ul li:has(.menu-link) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 20px -10px #00000000;
    z-index: 9;
    transition: 400ms;
}

.header-menu-row ul li:has(.menu-link):hover {
    box-shadow: 0px 2px 20px -10px #00000033;
    transition: 400ms;
}

.header-menu-row ul li:has(.homepage-link) {
    padding: 0 10px;
}

.homepage-link:hover {
    color: #6f6f6f;
    transition: 400ms;
}

.header-menu-row {
    position: relative;
}

.static-menu-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.static-menu-items a,
.theme-button {
    height: 45px;
    margin-bottom: 15px;
    background: var(--primary);
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff !important;
    padding-left: 15px;
    justify-content: space-between;
    transition: 400ms;
}

.static-menu-items a i,
.theme-button i {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    transition: 400ms;
}


.static-menu-items a:hover i,
.theme-button:hover i {
    background: var(--primary) !important;
}

.static-menu-items a:hover,
.theme-button:hover {
    background: var(--secondary) !important;
}

.header-bottom-right {
    position: absolute !important;
    right: 0;
    height: 100%;
}

.header-bottom {
    position: relative;
}

.header-image {
    background-image: url(images/header-img.jpeg);
    height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-image-link {
    width: 50%;
    height: 100%;
    transform: skewX(-10deg);
    overflow: hidden;
    z-index: 9;
}

a.header-image span {
    transform: skewX(10deg);
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.header-quick-links {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-direction: column;
    transform: skewX(-10deg);
}

.header-quick-links a {
    height: 50%;
    width: 115%;
    background: #FFDB00;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 30px;
    left: -5%;
    position: relative;
    box-shadow: 0px 4px 12px #00000029;
    z-index: 99;
}

.header-quick-links a {
    transform: skewX(10deg) !important;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.header-quick-links a:last-child {
    z-index: 9;
}

.header-quick-links a i {
    margin-left: 10px;
    font-size: 14px;
    color: #000;
}

.header-bottom.scrolled-header {
    display: none;
}

.scrolled .header-bottom.scrolled-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 4px 12px #00000029;
}

.scrolled .header-bottom.scrolled-header .header-logo img {
    height: 45px;
    width: unset;
    object-fit: contain;
}

.scrolled .header-quick-links {
    display: flex;
    flex-direction: row;
    transform: skewX(-10deg);
    height: 100%;
    width: 100%;
}

.scrolled .header-quick-links a {
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    display: flex;
    justify-content: center;
    transform: skewX(0deg) !important;
    padding: 0;
    left: 0;
}

.scrolled .header-quick-links a span {
    transform: skewX(10deg) !important;
}

.scrolled .header-bottom-right {
    padding: 0;
    margin-right: -10px;
}

header {
    z-index: 9999999 !important;
}

/* header-end */

/* main-slider-begin */
.main-slider .item.slider-item {
    height: calc(100dvh - 202px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider .item.slider-item * {
    z-index: 999 !important;
}

.main-slider .item.slider-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 61 116 / 27%);
    z-index: 0;
    transition: 400ms;
}

.main-slider .slider-content {
    max-width: 600px;
    text-align: start;
    padding-top: 150px;
}

.main-slider .slider-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-slider .slider-content h2 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-slider .slider-content a {
    width: 250px;
    color: #fff !important;
    margin-top: 50px;
}


.main-slider .owl-nav button {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
    font-size: 16px !important;
    transition: 400ms !important;
}

.main-slider .owl-nav button.owl-next {
    background: var(--secondary) !important;
    color: #fff !important;
    margin-left: 10px !important;
}

.main-slider .owl-nav button.owl-next:hover {
    transform: translateX(5px) !important;
}

.main-slider .owl-nav button.owl-prev:hover {
    transform: translateX(-5px) !important;
}

.main-slider .owl-nav button.owl-prev {
    background: #FFFFFF !important;
    color: #0053a4 !important;
    border: 2px solid #ffffff !important;
}

.main-slider .owl-nav {
    bottom: 75px;
    position: absolute;
    left: 525px;
}

.main-slider .owl-dots {
    position: absolute !important;
    bottom: 100px;
    width: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    z-index: 999999;
    /* left: 150px; */
    flex-wrap: wrap;
}

.main-slider .owl-dots button {
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

.main-slider .owl-dots button span {
    width: 75px;
    height: 5px;
    background: white;
    /* border-radius: 7px; */
    position: relative;
    overflow: hidden;
    transition: 400ms;
}


/* .main-slider .owl-dots button.active span, */
.main-slider .owl-dots button:hover span {
    background: var(--secondary);
    transition: 400ms;
}

.main-slider .owl-dots button span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #0053a4;
    /* border-radius: 7px; */
}

.main-slider .owl-dots button.active span:after {
    width: 100%;
    transition: 5000ms linear;
}




/* main-slider-end */


/* footer */

.footer-socials-content {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.footer-socials {
    background-color: #003d74;
    height: 150px;
    display: flex;
    align-items: center;
}

.footer-socials-content span {
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
}

.footer-socials-content a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0080f8;
    font-size: 23px;
    color: #fff;
    margin-left: 20px;
    transition: 400ms;
}

.footer-socials-content a:hover {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 23px;
    color: #003d74;
    margin-left: 20px;
    transition: 400ms;
}

.social-links {
    display: flex;
    align-items: center;
}

.footer-content {
    background: #0e2b55;
    padding: 75px 0 0 0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-contact a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 400ms;
}

.footer-contact a:hover {
    color: #ffdb00;
    transition: 400ms;
}


.footer-contact span {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.footer-menu-item span {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #183d6f;
    padding-bottom: 0.5em;
    padding-top: 0.7em;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-top: 0;
    margin-bottom: 1.875rem;
}

.footer-menu {
    padding: 75px 0;
}

.footer-menu-item ul {
    list-style: none;
    padding: 0;
}

.footer-menu-item ul li a {
    color: #ffffffab;
    font-size: 14px;
    margin: 15px 0;
    display: block;
    transition: 400ms;
}


.footer-menu-item ul li a:hover {
    color: #ffffff;
    transition: 400ms;
}

.footer-bottom {
    border-top: 1px solid #ffffff5e;
    height: 75px;
    display: flex;
    align-items: center;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.footer-bottom ul a {
    margin-right: 25px;
    color: #ffffffab;
    font-size: 14px;
    transition: 400ms;
}

.footer-bottom ul a:hover {
    color: #ffffff;
    transition: 400ms;
}

.footer-copyright span {
    font-size: 13px;
    color: #ffffff7d;
    padding-bottom: 15px;
    display: block;
    font-weight: 400;
}

/* footer-end */


/* main-about-end */

.main-content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 125px 0;
}

.section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content {
    padding: 75px 0;
}

.section-title {
    font-style: normal;
    font-weight: 600;
    color: #676f77;
    font-size: 2.125rem;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Roboto Slab", serif;
}

.section-title.section-title-lg {
    font-size: 2.125rem;
}

.section-title.section-title-md {
    font-size: 1.3rem;
}

p.main-section-description {
    text-align: center !important;
    color: #323231 !important;
    font-size: 16px !important;
    padding: 25px 80px !important;
}

.section-title.section-title-lg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: #ffdb00;
    width: 75px;
    height: 4px;
}

.main-content-section a {
    width: 200px;
}

.main-content-section .theme-button {
    color: #fff !important;
}


/* main-about */

/* main-maps */

.main-maps {
    margin: 80px 0;
}

/* main-maps-end */

/* main-buttons */
.main-buttons {
    background: #f6f6f6;
    height: 135px;
    display: flex;
    align-items: center;
    margin: 80px 0;
}

.main-button-item a {
    display: flex;
    align-items: center;
}

.button-icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 4px solid #F7A900;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
}

.button-icon i {
    color: #F7A900;
    font-size: 24px;
}

.main-button-item a .button-content {
    height: 60px;
    display: flex;
    align-items: center;
    background: #0053A4;
    width: 90%;
    left: 10%;
    justify-content: end;
    padding: 0 15px;
    position: relative;
}

.main-button-item a span {
    color: #fff;
    font-weight: 500;
    z-index: 9;
}

.main-button-item a span i {
    margin-left: 10px;
    font-size: 19px;
}

.main-button-item a .button-content:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #007cf0, transparent);
    z-index: 0;
    transition: 400ms;
}

.main-button-item a:hover .button-content:after {
    opacity: 1;
    transition: 400ms;
}


/* main-buttons-end */

/* main-banners */
.main-banners {
    margin-top: 100px;
}

a.banner-item {
    width: 100%;
    height: 300px;
    display: flex;
    background-size: cover !important;
    margin-bottom: 30px;
    padding: 35px;
    flex-direction: column;
    position: relative;
}

span.banner-title {
    font-size: 32px;
    font-weight: 600;
}

.main-banners .banner-transparent a.banner-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 116, 0.7);
    z-index: 0;
    transition: 400ms
}

.main-banners .banner-transparent a.banner-item:hover:after {
    background: rgba(0, 61, 116, 1);
    transition: 400ms
}


.main-banners .banner-solid a.banner-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    transition: 400ms
}

.main-banners .banner-solid a.banner-item:hover:after {
    background: rgba(0, 0, 0, 0.1);
    transition: 400ms
}


a.banner-item * {
    z-index: 2;
}

a.banner-item p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.banner-item i {
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.banner-solid a.banner-item i {
    color: #ffd51f;
}

.main-banners .button-col .theme-button {
    width: 250px;
}

/* main-banners-end */


/* main-blog */

.blog-slider-content {
    display: flex;
    align-items: center;
}

.blog-slider-title {
    width: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-slider-content .owl-carousel {
    width: 94%;
}

.blog-slider-title span {
    transform: rotate(270deg);
    padding: 0 !important;
    margin: 0 !important;
}

.blog-slider-title span:after {
    display: none !important;
}

.blog-section-text .section-title {
    display: none;
}

.blog-section-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-section-text .section-title:after {
    display: none !important;
}

.blog-section-text .section-title {
    margin: 0;
    padding: 0;
    font-size: 27px !important;
    font-weight: 700;
    color: #646c75;
}

.blog-section-text p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #8A8A8A;
}

.blog-section-text {
    width: 36%;
    background: #f6f6f6;
    padding: 15px 25px;
}

.main-blog {
    margin: 80px 0;
}

.main-blog-slider {
    background: #F6F6F6;
    padding: 75px 0;
}

.main-blog-slider {
    background: #F6F6F6;
    padding: 75px 0;
}

.main-blog-slider .slider-item {
    padding: 15px 0;
}

.main-blog-slider .slider-item .slider-image {
    height: 250px;
    display: flex;
    position: relative;
}

.main-blog-slider .slider-item .slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.slider-content {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 15px #00000000;
    transition: 400ms
}

a.slider-content:hover {
    box-shadow: 0px 0px 15px #00000047;
    transition: 400ms
}


.main-blog-slider .slider-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.blog-list-author {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 0.875rem;
    color: #8a8a8a;
    margin: 1.5625rem 0;
}

span.blog-list-title {
    color: #676f77;
    font-size: 20px;
    line-height: 1.4375rem;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

span.blog-list-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #ffdb00;
    width: 75px;
    height: 4px;
    transition: 400ms
}

a.slider-content:hover span.blog-list-title:after {
    width: 60%;
    transition: 400ms
}

span.more {
    width: 100%;
    font-size: 12px;
    color: #676f7726;
    font-weight: 600;
    transition: 400ms
}

a.slider-content:hover span.more {
    color: #676f77a1;
    font-weight: 600;
}

/* main-blog-end */


/* main-news */
.main-news {
    margin-bottom: 100px;
}

span.news-list-title {
    font-size: 22px;
    margin-bottom: 25px;
    color: #676f77;
    display: flex;
    font-weight: 600;
}

.news-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

span.news-date {
    font-size: 12px;
    color: #676f77bd;
    font-weight: 500;
}

li.news-item a {
    color: #00000094;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: 400ms;
}

li.news-item a:after {
    content: '';
    position: absolute;
    transition: 400ms;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ffdb00;
    width: 0%;
    transition: 400ms;
}

li.news-item a:hover:after {
    width: 100%;
    transition: 400ms;
}

li.news-item a:hover {
    color: #000000;
    transition: 400ms;
}

.news-more {
    text-align: end;
}

.news-more a {
    color: #676f77;
    font-weight: 600;
    font-size: 14px;
}

.news-image img {
    height: 675px;
    width: 100%;
    object-fit: cover;
}

.news-content {
    padding: 80px 0;
}

.main-news .section-title.section-title-lg {
    margin-bottom: 75px;
}

.main-news .row {
    padding: 0 200px;
}

.news-image {
    padding: 0 50px;
}

/* main-news-end */


/* contact */

nav {
    background-color: #F6F6F6;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 40px;
    display: flex !important;
    align-items: center;
}

ul.breadcrumb-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

ul.breadcrumb-list li,
ul.breadcrumb-list li a {
    font-size: 0.75rem;
    color: #676f77;
}

li.breadcrumb-item a {
    font-weight: 500;
}

li.breadcrumb-item.active {
    font-weight: 800;
}

.contact-text,
.page-top {
    padding: 150px 500px 50px 500px;
    text-align: center;
}

.contact-text p.contact-description,
.page-top p.page-top-description {
    margin-top: 75px;
}

.contact-text p,
.page-top p {
    font-size: 14px;
    font-weight: 400;
    color: #454749;
}

.contact-content {
    background: #F6F6F6;
}

.contact-form {
    padding: 50px 500px;
}

.offer-form form,
.contact-form form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-end;
}

.offer-form form input,
.contact-form form input {
    height: 50px;
    padding: 0.625rem 1rem;
    border: 0.0625rem solid #d9d9d9;
    background-color: #ffffff;
    color: #676f77;
    font-size: 14px;
    outline: none !important;
    margin-bottom: 15px;
    width: 100%;
}


.offer-form form textarea,
.contact-form form textarea {
    height: 150px;
    padding: 0.625rem 1rem;
    border: 0.0625rem solid #d9d9d9;
    background-color: #ffffff;
    color: #676f77;
    font-size: 14px;
    outline: none !important;
    margin-bottom: 15px;
    width: 100%;
}

.offer-form form button,
.contact-form form button {
    border: none !important;
    width: 150px;
    font-size: 14px;
    outline: none !important;
    padding: 0 0 0 15px;
}

.contact-informations {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.contact-informations a {
    color: #5b5b5b;
    font-weight: 500;
    font-size: 16px;
}

.contact-informations p {
    color: #5b5b5b;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.contact-informations .address {
    margin-top: 20px;
}

/* contact-end */

/* list-page */

a.list-item {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 15px #00000000;
    transition: 400ms;
}

section.list-page .page-content {
    background: #F6F6F6;
    padding: 75px 0;
}

.list-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

span.list-item-author {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 0.875rem;
    color: #8a8a8a;
    margin: 1.5625rem 0;
}

span.list-item-title {
    color: #676f77;
    font-size: 20px;
    line-height: 1.5rem;
    min-height: 6rem;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

span.list-item-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #ffdb00;
    width: 75px;
    height: 4px;
    transition: 400ms;
}

.list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-item-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    display: flex;
}

span.more {
    width: 100%;
    font-size: 12px;
    color: #676f7726;
    font-weight: 600;
    transition: 400ms;
}


a.list-item:hover span.list-item-title:after {
    width: 60%;
    transition: 400ms
}

a.list-item:hover {
    box-shadow: 0px 0px 15px #00000047;
    transition: 400ms;
}

a.list-item span.more {
    width: 100%;
    font-size: 12px;
    color: #676f7726;
    font-weight: 600;
    transition: 400ms
}

a.list-item:hover span.more {
    color: #676f77a1;
    font-weight: 600;
}

/* list-page-end */

/* detail-page */

section.detail-page .page-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

span.detail-author {
    font-size: 1.1rem;
    line-height: 1.4375rem;
    margin-bottom: 0.875rem;
    color: #8a8a8a;
    margin: 1.5625rem 0;
}

span.detail-title {
    color: #676f77;
    font-size: 32px;
    /* line-height: 1.4375rem; */
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-top: 25px;
}

span.detail-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #ffdb00;
    width: 75px;
    height: 4px;
    transition: 400ms;
}


.detail-page-content {
    text-align: center;
    padding: 75px 215px;
}

.detail-page-content .detail-page-description p {
    font-size: 14px;
    font-weight: 400;
    color: #454749;
}

/* detail-page-end */

/* corporate-page */

.corporate-page .detail-page-content {
    flex-direction: column;
}

.corporate-page .detail-page-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 75px;
}

/* corporate-page-end */

/* media-page */

.media-content {
    background: #F6F6F6;
    padding: 50px 0 150px 0;
}

.media-page .page-top p.page-top-description {
    margin-top: 25px;
}

.media-page .page-top {
    padding: 50px 500px 50px 500px;
    text-align: center;
}

.media-page-links {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 35px;
}

.media-page-links a {
    font-size: 24px;
    font-weight: 300;
    color: #676f77 !important;
    padding: 0 15px;
    display: flex;
}

.media-page-links a small {
    font-size: 11px;
    margin-left: 2px;
    font-weight: 600;
}

.media-page-links a.active {
    color: #4c5157;
    font-weight: 700;
}

.videos-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-item a {
    position: relative;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 116, 0.7);
    z-index: 0;
    transition: 400ms
}

.videos-item a:hover:after {
    background: rgba(0, 61, 116, 0.4);
    transition: 400ms
}


.videos-item a i {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 65px;
}

.gallery-item a {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 !important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 800ms
}


.gallery-item a:hover img {
    scale: 1.15;
    transition: 800ms
}

.gallery-item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 116, 0.7);
    z-index: 0;
    transition: 400ms
}


.gallery-item a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff0;
    z-index: 99;
    transition: 400ms
}

.gallery-item a:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    z-index: 99;
    transition: 400ms
}

.videos-item a,
.gallery-item a {
    margin-bottom: 30px;
}

/* media-page-end */


/* product-category-page */


.product-category-content {
    background: #F6F6F6;
    padding: 50px 0 150px 0;
}

a.product-category-item {
    display: flex;
    width: 100%;
    height: 275px;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 2px 20px -10px #00000000;
    transition: 400ms;
}

a.product-category-item:hover {
    box-shadow: 0px 0px 15px #00000047;
    transition: 400ms
}

.product-category-image {
    width: 40%;
    height: 100%;
    display: flex;
    position: relative;
}

.product-category-image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 116, 0.6);
    z-index: 0;
    transition: 400ms;
}

a.product-category-item:hover .product-category-image:after {
    background: rgba(0, 61, 116, 0);
    transition: 400ms;
}

.product-category-item {
    width: 60%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.product-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-item .summary {
    font-size: 13px;
    color: #676767;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.product-category-item .title {
    font-size: 24px;
    font-weight: 700;
    color: #0053a4;
    font-family: "Roboto Slab", serif;
}



.product-category-item .more {
    font-size: 14px;
    font-weight: 600;
    color: #0053a4;
    font-family: "Roboto Slab", serif;
    text-align: end;
    margin-top: 25px;
    margin-bottom: -25px;
}

/* product-category-page-end */



/* product-list-page */


.product-list-content {
    background: #F6F6F6;
    padding: 50px 0 150px 0;
}

.product-list-item {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 20px -10px #00000000;
    transition: 400ms;
}

.product-list-item:hover {
    box-shadow: 0px 0px 15px #00000047;
    transition: 400ms
}

.product-list-image {
    height: 250px;
    position: relative;
    margin-bottom: 15px;
    position: relative;
}

.product-list-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-list-item-content {
    padding-bottom: 15px;
}

.product-list-item-content .title {
    color: #0053a4;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 800;
    margin: 7px 0 0 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.product-list-item-content .summary {
    color: #676767;
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list-item-content .more {
    font-size: 14px;
    font-weight: 600;
    color: #0053a4;
    font-family: "Roboto Slab", serif;
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: end;
}

/* product-list-page-end */


/* product-detail-page */

.product-detail-content {
    background: #F6F6F6;
    padding: 50px 0 150px 0;
}

ul#myTab {
    border: none !important;
}

li.nav-item {
    border: none !important;
}

.nav-tabs .nav-link {
    border: none !important;
    border-radius: 0 !important;
}

.nav-tabs .nav-link {
    height: 45px !important;
    margin-bottom: 15px !important;
    background: var(--primary) !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    color: #fff !important;
    padding-left: 15px !important;
    justify-content: space-between !important;
    padding: 0;
    transition: 400ms;
}

.nav-tabs .nav-link i:before {
    transition: 400ms;
}

.nav-tabs .nav-link.active i:before {
    transform: rotate(90deg);
    transition: 400ms;
}

.nav-tabs .nav-link span {
    padding-right: 15px !important;
}

.nav-tabs .nav-link:hover {
    background: var(--secondary) !important;
}

.nav-tabs .nav-item {
    margin-right: 15px;
}

.detail-content .product-description {
    font-size: 14px;
    font-weight: 400;
    color: #454749;
}

.product-features table {
    width: 100%;
}

.product-features table td {
    padding: 10px 15px;
}

.product-features * {
    border-color: #01376a;
    font-size: 13px;
    font-weight: 500;
}

.product-features table tr:first-child {
    background: #0053a4;
    color: #fff;
}

.product-features table tr:first-child * {
    font-size: 16px;
    font-weight: 300;
}

.detail-content .section-title {
    text-align: start !important;
    justify-content: start !important;
}




.product-big-image .image img {
    height: 100%;
    object-fit: cover;
}

.product-big-image .image .item.slider-item {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-big-image {
    background: #ffffff;
    border-radius: 0;
    padding: 15px 15px 10px 15px;
    box-shadow: 0px 0px 25px 0px #0000001a;
}

.product-big-image .image {
    height: 400px;
}

.product-big-image .thumbnails .slider-item {
    background: #fff !important;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 0;
}

.thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.product-big-image .image .item.slider-item a {
    height: 100%;
    position: relative;
}

.offer-form .form-title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
    display: flex;
    color: #636363;
}

.offer-form .form-text {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    display: flex;
    color: #535353;
}

/* product-detail-page-end */