﻿/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {}

section {
    padding-top: 200px;
    padding-bottom: 150px;
}

/*--------------------------------------------------------------
# Social Icon
--------------------------------------------------------------*/
#top .social-container {
    margin-top: 0px;
    margin-bottom: 15px;
}

#top .social-icons {
    padding: 0;
    list-style: none;
    margin: 1em 1em 1em 0em;
}

#top .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.5em;
}

#top .social-icons i {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 265ms ease-out;
}

#top .social-icons a {
    display: inline-block;
}

#top .social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 42px;
    height: 42px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(90deg, rgba(0, 78, 124, 1) 0%, rgba(88, 148, 167, 1) 100%);
    transition: all 265ms ease-out;
}

#top .social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

#top .social-icons a:hover i {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    color: #00b5f5;
    background: -webkit-linear-gradient(180deg, rgba(0, 78, 124, 1) 0%, rgba(88, 148, 167, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}


/*--------------------------------------------------------------
# Sections Old Title
--------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #45505b;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0563bb;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Kinetic Loader
--------------------------------------------------------------*/
.kineticBody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.kinetic {
    position: relative;
    height: 80px;
    width: 80px;
}

.kinetic::after,
.kinetic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom-color: darkslategrey;
    animation: rotateA 2s linear infinite 0.5s;
}

.kinetic::before {
    transform: rotate(90deg);
    animation: rotateB 2s linear infinite;
}

.kineticBody.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes rotateA {

    0%,
    25% {
        transform: rotate(0deg);
    }

    50%,
    75% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateB {

    0%,
    25% {
        transform: rotate(90deg);
    }

    50%,
    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(450deg);
    }
}

/*---------------------------------------
  Abaut              
-----------------------------------------*/
.about {
    background-image: url('/assets/img/LightWool.png');
}

.about .accordion .accordion-item {
    border: none;
}

.about .accordion .accordion-button {
    font-size: 22px;
    font-weight: 600;
}

.about .accordion .accordion-item .accordion-button {
    border-radius: 100px;
    border: none;
}

.about .accordion .accordion-button:not(.collapsed) {
    border-radius: 100px;
    box-shadow: none;
    color: var(--blue-minded-color);
}

.about .accordion .accordion-body {
    color: var(--grey-water);
    font-size: 16px;
    line-height: 40px;
    border: none;
    /*text-align: justify*/
}

.about .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.about .section-heading .line-dec {
    margin: 0 auto;
}

/*--------------------------------------------------------------
# skills
--------------------------------------------------------------*/
.skills .skills-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}

.skills .skills-item {
    padding: 0 0 10px 20px;
    margin-top: -2px;
    border-left: 2px solid var(--blue-minded-color);
    position: relative;
}

.skills .skills-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: var(--blue-minded-color);
    margin-bottom: 10px;
}

.skills .skills-item .h4 {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: var(--blue-minded-color);
    margin-bottom: 5px;
}

.skills .skills-item h5 {
    font-size: 18px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.skills .skills-item ul {
    padding-left: 20px;
}

.skills .skills-item ul li {
    padding-bottom: 5px;
}

.skills .skills-item:last-child {
    padding-bottom: 0;
}

.skills .skills-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #0563bb;
}

.skills .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.skills .section-heading .line-dec {
    margin: 0 auto;
}


/* Progress Skill Bar */

.skills .progress-skill {
    width: 100%;
    overflow: hidden;
    margin: 5px 5px;
    text-align: center;
}

