@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    overflow-wrap: break-word;
}

body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(152, 153, 151);
    -webkit-font-smoothing: antialiased;
    background-color: rgb(5, 14, 2);
}

.icone{
	font-size: 48px;
	color: rgb(161, 238, 114);
}

.menulogo{
	width: 80%;	
}

.linksiteseblog:hover{
	color: #8378ff;
}

p {
    margin-bottom: 15px;
}

img {
    width: 100%;
    height: auto;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

span:hover,
a:hover {
    text-decoration: none;
    color: rgb(152, 153, 151);
}

b {
    color: rgb(161, 238, 114);
    font-weight: 400;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(242, 255, 234);
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.section-padding {
    padding: 100px 0px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.bd-bottom {
    border-bottom: 1px solid rgba(161, 238, 114, 0.08);
}

.bd-top {
    border-top: 1px solid rgba(161, 238, 114, 0.08);
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: rgb(5, 14, 2);
}

::-webkit-scrollbar-thumb {
    background: rgb(41, 41, 41);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(41, 41, 41);
}

::-webkit-selection {
    color: rgb(5, 14, 2);
    background: rgb(161, 238, 114);
}

::selection {
    color: rgb(5, 14, 2);
    background: rgb(161, 238, 114);
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgb(5, 14, 2);
    top: 0px;
    left: 0px;
}

.site-preloader-wrap .spinner {
    background-color: rgb(161, 238, 114);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    animation: 1s ease-in-out 0s infinite normal none running sk-scaleout;
}

@-webkit-keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.benja-side-content {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.content-lines {
    position: absolute;
    left: 33.6667%;
    right: 33.6667%;
    height: 100%;
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
}

.header {
    min-height: 100vh;
    position: relative;
}

.header.video {
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    animation-delay: 0.2s;
    letter-spacing: 15px;
}

.header .caption h1 {
    font-size: 75px;
    color: rgb(5, 14, 2);
    animation-delay: 0.6s;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header .caption p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    color: rgb(5, 14, 2);
    animation-delay: 1s;
}

.header .caption p span {
    text-transform: uppercase;
    margin: 0px 5px;
    padding-right: 15px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0px;
}

.header .caption p span:last-child::after {
    display: none;
}

.header .caption p span::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgb(161, 238, 114);
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 0.5;
}

.header .caption .btn {
    animation-delay: 1.2s;
}

.hero-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
}

.hero-section img {
    display: block;
    height: 150px;
    border-radius: 50%;
    margin: 0px auto;
    width: 150px !important;
}

.hero-section #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.hero-content h1 {
    border-radius: 1rem;
    color: rgb(161, 238, 114);
    display: inline-block;
    font-weight: 700;
    padding: 1rem;
    text-transform: capitalize;
}

.hero-content h4 {
    color: rgb(221, 221, 221);
}

.hero-content h2 {
    font-size: 24px;
    color: rgb(221, 221, 221);
}

.hero-content h2 span {
    color: rgb(131, 120, 255);
}

.hero-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}

.hero-social li {
    height: 35px;
    width: 35px;
    background-color: rgb(131, 120, 255);
    border-radius: 0.5rem;
    text-align: center;
    color: rgb(6, 16, 3);
    line-height: 38px;
    margin-bottom: 10px;
}

.about-section {}

.about-content {}

.about-bg img {
    width: 100%;
    border-radius: 0.5rem;
}

.about-bg {
    position: relative;
}

.about-bg .dots {
    position: absolute;
    width: 340px;
    height: 340px;
    left: -20px;
    bottom: -20px;
    opacity: 0.7;
    background-color: rgb(131, 120, 255);
    border-radius: 0.5rem;
    z-index: -1;
}

.profile-info {
    margin-bottom: 30px;
}

.profile-info li {
    line-height: 35px;
}

.profile-info li span {
    font-weight: 600;
    width: 100px;
    letter-spacing: 0px;
    color: rgb(152, 153, 151);
    position: relative;
    margin-right: 10px;
}

.profile-info li span::after {
    content: ":";
    position: absolute;
    right: 0px;
    top: 0px;
}

.resume-section {}

.exp-list {}

.exp-list li {
    margin-bottom: 40px;
}

.exp-list li:last-child {
    margin-bottom: 0px;
}

.exp-date {
    margin-bottom: 10px;
}

.exp-date i {
    background-color: rgb(131, 120, 255);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgb(5, 14, 2);
    display: inline-block;
    margin-right: 10px;
    border-radius: 0.25rem;
}

.exp-date span {}

.exp-content {}

.skill-items .skill-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.skill-items .skill-item:last-child {
    margin-bottom: 0px;
}

.skill-items .skill-item .progress {
    height: 10px;
    background-color: rgba(161, 238, 114, 0.13);
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible;
    z-index: -1;
}

.skill-items .skill-item .progress,
.skill-items .skill-item .progress .progress-bar {
    border-radius: 2px;
}

