::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #fab21a;
}
::-webkit-scrollbar-thumb:hover {
    background: #fab21a;
}
.front-logo {
    width: 72px;
    margin-left: -41px;
}
.logo {
    padding: 2px 0;
}
.services-area bg-white home-7 {
    background-color: #555;
}
.custom-sticky-logo img {
    width: 90px;
}
.author-img {
    border-radius: 50%;
    height: 128px;
    margin-right: 2rem;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    width: 128px;
    left: 41%;
}
#particles-js,
.author-img img {
    height: 100%;
    position: absolute;
}
@media screen and (max-width: 1024px) {
    .author-img {
        left: 36%;
    }
}
@media screen and (max-width: 900px) {
    .author-img {
        left: 41%;
    }
}
@media screen and (max-width: 768px) {
    .author-img {
        left: 41%;
    }
}
@media screen and (max-width: 475px) {
    .author-img {
        left: 36%;
    }
}
.author-img img {
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.backgrond {
    background-color: #a0a0a0 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:active,
.accordion-button:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}
.accordion-button::after {
    margin: auto;
}
canvas {
    display: block;
    vertical-align: bottom;
}
#particles-js {
    width: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-radius: 0 0 3px 3px;
}
#toast,
.overlay {
    background-color: #000;
    position: fixed;
    z-index: 1;
}
#toast,
.overlay-content,
.owl-dots,
.pagination {
    text-align: center;
}
.js-count-particles {
    font-size: 1.1em;
}
#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}
#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.overlay {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #000000ed;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: fit-content;
    margin: auto;
}
.overlay a {
    padding: 15px;
    text-decoration: none;
    font-size: 30px;
    color: #ffa84b;
    display: block;
    transition: 0.3s;
}
.overlay a:focus,
.overlay a:hover,
.services-about .services-footer .contact h4 a:hover {
    color: #fff;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.services-about {
    background-color: #fff;
    position: absolute;
    z-index: 1;
}
@media (max-width: 1400px) {
    .services-about {
        left: 40px;
    }
}
@media (max-width: 1350px) {
    .services-about {
        left: 20px;
    }
}
@media (max-width: 1300px) {
    .services-about {
        left: 0;
    }
}
.services-about .services-content {
    padding: 60px 30px;
}
.services-about .services-content .title-inner {
    padding-left: 20px;
}
.services-about .services-content .title-inner .content .section-title {
    color: #040404;
    font-size: 40px;
    font-weight: 700;
}
.services-about .services-content .title-inner .services-btn {
    padding-top: 20px;
}
.services-about .services-content .title-inner .services-btn .btn-service {
    color: #fab21a;
    font-size: 14px;
    font-weight: 700;
}
.services-about .services-content .title-inner .services-btn .btn-service i {
    margin-left: 10px;
}
.services-about .services-content .title-inner .services-btn .btn-service:hover {
    color: #040404;
}
.services-about .services-content .service-area {
    padding-right: 20px;
}
.services-about .services-content .service-area .service-part {
    background-color: #fff;
    padding: 40px 0;
    margin: 0;
    box-shadow: 0 0 15px 1px #e7e4e4;
    transition: 0.2s ease-in-out;
}
.services-about .services-content .service-area .service-part:hover {
    box-shadow: 0 0 15px 1px #949494;
}
.services-about .services-content .service-area .service-part .service-icon {
    padding-bottom: 20px;
}
.services-about .services-content .service-area .service-part .service-title h2 {
    color: #040404;
    font-size: 20px;
    font-weight: 700;
}
.services-about .services-footer {
    background-color: #252222;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-about .services-footer .footer-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.services-about .services-footer .contact {
    padding-top: 10px;
}
.services-about .services-footer .contact h4 {
    color: #888585;
    font-size: 26px;
    font-weight: 400;
}
.services-about .services-footer .contact h4 a {
    font-size: 30px;
    color: #fab21a;
    font-weight: 700;
    padding-left: 10px;
}
@media (max-width: 991px) {
    .services-about .services-footer .contact h4 a {
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .services-about .services-content {
        padding: 20px 30px;
    }
    .services-about .services-content .title-inner .content .section-title {
        font-size: 28px;
    }
    .services-about .services-content .service-area .service-part {
        margin: 10px;
    }
    .services-about .services-footer .contact h4,
    .services-about .services-footer .contact h4 a {
        font-size: 18px;
    }
}
.contact-page-icon {
    font-size: 24px;
    color: #ffa84b;
    margin-bottom: 1rem;
}
svg text {
    font-family: Lora;
    stroke: #ffa84b;
    font-size: 100px;
    font-weight: 700;
    stroke-width: 2;
    animation: 5s infinite alternate textAnimate;
}
@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
        fill: hsl(0, 0%, 100%);
    }
    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: hsla(189, 68%, 75%, 0%);
    }
}
.job-requirements li {
    list-style: disc;
}
@media only screen and (max-width: 767px) {
    .patterns text {
        font-size: 45px;
        stroke-width: 1;
    }
}
@media only screen and (max-width: 426px) {
    .preloader {
        top: 45%;
        left: 41%;
    }
    .about-us-area.about-area-3.home-7 .container .about-content-wrapper2 .section-title2 .sect-title2 {
        font-size: 25px;
    }
    .sect-title2 {
        font-size: 25px !important;
    }
}
.news-feed-area .news-content,
.quote {
    font-size: 14px;
}
.portfolio-details-area .img-container {
    height: 220px;
    overflow: hidden;
}
.portfolio-details-area .img-container img {
    width: 100%;
    height: auto;
}
#apply {
    background-color: #ededed !important;
}
.portfolio-area .img-container {
    height: 280px;
    overflow: hidden;
}
.portfolio-area .img-container img {
    height: 100%;
    width: auto;
}
.features-area2 .image-section,
.news-feed-area .blog__thumb {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.features-area2 .image-section img,
.news-feed-area .blog__thumb img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.news-feed-area .blog-content {
    height: 380px;
    overflow: auto;
}
@media (max-width: 769px) {
    .news-feed-area .blog__thumb {
        height: 400px;
    }
}
.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
}
.pagination > li {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #fab21a;
    text-transform: uppercase;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}