.skills .progress-skill .progress-skill-prog {
    padding: 3px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-skill-bar {
    height: 9px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.skills .progress-skill .progress-striped .progress-skill-bar {
    background-color: #3c6e71;
    width: 100%;
    background-image: linear-gradient(45deg, #353535 25%, transparent 25%, transparent 50%, #353535 50%, #353535 75%, transparent 75%, transparent);
    animation: progressAnimationStrike 6s;
}

.skills .progress-skill span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888888;
    line-height: 17px;
    margin-bottom: 5px;
    text-align: left;
}

.skills .progress-skill .val {
    float: right;
    font-style: italic;
    margin: -20px 0 0 0;
}

/*.skills .progress-skill[data-percentage="10"] .progress-skill-prog .progress-skill-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}*/


.skills .progress-skill[data-percentage="70"] .progress-skill-prog .progress-skill-bar {
    animation: progressAnimationStrike70 2.5s linear forwards;
}

.skills .progress-skill[data-percentage="80"] .progress-skill-prog .progress-skill-bar {
    animation: progressAnimationStrike80 2.5s linear forwards;
}

.skills .progress-skill[data-percentage="90"] .progress-skill-prog .progress-skill-bar {
    animation: progressAnimationStrike90 2.5s linear forwards;
}

/*.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}*/

@keyframes progressAnimationStrike80 {
    from {
        width: 0;
    }

    to {
        width: 80%;
    }
}

@keyframes progressAnimationStrike90 {
    from {
        width: 0;
    }

    to {
        width: 90%;
    }
}

@keyframes progressAnimationStrike70 {
    from {
        width: 0;
    }

    to {
        width: 70%;
    }
}


/* 
---------------------------------------------
Experiance
--------------------------------------------- 
*/

.experiance {
    background-image: url('/assets/img/WoodPattern.png');
}

/*.experiance:before {
    content: '';
    background-image: url('/assets/img/portfolio-right-dec.jpg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 961px;
    height: 1020px;
    z-index: 0;
}*/

.experiance {
    position: relative;
    padding-top: 130px;
}

.experiance .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.experiance .section-heading .line-dec {
    margin: 0 auto;
}

.experiance .education-post {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.experiance .show-up {
    position: relative;
    z-index: 222;
}

.experiance .education-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    height: 300px;
    object-fit: cover;
}

.experiance .education-post .down-content {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.experiance .education-post .down-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #4da6e7;
    border-radius: 18px;
    display: inline-block;
}

.experiance .education-post .down-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}

.experiance .education-post .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.experiance .education-post .down-content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: justify;
}

.experiance .education-post .down-content span.author {
    font-size: 13px;
    color: #2a2a2a;
}

.experiance .education-post .down-content span.author img {
    max-width: 56px;
    border-radius: 50%;
    margin-right: 15px;
}

.experiance .education-post .down-content .border-first-button {
    /*display: inline-block;*/
    /*float: right;*/
    text-align: right;
    padding: 5px 0px 30px 0px;
}

.experiance .experiance-item {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    z-index: 2;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

.experiance .experiance-item .thumb {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.experiance .experiance-item .thumb img {
    border-radius: 23px;
    display: inline-block;
    object-fit: cover;
    max-height: 230px;
    max-width: 230px;
}

.experiance .experiance-item .right-content {
    padding: 15px;
}

.experiance .experiance-item .right-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #4da6e7;
    border-radius: 18px;
    display: inline-block;
}

.experiance .experiance-item .right-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}

.experiance .experiance-item .right-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 20px;
}

.experiance .experiance-item .right-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    line-height: 20px;
}

.experiance .experiance-item p {
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 300;
    color: var(--p-color);
}

/* 
---------------------------------------------
Project
--------------------------------------------- 
*/
.project .section-heading {
    text-align: center;
    margin-bottom: 40px;
}


.project .section-heading .line-dec {
    margin: 0 auto;
}


/*.project .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.project .section-bg {
    background-color: var(--section-bg-color);
}*/

