@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'Montserrat'!important;
}

:root {
    --white: rgb(255, 255, 255);
    --light-white: rgba(255, 255, 255, 0.6);
    --black: rgb(0, 0, 0);
    --light-black: rgb(0, 0, 0, 0.5);
    --dark: #243E3A;
    --dark-input: #484b4b;
    --blue: #003082;
    --sky: #CADDE6;
    --input: rgb(202, 221, 230);
    --input-hover: rgb(154, 174, 184);
    --mobile-header: rgb(240, 250, 255);
    --font-family: 'Avenir';
    --font-family-bold: 'Avenir Bold';
    --box-shadow: 0px 3px 5px 0px rgba(29, 29, 27, 0.12);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    color: #292929;
    background: var(--white);
}



/* Headings */
.heading {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading h2 {
    color: #292929;
    font: 600 55px/55px var(--font-family-bold);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}

.heading h2::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #ff6500;
    /*background-color: var(--blue);*/
}

/* Headings */


/* Swiper */
.swiper-button-next,
.swiper-button-prev {
    background: white;
    color: #292929;
    border: 2px solid #292929;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 60%;
    transform: translateY(-50%);
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #292929;
    font-size: 16px;
}

.swiper-button-prev {
    left: -25px;
}

.swiper-button-next {
    right: -25px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;

}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;

    background: var(--light-white);
}

/* Swiper */


/* Go to Top Button */
.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #292929;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    z-index: 4;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.3s;
    border: 1px solid #292929;
}

.go-to-top:hover {
    background: var(--white);
    color: #292929;
}

.go-to-top.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Go to Top Button */


/* Video Popup */
header .popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    top: 0;
    display: none;
}

header .popup.active {
    display: flex;
}

header .popup .video {
    width: 992px;
    height: 568px;
    display: none;
    position: relative;
}

header .popup .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .popup .video span {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
    z-index: 5;
}

header .popup.active .video {
    display: block;
}

/* Video Popup */


/* Header */
header {
    background: var(--light-white);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}

header .header_wrapper {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo_wrapper {
    padding: 0;
    width: 274px;
    height: 84px;
}

header .logo_wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

header .navbar_wrapper {
    height: 100%;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
}

header .navbar_wrapper .videoplayer {
    cursor: pointer;
    background: #292929;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    text-decoration: none;
    font: 400 14px/20px var(--font-family-bold);
    color: var(--white);
    padding: 10px 15px;
    margin-right:0px!important;
    border: none;
    outline: none;
}


header .navbar_wrapper ul {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
}

header .navbar_wrapper ul li a {
    text-decoration: none;
    color: #ff6500;
    position: relative;
    padding: 15px 25px;
    text-transform: uppercase;
    font: 400 17px/37px var(--font-family-bold);
}

header .navbar_wrapper ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff6500;
}

header .navbar_wrapper ul li a.active::before {
    height: 4px;
}

header .navbar_wrapper ul li a:hover::before {
    height: 4px;
}

header .header_wrapper .bars {
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header_wrapper .bars i {
    display: flex;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    font-size: 40px;
}




.mobile_header {
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    background: var(--mobile-header);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.mobile_header.active {
    right: 0;
}

.mobile_header .close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.mobile_header .close i {
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
}

.mobile_header .mobile_header_wrapper {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.mobile_header .mobile_header_wrapper .videoplayer {
    cursor: pointer;
    background: #292929;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    text-decoration: none;
    font: 400 14px/20px var(--font-family-bold);
    color: var(--white);
    width: 150px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.mobile_header .mobile_header_wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.mobile_header .mobile_header_wrapper ul li a {
    text-decoration: none;
    color: #ff6500;
    position: relative;
    padding: 15px 25px;
    text-transform: uppercase;
    font: 400 20px/37px var(--font-family-bold);
}

/* Header */



/* Main Page */
#main_page {
    position: relative;
    /* height: 100vh; */
    height: 730px;
}

#main_page .swiper {
    width: 100%;
    height: 100%;
}

#main_page .swiper.mySwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);

}

#main_page .swiper .swiper-slide {
    position: relative;
}

#main_page .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: auto;
}

#main_page .swiper .swiper-slide .header {
    position: absolute;
    width: 100%;
    height: 100px;
    background: var(--light-black);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_page .swiper .swiper-slide .header h3 {
    width: 100%;
    text-align: center;
    color: var(--white);
    font: 500 45px/45px var(--font-family-bold);
}

/* Main Page */




/* News */
#news {
    /* padding: 60px 0; */
    padding-top: 80px;
}

#news .news_swiper {
    position: relative;
}

#news .news_swiper .swiper {
    width: 100%;
    height: 100%;
    position: static;
}

#news .news_swiper .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 5px;
}

#news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
    width: calc((100% - 2 * 20px) / 3);
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

#news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font: 400 24px/24px var(--font-family);
    text-align: center;
    color: #292929;
}

#news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
    height: 300px;
    width: 100%;
}

#news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-height: 100px;
    font: 400 24px/24px var(--font-family);
    text-align: center;
}
#news.swiper-button-next, .swiper-button-prev  {
    position: absolute;
    z-index: 999;
    cursor: pointer;

}


/* News */


/* About */
#about {
    /* padding: 60px 0; */
    padding-top: 120px;
}

#about .content {
    padding-right: 50px;
}

#about .content h3 {
    font: 600 28px/32px var(--font-family-bold);
    margin-bottom: 30px;
}

#about .content p {
    font: 400 18px/1.6 var(--font-family);
    text-align: justify;
}

#about .context h3 {
    font: 600 28px/32px var(--font-family-bold);
}

#about .context p {
    font: 400 18px/1.6 var(--font-family);
    text-align: justify;
}

#about .about_swiper {
    height: 100%;
    position: relative;
}

#about .about_swiper .swiper {
    width: 100%;
    height: 100%;
    position: static;
    border-radius: 15px;
    overflow: hidden;
}

#about .about_swiper .swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

#about .swiper-button-next,
#about .swiper-button-prev {
    width: 40px;
    height: 40px;
}

#about .swiper-button-next i,
#about .swiper-button-prev i {
    font-size: 12px;
}

#about .swiper-button-prev {
    left: -15px;
}

#about .swiper-button-next {
    right: -15px;
}

/* About */



/* Navlinks */
#navlinks {
    /* padding: 60px 0; */
    padding-top: 60px;
}

#navlinks .navlinks_wrapper {
    background: #292929;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1px;
    border: #292929;
}

#navlinks .navlinks_wrapper .navlinks_item {
    width: calc((100% - 4 * 1px) / 5);
    height: 100%;
}

#navlinks .navlinks_wrapper .navlinks_item a {
    text-decoration: none;
    text-transform: uppercase;
    font: 400 16px/16px var(--font-family);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F0FAFF;
    background: #292929;
    transition: all 0.3s;
}

#navlinks .navlinks_wrapper .navlinks_item:hover a {
    color: #fff;
    background: #ff6500;
}

