*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.no-img img {
    display: none !important;
}

#innerStatic ul {
    padding-left: 2rem;
    list-style: initial;
}

/* innerSection */
#innerStatic img.fr-dib{
    width: 100%;
}
.lisenziyalar img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.d-grid.lisenziyalar {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

#slider_bottom_section {
    background: #eee;
}

.slider_bottom {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

.bottom_slider_card img {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    transition: .4s all ease;
}

.bottom_slider_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: #eee;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 1.1rem;
    color: #30528c;
    transition: .4s all ease;
    min-height: 145px;
}

.bottom_slider_card:hover {
    background: #72afc2;
    color: #fff;
}

.bottom_slider_card:hover img {
    transform: translateY(-.25rem);
    filter: brightness(0) invert(1);
}

.big-right.services .header_project_card h3 {
    color: #72afc2;
    font-size: 17px;
    text-align: center;
}

.big-right.about{
    grid-template-columns: 50% 50%;
}
.big-right.about img{
    height: 100%;
}
.header_project_card h3 {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*
 *  Custom Scrollbar for bigdropmenu
 */

.white-box {
    padding: 35px;
    border-radius: 16px;
    background-color: #eee;
    color: #000;
}

.serbox-img {
    height: 555px;
    position: relative;
}

.serbox-img img {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
}
.serbox-img::before {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/ramka.png) !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 555px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(1) !important;
    z-index: 2 !important;
}