.project .section-overlay {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.project .section-overlay+.container {
    position: relative;
}

.project .tab-content {
    background-color: white;
    border-radius: 20px;
}

.project .projectHeight {
    margin-bottom: 100px;
}

.project .nav-tabs {
    border-bottom: 1px solid #ecf3f2;
    margin-bottom: 40px;
    justify-content: center;
}

.project .nav-tabs .nav-link {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #717275;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    transition: all 0.3s;
}

.project .nav-tabs .nav-link:first-child {
    margin-right: 20px;
}

.project .nav-tabs .nav-item.show .nav-link,
.project .nav-tabs .nav-link.active,
.project .nav-tabs .nav-link:focus,
.project .nav-tabs .nav-link:hover {
    border-bottom-color: #13547a;
    color: #13547a;
}

.project .tab-content .custom-block {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    background-image: url('/assets/img/BrushedAlu.png');
}

.project .tab-content .custom-block:hover {
    background-color: #80d0c7;
    transform: translateY(-3px);
}

.project .tab-content .custom-block>a {
    width: 100%;
}

.project .tab-content .custom-block-image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.project .tab-content .custom-block .rounded-pill {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    /*width: 30px;*/
    height: 30px;
    line-height: 20px;
}

.project .tab-content .custom-block .bg-education {
    background-color: #00BFA6;
}

/*--------------------------------------------------------------
# Project -> tools
--------------------------------------------------------------*/
.project .tools {
    padding-top: 130px;
    overflow: hidden;
    position: relative;
}

.project .tools:before {
    content: '';
    /*background-image: url('/assets/img/portfolio-right-dec.jpg');*/
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    width: 414px;
    height: 861px;
    z-index: 1;
}

.project .tools:after {
    content: '';
    /*background-image: url(/assets/img/portfolio-right-dec.jpg);*/
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 677px;
    height: 759px;
    z-index: 1;
}

.project .tools .section-heading {
    margin-bottom: 80px;
}

.project .tools .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.project .tools .item {
    position: relative;
    z-index: 222;
}

.project .tools .portfolio-item {
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;

}

.project .tools .portfolio-item .thumb {
    position: relative;
    border-radius: 50px;
}

.project .tools .portfolio-item:hover .down-content h4,
.project .tools .portfolio-item:hover .down-content span {
    color: #4da6e7;
}

.project .tools .portfolio-item .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden;
}

.project .tools .portfolio-item .down-content {
    background-color: #fff;
    text-align: center;
    padding: 18px 10px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.project .tools .portfolio-item .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 8px;
    transition: all .3s;
}

.project .tools .portfolio-item .down-content span {
    font-size: 13px;
    color: #afafaf;
    transition: all .3s;
}

.project .tools .owl-nav {
    display: inline-block !important;
    position: absolute;
    top: -125px;
    right: 15%;
    max-width: 1320px;
}

.project .tools .owl-nav .owl-next {
    margin-left: 10px;
}

.project .tools .owl-nav span {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background-color: #eee;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
}

.project .tools .owl-nav span:hover {
    color: #fff;
    background-color: #4da6e7;
}


.project .tools .icon-box {
    text-align: center;
    padding: 15px 15px 15px 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden;
}

.project .tools .icon-box .icon {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;

}

.project .tools .icon-box .icon i {
    font-size: 56px;
    transition: 0.5s;
    position: relative;
}

.project .tools .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.project .tools .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

/*.project .tools .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.project .tools .icon-box h4 a {
    color: #45505b;
    transition: ease-in-out 0.3s;
}

.project .tools .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}*/

/*.project .tools .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}*/

.project .tools .iconbox-blue i {
    color: #47aeff;
}

.project .tools .iconbox-blue:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.project .tools .iconbox-black i {
    color: #000000;
}

.project .tools .iconbox-black:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-black:hover .icon path {
    fill: #000000;
}

.project .tools .iconbox-orange i {
    color: #ffa76e;
}

.project .tools .iconbox-orange:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.project .tools .iconbox-pink i {
    color: #e80368;
}

.project .tools .iconbox-pink:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.project .tools .iconbox-yellow i {
    color: #ffbb2c;
}

.project .tools .iconbox-yellow:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.project .tools .iconbox-red i {
    color: #ff5828;
}

.project .tools .iconbox-red:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.project .tools .iconbox-teal i {
    color: #11dbcf;
}

.project .tools .iconbox-teal:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

.project .tools .iconbox-green i {
    color: #6aa84f;
}

.project .tools .iconbox-green:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-green:hover .icon path {
    fill: #6aa84f;
}