.skill-items .skill-item .progress .progress-bar {
    line-height: 5px;
    background-color: rgb(161, 238, 114);
    position: relative;
    overflow: visible;
}

.skill-items .skill-item .progress .progress-bar span {
    background-color: rgb(161, 238, 114);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0.25rem;
    font-family: Teko, sans-serif;
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(5, 14, 2);
    z-index: 1;
}

.skill-items .skill-item .progress .progress-bar span::before {
    background-color: rgb(161, 238, 114);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    line-height: 20px;
    border-radius: 0.25rem;
    transform: scale(1.5);
    text-align: center;
    z-index: -1;
    outline: rgb(161, 238, 114) solid 1px;
    outline-offset: 2px;
}

.services-item {
    background-color: rgb(12, 34, 6);
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0.5rem;
	width: 100%;
}

.services-item:hover {
    box-shadow: rgba(64, 1, 4, 0.1) 0px 50px 100px 0px, rgba(248, 99, 107, 0.004) 0px -6px 0px 0px;
    transition: all 0.2s ease-in-out 0s;
}

.services-item .dots {
    background-color: rgb(161, 238, 114);
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
    border-radius: 0.5rem;
}

.services-item:hover .dots {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.3s ease-in-out 0s;
    left: -10px;
    top: -10px;
}

.services-item i {
    color: rgb(161, 238, 114);
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}

.services-item h3 {
    font-size: 36px;
}

.services-item p {
    margin-bottom: 0px;
}

.portfolio-box {
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.portfolio-content::before {
    background-color: rgba(12, 34, 6, 0.933);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
}

.portfolio-box:hover .portfolio-content::before {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
}

.portfolio-content h3 {
    margin-bottom: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out 0s;
}

.portfolio-box:hover h3 {
    transform: translateY(0px);
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
}

.portfolio-content h3 a {
    font-family: Ubuntu, sans-serif;
    display: block;
    font-size: 28px;
    color: rgb(160, 237, 114);
    text-align: center;
}

.portfolio-content a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.portfolio-filter {
    display: block;
}

.portfolio-filter li {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    color: rgb(152, 153, 151);
    font-size: 18px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
}

.portfolio-filter li a {
    display: inline-block;
}

.portfolio-filter li::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -3px;
    left: 50%;
    width: 0px;
    height: 3px;
    background: rgb(161, 238, 114);
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0.25rem;
}

.portfolio-filter li.active::before,
.portfolio-filter li:hover::before,
.portfolio-filter li:focus::before,
.portfolio-filter li:active::before {
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-filter li:hover,
.portfolio-filter li:focus,
.portfolio-filter li:active,
.portfolio-filter li.active {
    cursor: pointer;
    color: rgb(160, 237, 113);
}

.testimonial-section {}

.testimonial-item {
    padding-top: 100px;
    padding-bottom: 20px;
}

.testimonial-carousel.owl-carousel .owl-controls {
    margin-top: 40px;
}

.testimonial-innter {
    background: rgb(5, 14, 2);
    text-align: center;
    padding: 40px;
    position: relative;
    box-shadow: rgba(29, 7, 90, 0.06) 0px 4px 20px 0px;
}

.testimonial-item .testi-thumb img {
    height: 80px;
    border-radius: 50%;
    margin: 0px auto;
    outline: rgb(160, 237, 113) solid 2px;
    outline-offset: 5px;
    width: 80px !important;
}

.testimonial-item .testi-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -40px;
}

.testi-content {
    margin-top: 20px;
}

.testi-content h4 {
    display: block;
}

.testi-content h4 span {
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: rgb(161, 238, 114);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(161, 238, 114);
}

.cta-section {
    background-color: rgb(131, 120, 255);
    background-size: cover;
}

.cta-section .default-btn {
    background-color: rgb(5, 14, 2);
    color: rgb(255, 255, 255);
}

.cta-section .default-btn::before {
    background-color: rgb(5, 14, 2);
}

.cta-section .default-btn:hover {
    color: rgb(255, 255, 255);
}

.cta-section h3 {
    color: rgb(5, 14, 2);
}

.contact-header {
    margin-bottom: 45px;
}

.contact-address {
    padding: 20px;
    background-color: rgb(12, 34, 6);
    border: 1px solid rgba(161, 238, 114, 0.1);
    border-radius: 10px;
    text-align: start;
    max-width: 450px;
}

.location-map #map {
    margin-inline-end: auto;
    height: 350px;
    width: 100%;
}

@media (min-width: 992px) {
    .location-map #map {
        margin-top: 0px;
    }
}

.location-map #map iframe {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.location-map p {
    margin: 20px 0px;
}

.location-map span {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.location-map a {
    color: rgb(147, 161, 166);
}

.location-map a:hover {
    color: rgb(161, 238, 114);
}

.contact-form-wrapper .contact-form p {
    max-width: 550px;
}

.contact-form-wrapper .contact-form h5 {
    font-family: Ubuntu, sans-serif;
}

.contact-form-wrapper .contact-form form.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
}