.serbox-img::before {
    background-image: none !important;
    border-width: 23px !important;
    border-style: solid !important;
    border-color: #a5a4a4 #bebebe #a5a4a4 #bebebe !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.serbox-article {
    height: 80px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.white-box p {
    color: gray;
    font-weight: 400;
    /* height: 80px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.white-box span {
    color: white;
    background: #df4947;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.serbox-title {
    overflow: hidden;
}

.white-box h2 {
    margin-bottom: 50px !important;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.white-box img {
    width: 50%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.inner-left img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.speedbar {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #72afc2;
}

.speedbar a {
    color: #000;
}

.speedbar i {
    font-size: 14px;
    opacity: .5;
    color: #000;
}

.left-static img {
    display: none;
}

.right-static {
    height: 365px;
}

.right-static img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.static-contents.iso img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: .5rem;
}

.static-contents.gallery,
.project-imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}

.project-imgs > div,
.project-imgs > p {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .static-contents, .project-imgs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .static-contents,
     .project-imgs {
        grid-template-columns: repeat(1, 1fr);
    }
}

.static-contents.gallery a,
.project-imgs a {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.static-contents.gallery a:hover img,
.project-imgs a:hover img {
    transform: scale(1.2) rotate(10deg);
}

.static-contents.gallery a::after,
.project-imgs a::after {
    content: "";
    background: #50505082;
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: 1s all ease;
}

.static-contents.gallery a:hover::after,
.project-imgs a:hover::after {
    height: 100%;
}

.static-contents.gallery a::before,
.project-imgs a::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
    opacity: 0;
    transition: 1s all ease;
}

.static-contents.gallery a:hover::before,
.project-imgs a:hover::before {
    opacity: 1;
}

.static-contents.gallery img,
.project-imgs img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    transition: .6s all ease;
    cursor: pointer;
}

.bigger-container {
    padding: 0 12rem;
}

.error-text {
    text-align: center;
    color: #fff;
    background: #867878;
    border-radius: .2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: .9rem;
    padding: .5rem;
}

.inner-contents {
    line-height: var(--line-height);
    padding: 3rem 0;
}

.speedbar {
    padding-top: 3rem;
}

.inner-contents.feedback {
    padding: 3rem 0 0 0;
}

.feed-icon svg {
    width: 40px;
    height: 40px;
    fill: #72afc2;
}

.feed-info {
    display: flex;
    gap: 1rem;
}

.feed-info h2 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: .5rem;
}

.feed-info p {
    color: #626262;
}

.feed-details a {
    color: #000;
}

.form-section textarea {
    height: 200px;
    width: 100%;
    outline: none;
    border: 1px solid #eaeaea;
    resize: none;
    border-radius: .2rem;
    font-size: 14px;
    padding: .5rem 1rem;
}

.form-section input {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: .2rem;
    color: #626262;
    padding: .5rem 1rem;
    outline: none;
    font-size: 14px;
}

.form-section h2.sectionTitle {
    font-size: 40px;
}

.form-section {
    padding: 3rem 4rem;
    background: #f8f9f9;
    border-radius: 10px;
    box-shadow: -3px -2px 26px -14px rgba(0, 0, 0, .35);
    border: 1px solid #eaeaea;
    background-image: url(/img/city.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.form-section button {
    background: #72afc2;
    color: #fff;
    display: inline-block;
    padding: 1.2rem 3rem;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    transition: .6s all ease;
    border: 1px solid transparent;
    width: 180px;
    letter-spacing: 1.2px;
    font-size: 1.1rem;
}

.form-section button:hover {
    width: 100%;
    border: 1px solid #72afc2;
    color: #000;
    background: transparent;
}

ul.sideBar {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 15px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

ul.sideBar li {
    list-style: none !important;
}

ul.sideBar li.active-link,
.blog-sidebar li.active-link{
    order: -1;
}

ul.sideBar li a:hover:before,
ul.sideBar li a:hover,
ul.sideBar li.active-link a:before,
ul.sideBar li.active-link a {
    color: #72afc2;
}

ul.sideBar li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    transition: all 0.5s ease-out;
}

ul.sideBar li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    transition: all 0.5s ease-out;
}

ul.sideBar li a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    transition: all 0.5s ease-out;
}

#innerFull .sectionTitle {
    font-size: 22px;
}

#innerFull ul {
    padding-left: 2rem;
}

#innerFull ul li,
#innerFull ol li{
    list-style: initial;
}

.inner-right {
    position: sticky;
    top: 10rem;
}

.blog-full-content {
    text-align: justify;
}

.blog-full-content h2 {
    font-size: 1.5rem;
}

.blog-full-content img {
    width: 100%;
    height: 400px;
    border-radius: .5rem;
    margin-bottom: 1rem;
    object-fit: cover;
}

.blog-sidebar {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}

.blog-sidebar li {
    height: 100px;
    list-style: none !important;
}

.blog-sidebar h2 {
    font-weight: 600;
    font-size: 15px;
    max-width: 90%;
}

.blog-sidebar span {
    font-size: 13px;
    color: #626262;
}

.blog-sidebar span svg {
    width: 14px;
    height: 14px;
    fill: #626262;
    margin-right: 10px;
}

.blog-sidebar img {
    width: 95px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
    transition: .6s all ease;
}

.blog-sidebar a {
    display: inline-flex;
    align-items: center;
    color: #000;
    width: 100%;
    height: 100%;
}

.blog-sidebar li a {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
    transition: .6s all ease;
}

.blog-sidebar li a:hover {
    background: #eee;
    padding: 1.5rem 1rem;
    border-radius: .5rem;
}

.blog-sidebar li a:hover img {
    transform: scale(1.1);
}

.blog-sidebar li.active-link a {
    color: #72afc2;
}

/* innerSection end */

:root {
    --line-height: 1.4;
}

body {
    overflow-x: hidden;
}

body.manualModalOpen {
    overflow: hidden;
}

.price-request {
    display: inline-block;
}

.manualModalOpen::after {
    content: '';
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 999;
    overflow: hidden;
}

.price-request-button {
    color: #fff;
    display: flex;
    column-gap: .3rem;
    justify-content: center;
    font-size: 1.125rem;
    align-items: center;
    border-radius: .75rem;
    transition: all .3s;
    border: none;
    background-color: transparent;
    padding: .5rem
}

.price-request-button-text {
    display: none;
    line-height: 1;
    vertical-align: middle
}

.price-request-icons-box {
    position: relative
}

.price-request-btn-img {
    width: 1.625rem
}

.price-request-btn-img:not(.dark) {
    display: none
}

.price-request-count {
    position: absolute;
    background-color: #f5a41c;
    border-radius: 50%;
    color: #fff;
    font-size: 0.563rem;
    font-weight: 700;
    width: 1rem;
    height: 1rem;
    right: -0.25rem;
    top: -0.25rem
}

.price-request-count > .pr-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%, -50%);
    line-height: 1;
    display: table
}