.project .tools .iconbox-purple i {
    color: #674EA7;
}

.project .tools .iconbox-purple:hover .icon i {
    color: #fff;
}

.project .tools .iconbox-purple:hover .icon path {
    fill: #674EA7;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact .section-heading-contact {
    text-align: center;
    margin-bottom: 40px;

}

#contact .section-heading-contact .line-dec {
    margin: 0 auto;
}

#contact .section-heading-contact h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--red-highlight-color);
    text-transform: uppercase;
    margin-bottom: 15px;
}

#contact .section-heading-contact h4 {
    color: var(--blue-minded-color);
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

#contact .section-heading-contact h4 em {
    font-style: normal;
    color: var(--red-highlight-color)
}

#contact .section-heading-contact .line-dec {
    width: 50px;
    height: 2px;
    background-color: #4da6e7;
}

#contact .contact-dec img {
    position: absolute;
    z-index: 1 !important;
    width: 459px;
    height: 702px;
    right: 0;
    bottom: -400px;
}

#contact .contact-left-dec img {
    position: absolute;
    z-index: 1 !important;
    width: 174px;
    height: 319px;
    left: 0;
    top: 120px;
}

#contact {
    z-index: 2 !important;
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
    background-image: url('/assets/img/BrushedAlu.png');
}

#contact #map iframe {
    border-radius: 23px;
    position: relative;
    z-index: 2 !important;
}

#contact .info {
    margin-top: 30px;
    position: relative;
    z-index: 5 !important;
    display: inline-flex;
}

#contact .info span {
    opacity: 1;
    display: inline-flex;
    margin-right: 30px;
}

#contact .info span i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background: rgb(0, 78, 124, 1);
    background: var(--custom-blue-minded-color);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 15px;
}

#contact .info span a {
    color: var(--blue-minded-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}

#contact form#contact {
    margin-left: -100px;
    position: relative;
    z-index: 2 !important;
    background-image: url('/assets/img/slider-right-dec.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 60px 100px;
    border-radius: 20px;
}

#contact form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #9bdbf8;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 0px;
    margin-bottom: 10px;
}

#contact form#contact input::placeholder {
    color: #afafaf;
}

#contact form#contact .textareaContact {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100px;
    min-height: 100px;
    height: 100px;
    border-radius: 23px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 5px 10px;
    margin-top: 10px;
}

#contact form#contact .textareaContact::placeholder {
    color: #aaa;
}

#contact form#contact button {
    display: inline-block;
    background-color: var(--red-highlight-color);
    border: 1px solid var(--white-color) !important;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    transition: all .5s;
    margin-top: 1em;
}

#contact form#contact button:hover {
    background: var(--custom-blue-minded-color);
    border: 1px solid var(--white-color) !important;
}



/*--------------------------------------------------------------
# Projects - Details
--------------------------------------------------------------*/

#project-details {
    padding: 60px;
}

#project-details .project-details-slider img {
    width: 100%;
}

#project-details .project-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#project-details .project-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0563bb;
}

#project-details .project-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0563bb;
}

#project-details .project-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

#project-details .project-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#project-details .project-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

#project-details .project-info ul li+li {
    margin-top: 10px;
}

#project-details .project-description {
    padding-top: 30px;
}

#project-details .project-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#project-details .project-description p {
    padding: 0;
}

@media (max-width: 1554px) {
    #project-details {
        padding: 0px 0px 0px 0px;
    }
}

/*--------------------------------------------------------------
# SingIn (Login) & SingOut (LogOut)
--------------------------------------------------------------*/

#SingInUp .all {
    box-sizing: border-box;
}

#SingInUp .body {
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    padding: 130px 0 0px 0;
    overflow: hidden;
    margin: 0;
    position: relative;
}

#SingInUp .panelImageSingIn {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 55vh;
    width: 55vh;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    flex: 0.5;
    margin: 0px;
    position: relative;
}

#SingInUp .container08SingIn {
    background: var(--custom-blue-minded-color);
    padding: 20px 40px;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    height: 55vh;
}