/* Navlinks */



/* Projetcs */
#projects {
    /* padding: 60px 0; */
    padding-top: 120px;
}

#projects .projects_swiper {
    position: relative;
    height: 700px;
}

#projects .projects_swiper .swiper {
    width: 100%;
    height: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
}

#projects .projects_swiper .swiper .swiper-slide {
    height: calc((100% - 5px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#projects .projects_swiper .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#projects .projects_swiper .swiper .swiper-slide a img {
    transition: 1s;
}

#projects .projects_swiper .swiper .swiper-slide a:hover img {
    transform: scale(1.1);
}

#projects .projects_swiper .swiper .swiper-slide a .overlay {
    background: var(--light-black);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font: 400 28px/36px var(--font-family-bold);
    visibility: hidden;
    text-align: center;
    padding: 40px;
    opacity: 0;
    transition: 0.3s;
}

#projects .projects_swiper .swiper .swiper-slide a:hover .overlay {
    opacity: 1;
    visibility: visible;
}

#projects .swiper-button-next,
#projects .swiper-button-prev {
    position: absolute;
    top: 53.2%;
    transform: translateY(-50%);
}

/* Projetcs */



/* Contact Us */
#contact {
    /* padding: 60px 0; */
    padding-top: 120px;
    padding-bottom: 80px;
}

#contact .contact_info {
    margin-bottom: 35px;
}

#contact .contact_info h3 {
    /*cursor: pointer;*/
    font: 600 25px/35px var(--font-family-bold);
    transition: 0.3s;
}

/*#contact .contact_info h3:hover {*/
/*    color: #ff6500;*/
/*}*/

#contact .contact_info h4 {
    font: 600 18px/20px var(--font-family-bold);
    margin: 5px 0;
}

#contact .contact_info p {
    font: 400 17px/20px var(--font-family);
    margin: 5px 0;
    width: 70%;
}

#contact .contact_info p span {
    font: 600 17px/20px var(--font-family-bold);
}

#contact .contact_info p a {
    text-decoration: none;
    color: #292929;
    transition: 0.3s;
}

#contact .contact_info p a:hover {
    color: #ff6500;
}

#contact .location {
    background: var(--light-black);
    width: 100%;
    height: 600px !important;
    margin-bottom: 50px;
}

#contact .location iframe {
    width: 100%;
    height: 100%;
}


#contact .form h3 {
    font: 600 25px/35px var(--font-family-bold);
    margin-bottom: 30px;
    color: #ff6500;
}

#contact .form form>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 70%;
}

#contact .form form label {
    font: 400 15px/18px var(--font-family);
}

#contact .form form input {
    border: none;
    outline: none;
    background: rgba(91, 95, 96, 0.39);
    padding: 7px 15px;
    font: 400 15px/18px var(--font-family);
    transition: 0.3s;
    color: var(--dark-input);
}

#contact .form form input::placeholder {
    color: var(--dark-input);
}

#contact .form form input:hover {
    background: rgba(91, 95, 96, 0.56);
}

#contact .form form textarea {
    border: none;
    outline: none;
    background: rgba(91, 95, 96, 0.39);
    padding: 7px 15px;
    height: 120px;
    font: 400 15px/18px var(--font-family);
    transition: 0.3s;
    resize: none;
    color: var(--dark-input);
}

#contact .form form textarea:hover {
    background: rgba(91, 95, 96, 0.56);
}

#contact .form form .button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    margin-right: 10px;

}

#contact .form form .button button {
    border: none;
    outline: none;
    padding: 15px 55px;
    background: #ff6500;
    color: var(--white);
    font: 600 15px/18px var(--font-family-bold);
    transition: all 0.3s;
    border: #ff6500;
}

#contact .form form .button button:hover {
    background: var(--white);
    color: #ff6500;
}

/* Contact Us */



/* Details */
#details {
    padding-bottom: 60px;
}

#details .details_wrapper {
    padding: 0 10%;
}

#details .header {
    background: rgba(115, 115, 115, 0.44);
    padding: 130px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

#details .header h2 {
    color: #292929;
    font: 600 55px/55px var(--font-family-bold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}

#details .header h2::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #ff6500;
}

#details .about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#details .about p {
    padding: 0;
    margin: 0;
    font: 400 20px/25px var(--font-family);
}

#details .about p span {
    font: 400 20px/25px var(--font-family-bold);
}

#details .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background: #ff6500;
    color: var(--white);
    font: 600 15px/18px var(--font-family-bold);
    transition: all 0.3s;
    border: 1px solid #ff6500;
    text-decoration: none;
}

#details .link a:hover {
    background: var(--white);
    color: #ff6500;
}

#details .details_swiper {
    width: 100%;
    height: 550px;
    position: relative;
}

#details .details_swiper .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
}

#details .details_swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

#details .details_swiper .mySwiper2 {
    height: 80%;
    width: 100%;
}

#details .details_swiper .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding-top: 7px;
}

#details .details_swiper .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}

#details .details_swiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

#details .swiper-button-prev {
    left: -25px;
}

#details .swiper-button-next {
    right: -25px;
}

#details .swiper-button-next,
#details .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Details */

/* News Details  */
#news_details {
    padding: 140px 0 50px;
}

#news_details .left .heading {
    color: var(--text-color);
    font: 700 50px/66px var(--font-family-bold);
}

#news_details .left .reviews {
    width: 735px;
    background: var(--input-hover);
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

#news_details .left .reviews p {
    margin: 0;
    color: var(--text-color);
    font: 400 16px/16px var(--font-family);
}

#news_details .left .news_image {
    width: 735px;
    height: 449px;
    margin-bottom: 60px;
    position: relative;
}

#news_details .left .news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news_details .left .news_content p {
    margin: 0 0 30px 0;
    color: var(--text-color);
    font: 400 16px/26px var(--font-family);
    width: 735px;
}

#news_details .left .author {
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid var(--text-color);
    width: 735px;
}

#news_details .left .author .header,
#news_details .left .author .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#news_details .left .author .header p {
    margin: 0;
    color: var(--text-color);
    font: 600 16px/24px var(--font-family-bold);
}

#news_details .left .author .body p {
    margin: 0;
    color: var(--text-color);
    font: 400 16px/24px var(--font-family);
}

#news_details .left .author .body .social-icons {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#news_details .left .author .body .social-icons i {
    color: #ff6500;
    font-size: 16px;
}

#news_details .right {
    padding: 0 30px !important;
}

#news_details .right .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 170px;
}

#news_details .right .heading h3 {
    margin: 0;
    color: var(--text-color);
    font: 700 26px/26px var(--font-family-bold);
}

#news_details .news-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px !important;
}

#news_details .news-items .news-item {
    border-radius: 1px;
    border: 1px solid #ff6500;
    background-color: var(--body-color);
    padding: 20px !important;
}