@keyframes pre-AnimIn {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes pre-AnimOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.price-request_holder {
    width: fit-content;
    min-width: 40%;
    padding: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1001;
    transform: translateX(100%);
    animation: pre-AnimOut .5s ease both
}

.price-request-modal.close {
    visibility: hidden;
    transition: visibility .3s
}

.price-request-modal.open .price-request_holder {
    animation-name: pre-AnimIn
}

.price-request-content {
    height: 100%
}

#prem-sendmail {
    overflow-y: scroll;
    background-color: #fff;
    height: 100%;
    padding: 1rem 2rem;
}

#prem-sendmail::-webkit-scrollbar { width: .45rem }

#prem-sendmail::-webkit-scrollbar-track { background-color: transparent; }

#prem-sendmail::-webkit-scrollbar-thumb {
    background-color: #999;
    transition: all .3s;
    border-radius: .32rem
}

#prem-sendmail::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.prem-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prem-form-title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
}

.prem-modal-close-btn {
    padding: 0;
    line-height: 1;
    margin: 0;
    color: #333;
}

.prem-modal-close-btn > svg {
    fill: #333;
    width: 1.3rem;
}

.prem-form-head {
    padding: 1rem 0;
    border-bottom: 1px solid #72afc2;
}

.prem-contact-form-input, #prem-contact-form-message {
    width: 100%;
    padding: .8rem;
    height: 3rem;
    border-radius: .5rem;
    color: #212121;
    border: 1px solid #d7dde3;
    background-color: #fcfcfc;
} 

.prem-contact-form-input:focus, #prem-contact-form-message:focus {
    outline: #ffca28;
    border-color: #ffca28;
}

.prem-label {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.prem-form-body {
    padding-top: 1.5rem;
}

.prem-contact-inputGroup {
    margin-bottom: 1rem;
}

.prem-contact-form-submit {
    cursor: pointer;
    background-color: #72afc2;
    color: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 20px 53px -18px #72afc2;
    box-shadow: 0 20px 53px -18px #72afc2;
    height: 3.5rem;
    transition: .3s ease-in-out;
    padding-inline: 1.6rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    outline: none;
}

#prem-contact-form-product {
    appearance: none;
}

#prem-contact-form-message {
    height: 5rem;
}

.header-top {
    /*background-color: #2d2d2d;*/
    padding: 1rem 0;
}

.langs svg,
.share svg,
.location svg {
    fill: #72afc2;
    width: 15px;
    height: 15px;
}

.langs {
    display: flex;
    /*gap: .5rem;*/
}

.langs span,
.share span,
.location span {
    color: #fff;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-size: .9rem;
}

.langs ul,
.share ul {
    padding-left: .5rem;
}

header.sticky .langs ul li a,
header#not-main .langs ul li a{
    color: #000;
}

.langs ul li a {
    color: #fff;
    transition: .6s all ease;
}

.langs ul li a:hover {
    color: #72afc2;
}

.share {
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.share ul li a svg {
    width: 18px;
    height: 18px;
    transition: .6s all ease;
}

.share ul li a:hover svg {
    fill: #72afc2;
}

.location svg {
    width: 15px;
    height: 15px;
}

.location {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: .5rem;
}

.header-sticky .header-top {
    height: 0;
}

.header-top {
    height: 50px;
    transition: .6s all ease;
}

header {
    padding: 1rem 0;
    top: 0;
    background: transparent;
    backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    z-index: 5;
    transition: .6s all ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.sticky,
header#not-main{
    background: #fff;
    backdrop-filter: none;
}

.ham-menu {
    display: none;
    transform: translateX(200%);
    transition: all 0.5s ease 0s;
}

.ham-menu ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ham-menu a {
    width: 100%;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: .5rem;
}

.logo img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}
.logo.white_logo img{
    filter: sepia(100%) brightness(200%) contrast(1000%);
-webkit-filter: sepia(100%) brightness(200%) contrast(1000%);
-moz-filter: sepia(100%) brightness(200%) contrast(1000%);
}
header.sticky .navbar > ul > li > a,
header#not-main .navbar > ul > li > a{
    color: #000;
}
header.sticky .logo.white_logo img{
    filter: none;
-webkit-filter: none;
-moz-filter: none;
}
.navbar > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 15px;
    padding: 10px 0 20px;
}

