
.bg-gray {
    background-color: #f8f8f8;
}
.company-info-box {
    padding-bottom: 65px;
}
.our-mission p,
.our-vision p {
    text-align: justify;
}
.our-mission .about-content-box {
    padding-right: 20px;
}
.our-vision .about-content-box {
    padding-left: 20px;
}
.services-detail .services-detail-content p {
    text-align: justify;
    padding-right: 25px;
}

.services ul {
    padding-left: 25px;
}

.services ul li {
    line-height: 1.8;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
}
.services-overview ul li:before {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 8px;
    font-size: 10px;
    line-height: 3;
    content: '\f00c';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    display: inline-flex;
    margin-right: 13px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #3d56a8;
    color: #fff;
}
.career-overview {
    margin-bottom: 45px;
}
.nice-select {
    line-height: 60px !important;
}
.label-cv {
    line-height: 60px !important;
}
.contact-page-map {
    margin-bottom: -80px;
}
.contact-us-section {
    padding-left: 30px;
}
.image-single, .image-gallery {
    margin-bottom: 25px;
}
.image-gallery {
    position: relative;
}
.image-gallery .gallery-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: auto;
    bottom: 0px;
    background-color: #fff;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all ease-in-out 0.45s;
}
.image-gallery .gallery-main:hover .gallery-caption {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.45s;
    transform: translateY(0);
    
}
.video-gallery .image-single {
    position: relative;
}
.video-gallery .image-single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
}