#SingInUp .container08SingIn h1 {
    text-align: center;
    margin-bottom: 30px;
}

#SingInUp .container08SingIn a {
    text-decoration: none;
    color: lightblue;
}

#SingInUp .container08ForgotPassword {
    background: var(--custom-green-color);
    padding: 20px 40px;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    height: 55vh;
}

#SingInUp .container08ForgotPassword h1 {
    text-align: center;
    margin-bottom: 30px;
}

#SingInUp .container08ForgotPassword a {
    text-decoration: none;
    color: lightblue;
}

#SingInUp .container08ResetPassword {
    background: var(--custom-amalfy-color);
    padding: 20px 40px;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    height: 55vh;
}

#SingInUp .container08ResetPassword h1 {
    text-align: center;
    margin-bottom: 30px;
}

#SingInUp .container08ResetPassword a {
    text-decoration: none;
    color: lightblue;
}

#SingInUp .panelImageSingUp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 55vh;
    width: 55vh;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    flex: 0.5;
    margin: 0px;
    position: relative;
}

#SingInUp .container08SingUp {
    background: rgb(33, 46, 49);
    background: linear-gradient(90deg, rgba(33, 46, 49, 1) 0%, rgba(146, 65, 60, 1) 24%, rgba(193, 73, 64, 1) 41%);
    padding: 20px 40px;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    height: 55vh;
}

#SingInUp .container08SingUp h1 {
    text-align: center;
    margin-bottom: 30px;
}

#SingInUp .container08SingUp a {
    text-decoration: none;
    color: lightblue;
}

#SingInUp .btn08 {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: lightblue;
    padding: 15px;
    font-family: inherit;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
}

#SingInUp .btn08:focus {
    outline: 0;
}

#SingInUp .btn08:active {
    transform: scale(0.98);
}

#SingInUp .text {
    margin-top: 30px;
}

#SingInUp .form-control08 {
    position: relative;
    margin: 5px 0 30px;
    width: 300px;
}

#SingInUp .form-control08 .input08 {
    background-color: transparent !important;
    border: 0;
    border-bottom: 2px #fff solid;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
}

#SingInUp .form-control08 .input08:focus,
#SingInUp .form-control08 .input08:valid {
    outline: 0;
    border-bottom-color: lightblue;
}

#SingInUp .form-control08 label {
    position: absolute;
    top: 15px;
    left: 0;
}

#SingInUp .form-control08 label span {
    display: inline-block;
    font-size: 18px;
    min-width: 5px;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#SingInUp .form-control08 .input08:focus+label span,
#SingInUp .form-control08 .input08:valid+label span {
    color: lightblue;
    transform: translateY(-30px);
}

#SingInUp .form-control08 .spanResetPassword {
    position: fixed;
    top: 16.5em;
    font-size: 18px
}

@media screen and (max-width: 1401px) {
    #SingInUp .form-control08 .spanResetPassword {
        top: 12.5em;
    }
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacy {
    padding: 130px 0px 10px 0px;
    font-family: var(--body-font-family);
}

.privacy p {
    text-align: justify;
    padding: 5px 0px 10px 0px;
}

.privacy h1 {
    color: var(--red-highlight-color)
}

.privacy h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--blue-minded-color)
}

.privacy h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.privacy h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.privacy ul p {
    padding: 0px 0px 10px 0px;
}

.privacy ul p strong {
    font-weight: 600;
}

.privacy ul li {
    margin: 0px 0px 10px 50px;
    list-style-type: square;
    font-weight: 300;
    font-family: var(--body-font-family);
    font-size: 15px;
}

.privacy ul li strong {
    font-weight: 600;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 6;
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/

/* Overlay Styles */
.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    /* Behind the popup but in front of other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Semi-transparent black */
    pointer-events: none;
}

/* Cookie Banner Styles */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    z-index: 1001;
    /* Above the overlay */
    display: none;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for better visibility */
}