.big-left {
    width: 40%;
    /* border-right: 1px solid #262626; */
}

.big-right:not(.xidmetler) {
    width: 65%;
    border-left: 1px solid #262626;
    padding-left: 2rem;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    max-height: 400px;
    overflow: auto;
    /*gap: 15px;*/
}

.big-right.xidmetler {
    width: 60%;
    border-left: 1px solid #262626;
    padding-left: 2rem;
    overflow: auto;
}

.big-right.xidmetler .big_right_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.big-right.projects{
    grid-template-columns: inherit;
}
.big_right_img {
    text-align: center;
    margin: 0 auto 1rem auto;
    width: 100%;
    padding: 0 30px 0 10px;
}

.big-right.about {
    display: grid;
    /*flex-direction: column;*/
    justify-content: space-between;
    max-height: 100%;
    padding: 0 0 0 1rem;
}

.big_right_iso,
.big_right_sertifikatlar{
    display: none;
    width: 60%;
    border-left: 1px solid #262626;
    padding-left: 5rem;
    overflow: auto;
}

.big-right.services {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    display: grid;
}

.bitmisler,
.davameden {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.big_right_iso,
.big_right_sertifikatlar{
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.big-right img {
    width: 100%;
    min-width: 250px;
    height: 100%;
    margin-right: 1rem;
    border-radius: .7rem;
    object-fit: cover;
    /*padding-left: 5rem;*/
    float: left;
    transition: .5s all ease;
}

.big-right.projects img{
    width: 100%;
    height: 247px;
    width: 100%;
    border: 1px solid #72afc2;
    position: relative;
    object-fit: cover;
    margin-bottom: 10px;
    margin-right: 0;
}

.big_right_iso img,
.big_right_sertifikatlar img {
    width: 100%;
    height: 347px;
    width: 100%;
    border: 1px solid #72afc2;
    position: relative;
    object-fit: cover;
    margin-bottom: 10px;
    margin-right: 0;
}

.big_right_iso .serbox-img::before,.big_right_iso .serbox-img::before,.big_right_iso .serbox-img::before {
    background-image: none !important;
    border-width: 23px !important;
    border-style: solid !important;
    border-color: #a5a4a4 #bebebe #a5a4a4 #bebebe !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.big_right_iso .serbox-img{
    height: 253px;
}
.big_right_iso .serbox-img::before,.big_right_iso .serbox-img::before,.big_right_iso .serbox-img::before {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/ramka.png) !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 253px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(1) !important;
    z-index: 2 !important;
}
.davameden.active,
.bitmisler.active {
    display: grid;
}


.big_right_text {
    line-height: 1.4;
    color: #000;
    font-size: 15px;
}

.bigdropmenu ul li a {
    color: #262626;
    display: inline-flex;
    width: 100%;
    transition: .4s all ease;
    padding: 1rem 0;
    justify-content: space-between;
}

.bigdropmenu ul li a i {
    margin-right: 1.1rem;
}

.bigdropmenu ul li a:hover {
    color: #72afc2;
    background: #eee;
    padding: 1rem;
}

.bigdropmenu ul li a.active {
    color: #72afc2;
    background: #eee;
    padding: 1rem;
}


/*.bigdropmenu i {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    font-size: 21px;*/
/*    cursor: pointer;*/
/*}*/

.navbar ul:not(.langs ul) > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background-color: #000;
    bottom: -2px;
    height: 2px;
    transition: .6s all ease;
}

.navbar ul:not(.langs ul) > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 2px;
    bottom: -2px;
    background-color: #72afc2;
    transition: .6s all ease;
    transition-delay: .3s;
}