.image-single {
    position: relative;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 32px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #fff;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 25px solid var(--blue-dark);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    margin-left: 5px;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: var(--blue-dark);
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.terms-content h3 {
    margin-top: 25px;
}
.terms-content ul {
    padding-left: 35px;
}
.terms-content ul li {
    line-height: 1.8;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
}
.terms-content ul li:before {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 8px;
    font-size: 10px;
    line-height: 3;
    content: '\f00c';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    display: inline-flex;
    margin-right: 13px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #3d56a8;
    color: #fff;
}
.main-btn.btn-small {
    padding: 5px 15px;
    margin-top: 10px;
}


@media only screen and (max-width: 991px) {
    .contact-information-style-one .information-wrapper .information-item {
        flex-direction: column;
        padding: 30px 5px;

    }
    .contact-information-style-one .information-wrapper {
        padding: 60px 5px;
    }
    .contact-information-style-one .information-wrapper .information-item {
        border-top: none;
        /* border-right:  2px solid var(--red-dark); */
    }
    .contact-information-style-one .information-cta {
        border-right: none;
        text-align: center;
    }
    .information-item.mb-40 {
        margin-bottom: 0 !important;
    }
    .cta {
        padding-right: 7px !important;
        padding-left: 7px !important;
        border-right:  2px solid var(--red-dark);

    }
    .contact-information-style-one .information-cta {
        margin-bottom: 45px;
    }
    .contact-us-section {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 576px) {
    .our-vision .about-content-box {
        padding-left: 0;
    }
    .our-mission .about-content-box {
        padding-right: 0;
    }
    .services-overview {
        padding: 0 10px;
    }
    .services.pt-80 {
        padding-top: 50px !important;
    }
    .services-detail .services-detail-content p {
        padding-right: 0;
    }
    .services p {
        text-align: justify;
    }
    .services ul {
        padding-left: 10px;
    }
    .contact-area.pt-80 {
        padding-top: 55px;
    }
    .faq-accordian .card .card-header a {
        font-size: 18px;
        padding: 15px 25px;
    }
    .faq-accordian .card .card-header a[aria-expanded]:after {
        width: 45px;
        height: 45px;
    }
    .terms-section .terms-content {
        padding: 0 10px;
        text-align: justify;
    }
    .terms-section .terms-content ul {
        padding-left: 10px;
    }
    .cta {
        border-right: none;
        border-bottom: 2px solid var(--red-dark);
    }
    .header-top-bar .sm-none {
        display: none;
    }
    .theme-header-one .header-top-bar .top-left ul li:after {
        display: none;
    }
    .theme-header-one .header-top-bar .top-left ul {
        display: flex;
        justify-content: space-between;
    }
    .hero-wrapper-one .hero-content h1 {
        line-height: 40px;
    }
    .fancy-about-one.pt-130 {
        padding-top: 50px !important;
    }
}
.job-section .pricing-item {
    /* display: flex;
    justify-content: space-between; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    align-items: center;
}
.job-section .pricing-item:hover {
    margin-top: 0;
}
.job-section .pricing-title p {
    margin-top: 5px;
    line-height: 1.5;
}
.job-section .pricing-price {
    display: flex;
    justify-content: space-between;
}
/* .job-section .job-detail {
    columns: 2;
} */
.post {
    margin-bottom: 15px;
}
.job-section .job-categories {
    display: flex;
    /* justify-content: space-between; */
    gap: 25px;
    margin-bottom: 10px;
}
.job-section .job-detail li {
    position: relative;
    padding-left: 30px;

}
.job-section .job-categories h3, h3.job-title {
    font-weight: 400 !important;
    font-size: 18px;
}

.job-section .job-detail li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 8px;
    font-size: 8px;
    line-height: 3;
    content: '\f00c';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    display: inline-flex;
    margin-right: 13px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #3d56a8;
    color: #fff;

}

.modal-body .contact-form  form .form_control {
    height: 60px;
    background-color: rgba(20, 29, 56, 0.05);
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title);
    transition: all .3s;
}
.modal-body .contact-form form textarea.form_control{
    padding-top: 15px;
    height: 150px;
}
.available-title {
    margin-bottom: 25px;
}


@media only screen and (max-width: 600px) {
    h2.post {
        font-size: 24px;
        margin-bottom: 7px;
    }
    .job-section .job-categories {
        flex-direction: column;
        gap: 0px;
    }
    .job-section .job-categories h3, .job-section .job-categories h5, .pricing-title h3 {
        font-size: 16px;
    }
    .job-section .job-categories p, .job-detail li {
        font-size: 14px;
    }
    .job-section .pricing-item {
        padding: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .newsletter-wrapper {
        margin-top: -107px !important;
    }
}
@media only screen and (max-width: 992px) {
    .newsletter-content-box {
        margin-bottom: 25px;
        text-align: center;
    }
    .newsletter-content-box .icon {
        display: none;
    }
    .newsletter-content-box .content {
        width: 100%;
    }
}

.block-style-one .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.services-overview ul {
    columns: 2;
    width: 100%;
}

.services-overview p strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.services-detail-content p {
    font-size: 20px;
}

.fixed-button {
    position: fixed;
    bottom: 35px;
    left: 0;
}

.fixed-button .whats-app, .fixed-button .viber {
    width: 45px;
    height: 45px;
    padding: 5px 7px;
    text-align: center;
    background-color: #3d56a8;
    line-height: 35px;
    margin-bottom: 1.5px;
    position: relative;
}

.fixed-button a .icon {
    font-size: 20px;
    color: #fff;
}

.fixed-button a .hover-text {
    line-height: 45px;
    left: 40px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    transition-duration: 0.5s;
    background-color: #3d56a8;
    z-index: 1;
    opacity: 0;
    top: 0;
    color: #fff;
}

.fixed-button a:hover>.hover-text {
    visibility: visible;
    left: 47px;
    opacity: 1;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .services-overview ul {
        columns: 1;
        width: 100%;
    }
    
    .footer-flex {
        justify-content: center;
    }
}



.justify-image {
    float: left;
    width: 450px;
    height: auto;
    margin-right: 45px;
}

.justify-text .section-title {
    font-size: 28px;
    font-weight: 600;
}

.justify-text {
    padding-top: 25px;
}

.extra-margin {
    margin-top: -85px;
}

.section-title .new-title {
   font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}

.list-under-company {
    text-align: left;
    columns: 2;
    list-style-type: decimal;
    padding: 20px 35px;
}

.list-under-company li::marker {
    padding-right: 7px;
    display: inline-block;
    font-weight: 600;
    color: #3d56a8;
}

.list-under-company li span {
    padding-left: 7px;
}

.history-style-one .history-content-box .content-box {
    padding: 0;
}

.padding-text {
    padding: 35px 40px;
}

.padding-text p {
    margin-bottom: 18px;
}

.history-content-slider .slick-dots {
    padding-bottom: 45px;
    padding-left: 45px;
}

.services-overview .valley-detail li:before {
    font-size: 8px;
    width: 15px;
    height: 15px;
}

.valley-obj-list {
    list-style-type: circle;
}

.history-style-one .history-content-box .year-box {
    background-color: #3d56a8;
    padding: 25px 57px;
}

.services-overview .small-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1200px) {
    .justify-text {
        padding-top: 10px;
    }

}


@media only screen and (max-width: 992px) {
    .list-under-company li {
        padding-right: 15px;
    }

    .justify-image {
        float: none;
        margin: 0 auto;
        margin-bottom: 45px;
    }


    .fancy-about.mb-40 {
        margin-bottom: 0 !important;
    }

    .justify-image {
        width: auto;
        height: auto;
    }
    
    .section-title .new-title {
        font-size: 32px;
    }
    

}

.history-style-one .history-content-box .content-box.new-padding {
    padding: 45px 60px;
}

.content-box.new-padding .history-content-slider .slick-dots {
    padding: 0;
}


@media only screen and (max-width: 767px) {
    .list-under-company {
        columns: 1;
    }

    .list-under-company li {
        padding-right: 5px;
    }

    .history-style-one .history-content-box .year-box {
        padding: 20px 40px;
    }

    .about-team.pt-80 {
        padding-top: 25px !important;
    }
    

}

