* {
    font-family: "Montserrat", sans-serif;
    user-select: none;
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

body.preload * {
    transition: none !important;
}

.row.newzero {
    margin-left: 0;
    margin-right: 0;
}

.row.newrow {
    margin-left: -7px;
    margin-right: -7px;
}

.row.newone {
    margin-left: -1px;
    margin-right: -1px;
}

.row.newtwo {
    margin-left: -2px;
    margin-right: -2px;
}

.row.newzero > * {
    --bs-gutter-x: 0px;
}

.row.newrow > * {
    --bs-gutter-x: 7px;
}

.row.newone > * {
    --bs-gutter-x: 1px;
}

.row.newtwo > * {
    --bs-gutter-x: 2px;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #363636;
}

a:hover {
    text-decoration: none !important;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

header {
    height: 160px;
    background-color: #fff;
    padding-bottom: 40px;
}

header a.logo {
    display: flex;
    width: 100%;
    height: 160px;
}

header .right-area {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: space-between;
}

header .right-area ul.lang {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .right-area ul.lang li {
    margin-left: 10px;
}

header .right-area ul.lang li a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #F3F3F3;
    width: 38px;
    height: 38px;
    font-size: 13px;
    color: #243949;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

header .right-area ul.lang li a:hover, header .right-area ul.lang li a.active {
    background-color: #243949;
    color: #0bbcd6;
}

header .right-area .menu {
    display: flex;
    align-items: center;
    width: 100%;
}

header .right-area .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

header .right-area .menu ul li {
    margin-left: 60px;
}

header .right-area .menu ul li a {
    color: #243949;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

header .right-area .menu ul li a:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #0bbcd6;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all ease .3s;
}

header .right-area .menu ul li a:hover:after {
    width: 50%;
}

section.slider {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    height: 650px;
}

section.slider .swiper-container {
    position: relative;
    overflow: unset;
    max-height: 650px;
}

section.slider .swiper-slide {
    position: relative;
}

section.slider .swiper-slide .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0;
    z-index: 1;
    transition: 0.5s ease all;
    opacity: 0;
    height: 650px;
}

section.slider .swiper-slide .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

section.slider .swiper-slide .content {
    width: 100%;
    opacity: 0;
    bottom: -30px;
    transition: 0.3s ease all;
    position: relative;
}

section.slider .swiper-slide .content p {
    color: #0bbcd6;
    line-height: 22px;
    font-size: 30px;
    margin-top: 10px;
}

section.slider .swiper-slide .content h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 900;
}

section.slider .swiper-slide.swiper-slide-active .img {
    opacity: 1;
}

section.slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    bottom: 0;
    transition: 0.3s 0.3s ease all;
}

section.slider .swiper-pagination {
    position: relative;
    height: 116px;
    top: -58px;
}

section.slider .swiper-pagination:after {
    content: '';
    position: absolute;
    left: 0;
    text-align: right;
    display: block;
    width: 100%;
    right: 0;
    background-image: url(../img/pagination.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

section.slider .swiper-pagination .paginationc {
    position: relative;
    z-index: 9;
    bottom: 0;
    text-align: left;
}

section.slider .swiper-pagination .navi {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.slider .swiper-pagination .navi .swiper-btn {
    color: #90a4b3;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    padding: 0 5px;
}

section.slider .swiper-pagination .navi .swiper-btn:hover {
    color: #133363;
}

section.slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    transition: 0.3s ease all;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    width: 50px;
    height: auto !important;
}

section.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #243949;
}

section.products .product {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}

section.products .product:after {
    content: '';
    background-image: url("../img/pHover.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
    height: 0;
    transition: all ease .3s;
}

section.products .product:hover:after {
    height: 100%;
    opacity: 1;
}

section.products .product:hover .text {
    color: #0bbcd6;
}

section.products .product .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
}

section.products .product .image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 6;
}

section.products .product .text {
    display: flex;
    background-color: #243949;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 6;
}