.big-left a::after,
.big-left a::before {
    display: none;
}

.navbar ul > li > a:hover::before,
.navbar ul > li > a:hover::after {
    width: 100%;
}

.drop-menu {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    visibility: hidden;
    text-align: center;
    padding: 20px 5px;
    opacity: 0;
    width: fit-content;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: .6s all ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header .navbar ul > li:hover .bigdropmenu {
    opacity: 1;
    visibility: visible;
}

.bigdropmenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: .4s all ease;
    padding: 40px 0;
    min-height: 300px;
}

.bigdropmenu.active {
    opacity: 1;
    visibility: visible;
}

.drop-menu > li {
    border-bottom: 1px solid #eaeaea;
}

header .navbar {
    position: unset;
}

header .navbar > ul > li {
    /*position: relative;*/
}

header .navbar > ul > li > .drop-menu a {
    color: #000;
    display: inline-block;
    width: 100%;
}

header .navbar > ul > li:hover .drop-menu{
    visibility: visible;
    opacity: 1;
}

.navbar ul li button {
    background-color: #72afc2;
    color: #fff;
    padding: .8rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
    border: none;
    font-size: .9rem;
    border: 1px solid transparent;
    transition: .6s all ease;
    -webkit-animation: inf-pulse 1s;
    -moz-animation: inf-pulse 1s;
    -o-animation: inf-pulse 1s;
    animation: inf-pulse 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 18px transparent;
    border-radius: .2rem;
}

@keyframes inf-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #72afc2;
        -moz-box-shadow: 0 0 0 0 #72afc2;
        -o-box-shadow: 0 0 0 0 #72afc2;
        box-shadow: 0 0 0 0 #72afc2;
    }
}

.navbar ul li button:hover {
    background-color: transparent;
    border-color: #72afc2;
    color: #000;
}

/* slider section start */

#slider .swiper {
    height: 100vh;
}

#slider {
    position: relative;
}

/* .swiper-slide.swiper-slide-next .swiper-content {
    transform: translateY(-100%);
}

.swiper-slide.swiper-slide-prev .swiper-content {
    transform: translateY(100%);
}

.swiper-slide.active {
    transform: translateY(0);
} */

#slider .swiper-slide::before,
#secondSlider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(rgb(45 45 45 / 62%) 0%, rgb(45 45 45 / 44%) 100%);
}

.swiper-content {
    position: absolute;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.swiper-content span {
    font-size: 25px;
}

.swiper-content h2 {
    font-size: 55px;
    font-weight: 600;
    max-width: 75%;
}

.swiper-content p {
    font-size: 30px;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
    position: unset;
    width: unset;
}

#slider .swiper-button-prev,
#slider .swiper-rtl .swiper-button-next {
    left: auto;
}

#slider .swiper-button-next,
#slider .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 14%;
}

#slider .swiper-button-next:after,
#slider .swiper-button-prev:after {
    font-size: 19px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 1rem 1.2rem;
    transition: .6s all ease;
}

#slider .swiper-button-next:hover::after,
#slider .swiper-button-prev:hover::after {
    background-color: transparent;
    border: 2px solid #72afc2;
    color: #fff;
}

#slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-navs {
    position: absolute;
    top: 80%;
    display: flex;
    gap: 2rem;
}

/* slider end */

#about,
#services,
#projects,
#blogs,
#partnors {
    padding: 4rem 0;
}

#services,
#blogs,
#partnors {
    background-color: #eee;
}

.blogs-title a,
.services-title a,
.projects-title a {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #72afc2;
    padding-bottom: 2px;
    color: #000;
    font-size: 15px;
}

/* about start */