.contact-form-wrapper .contact-form form.comment-form input[type="text"],
.contact-form-wrapper .contact-form form.comment-form [type="email"] {
    color: rgb(255, 255, 255);
    padding: 15px;
    border: 1px solid rgba(161, 238, 114, 0.1);
    background: rgb(12, 34, 6);
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    border-radius: 0.5rem;
}

@media (min-width: 576px) {
    .contact-form-wrapper .contact-form form.comment-form input[type="text"],
    .contact-form-wrapper .contact-form form.comment-form [type="email"] {
        width: calc(50% - 10px);
    }
}

.contact-form-wrapper .contact-form form.comment-form input[type="text"]:focus,
.contact-form-wrapper .contact-form form.comment-form [type="email"]:focus {
    border: 1px solid rgb(161, 238, 114);
}

.contact-form-wrapper .contact-form form.comment-form textarea {
    color: rgb(255, 255, 255);
    background: rgb(12, 34, 6);
    border: 1px solid rgba(161, 238, 114, 0.1);
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
}

.contact-form-wrapper .contact-form form.comment-form textarea:focus {
    border: 1px solid rgb(161, 238, 114);
}

.contact-form-wrapper .contact-form form.comment-form .default-btn {
    outline: none;
    border: 0px;
}

.footer-section {
    text-align: center;
    background-color: rgb(0, 0, 0);
}

.footer-top img {
    width: 20%;   
    margin-bottom: 20px;
}

.footer-social a {
    height: 35px;
    width: 35px;
    background-color: rgb(131, 120, 255);
    border-radius: 0.5rem;
    text-align: center;
    color: rgb(6, 16, 3);
    line-height: 38px;
    margin-right: 10px;
}

.footer-social a:hover i {
    color: rgb(160, 237, 113);
}

.footer-bottom {
    border-top: 1px solid rgb(12, 34, 6);
    padding: 15px 0px;
}

.footer-bottom p {
    margin-bottom: 0px;
}

.default-btn {
    background-color: rgb(161, 238, 114);
    color: rgb(5, 14, 2);
    line-height: 55px;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 0.25rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.default-btn::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgb(131, 120, 255);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    z-index: -1;
}

.btn-style-2 {
    background: rgb(255, 255, 255);
}

.default-btn:hover {
    color: rgb(5, 14, 2);
}

.default-btn:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.default-btn i {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .mobile-navigation {
        display: inline-block;
    }
    #primary-navigation {
        display: none;
    }
    .benja-side-content>.logo h1 {
        color: rgb(5, 14, 2);
        font-weight: 400;
        margin: 0px;
        font-size: 30px;
    }
    .benja-side-content>.logo h1 span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .sm-padding {
        padding: 15px 0px;
    }
    .mb-50 {
        margin-bottom: 50px;
    }
    .about-bg .dots {
        display: none;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0px !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 45px;
        line-height: 1.2em;
    }
    .services .feat-item.active .text-center {
        padding-top: 50px;
        margin-top: 0px;
    }
    .about .tab-content .image {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 50px 0px 0px;
    }
    .benja-side-content>.logo h1 {
        color: rgb(5, 14, 2);
        font-weight: 400;
        margin: 0px;
        font-size: 30px;
    }
    .benja-side-content>.logo h1 span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .row {
        margin: 0px;
    }
    .xs-padding {
        padding: 15px;
    }
    .section-padding {
        padding: 60px 0px;
    }
    .benja-side-content>.logo img {
        max-width: inherit;
        max-height: 30px;
        width: auto;
    }
    .benja-side-content>.logo h1 {
        color: rgb(5, 14, 2);
        font-weight: 400;
        margin: 0px;
        font-size: 30px;
    }
    .benja-side-content>.logo h1 span {
        display: none;
    }
    .hero-social {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: translateY(0px);
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .hero-social li {
        display: inline-block;
        margin: 0px 10px;
    }
    .contact-form {
        margin-bottom: 15px;
    }
    .cta-section,
    .cta-section .text-right {
        text-align: center !important;
    }
}

@media screen and (max-width: 580px) {
    footer {
        text-align: center;
    }
    .footer-social {
        margin-top: 14px;
        text-align: center !important;
    }
    .footer-social a {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 480px) {
    .header .caption h4 {
        font-size: 15px;
        line-height: 1.75em;
    }
    .header .caption h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
    .benja-side-content>.logo img {
        max-width: inherit;
        max-height: 30px;
        width: auto;
    }
    .benja-side-content>.logo h1 {
        color: rgb(5, 14, 2);
        font-weight: 400;
        margin: 0px;
        font-size: 30px;
    }
    .benja-side-content>.logo h1 span {
        display: none;
    }
    .header .caption p {
        font-size: 15px;
        font-weight: 400;
        color: rgb(238, 238, 238);
        word-spacing: 2px;
        animation-delay: 1s;
    }
}