section.products .product .text h4 {
    font-size: 40px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

section.products .product .text p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

section.fast-link .video {
    margin-bottom: -200px;
    position: relative;
    z-index: 9;
}

section.fast-link .video .image {
    display: flex;
    width: 100%;
    padding-bottom: 56.25%;

    background-color: #000;
    position: relative;
    background-position: center;
    background-size: cover;
}

section.fast-link .video .image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    fill: #0bbcd6;
}

section.fast-link .links-area {
    height: 566px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #09385c;
}

section.fast-link .links-area:before {
    content: '';
    background: #0bbcd6;
    background: linear-gradient(90deg, #0bbcd6 0%, #0bbcd6 100%);
    height: 108px;
    width: 100%;
    position: absolute;
    top: -108px;
}

section.fast-link .links-area .sayaclar {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: flex-end;
}

section.fast-link .links-area .sayaclar > .row {
    width: 100%;
}

section.fast-link .links-area .sayaclar > .row:first-child .sayac {
    border-left: 1px solid #0bbcd6;
}

section.fast-link .links-area .sayaclar .sayac {
    border-right: 1px solid #0bbcd6;
    padding-top: 75px;
    position: relative;
    display: block;
}

section.fast-link .links-area .sayaclar .sayac:hover:before {
    opacity: 1;
    background: linear-gradient(0deg, rgba(54, 53, 52, 0.5) 0%, rgba(251, 185, 0, 0) 100%);
}

section.fast-link .links-area .sayaclar .sayac:hover .baslik {
    color: #0bbcd6;
}

section.fast-link .links-area .sayaclar .sayac:hover .iconarea {
    background-image: -moz-linear-gradient(51deg, #0bbcd6 0%, #0bbcd6 100%);
    background-image: -webkit-linear-gradient(51deg, #0bbcd6 0%, #0bbcd6 100%);
    background-image: -ms-linear-gradient(51deg, #0bbcd6 0%, #0bbcd6 100%);
}

section.fast-link .links-area .sayaclar .sayac:before {
    content: '';
    background: #363534;
    background: linear-gradient(0deg, rgba(54, 53, 52, 0.5) 0%, rgba(251, 185, 0, 0) 10%);
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease all;
}

section.fast-link .links-area .sayaclar .sayac .baslik {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

section.fast-link .links-area .sayaclar .sayac .iconarea {
    width: 210px;
    height: 210px;
    background-color: #f3f3f3;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    top: 105px;
    position: relative;
}

section.fast-link .links-area .sayaclar .sayac .iconarea .icon {
    width: 160px;
    height: 160px;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-image: -moz-linear-gradient(0deg, #243949 0%, #243949 46%, #243949 100%);
    background-image: -webkit-linear-gradient(0deg, #243949 0%, #243949 46%, #243949 100%);
    background-image: -ms-linear-gradient(0deg, #243949 0%, #243949 46%, #243949 100%);
}

.blog {
    display: flex;
    flex-direction: column;
    border-width: 2px;
    border-color: #0bbcd6;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
}

.blog .image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.blog .image img {
    width: 100%;
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.blog .text {
    padding: 20px 15px;
    padding-bottom: 10px;
}

.blog .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #243949;
    margin-bottom: 8px;
}

.blog .text p {
    font-size: 16px;
    color: #706f6f;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.blogs {
    padding: 150px 0 100px 0;
}

section.blogs h4.section-title {
    font-size: 40px;
    font-weight: 900;
    color: #243949;
    text-align: center;
    padding: 40px 0;
}

section.blogs .btn-blog {
    border-radius: 4px;
    background-color: #243949;
    width: 190px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    transition: all ease .3s;
    cursor: pointer;
    margin: 30px auto;
}

section.blogs .btn-blog:hover {
    background-color: #35546b;
}

.sibling-fade {
    visibility: hidden;
}

.sibling-fade:hover > div {
    transform: scale(0.9);
}

.sibling-fade > div {
    visibility: visible;
    transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.sibling-fade > div:hover {
    transform: scale(1);
    transition-delay: 0ms, 0ms;
}

.references {
    background-color: #f3f3f3;
    width: 100%;
    display: flex;
    align-content: center;
}

.references .references-content {
    width: 100%;
    display: flex;
    align-items: center;
    height: 185px;
}

.references .references-content .owl-references .owl-stage-outer {
    max-width: 100%;
}

.references .references-content .owl-references .owl-item {
    opacity: 0;
    transition: .4s .1s ease all;
    transform: scale(0.9);
    pointer-events: none;
}

.references .references-content .owl-references .owl-item.active {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
    transition: .4s ease all;
}

.references .references-content .owl-references .item .img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.position-relative {
    position: relative;
}

.footer-banner {
    background-image: url("../img/footerTopBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 578px;
}

.footer-banner > .container {
    height: 100%;
}

.footer-banner > .container > .row {
    height: 100%;
}

.footer-banner img {
    position: absolute;
    height: 650px;
    
    bottom: 0;
    width: auto;
    left: -15%;
    z-index: 3;
}

.footer-banner .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    height: 100%;
    justify-content: center;
}

.footer-banner .content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
}

.footer-banner .content h1 b {
    color: #0bbcd6;
}

.footer-banner .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 50px;
}

.footer-banner .content .btn-catalog {
    border-width: 2px;
    border-color: #f3f3f3;
    border-style: solid;
    border-radius: 6px;
    width: 188px;
    height: 68px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    transition: all ease .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-banner .content .btn-catalog:hover {
    background-color: #f3f3f3;
    color: #243949;
    border-color: #243949;
}

footer {
    position: relative;
    padding: 60px 0;
}

footer:before {
    content: '';
    background-image: url(../img/footerTop.png);
    height: 27px;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

footer .footer-menu li a {
    display: block;
    color: #243949;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

footer .footer-menu li a:hover {
    font-weight: bold;
}

footer .logo {
    width: 200px;
}

footer .logo img {
    width: 100%;
}

footer .social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

footer .social a {
    display: block;
}

footer .social a:hover .icon {
    fill: #35546b;
}

footer .social a .icon {
    transition: 0.3s ease all;
    width: 38px;
    height: 38px;
    fill: #243949;
}

footer .footer-contact p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #243949;
}

footer .brand {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 0;
    bottom: -80px;
}

footer .brand span {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #999;
}

footer .brand a {
    display: inline-flex;
    width: 108px;
    height: 32px;
    background: #999;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer .brand a:hover {
    background: #76489D;
}

footer .brand a .icon {
    fill: #fff;
    width: 85.74px;
    height: 21.23px;
}

.h-100 {
    height: 100%;
}

section.page-header {
    height: 145px;
    background-color: #243949;
    position: relative;
}

section.page-header h4 {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    margin-top: -25px;
}

section.page-header .breadcrumb {
    background-image: url("../img/breadcrumb.png");
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 16px;
    z-index: 2;
}

section.page-header .breadcrumb a {
    font-weight: 400;
    color: #243949;
}

section.page-header .breadcrumb .item {
    font-weight: bold;
    color: #243949;
}

.page-header-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 314px;
}

.page-header-image.blog-header-image {
    height: 400px;
}

.text-capitalize {
    text-transform: uppercase;
}

section.page-content {
    margin-top: 30px;
}

section.page-content.corporate-page {
    margin-top: 80px;
}

section.page-content.corporate-page .item {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding: 30px;
}

section.page-content.corporate-page .item .item-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #243949;
    margin-bottom: 20px;
}

section.page-content.corporate-page .item .item-content p {
    font-size: 18px;
    color: #3c3c3b;
    line-height: 30px;
    margin-bottom: 20px;
}

section.page-content.corporate-page .item .item-content p:last-child {
    margin-bottom: 0;
}

section.page-content.contact-page {
    margin-top: 0;
}

section.page-content.contact-page .map-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

section.page-content.contact-page .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

section.page-content.contact-page .contact-info {
    padding-top: 100px;
    padding-bottom: 22%;
}

section.page-content.contact-page .contact-info .item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

section.page-content.contact-page .contact-info .item:before {
    content: '';
    width: 2px;
    position: absolute;
    left: 0px;
    background: #243949;
    top: 0px;
    height: 100%;
}

section.page-content.contact-page .contact-info .item p {
    color: #64737a;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    padding-left: 15px;
}

section.page-content.contact-page .contact-info .item p span {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}

section.page-content.contact-page .contact-info .item p a {
    display: block;
    color: #64737a;
    font-size: 14px;
    line-height: 18px;
}

section.page-content.contact-page .contact-info .item p a:hover {
    color: #243949;
}

section.page-content.contact-page .form-container {
    background-color: #f3f3f3;
    min-height: 400px;
}

section.page-content.contact-page .form-container .contact-form {
    border-radius: 4px;
    background-color: #243949;
    box-shadow: 0px 8px 6.72px 0.28px rgba(0, 0, 0, 0.2);
    padding: 30px;
    transform: translateY(-50%);
}

section.page-content.contact-page .form-container .contact-form form {
    padding-bottom: 80px;
}

section.page-content.contact-page .form-container .contact-form form .height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.page-content.contact-page .form-container .contact-form form h4 {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}

section.page-content.contact-page .form-container .contact-form form input {
    border-radius: 4px;
    background-color: white;
    box-shadow: inset 0px 1px 3.8px 0.2px rgba(0, 0, 0, 0.27);
    height: 60px;
    font-size: 16px;
    color: #575756;
    padding-left: 18px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
}

section.page-content.contact-page .form-container .contact-form form input:last-child {
    margin-bottom: 0;
}

section.page-content.contact-page .form-container .contact-form form input:focus {
    outline: none;
}

section.page-content.contact-page .form-container .contact-form form input::placeholder {
    color: #575756;
}

section.page-content.contact-page .form-container .contact-form form textarea {
    border-radius: 4px;
    background-color: white;
    box-shadow: inset 0px 1px 3.8px 0.2px rgba(0, 0, 0, 0.27);
    height: 60px;
    font-size: 16px;
    color: #575756;
    padding: 18px;
    resize: none;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    flex: 1 0 100%;
}

section.page-content.contact-page .form-container .contact-form form button {
    border: none;
    font-weight: bold;
    padding: 10px;
    display: flex;
    width: 190px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 18px;
    color: #243949;
    border-radius: 4px;
    background-color: #0bbcd6;
    flex: 1 0 60px;
}

section.page-content.contact-page .form-container .contact-form form button:hover {
    background-color: #243949;
    color: #fff;
}

section.page-content.products-page {
    padding: 100px 0;
}

section.page-content.product-page {
    padding-top: 50px;
    padding-bottom: 150px;
}

section.page-content.product-page .product-header {
    margin-bottom: 50px;
}

section.page-content.product-page .product-header h1 {
    font-size: 40px;
    color: #243949;
    font-weight: 900;
}

section.page-content.product-page .product-header h3 {
    font-size: 20px;
    color: #243949;
    font-weight: 500;
}

section.page-content.product-page .product-images {
    border-radius: 4px;
    background-color: #f3f3f3;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.page-content.product-page .product-images img {
    max-height: 90%;
}

section.page-content.product-page .detail-item {
    margin-top: 30px;
}

section.page-content.product-page .detail-item .header {
    border-radius: 4px;
    background-image: -moz-linear-gradient(80deg, #243949 0%, #243949 100%);
    background-image: -webkit-linear-gradient(80deg, #243949 0%, #243949 100%);
    background-image: -ms-linear-gradient(80deg, #243949 0%, #243949 100%);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 24px;
}

section.page-content.product-page .detail-item .header h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

section.page-content.product-page .detail-item .content ul {
    padding-top: 20px;
}

section.page-content.product-page .detail-item .content ul li {
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
    margin-bottom: 5px;
}

section.page-content.product-page .detail-item .content .responsive-table {
    display: flex;
}

section.page-content.product-page .detail-item .content .responsive-table .head {
    width: 60%;
}

section.page-content.product-page .detail-item .content .responsive-table .head .cell {
    background-color: #f3f3f3;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 20px;
    user-select: text !important;
}

section.page-content.product-page .detail-item .content .responsive-table .body {
    flex: 1;
}

section.page-content.product-page .detail-item .content .responsive-table .body .cell {
    background-color: #e5e5e5;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3c3c3b;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    user-select: text !important;
}

section.page-content.product-page .detail-item .content.img-bg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.page-content.product-page .detail-item .content.img-bg a {
    display: block;
    aspect-ratio: 1;
    margin-bottom: 24px;
}

section.page-content.product-page .detail-item .content.img-bg a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.page-content.product-page .contact-form {
    border-radius: 4px;
    background-color: #243949;
    box-shadow: 0px 8px 6.72px 0.28px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

section.page-content.product-page .contact-form form .height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.page-content.product-page .contact-form form h4 {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}

section.page-content.product-page .contact-form form input {
    border-radius: 4px;
    background-color: white;
    box-shadow: inset 0px 1px 3.8px 0.2px rgba(0, 0, 0, 0.27);
    height: 60px;
    font-size: 16px;
    color: #575756;
    padding-left: 18px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
}

section.page-content.product-page .contact-form form input:last-child {
    margin-bottom: 0;
}

section.page-content.product-page .contact-form form input:focus {
    outline: none;
}

section.page-content.product-page .contact-form form input::placeholder {
    color: #575756;
}

section.page-content.product-page .contact-form form textarea {
    border-radius: 4px;
    background-color: white;
    box-shadow: inset 0px 1px 3.8px 0.2px rgba(0, 0, 0, 0.27);
    height: 60px;
    font-size: 16px;
    color: #575756;
    padding: 18px;
    resize: none;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    flex: 0 1 100%;
}

section.page-content.product-page .contact-form form button {
    border: none;
    font-weight: bold;
    padding: 10px;
    display: flex;
    width: 190px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 18px;
    color: #243949;
    border-radius: 4px;
    background-color: #0bbcd6;
    flex: 1 0 60px;
}

section.page-content.product-page .contact-form form button:hover {
    background-color: #243949;
    color: #fff;
}

section.page-content.blogs-page {
    padding-top: 80px;
    padding-bottom: 100px;
}

section.page-content.blogs-page .blog {
    margin-bottom: 20px;
}

section.page-content.blogs-page .blog .text p {
    font-size: 15px;
}

section.page-content.blogs-page .blog:hover {
}

section.page-content.blog-page {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 0;
}

section.page-content.blog-page p {
    font-size: 18px;
    color: #3c3c3b;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: justify;
}

.pagination-custom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pagination-custom a {
    border-width: 2px;
    border-color: #878787;
    border-style: solid;
    border-radius: 4px;
    background-color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #878787;
    font-weight: 400;
}

.pagination-custom a:hover, .pagination-custom a.active {
    background-color: #35546b;
    color: #fff;
    border-color: #243949;
}

section.certificate {
    background-color: #0bbcd6;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 200px;
}

section.certificate .title {
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.certificate .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #243949;
}

section.certificate .title .owl-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.certificate .title .owl-arrows .arrow {
    cursor: pointer;
}

section.certificate .title .owl-arrows .arrow:hover .icon {
    fill: #fff;
}

section.certificate .title .owl-arrows .arrow .icon {
    width: 32px;
    height: 32px;
    fill: #243949;
    transition: all ease .3s;
}

section.certificate .owl-certificate .owl-stage-outer {
    overflow: visible;
}

section.certificate .owl-certificate .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
}

section.certificate .owl-certificate .owl-item {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
}

section.certificate .owl-certificate .owl-item.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
}

section.certificate .owl-certificate .owl-item .item .img {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
    padding-bottom: 140%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.float:hover {
    background-color:#075e54;
    color:#FFF;
}

.float svg {
    width: 50%;
}