.left-about {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.left-about span {
    color: #266867;
    letter-spacing: 1.1px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

h2.sectionTitle {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 3rem;
}

h2.sectionTitle::after {
    content: "";
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background-color: #72afc2;
    animation: titleAnimation 10s infinite;
}

@keyframes titleAnimation {
    0% {
        width: 80px;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 80px;
    }
}

.left-about img,
.right-about img {
    /* margin-top: 1rem; */
    border-radius: .8rem;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.right-about h3 {
    font-size: 20px;
    font-weight: 600;
}

.right-about p {
    color: #8b8b8b;
    line-height: var(--line-height);
}

.right-about a {
    font-size: 18px;
    border-bottom: 2px solid #72afc2;
    color: #000;
    font-weight: 600;
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom: 2rem;
}

.advantages-cards {
    padding-top: 5rem;
}

.adv-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.adv-icon {
    width: 100px;
    border-right: 1px solid #bcbcbc;
    height: 100%;
    padding-right: 1.5rem;
}

.adv-icon img {
    width: 70px;
    height: 70px;
}

.adv-infos {
    display: flex;
    flex-direction: column;
    /*text-align: center;*/
}

.adv-infos h4 {
    line-height: 1.4;
    color: #72afc2;
    font-size: 20px;
    font-weight: 600;
}

.adv-infos p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

#secondSlider {
    position: relative;
    height: 88vh;
    background: url(/img/slidersecondphoto.png)center/cover fixed;
}

.second_content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.second_content h3 {
    font-size: 80px;
    font-weight: 600;
}

.second_content a {
    color: #fff;
    background: #72afc2;
    padding: 1rem 2rem;
    border-radius: .7rem;
}

#secondSlider .swiper {
    height: 100%;
    width: 100%;
}

/* services start */

.services-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medicsec-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    min-height: 490px;
    background: #fff;
}

.medicsec-img {
    position: relative;
    overflow: hidden;
    height: 265px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.medicsec-img a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.medicsec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.medicsec-icon {
    position: absolute;
    bottom: 30px;
    left: 35px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.medicsec-icon img {
    max-width: 36px;
    height: 100%;
    object-fit: contain;
}

.medicsec-content {
    background-color: #fff;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.medicsec-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.medicsec-title a {
    font-size: 17px;
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.medicsec-content p {
    color: #c8c8c8;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.medicsec-button a {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    background: #F0F4FF;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #72afc2;
}

.medicsec-button i {
    font-size: 16px;
    margin-left: 10px;
    color: #72afc2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.medicsec-button a::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #72afc2;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
}

.medicsec-card:hover .medicsec-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.medicsec-card:hover .medicsec-icon {
    background-color: #72afc2;
}

.medicsec-card:hover .medicsec-icon img {
    filter: brightness(0) invert(1);
}

.medicsec-button a:hover,
.medicsec-button a:hover i{
    color: #fff;
}

.medicsec-button a:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* services end */

/* projects start */

.project-card {
    height: 310px;
    position: relative;
}

.project-card img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
}

.project-content {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    transition: .6s all ease;
    border-top-right-radius: .3rem;
    /*border-bottom-right-radius: .3rem;*/
    width: 75%;
    min-height: 105px;
    justify-content: center;
}

.project-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.project-content p {
    color: #626262;
    font-size: 14px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*-webkit-line-clamp: 1;*/
}

.project-card:hover .project-content {
    bottom: 1rem;
    left: 1rem;
    border-radius: .3rem;
}

#partnors img {
    width: 100%;
}

.ref {
    line-height: 80px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    max-width: 180px;
    height: 120px;
    font-weight: 700;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3;
    margin: 0 auto;
    margin-bottom: 30px;
}

.ref span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #cbcedb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ref img {
    width: 80%;
    object-fit: cover;
    height: 80%;
    padding: 10px;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}

.ref:hover {
    color: #eee;
    z-index: 2;
}

.ref:hover span {
    width: 225%;
    height: 562.5px;
}

.blogs-title h4 {
    text-transform: uppercase;
    color: #266867;
    letter-spacing: 2px;
}

.blogs-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.blogs-title h2.sectionTitle {
    margin-bottom: 0;
}

.blog-img img {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    transition: .6s all ease;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}

.blog-card::after{
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    position: absolute;
    opacity: 0;
    transition: .6s all ease;
    border-radius: 1rem;
}

.blog-card:hover::after {
    opacity: 1;
}

.blog-card:hover .blog-content {
    left: 0;
    margin-left: auto;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 1;
}