#news_details .news-items .news-item .carousel-inner-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#news_details .news-items .news-item .carousel-inner-item .news-picture {
    width: 100%;
    height: 250px;
    position: relative;
}

#news_details .news-items .news-item .carousel-inner-item .news-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news_details .news-items .news-item .carousel-inner-item .news-picture span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #ff6500;
    color: var(--white);
    font: 500 16px/16px var(--font-family);
    width: 45px;
    height: 56px;
}

#news_details .news-items .news-item .carousel-inner-item .news-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

#news_details .news-items .news-item .carousel-inner-item .news-body .date {
    width: 102px;
    height: 36px;
    background: var(--input-hover);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 400 14px/14px var(--font-family);
}

#news_details .news-items .news-item .carousel-inner-item .news-body .context {
    color: var(--text-color);
    font: 600 18px/22px var(--font-family-bold);
    height: 100%;
    margin: 8px 0 !important;
}

#news_details .news-items .news-item .carousel-inner-item .news-body .link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--text-color);
    font: italic 500 16px/16px var(--font-family);
}

#news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
    font-size: 20px;
}

#news_details .right .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

#news_details .right .header h3 {
    margin: 0;
    color: var(--text-color);
    font: 700 26px/26px var(--font-family-bold);
}

#news_details #newsdetails-carousel {
    margin-top: 30px;
    padding: 0;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
    width: 100%;
    padding: 20px;
    border: 1px solid #ff6500;
}

#news_details #newsdetails-carousel .carousel-control-prev,
#news_details #newsdetails-carousel .carousel-control-next {
    opacity: 1;
    width: 30px;
}

#news_details #newsdetails-carousel .carousel-control-prev:hover,
#news_details #newsdetails-carousel .carousel-control-next:hover {
    opacity: 1;
}

#news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
#news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
    background: var(--white);
    width: 40px;
    height: 40px;
    opacity: 1;
    border: 1px solid #ff6500;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

#news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
#news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
    color: #ff6500;
    font-size: 14px;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
    width: 100%;
    height: 212px;
    position: relative;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: #ff6500;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ff6500;
    cursor: pointer;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
    font-size: 20px;
    margin-left: 3px;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    gap: 25px;
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
    font: 600 17px/20px var(--font-family-bold);
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font: italic 500 14px/14px var(--font-family);
    color: var(--text-color);
}

#news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
    font-size: 17px;
}

/* News Details  */


/* Structural Analysis */
#analysis {
    padding-bottom: 60px;
}

#analysis .header {
    background: rgba(115, 115, 115, 0.44);
    padding: 130px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

#analysis .header h2 {
    color: #292929;
    font: 600 55px/55px var(--font-family-bold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}

#analysis .header h2::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #292929;
}

#analysis .news_swiper {
    position: relative;
    margin-bottom: 40px;
}

#analysis .contexts {
    margin: 10px 0 60px;
}

#analysis .contexts h3 {
    font: 600 24px/30px var(--font-family-bold);
}

#analysis .contexts p {
    font: 400 18px/26px var(--font-family);
    text-align: justify;
    margin-bottom: 40px;
}

#analysis .news_swiper .swiper {
    width: 100%;
    height: 100%;
    position: static;
}

#analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 5px;
}

#analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
    width: calc((100% - 2 * 20px) / 3);
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

#analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font: 400 24px/24px var(--font-family);
    text-align: center;
    color: #292929;
}

#analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
    height: 300px;
    width: 100%;
}

#analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-height: 100px;
    font: 400 24px/24px var(--font-family);
    text-align: center;
}

/* Structural Analysis */


/* Certificates */
.certificates{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.certificates .item{
    width: calc((100% - 2 * 20px) / 3);
}
.certificates .item img{
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border: 1px solid rgb(0, 0, 0, 0.2);
}
.certificates .item p{
    text-align: center;
    font-family: var(--font-family-bold);
    font-size: 20px;
    padding: 10px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
}
/* Certificates */


/* Footer */
footer p {
    height: 80px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 400 18px/16px var(--font-family);
    text-align: center;
}

/* Footer */


/* Responsive Part */
@media only screen and (min-width: 1200px) and (max-width:1399.98px) {

    /* Headings */
    .heading h2 {
        font: 600 52px/52px var(--font-family-bold);
        margin-bottom: 40px;
    }

    .heading h2::before {
        bottom: -9px;
        height: 9px;
    }

    /* Headings */


    /* Video Popup */
    header .popup .video {
        width: 920px;
        height: 530px;
    }

    header .popup .video span {
        top: -38px;
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    /* Video Popup */


    /* Header */
    header .logo_wrapper {
        width: 260px;
        height: 80px;
    }

    header .navbar_wrapper .videoplayer {
        font: 400 14px/20px var(--font-family-bold);
        padding: 9px 14px;
        margin-right: 28px;
    }

    header .navbar_wrapper ul {
        gap: 14px;
    }

    header .navbar_wrapper ul li a {
        padding: 14px 23px;
        font: 400 17px/30px var(--font-family-bold);
    }

    /* Header */


    /* Main Page */
    #main_page {
        height: 700px;
    }

    #main_page .swiper .swiper-slide .header {
        height: 100px;
    }

    #main_page .swiper .swiper-slide .header h3 {
        font: 500 43px/43px var(--font-family-bold);
    }

    /* Main Page */

    /* News */
    #news .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 18px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 2 * 18px) / 3);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 24px/24px var(--font-family);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 270px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 24px/24px var(--font-family);
    }

    /* News */

    /* Projetcs */
    #projects .projects_swiper {
        height: 670px;
    }

    #projects .projects_swiper .swiper .swiper-slide a .overlay {
        font: 400 28px/36px var(--font-family-bold);
        padding: 40px;
    }

    #projects .swiper-button-next,
    #projects .swiper-button-prev {
        top: 53.2%;
        transform: translateY(-50%);
    }

    /* Projetcs */

    /* Contact Us */
    #contact .contact_info h3 {
        font: 600 25px/35px var(--font-family-bold);
    }

    #contact .contact_info h4 {
        font: 600 18px/20px var(--font-family-bold);
        margin: 5px 0;
    }

    #contact .contact_info p {
        font: 400 17px/20px var(--font-family);
        margin: 5px 0;
        width: 70%;
    }

    #contact .contact_info p span {
        font: 600 17px/20px var(--font-family-bold);
    }

    #contact .location {
        height: 480px;
        margin-bottom: 50px;
    }

    #contact .form h3 {
        font: 600 25px/35px var(--font-family-bold);
        margin-bottom: 30px;
    }

    #contact .form form>div {
        gap: 5px;
        margin-bottom: 15px;
    }

    #contact .form form label {
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form input {
        padding: 7px 15px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form textarea {
        padding: 7px 15px;
        height: 120px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form .button button {
        padding: 15px 55px;
        font: 600 15px/18px var(--font-family-bold);
    }

    /* Contact Us */

    /* Details */
    #details {
        padding-bottom: 60px;
    }

    #details .details_wrapper {
        padding: 0 5%;
    }

    #details .header h2 {
        font: 600 55px/55px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #details .header h2::before {
        bottom: -9px;
        height: 10px;
    }

    #details .about p {
        font: 400 20px/25px var(--font-family);
    }

    #details .about p span {
        font: 400 20px/25px var(--font-family-bold);
    }

    #details .link a {
        width: 150px;
        height: 50px;
        font: 600 15px/18px var(--font-family-bold);
    }

    #details .details_swiper {
        width: 100%;
        height: 520px;
    }

    #details .details_swiper .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    #details .details_swiper .mySwiper {
        height: 20%;
    }

    #details .swiper-button-prev {
        left: -25px;
    }

    #details .swiper-button-next {
        right: -25px;
    }

    #details .swiper-button-next,
    #details .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Details */


    /* News Details  */
    #news_details .left .heading {
        font: 700 46px/60px var(--font-family-bold);
    }

    #news_details .left .reviews {
        width: 700px;
        background: #292929;
        color: #fff;

    }

    #news_details .left .news_image {
        width: 700px;
        height: 420px;
    }

    #news_details .left .news_content p {
        width: 700px;
    }

    #news_details .left .author {
        margin-top: 75px;
        width: 700px;
    }

    #news_details .right {
        padding: 0 25px !important;
    }

    #news_details .right .heading {
        margin-top: 180px;
    }

    #news_details .right .heading h3 {
        font: 700 25px/25px var(--font-family-bold);
    }

    #news_details .right .heading a {
        font: 500 17px/17px var(--font-family);
    }

    #news_details .news-items .news-item {
        padding: 18px !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-picture {
        height: 200px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body {
        gap: 9px;
        margin-top: 18px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .context {
        font: 600 17px/21px var(--font-family-bold);
        margin: 7px 0 !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
        font-size: 19px;
    }

    #news_details .right .header h3 {
        font: 700 25px/25px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
        padding: 18px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
        width: 45px;
        height: 45px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
        font-size: 17px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
        height: 200px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
        width: 48px;
        height: 48px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
        font-size: 18px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
        margin-top: 20px;
        gap: 20px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
        font: 600 16px/19px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
        font-size: 16px;
    }

    /* News Details  */

    /* Structural Analysis */
    #analysis .header h2 {
        font: 600 55px/55px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #analysis .header h2::before {
        bottom: -9px;
        height: 10px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 18px;
        max-height: 273px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 2 * 18px) / 3);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 24px/24px var(--font-family);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 270px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 24px/24px var(--font-family);
    }

    /* Structural Analysis */


    /* Certificates */
    .certificates{
        gap: 20px;
    }
    .certificates .item{
        width: calc((100% - 2 * 20px) / 3);
    }
    .certificates .item img{
        height: 400px;
    }
    .certificates .item p{
        font-size: 20px;
        padding: 10px;
        line-height: 24px;
    }
    /* Certificates */
}