.quote,
.quote .quote-btn7 {
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    color: #fff;
}
.pagination > .active > a,
.pagination > li:hover > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #fab21a !important;
    color: #fff;
    border-color: #fab21a;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #fab21a;
}
@media (max-width: 426px) {
    .news-feed-area .blog__thumb {
        height: 230px;
        margin-bottom: 20px;
    }
    .features-area2 .image-section {
        height: 200px;
    }
}
.quote {
    background-color: #fab21a;
    padding: 15px;
}
@media (max-width: 768px) {
    .services-about .services-content .title-inner .services-btn {
        padding-bottom: 20px;
    }
    .services-about .services-footer {
        display: block;
        text-align: center;
    }
    .quote {
        padding: 14px 20px;
    }
    .quote .quote-btn7 {
        padding: 15px 20px;
    }
}
@media (max-width: 460px) {
    .quote {
        display: none;
        padding: 8px 5px;
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .quote {
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .services-about .services-footer .footer-title h3 {
        font-size: 15px;
    }
    .quote {
        display: none;
    }
}
.quote .quote-btn7 {
    font-size: 14px;
}
.quote:hover {
    background-color: #040404;
    color: #fff;
}
.contact-img-wrapper img {
    width: 100%;
}
@media (max-width: 1024px) {
    .career-img-wrapper img,
    .feature-area.home-7 .container .feature-img-wrapper3 img {
        width: auto;
        margin: auto;
        display: block;
    }
}
@media (max-width: 768px) {
    .contact-img-wrapper img {
        display: none;
    }
}
.description {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.single-services * {
    transition: 0.3s !important;
}
#toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -190px;
    color: #fff;
    border-radius: 2px;
    padding: 16px;
    left: 52%;
    bottom: 30px;
    display: inline-flex;
}
#toast span {
    margin-left: 12px;
    margin-top: 2px;
}
#toast.show {
    visibility: visible;
    -webkit-animation: 0.5s fadein, 0.5s 2.5s fadeout;
    animation: 0.5s fadein, 0.5s 2.5s fadeout;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.owl-dots {
    margin-top: -50px;
    position: relative;
    left: auto;
    bottom: auto;
}
.owl-stage-outer {
    height: 100%;
}
.sliders-active2 {
    height: 100vh;
}
@media (max-width: 1200px) {
    .sliders-active2 {
        height: auto;
    }
}

@media (max-width: 1400px) {
    
    .front-logo
     {
        width: 72px;
        margin-left: -66px;
    }
}
.wraper-mail {
    padding-right: 35px;
    width: 406px;
}
.testimonial-text {
    min-height: 121px;
}
#attached-file {
    padding: 6px;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
    height: 58px;
}





.testimonial-area.home-7 .container .contact-area .contact-process .contact-icon i:hover{
        background-color: #fab21a;
        color: #ffffff;
}
@media screen and (max-width:768px){
    .tab-pane .description p {
        font-size: 14px;
    }
}
.btn-2 {
    background: #ffa84b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 40px;
    border: 0;
    width: 100%;
    display: block;
}