.blog-card:hover img {
    position: absolute;
    left: 0;
    clip-path: none;
    border-radius: 1rem;
    width: 100%;
}

.blog-content {
    justify-content: space-between;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 50%;
    height: 100%;
    padding: 1rem 2rem;
    transition: .6s all ease;
}

.blog-card {
    display: flex;
    height: 300px;
    background-color: #F2FAFF;
    border-radius: 1rem;
    flex: 1 1 500px;
    position: relative;
}

.blog-img {
    width: 50%;
    height: 100%;
}

.blog-content h2 {
    font-weight: 600;
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content h3 {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-bottom: 1.5rem;
}

.blog-card:hover .blog-content h3:after {
    width: 100%;
}

.blog-content h3::after {
    content: "";
    transition: 2s all ease;
    bottom: -15px;
    left: 0;
    background-color: #72afc2;
    width: 200px;
    height: 3px;
    position: absolute;
}

.blog-content p {
    line-height: var(--line-height);
    font-size: 15px;
    color: #c8c8c8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-content span {
    color: #72afc2;
    font-size: 13px;
    font-weight: 600;
    text-align: end;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    transition: 1s all ease;
}

.blog-card:hover .blog-content span {
    padding: .5rem 1rem;
    background-color: #72afc2;
    color: #fff;
    border-radius: 1rem;
}

.blog-content a {
    color: #fff;
    padding: .2rem .8rem;
    background: #72afc2;
    width: fit-content;
    font-size: 15px;
    border-radius: 1rem;
    transition: 1s all ease;
    margin-left: auto;
}

.blog-card:hover .blog-content a {
    padding: .5rem 1rem;
}

/* call to action */

#call-to-action {
    padding-block: 3rem;
    background: url(https://visilean.com/wp-content/uploads/2022/10/Site-Engineer-scaled.jpg) bottom center / cover no-repeat;
    min-height: 40.333rem;
    position: relative;
}

#call-to-action::before {
    content: '';
    background-color: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.42629551820728295) 45%, rgb(0 0 0 / 31%) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.call-to-action-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.call-to-action-title h2 {
    font-size: 2.667rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 3px 5px #555;
}

.call-to-action-title h2 span {
    color: #72afc2;
}

.call-to-action-form input {
    width: 100%;
    padding: 0.467rem 0.667rem;
    border: 0.133rem solid transparent;
    border-radius: 0.267rem;
    outline: none;
    background-color: #f5f5f5;
    transition: 0.6s all ease;
    border-radius: 0.667rem;
    padding: 1.133rem;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 3px 10px;
}

.call-to-action-form textarea {
    border-radius: 0.667rem;
    outline: none;
    padding: 1.333rem;
    border: 0.133rem solid transparent;
    transition: .6s all ease;
    background-color: #f5f5f5;
    resize: none;
}

.call-to-action-form input[type="submit"] {
    background-color: #72afc2;
    color: #fff;
    transition: .6s all ease;
    font-size: 1.267rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.call-to-action-form input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

/* call to action end */

/* footer start */

footer {
    background-color: #050505;
}

.rv-1-footer-top {
    padding: 120px 0 90px;
}

.rv-6-footer-top {
    overflow: hidden;
}

ul.rv-6-footer-widget__links {
    max-width: 70%;
    line-height: 1.4;
}

.rv-6-footer-top__row {
    justify-content: space-between;
}

.rv-1-footer__about .logo {
    margin-bottom: 13px;
}

.rv-1-footer__about-txt {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 27px;
    line-height: 1.4;
}

.rv-1-socials {
    display: flex;
    gap: 6px;
}

.rv-1-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, .5);
}

.rv-1-socials a:hover svg {
    fill: #fff;
}

.rv-1-socials svg {
    transition: .4s all ease;
    fill: rgba(255, 255, 255, .5);
    padding: 10px;
}

footer .has-anim::before,
footer .has-anim .to-animate {
    content: "";
    position: absolute;
    inset: 0;
    border: solid rgba(255, 255, 255, .1);
    border-width: 0 1px 0 1px;
    height: calc(100% + 240px);
    top: 50%;
    translate: -25px -50%;
    z-index: -1;
}