@media only screen and (min-width:992px) and (max-width: 1199.98px) {

    /* Headings */
    .heading h2 {
        font: 600 49px/49px var(--font-family-bold);
        margin-bottom: 40px;
    }

    .heading h2::before {
        bottom: -8px;
        height: 8px;
    }

    /* Headings */

    /* Video Popup */
    header .popup .video {
        width: 760px;
        height: 470px;
    }

    header .popup .video span {
        top: -36px;
        width: 36px;
        height: 36px;
        font-size: 26px;
    }

    /* Video Popup */


    /* Header */
    header .logo_wrapper {
        width: 240px;
        height: 74px;
    }

    header .navbar_wrapper .videoplayer {
        font: 400 14px/20px var(--font-family-bold);
        padding: 9px 13px;
        margin-right: 25px;
    }

    header .navbar_wrapper ul {
        gap: 12px;
    }

    header .navbar_wrapper ul li a {
        padding: 14px 21px;
        font: 400 16px/27px var(--font-family-bold);
    }

    /* Header */


    /* Main Page */
    #main_page {
        height: 670px;
    }

    #main_page .swiper .swiper-slide .header {
        height: 100px;
    }

    #main_page .swiper .swiper-slide .header h3 {
        font: 500 41px/41px var(--font-family-bold);
    }

    /* Main Page */


    /* News */
    #news .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 16px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 2 * 16px) / 3);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 21px/21px var(--font-family);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 240px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 8px 16px;
        min-height: 80px;
        font: 400 21px/21px var(--font-family);
    }

    /* News */


    /* About */
    #about {
        padding-top: 120px;
    }

    #about .content {
        padding: 0;
    }

    #about .content h3 {
        font: 600 28px/32px var(--font-family-bold);
        margin-bottom: 30px;
    }

    #about .content p {
        font: 400 18px/1.6 var(--font-family);
        text-align: justify;
    }

    #about .context h3 {
        font: 600 28px/32px var(--font-family-bold);
    }

    #about .context p {
        font: 400 18px/1.6 var(--font-family);
        text-align: justify;
    }

    #about .about_swiper {
        height: 90%;
    }

    #about .swiper-button-next,
    #about .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    #about .swiper-button-next i,
    #about .swiper-button-prev i {
        font-size: 10px;
    }

    #about .swiper-button-prev {
        left: -10px;
    }

    #about .swiper-button-next {
        right: -10px;
    }

    /* About */

    /* Projetcs */
    #projects .projects_swiper {
        height: 620px;
    }

    #projects .projects_swiper .swiper .swiper-slide a .overlay {
        font: 400 26px/32px var(--font-family-bold);
        padding: 40px;
    }

    #projects .swiper-button-next,
    #projects .swiper-button-prev {
        top: 53.2%;
        transform: translateY(-50%);
    }

    /* Projetcs */


    /* Contact Us */
    #contact .contact_info h3 {
        font: 600 23px/33px var(--font-family-bold);
    }

    #contact .contact_info h4 {
        font: 600 17px/19px var(--font-family-bold);
        margin: 5px 0;
    }

    #contact .contact_info p {
        font: 400 16px/19px var(--font-family);
        margin: 5px 0;
        width: 70%;
    }

    #contact .contact_info p span {
        font: 600 16px/19px var(--font-family-bold);
    }

    #contact .location {
        height: 430px;
        margin-bottom: 50px;
    }

    #contact .form h3 {
        font: 600 23px/33px var(--font-family-bold);
        margin-bottom: 30px;
    }

    #contact .form form>div {
        gap: 5px;
        margin-bottom: 15px;
    }

    #contact .form form label {
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form input {
        padding: 7px 15px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form textarea {
        padding: 7px 15px;
        height: 120px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form .button button {
        padding: 15px 55px;
        font: 600 15px/18px var(--font-family-bold);
    }

    /* Contact Us */

    /* Details */
    #details {
        padding-bottom: 60px;
    }

    #details .details_wrapper {
        padding: 0;
    }

    #details .header h2 {
        font: 600 52px/52px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #details .header h2::before {
        bottom: -8px;
        height: 8px;
    }

    #details .about p {
        font: 400 20px/25px var(--font-family);
    }

    #details .about p span {
        font: 400 20px/25px var(--font-family-bold);
    }

    #details .link a {
        width: 150px;
        height: 50px;
        font: 600 15px/18px var(--font-family-bold);
    }

    #details .details_swiper {
        width: 100%;
        height: 490px;
    }

    #details .details_swiper .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    #details .details_swiper .mySwiper {
        height: 20%;
    }

    #details .swiper-button-prev {
        left: -25px;
    }

    #details .swiper-button-next {
        right: -25px;
    }

    #details .swiper-button-next,
    #details .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Details */


    /* News Details  */
    #news_details .left .heading {
        font: 700 39px/50px var(--font-family-bold);
    }

    #news_details .left .reviews {
        width: 600px;
    }

    #news_details .left .news_image {
        width: 600px;
        height: 370px;
    }

    #news_details .left .news_content p {
        width: 600px;
    }

    #news_details .left .author {
        margin-top: 70px;
        width: 600px;
    }

    #news_details .right {
        padding: 0 20px !important;
    }

    #news_details .right .heading {
        margin-top: 135px;
    }

    #news_details .right .heading h3 {
        font: 700 21px/22px var(--font-family-bold);
    }

    #news_details .right .heading a {
        font: 500 15px/15px var(--font-family);
    }

    #news_details .news-items .news-item {
        padding: 15px !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-picture {
        height: 180px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body {
        gap: 8px;
        margin-top: 16px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .context {
        font: 600 15px/19px var(--font-family-bold);
        margin: 6px 0 !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
        font-size: 17px;
    }

    #news_details .right .header h3 {
        font: 700 21px/22px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
        padding: 15px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
        font-size: 16px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
        height: 190px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
        width: 45px;
        height: 45px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
        font-size: 16px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
        margin-top: 16px;
        gap: 16px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
        font: 600 15px/17px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
        font-size: 15px;
    }

    #news_details .popup video {
        width: 760px;
        height: 470px;
    }

    /* New Details */


    /* Structural Analysis */
    #analysis .header h2 {
        font: 600 52px/52px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #analysis .header h2::before {
        bottom: -8px;
        height: 8px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 16px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 2 * 16px) / 3);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 21px/21px var(--font-family);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 240px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 8px 16px;
        min-height: 80px;
        font: 400 21px/21px var(--font-family);
    }

    /* Structural Analysis */


    /* Certificates */
    .certificates{
        gap: 15px;
    }
    .certificates .item{
        width: calc((100% - 2 * 15px) / 3);
    }
    .certificates .item img{
        height: 330px;
    }
    .certificates .item p{
        font-size: 16px;
        padding: 5px;
        line-height: 20px;
    }
    /* Certificates */
}