.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-link {
    color: var(--white-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.cookie-link:hover {
    text-decoration: underline !important;
    color: var(--custom-dark-grey) !important;
}

.cookie-button {
    background-color: #4CAF50;
    border: none;
    color: var(--white-color);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-button:hover {
    background-color: #45a049;
}

/* Cookie Settings Popup Styles */
.cookie-popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1002;
    /* Above the overlay */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    /* Darker semi-transparent black */
    padding: 20px;
}

.cookie-popup-content {
    background-color: #fff;
    margin: 6% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-popup-close {
    color: #666;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.cookie-popup-close:hover,
.cookie-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cookie-popup h2 {
    padding-bottom: 5px;
}

.cookie-popup p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.cookie-popup form {
    display: flex;
    flex-direction: column;
}

.cookie-popup label {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    display: flex;
    vertical-align: middle;
}

.cookie-popup input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #4CAF50;
    /* Modern styling for checkboxes */
    visibility: hidden;
}

.cookie-popup button[type="submit"] {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    align-self: flex-end;
    margin-top: 15px;
}

.cookie-popup button[type="submit"]:hover {
    background-color: #388E3C;
}

.cookie-left {
    align-items: center;
}

#cookie-form *::before,
#cookie-form *::after {
    content: '';
    position: absolute;
}

#cookie-form {
    padding-top: 10px;
}

#cookie-form .toggle-wrapper {
    flex: 1 1 calc(100% / 3);
    /*min-height: 50vh;*/
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}

@media (max-width: 960px) {
    #cookie-form .toggle-wrapper {
        flex: 1 1 calc(100% / 2);
    }
}

@media (max-width: 770px) {
    #cookie-form .toggle-wrapper {
        flex: 1 1 100%;
        padding-top: 30px;
    }
}

#cookie-form .toggle-wrapper:nth-child(1) {
    background: #dec387;
}

#cookie-form .toggle-wrapper:nth-child(2) {
    background: #de8797;
}

#cookie-form .toggle-wrapper:nth-child(3) {
    background: #87aade;
}

#cookie-form .toggle-wrapper:nth-child(4) {
    background: #c5de87;
}

#cookie-form .toggle-wrapper:nth-child(5) {
    background: #87ded2;
}

#cookie-form .toggle-wrapper:nth-child(6) {
    background: #c487de;
}

#cookie-form .toggle-wrapper:nth-child(7) {
    background: #de8787;
}

#cookie-form .toggle-wrapper:nth-child(7) .toggle {
    transform: translate(-40px, 40px);
}

#cookie-form .toggle-wrapper:nth-child(8) {
    background: #decf87;
}

#cookie-form .toggle-wrapper:nth-child(8) .toggle {
    transform: translate(-40px, 40px);
}

#cookie-form .name {
    position: absolute;
    margin: 10px;
}

@media (max-width: 770px) {
    #cookie-form .name {
        position: relative !important;
    }
}

#cookie-form .toggle {
    position: relative;
    display: inline-block;
}

#cookie-form label.toggle-item {
    width: 4em;
    background: #2e394d;
    height: 2em;
    display: inline-block;
    border-radius: 50px;
    margin: -30px 0px 0px 20px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;
}

#cookie-form label.toggle-item::before {
    display: block;
    transition: all .2s ease;
    width: 2.3em;
    height: 2.3em;
    top: .25em;
    left: .25em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
}

#cookie-form .checkcross label::before {
    content: none;
}

#cookie-form .checkcross .check {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: #8BC34A;
    transition: .4s ease;
    top: 4.1px;
    left: 4.5px;
}

#cookie-form .checkcross .check::before,
.checkcross .check::after {
    height: 4px;
    border-radius: 10px;
    background: #fff;
    transition: .4s ease;
}

#cookie-form .checkcross .check::before {
    width: 14px;
    transform: rotate(-45deg) translate(-3px, 11px);
}

#cookie-form .checkcross .check::after {
    width: 8px;
    transform: rotate(45deg) translate(10px, 6px);
}

/*Necessary Cookies*/
#cookie-form #accept-necessary-cookies:not(:checked)+label .check {
    left: 32px;
    transform: rotate(360deg);
    background: #c34a4a;
}