footer .has-anim .to-animate {
    background: linear-gradient(to top, #72afc2, transparent);
    width: 1px;
    height: 50px;
    border: none;
    animation: strokePosition 15s linear forwards infinite;
}

footer .has-anim .to-animate.reverse {
    background: linear-gradient(to bottom, #72afc2, transparent);
    animation: strokePosition 15s linear reverse infinite;
    right: 0;
    left: auto;
}

.rv-1-footer-widget__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

@keyframes strokePosition {
    0% {
        top: -140px;
    }

    100% {
        top: calc(100% + 240px);
    }
}

.rv-1-footer-widget li {
    margin-bottom: 13px;
}

.rv-1-footer-widget li,
.rv-1-footer-widget li a,
.rv-1-footer-nwsltr a{
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    font-weight: 300;
    transition: .6s ease;
}

.rv-1-footer-widget li:hover,
.rv-1-footer-widget li a:hover,
.rv-1-footer-nwsltr a:hover {
    color: #fff;
}

footer .has-anim:last-child .to-animate {
    left: auto;
    right: 0;
}

.rv-1-footer-widget__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.rv-6-footer-nwsltr__form .nwsltr-top {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 18px;
}

.rv-6-footer-nwsltr__form .nwsltr-top>* {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
}

.rv-6-footer-nwsltr__form input {
    width: 100%;
}

.rv-6-footer-nwsltr__form button i {
    opacity: 60%;
    padding-right: 6px;
}

.rv-6-footer-nwsltr__checkbox {
    padding-top: 20px;
}

.rv-6-footer-nwsltr__checkbox input {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-right: 10px;
}

.rv-6-footer-nwsltr__checkbox label,
.rv-6-footer-nwsltr__checkbox a {
    color: rgba(255, 255, 255, .5);
}

.rv-6-footer-nwsltr__checkbox a {
    -webkit-text-decoration: 1px underline rgba(255, 255, 255, .5);
    text-decoration: 1px underline rgba(255, 255, 255, .5);
}

.rv-2-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 45px 0;
}

.rv-1-copyright {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.rv-2-footer__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.rv-2-footer__nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.rv-2-footer__nav a:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

footer .has-anim {
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 991px) {
    
    .blog-content h3::after,
    .call-to-action-content{
        width: 100%;
    }
    
    .blog-content h2 {
        font-size: 21px;
    }
    
    .header-top {
        display: none;
    }
    
    #slider .swiper {
        height: 100vh;
    }
    
    video {
        height: 100%;
        object-fit: cover;
    }
    
    .swiper-content h2 {
        font-size: 50px;
    }
    
    .swiper-content p {
        font-size: 16px;
    }
    
    .line {
        height: 2px;
        background: #fff;
        width: 36px;
    }
    
    .ham-menu {
        display: block;
    }
    
    header {
        position: fixed;
        width: 100%;
        z-index: 3;
        height: 86px;
    }
    
    .ham-menu.active {
        transform: translateX(0px);
        background-color: #fff;
        height: 100vh;
        width: 100%;
        padding: 3rem 1rem;
        margin-left: auto;
        overflow: auto;
    }
    
    .left-about img {
        padding-bottom: 1rem;
    }
    
    .services-title,
    .projects-title,
    .blogs-title{
        flex-direction: column;
        gap: .5rem;
    }
    
    .blogs-title {
        gap: 2rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    
    h2.sectionTitle {
        font-size: 30px;
        margin-bottom: 1.5rem;
    }
    
    .blogs-title h2.sectionTitle {
        margin-bottom: 0;
    }
    
    .call-to-action-title h2 {
        font-size: 1.3rem;
    }
    
    .rv-1-footer-top {
        padding: 50px 0;
    }
    
    .rv-1-footer__about-txt {
        padding-top: 1rem;
    }
    
    footer .has-anim::before, footer .has-anim .to-animate {
        display: none;
    }
    
    .rv-2-footer__nav {
        justify-content: center;
    }
}