@media only screen and (min-width:768px) and (max-width: 991.98px) {

    /* Headings */
    .heading h2 {
        font: 600 46px/46px var(--font-family-bold);
        margin-bottom: 40px;
    }

    .heading h2::before {
        bottom: -7px;
        height: 7px;
    }

    /* Headings */


    /* Video Popup */
    header .popup .video {
        width: 690px;
        height: 420px;
    }

    header .popup .video span {
        top: -34px;
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    /* Video Popup */


    /* Header */
    header .logo_wrapper {
        width: 180px;
        height: 62px;
    }

    header .navbar_wrapper .videoplayer {
        font: 400 14px/20px var(--font-family-bold);
        padding: 9px;
        margin-right: 15px;
    }

    header .navbar_wrapper ul {
        gap: 10px;
    }

    header .navbar_wrapper ul li a {
        padding: 14px 9px;
        font: 400 15px/24px var(--font-family-bold);
    }

    header .navbar_wrapper ul li a.active::before {
        height: 3px;
    }

    header .navbar_wrapper ul li a:hover::before {
        height: 3px;
    }

    /* Header */

    /* Main Page */
    #main_page {
        height: 640px;
    }

    #main_page .swiper .swiper-slide .header {
        height: 100px;
    }

    #main_page .swiper .swiper-slide .header h3 {
        font: 500 39px/39px var(--font-family-bold);
    }

    /* Main Page */


    /* News */
    #news .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 20px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 1 * 20px) / 2);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 21px/21px var(--font-family);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 250px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 8px 16px;
        min-height: 80px;
        font: 400 21px/21px var(--font-family);
    }

    /* News */


    /* About */
    #about {
        padding-top: 120px;
    }

    #about .content {
        padding: 0;
    }

    #about .content h3 {
        font: 600 26px/30px var(--font-family-bold);
        margin-bottom: 20px;
    }

    #about .content p {
        font: 400 16px/1.3 var(--font-family);
        text-align: justify;
    }

    #about .context h3 {
        font: 600 24px/30px var(--font-family-bold);
    }

    #about .context p {
        font: 400 16px/1.3 var(--font-family);
        text-align: justify;
    }

    #about .about_swiper {
        height: 90%;
        padding-top: 40px;
    }

    #about .swiper-button-next,
    #about .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    #about .swiper-button-next i,
    #about .swiper-button-prev i {
        font-size: 10px;
    }

    #about .swiper-button-prev {
        left: -10px;
        top: 65%;
    }

    #about .swiper-button-next {
        right: -10px;
        top: 65%;
    }

    /* About */



    /* Navlinks */
    #navlinks .navlinks_wrapper {
        background: transparent;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: none;
    }

    #navlinks .navlinks_wrapper .navlinks_item {
        width: 450px;
        height: 50px;
    }

    #navlinks .navlinks_wrapper .navlinks_item a {
        font: 400 16px/16px var(--font-family);
    }

    /* Navlinks */


    /* Projetcs */
    #projects .projects_swiper {
        height: 460px;
    }

    #projects .projects_swiper .swiper .swiper-slide a .overlay {
        font: 400 22px/26px var(--font-family-bold);
        padding: 34px;
    }

    #projects .swiper-button-next,
    #projects .swiper-button-prev {
        top: 54.7%;
        transform: translateY(-50%);
    }

    /* Projetcs */


    /* Contact Us */
    #contact .contact_info h3 {
        font: 600 21px/31px var(--font-family-bold);
    }

    #contact .contact_info h4 {
        font: 600 16px/18px var(--font-family-bold);
        margin: 4px 0;
    }

    #contact .contact_info p {
        font: 400 15px/18px var(--font-family);
        margin: 4px 0;
        width: 85%;
    }

    #contact .contact_info p span {
        font: 600 15px/18px var(--font-family-bold);
    }

    #contact .location {
        height: 340px;
        margin-bottom: 50px;
    }

    #contact .form h3 {
        font: 600 21px/31px var(--font-family-bold);
        margin-bottom: 25px;
    }

    #contact .form form>div {
        gap: 5px;
        margin-bottom: 13px;
    }

    #contact .form form label {
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form input {
        padding: 7px 15px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form textarea {
        padding: 7px 15px;
        height: 120px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form .button button {
        padding: 15px 55px;
        font: 600 15px/18px var(--font-family-bold);
    }

    /* Contact Us */



    /* Footer */
    footer p {
        font: 400 16px/16px var(--font-family);
    }

    /* Footer */


    /* Details */
    #details {
        padding-bottom: 60px;
    }

    #details .details_wrapper {
        padding: 0;
    }

    #details .header h2 {
        font: 600 49px/49px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #details .header h2::before {
        bottom: -7px;
        height: 7px;
    }

    #details .about p {
        font: 400 20px/25px var(--font-family);
        text-align: end;
    }

    #details .about p span {
        font: 400 20px/25px var(--font-family-bold);
    }

    #details .link a {
        width: 150px;
        height: 50px;
        font: 600 15px/18px var(--font-family-bold);
    }

    #details .details_swiper {
        width: 100%;
        height: 460px;
    }

    #details .details_swiper .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    #details .details_swiper .mySwiper {
        height: 20%;
    }

    #details .swiper-button-prev {
        left: -25px;
    }

    #details .swiper-button-next {
        right: -25px;
    }

    #details .swiper-button-next,
    #details .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Details */



    /* News Details  */
    #news_details .left .heading {
        font: 700 43px/50px var(--font-family-bold);
    }

    #news_details .left .reviews {
        width: 100%;
    }

    #news_details .left .news_image {
        width: 100%;
        height: 470px;
    }

    #news_details .left .news_content p {
        width: 100%;
    }

    #news_details .left .author {
        margin-top: 60px;
        width: 100%;
    }

    #news_details .right {
        padding: 0 !important;
    }

    #news_details .right .heading {
        margin-top: 100px;
    }

    #news_details .right .heading h3 {
        font: 700 38px/40px var(--font-family-bold);
    }

    #news_details .right .heading a {
        font: 500 24px/24px var(--font-family);
    }

    #news_details .news-items .news-item {
        padding: 35px !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-picture {
        height: 400px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body {
        gap: 10px;
        margin-top: 25px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .date {
        width: 200px;
        height: 50px;
        font: 400 18px/18px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .context {
        font: 600 24px/24px var(--font-family-bold);
        margin: 10px 0 !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a {
        font: italic 500 20px/20px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
        font-size: 24px;
    }

    #news_details #newsdetails-carousel {
        width: 92%;
        margin: 30px auto;
    }

    #news_details .right .header h3 {
        font: 700 38px/40px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
        padding: 35px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
        width: 60px;
        height: 60px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
        font-size: 26px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
        height: 400px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
        width: 75px;
        height: 75px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
        font-size: 26px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
        margin-top: 20px;
        gap: 20px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
        font: 600 24px/24px var(--font-family-bold);
        margin: 10px 0 !important;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a {
        font: italic 500 20px/20px var(--font-family);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
        font-size: 24px;
    }

    #news_details .popup video {
        width: 690px;
        height: 420px;
    }

    /* News Details  */


    /* Structural Analysis */
    #analysis .header h2 {
        font: 600 49px/49px var(--font-family-bold);
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }

    #analysis .header h2::before {
        bottom: -7px;
        height: 7px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 20px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: calc((100% - 1 * 20px) / 2);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 21px/21px var(--font-family);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 250px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 8px 16px;
        min-height: 80px;
        font: 400 21px/21px var(--font-family);
    }

    /* Structural Analysis */


    /* Certificates */
    .certificates{
        gap: 20px;
    }
    .certificates .item{
        width: calc((100% - 1 * 20px) / 2);
    }
    .certificates .item img{
        height: 340px;
    }
    .certificates .item p{
        font-size: 19px;
        padding: 10px;
        line-height: 20px;
    }
    /* Certificates */
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

    /* Headings */
    .heading h2 {
        font: 600 43px/43px var(--font-family-bold);
        margin-bottom: 40px;
        letter-spacing: 0.04em;

    }

    .heading h2::before {
        bottom: -6px;
        height: 6px;
    }

    /* Headings */

    /* Video Popup */
    header .popup .video {
        width: 500px;
        height: 300px;
    }

    header .popup .video span {
        top: -32px;
        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    /* Video Popup */


    /* Header */
    header .logo_wrapper {
        width: 200px;
        height: 69px;
    }

    /* Header */


    /* Main Page */
    #main_page {
        height: 610px;
    }

    #main_page .swiper .swiper-slide .header {
        height: 100px;
    }

    #main_page .swiper .swiper-slide .header h3 {
        font: 500 37px/37px var(--font-family-bold);
    }

    /* Main Page */



    /* News */
    #news .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 0;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 24px/24px var(--font-family);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 300px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 24px/24px var(--font-family);
    }

    /* News */

    /* About */
    #about .content {
        padding: 0;
    }

    #about .about_swiper {
        height: 90%;
        padding-top: 40px;
    }

    #about .swiper-button-next,
    #about .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    #about .swiper-button-next i,
    #about .swiper-button-prev i {
        font-size: 10px;
    }

    #about .swiper-button-prev {
        left: -10px;
        top: 65%;
    }

    #about .swiper-button-next {
        right: -10px;
        top: 65%;
    }

    #about .context {
        margin-top: 20px;
    }

    /* About */

    /* Navlinks */
    #navlinks .navlinks_wrapper {
        background: transparent;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: none;
    }

    #navlinks .navlinks_wrapper .navlinks_item {
        width: 400px;
        height: 50px;
    }

    #navlinks .navlinks_wrapper .navlinks_item a {
        font: 400 16px/16px var(--font-family);
        border: 1px solid #292929;
    }

    /* Navlinks */


    /* Projetcs */
    #projects .projects_swiper {
        height: 360px;
    }

    #projects .projects_swiper .swiper .swiper-slide a .overlay {
        font: 400 18px/20px var(--font-family-bold);
        padding: 30px;
    }

    #projects .swiper-button-next,
    #projects .swiper-button-prev {
        top: 56.3%;
        transform: translateY(-50%);
    }

    /* Projetcs */


    /* Contact Us */

    #contact .contact_info h3 {
        font: 600 25px/35px var(--font-family-bold);
    }

    #contact .contact_info h4 {
        font: 600 18px/20px var(--font-family-bold);
        margin: 5px 0;
    }

    #contact .contact_info p {
        font: 400 17px/20px var(--font-family);
        margin: 5px 0;
        width: 100%;
    }

    #contact .contact_info p span {
        font: 600 17px/20px var(--font-family-bold);
    }

    #contact .location {
        height: 400px;
        margin-bottom: 50px;
    }

    #contact .form h3 {
        font: 600 25px/35px var(--font-family-bold);
        margin-bottom: 30px;
    }

    #contact .form form label {
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form input {
        padding: 7px 15px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form textarea {
        padding: 7px 15px;
        height: 120px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form .button button {
        padding: 15px 55px;
        font: 600 15px/18px var(--font-family-bold);
    }

    /* Contact Us */

    /* Details */
    #details {
        padding-bottom: 60px;
    }

    #details .details_wrapper {
        padding: 0;
    }

    #details .header h2 {
        font: 600 42px/42px var(--font-family-bold);
        letter-spacing: 0.03em;
        margin-bottom: 40px;
    }

    #details .header h2::before {
        bottom: -6px;
        height: 6px;
    }

    #details .about {
        height: 150px;
        margin-top: 30px;
    }

    #details .about p {
        font: 400 20px/25px var(--font-family);
        text-align: end;
    }

    #details .about p span {
        font: 400 20px/25px var(--font-family-bold);
    }

    #details .link a {
        width: 150px;
        height: 50px;
        font: 600 15px/18px var(--font-family-bold);
    }

    #details .details_swiper {
        width: 100%;
        height: 460px;
    }

    #details .details_swiper .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    #details .details_swiper .mySwiper {
        height: 20%;
    }

    #details .swiper-button-prev {
        left: -25px;
    }

    #details .swiper-button-next {
        right: -25px;
    }

    #details .swiper-button-next,
    #details .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Details */


    /* News Details  */
    #news_details .left .heading {
        font: 700 43px/50px var(--font-family-bold);
    }

    #news_details .left .reviews {
        width: 100%;
    }

    #news_details .left .news_image {
        width: 100%;
        height: 350px;
        margin-bottom: 30px;
    }

    #news_details .left .news_content p {
        width: 100%;
    }

    #news_details .left .author {
        margin-top: 50px;
        width: 100%;
    }

    #news_details .right {
        padding: 0 !important;
    }

    #news_details .right .heading {
        margin-top: 70px;
    }

    #news_details .right .heading h3 {
        font: 700 34px/36px var(--font-family-bold);
    }

    #news_details .right .heading a {
        font: 500 21px/21px var(--font-family);
    }

    #news_details .news-items .news-item {
        padding: 30px !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-picture {
        height: 300px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body {
        gap: 10px;
        margin-top: 20px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .date {
        width: 180px;
        height: 45px;
        font: 400 18px/18px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .context {
        font: 600 24px/24px var(--font-family-bold);
        margin: 7px 0 !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a {
        font: italic 500 20px/20px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
        font-size: 24px;
    }

    #news_details #newsdetails-carousel {
        width: 91%;
        margin: 30px auto;
    }

    #news_details .right .header h3 {
        font: 700 34px/36px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
        padding: 30px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
        width: 50px;
        height: 50px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
        font-size: 23px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
        height: 300px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
        width: 65px;
        height: 65px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
        font-size: 23px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
        margin-top: 16px;
        gap: 16px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
        font: 600 24px/24px var(--font-family-bold);
        margin: 10px 0 !important;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a {
        font: italic 500 20px/20px var(--font-family);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
        font-size: 24px;
    }

    #news_details .popup video {
        width: 500px;
        height: 300px;
    }

    /* News Details  */


    /* Footer */
    footer p {
        font: 400 15px/15px var(--font-family);
    }

    /* Footer */



    /* Structural Analysis */
    #analysis .header h2 {
        font: 600 42px/42px var(--font-family-bold);
        letter-spacing: 0.03em;
        margin-bottom: 40px;
    }

    #analysis .header h2::before {
        bottom: -6px;
        height: 6px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 0;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 24px/24px var(--font-family);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 300px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 24px/24px var(--font-family);
    }

    /* Structural Analysis */


    /* Certificates */
    .certificates{
        gap: 10px;
    }
    .certificates .item{
        width: calc((100% - 1 * 10px) / 2);
    }
    .certificates .item img{
        height: 300px;
    }
    .certificates .item p{
        font-size: 14px;
        padding: 5px 0;
        line-height: 16px;
    }
    /* Certificates */
}

