button:focus{
    outline: none;
}
.contact-info-area .contact-items .contact-info i {
    color:  #39606f;
}

.about-area .content h3, .video-area .fa-play {
    color:  #39606f;
}

.footer-bottom li a{
    color: #fff; 
}

.btn-ods-color{
    background-color: #39606f;
    border: 2px solid #39606f !important;
}

.site-heading h2::before {
    background: #39606f none repeat scroll 0 0;
}

.site-heading h2::after {
    background: #39606f none repeat scroll 0 0;
}

.ogp-area .container-fluid .og-item.item-grey{
    background-color: #e9e9e9;
}
.ogp-area .container-fluid .og-item.item-grey h4, .ogp-area .container-fluid .og-item.item-grey p{
    color: #000;
}
.ogp-area .container-fluid .og-item:not(.item-grey) img{
    filter: brightness(100);
}

.ogp-area .content-fluid .og-item.item-grey{
    background-color: #e9e9e9;
}
.ogp-area .content-fluid .og-item.item-grey h4, .ogp-area .content-fluid .og-item.item-grey p{
    color: #000;
}
.ogp-area .content-fluid .og-item:not(.item-grey) img{
    filter: brightness(100);
}

.ogp-area .content-fluid .content {
     padding: 67px 40px 64px;
}

 .ogp-area .content-fluid .og-item {
     background-color: #1c1c1c;
     display: table-cell;
     float: none;
     vertical-align: middle;
}

.content-fluid > .row{
	max-width: unset;
}

.hero-slider-wrapper .slider-text p {
    color: #fff;
}

.services-items .pricing-item:hover i{
    color: #00a37b;
}

.services-items .pricing-item{
    box-shadow: none;
}

.services-items .pricing-item li i {
    padding-left: 0px;
    color: #00a37b;
    font-size: 14px;
    margin-bottom:0;
    padding-top: 14px;
}

.services-items .pricing-item li:hover i {
    color: #00a37b;
}

.services-items .pricing-item{
    padding-left: 0;
    padding-right: 0;
}

.services-items .pricing-item li {
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
}

.services-items .pricing-item ul{
    display: block;
}

.price-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.navigation ul, .company-nav ul{
    text-align: right;
}

.navigation h4, .company-nav h4{
    text-align: right;
}

.price-content {
    width: 35%;
    background-color: #fff;
    padding: 30px 36px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 13px 20px #F0F2F4;
}

.price-content ul {
    padding-left: 0;
    margin-top: 30px;
}

.price-content li {
    list-style-type: none;
}

.price-content h2,
.price-content p {
    text-align: center;
}

.price-content span {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.price-content h2 {
    margin-top: 0;
    color: #4b4b4b;
    font-size: 20px;
    font-weight: bold;
}

.price-content p {
    font-size: 40px;
    font-weight: 700;
    color: #39606f;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.price-content ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
}

.price-content ul li:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    top: 4px;
    left: -19px;
    background-image: url(../images/right-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.price-content .p-icons {
    text-align: center;
}

.price-content .p-icons img {
    width: 60%;
}

.price-content .price-notes {
    margin-top: auto;
}

.price-content .price-notes p {
    font-size: 14px;
    font-style: italic;
}

.price-btns {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.price-btns button {
    background: transparent;
    border: none;
    padding: 10px 50px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.price-btns button.active {
    border-bottom: solid 2px #39606f;
}

.price-btns button:not(.active):before {
    content: "";
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    background: #39606f;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform 0.25s ease-out;
}

.price-btns button:not(.active):hover::before {
    transform: scale(1);
}

.video-prices {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    width: 50%;
}

.video-price-list {
    width: 100%;
    position: relative;
}

.video-highlights h2,
.video-price-list h2 {
    position: relative;
    margin-top: 0;
    color: #39606f;
    font-size: 24px;
    margin-bottom: 35px;
}

.video-highlights h2:after,
.video-price-list h2:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    bottom: -15px;
    left: 0;
    background: #39606f;
}

.vid-price-content {
    width: 47%;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 13px 20px #F0F2F4;
    border-radius: 5px;
    align-items: center;
    position: relative;
}

.vid-price-content h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #39606f;
    line-height: 1.2;
}

.vid-price-content p {
    text-align: center;
    margin-bottom: 0;
}

.vid-price-content:nth-child(5) {
    /* border-left: solid 5px #212e53; */
    width: 96%;
}

.vpd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.video-price-list {
    display: none;
}

.vpp{
    display: flex;
}

.vid-price-content:before{
    content: "";
    position: absolute;
    height: 3px;
    top:0;
    width: 100%;
    background:#39606f;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform 0.25s ease-out;
    border-radius: 5px 5px 0 0;
}

.vid-price-content:hover{
    transform: scale(1.05);
}

.vid-price-content:hover::before {
    transform: scale(1);
}

.team-member:hover .team-overlay .bio {
    top: 55%;
}

.our-goal .goal-achive .item::before,.our-goal .goal-achive .item::after {
    content: none;
}

.embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    /* background: black; */
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-effet .overlay::before{
	background: none;
}

.form-message{
	height:50px !important;
}

.contact-form input:not([type='file']), .contact-form textarea{
	border: 1px solid #ced4da !important;
	border-radius: 5px !important;
}

@media (max-width: 767px){
    .price-list {
        flex-direction: column;
    }
    .price-content {
        width: 100%;
    }
    
    .price-btns button {
        padding: 10px 25px;
    }
    .price-container {
        padding: 40px 15px;
    }
    
    .vpp {
        flex-direction: column;
    }
    .video-prices {
        width: 100%;
        gap: unset;
    }

    .vpd {
        gap: 12px;
    }
    .vid-price-content {
        width: 48%;
        }
    .vid-price-content:nth-child(5) {
        width: 99%;
    }
    .price-btns {
        margin-bottom: 40px;
    }
    .video-highlights h2, .video-price-list h2 {
        margin-bottom: 18px;
    }
    .video-prices:last-child {
        margin-bottom: 2s0px;
    }
    .price-list {
        margin-bottom: 20px;
    }
}