#cookie-form #accept-necessary-cookies:not(:checked)+label .check::before {
    width: 16px;
    transform: rotate(-45deg) translate(-4px, 9px);
}

#cookie-form #accept-necessary-cookies:not(:checked)+label .check::after {
    width: 16px;
    transform: rotate(45deg) translate(9px, 4px);
}

/*Analytics Cookies*/
#cookie-form #accept-analytics-cookies:not(:checked)+label .check {
    left: 32px;
    transform: rotate(360deg);
    background: #c34a4a;
}

#cookie-form #accept-analytics-cookies:not(:checked)+label .check::before {
    width: 16px;
    transform: rotate(-45deg) translate(-4px, 9px);
}

#cookie-form #accept-analytics-cookies:not(:checked)+label .check::after {
    width: 16px;
    transform: rotate(45deg) translate(9px, 4px);
}

/*Marketing Cookies*/
#cookie-form #accept-marketing-cookies:not(:checked)+label .check {
    left: 32px;
    transform: rotate(360deg);
    background: #c34a4a;
}

#cookie-form #accept-marketing-cookies:not(:checked)+label .check::before {
    width: 16px;
    transform: rotate(-45deg) translate(-4px, 9px);
}

#cookie-form #accept-marketing-cookies:not(:checked)+label .check::after {
    width: 16px;
    transform: rotate(45deg) translate(9px, 4px);
}

#cookie-form .toggle-wrapper .disabled-toggle {
    pointer-events: none;
    opacity: 0.8;
}

#cookie-form p {
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 10px 10px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
.footer-dec {
    width: 100%;
    margin-top: 160px;
}

footer {
    /*margin-top: -50px;*/
    z-index: 2;
    position: relative;
}

footer .footer-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
    text-align: center;
}

footer .aboutFooter .logo {
    display: inline-flex;
}

footer .aboutFooter .logo img {
    float: left;
    width: 80%;
    display: inline-block;
    line-height: 50px;
    padding-left: 1em;
}

footer .aboutFooter .logo a {
    width: 50%;
}

footer .aboutFooter {
    padding: 0;
    list-style: none;
    margin: 0em;
    text-align: center !important;
}

footer .aboutFooter .footer-social-icons li {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    margin-top: 0.5em;
}

footer .aboutFooter .footer-social-icons i {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 265ms ease-out;
}

footer .aboutFooter .footer-social-icons a {
    display: inline-block;
}

footer .aboutFooter .footer-social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, rgba(0, 78, 124, 1) 0%, rgba(88, 148, 167, 1) 100%);
    transition: all 265ms ease-out;
}

footer .aboutFooter .footer-social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

footer .aboutFooter .footer-social-icons a:hover i {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    color: #00b5f5;
    background: -webkit-linear-gradient(45deg, rgba(0, 78, 124, 1) 0%, rgba(88, 148, 167, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

footer .footer-item ul li {
    display: block;
    /*margin-bottom: 12px;*/
}

footer .footer-item ul li:last-child {
    margin-bottom: 0px;
}

footer .footer-item ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s;
}

footer .footer-item ul li a:hover {
    color: #ff695f;
}

footer .footer-item p {
    font-size: 15px;
    color: #afafaf;
    margin-top: -5px;
}

footer .footer-item form {
    background-color: #03a4ed;
    height: 46px;
    border-radius: 23px;
    position: relative;
    margin-top: 15px;
}

footer .footer-item form input {
    line-height: 46px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
    outline: none;
}

footer .footer-item form input::placeholder {
    color: #fff;
}

footer .footer-item form button {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
}

footer .copyright {
    border-top: 1px solid #eee;
}

footer .copyright .fotterUl li {
    padding: 0px 10px 0px 5px;
}

footer .copyright p {
    /*text-align: center;*/
    /*border-top: 1px solid #eee;*/
    color: #afafaf;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px 0px;
    font-weight: 300;
}

footer .copyright p a {
    color: #ff695f;
}