@media only screen and (max-width: 575.98px) {

    /* Headings */
    .heading h2 {
        font: 600 40px/40px var(--font-family-bold);
        margin-bottom: 40px;
        letter-spacing: 0.03em;

    }

    .heading h2::before {
        bottom: -6px;
        height: 6px;
    }

    /* Headings */

    /* Swiper */
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        top: 60%;
        transform: translateY(-50%);
    }

    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 12px;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    /* Swiper */

    /* Video Popup */
    header .popup .video {
        width: 320px;
        height: 180px;
        display: none;
    }

    header .popup .video span {
        top: -26px;
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

    /* Video Popup */


    /* Header */
    header .logo_wrapper {
        width: 190px;
        height: 65px;
    }

    .mobile_header {
        right: -100%;
        width: 100%;
    }

    /* Header */


    /* Main Page */
    #main_page {
        height: 50vh;
    }

    #main_page .swiper .swiper-slide .header {
        height: 70px;
    }

    #main_page .swiper .swiper-slide .header h3 {
        font: 500 28px/32px var(--font-family-bold);
    }

    /* Main Page */

    /* News */
    #news .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 0;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 20px/20px var(--font-family);
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 330px;
    }

    #news .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 20px/20px var(--font-family);
    }

    /* News */


    /* About */
    #about .content {
        padding: 0;
    }

    #about .about_swiper {
        height: 90%;
        padding-top: 40px;
    }

    #about .swiper-button-next,
    #about .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    #about .swiper-button-next i,
    #about .swiper-button-prev i {
        font-size: 10px;
    }

    #about .swiper-button-prev {
        left: 0;
        top: 65%;
    }

    #about .swiper-button-next {
        right: 0;
        top: 65%;
    }

    #about .context {
        margin-top: 20px;
    }

    /* About */


    /* Navlinks */
    #navlinks .navlinks_wrapper {
        background: transparent;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: none;
    }

    #navlinks .navlinks_wrapper .navlinks_item {
        width: 90%;
        height: 50px;
    }

    #navlinks .navlinks_wrapper .navlinks_item a {
        font: 400 16px/16px var(--font-family);
        border: 1px solid #292929;
    }

    /* Navlinks */


    /* Projetcs */
    #projects .projects_swiper {
        height: 250px;
    }

    #projects .projects_swiper .swiper .swiper-slide a .overlay {
        font: 400 16px/18px var(--font-family-bold);
        padding: 25px;
    }

    #projects .swiper-button-next,
    #projects .swiper-button-prev {
        top: 58.3%;
        transform: translateY(-50%);
    }

    /* Projetcs */



    /* Contact Us */

    #contact .contact_info h3 {
        font: 600 25px/35px var(--font-family-bold);
    }

    #contact .contact_info h4 {
        font: 600 18px/20px var(--font-family-bold);
        margin: 5px 0;
    }

    #contact .contact_info p {
        font: 400 17px/20px var(--font-family);
        margin: 5px 0;
        width: 100%;
    }

    #contact .contact_info p span {
        font: 600 17px/20px var(--font-family-bold);
    }

    #contact .location {
        height: 350px;
        margin-bottom: 50px;
    }

    #contact .form h3 {
        font: 600 25px/35px var(--font-family-bold);
        margin-bottom: 30px;
    }

    #contact .form form label {
        font: 400 15px/18px var(--font-family);
        margin-top: 5px;
    }

    #contact .form form input {
        padding: 7px 15px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form textarea {
        padding: 7px 15px;
        height: 120px;
        font: 400 15px/18px var(--font-family);
    }

    #contact .form form .button button {
        padding: 15px 55px;
        font: 600 15px/18px var(--font-family-bold);
    }

    /* Contact Us */


    /* Details */
    #details .details_wrapper {
        padding: 0;
    }

    #details .header h2 {
        font: 600 36px/40px var(--font-family-bold);
        letter-spacing: 0.02em;
        margin-bottom: 0;
        text-align: center;
    }

    #details .header h2::before {
        display: none;
    }

    #details .about {
        height: 150px;
        margin-top: 30px;
    }

    #details .about p {
        font: 400 20px/25px var(--font-family);
        text-align: end;
    }

    #details .about p span {
        font: 400 20px/25px var(--font-family-bold);
    }

    #details .link a {
        width: 150px;
        height: 50px;
        font: 600 15px/18px var(--font-family-bold);
    }

    #details .details_swiper {
        width: 100%;
        height: 100%;
    }

    #details .details_swiper .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    #details .details_swiper .mySwiper {
        height: 20%;
    }

    #details .swiper-button-prev {
        left: 0;
    }

    #details .swiper-button-next {
        right: 0;
    }

    #details .swiper-button-next,
    #details .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Details */

    /* News Details  */
    #news_details .left .heading {
        font: 700 31px/35px var(--font-family-bold);
    }

    #news_details .left .reviews {
        width: 100%;
    }

    #news_details .left .news_image {
        width: 100%;
        height: 320px;
        margin-bottom: 30px;
    }

    #news_details .left .news_content p {
        margin: 0 0 30px 0;
        font: 400 14px/20px var(--font-family);
        width: 100%;
    }

    #news_details .left .author {
        margin-top: 40px;
        width: 100%;
    }

    #news_details .left .author .header p {
        font: 600 14px/24px var(--font-family-bold);
    }

    #news_details .left .author .body p {
        font: 400 14px/24px var(--font-family);
    }

    #news_details .left .author .body .social-icons {
        width: 35%;
    }

    #news_details .left .author .body .social-icons i {
        font-size: 14px;
    }

    #news_details .right {
        padding: 0 !important;
    }

    #news_details .right .heading {
        margin-top: 80px;
        display: flex;
        align-items: flex-end;
    }

    #news_details .right .heading h3 {
        font: 700 25px/25px var(--font-family-bold);
    }

    #news_details .right .heading a {
        font: 500 15px/15px var(--font-family);
    }

    #news_details .news-items .news-item {
        padding: 15px !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-picture {
        height: 30%;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body {
        gap: 8px;
        margin-top: 16px;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .date {
        width: 120px;
        height: 40px;
        font: 400 16px/16px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .context {
        font: 600 20px/21px var(--font-family-bold);
        margin: 7px 0 !important;
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a {
        font: italic 500 16px/16px var(--font-family);
    }

    #news_details .news-items .news-item .carousel-inner-item .news-body .link a i {
        font-size: 20px;
    }

    #news_details #newsdetails-carousel {
        width: 91%;
        margin: 30px auto;
    }

    #news_details .right .header h3 {
        font: 700 25px/25px var(--font-family-bold);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item {
        padding: 15px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon {
        width: 35px;
        height: 35px;
    }

    #news_details #newsdetails-carousel .carousel-control-prev .carousel-control-prev-icon i,
    #news_details #newsdetails-carousel .carousel-control-next .carousel-control-next-icon i {
        font-size: 16px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture {
        height: 230px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span {
        width: 45px;
        height: 45px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-picture span i {
        font-size: 18px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body {
        margin-top: 12px;
        gap: 12px;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .head {
        font: 600 20px/21px var(--font-family-bold);
        margin: 7px 0 !important;
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a {
        font: italic 500 16px/16px var(--font-family);
    }

    #news_details .carousel-inner .newsdetails-carousel-wrapper .newsdetails-wrapper .newsdetails-item .carousel-inner-item .newsdetails-body .link a i {
        font-size: 20px;
    }

    #news_details .popup video {
        width: 320px;
        height: 180px;
    }

    /* News Details  */



    /* Footer */
    footer p {
        font: 400 14px/18px var(--font-family);
    }

    /* Footer */


    /* Structural Analysis */
    #analysis .header h2 {
        font: 600 36px/40px var(--font-family-bold);
        letter-spacing: 0.02em;
        margin-bottom: 0;
        text-align: center;
    }

    #analysis .header h2::before {
        display: none;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide {
        gap: 0;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a {
        font: 400 20px/20px var(--font-family);
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .pictures {
        height: 330px;
    }

    #analysis .news_swiper .swiper .swiper-wrapper .swiper-slide .item a .content {
        padding: 10px 20px;
        min-height: 90px;
        font: 400 20px/20px var(--font-family);
    }

    /* Structural Analysis */


    /* Certificates */
    .certificates{
        width: 100%;
        gap: 12px;
    }
    .certificates .item{
        width: calc((100% - 1 * 12px) / 2);
    }
    .certificates .item img{
        height: auto;
    }
    .certificates .item p{
        font-size: 14px;
        padding: 5px 0;
        line-height: 16px;
    }
    /* Certificates */
}



.dropdown_language {
    background: #ff6500;
    color: #fff;
    width: 50px;
    height: 37.98px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    font-size: 14px;


}
@media(max-width: 900px){
    .dropdown_language {
        height:auto;
    }
}

.dropdown_language .select .selected {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    /*padding: 4px;*/
    text-transform: uppercase;
    height: 100% !important;
    padding: 4px 8px;

}
 .dropdown_language a, .dropdown_language span {
     color: #fff;
    text-decoration: unset;
}
.dropdown_language svg {
    margin-top: -4px;
}

.dropdown_language .dropdown_lang {
    display: flex;
    flex-direction: column;
    display: none;
    position: absolute;
    background: #ff6500;
    width: 100%;
    /*border-bottom-left-radius:10px;*/
    /*border-bottom-right-radius: 10px;*/
    z-index:9999999;
}

.dropdown_language .dropdown_lang a {
    text-transform: uppercase;
    margin-left: 4px;
}

.dropdown_language .dropdown_lang a:hover {
    transition: all 0.3s ease;
    color: #fff;
}

.dropdown_language:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown_language:hover svg {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.dropdown_language:hover .dropdown_lang {
    display: flex;
}

@media(max-width: 900px){
    .header_wrapper{
        padding:0 30px;
    }
    .header_wrapper img{
        height:60px;
        width: auto;
        object-fit: contain;
    }
}