:root{
    --main-col: #282f56;
    --alt-col: #4b5fcf;
    --alt-light-col: #b3beff;
    --all-size: 13px;
}

body, h1, h2, h3, h4, h5, h6{
    font-family: var(--font-main);
}

.banner-area .banner-animation{
    position: absolute;
    right: 0%;
    bottom: -30px;
    height: 30%;
    object-fit: contain;
    object-position: bottom;
    z-index: 2;
    transition: 0.4s ease;
    animation: shipmove 20s linear infinite;
    filter: grayscale(0.3);
}

.banner-area .banner-animation.rtl{
    right: unset;
    left: 0;
    animation: shipmove_rtl 20s linear infinite;
}

.page-title-area ul li a,
.page-title-area ul li {
    font-size: 1.3rem;
}

@-webkit-keyframes shipmove{
    0% {
        transform: translateX(100%) scale(1.0) scaleX(-1);
    }

    100% {
        transform: translateX(-160vw) scale(1.7) scaleX(-1);
    }
}

@-webkit-keyframes shipmove_rtl{
    0% {
        transform: translateX(-100%) scale(1.0);
    }

    100% {
        transform: translateX(160vw) scale(1.7);
    }
}

/* @media only screen and (min-width: 1800px){
    .banner-item:after{
        width: 1560px;
    }
}

@media only screen and (max-width: 767px){
    .banner-item:after{
        width: 270px;
    }
} */

.main-nav nav .navbar-brand,
.main-nav.menu-shrink .navbar-brand {
    background-color: #fff0;
    padding: 0px 60px;
}
.main-nav .navbar-brand img{
    height: 95px;
    transition: 0.4s ease;
}

.main-nav.menu-shrink .navbar-brand img{
    height: 75px;
}

.banner-item .banner-text h2, .banner-item .banner-text h3{
    color: var(--white-color);
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 25px;
    font-family: var(--font-main);
    line-height: 3rem;
}

.banner-item .banner-text h3{
    font-size: 3rem;
    font-weight: 300;
}

@media (max-width: 460px){
    .banner-item .banner-text h2, .banner-item .banner-text h3{
        font-size: 3rem;
    }

    .banner-item .banner-text h3{
        font-size: 2rem;
    }
}

.main-nav {
    background: #ffffff14;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.main-nav.menu-shrink{
    box-shadow: none;
    background:rgba(0, 0, 0, 0.75);
}

.cmn-btn{
    background: var(--alt-col);
    border-radius: 12px;
    font-size: 1.4rem;
    font-family: var(--font-main);
    font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item a{
    font-size: 20px;
    font-family: var(--font-main);
    color: #fff;
    opacity: 0.7;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active,
.side-nav ul li .call a:hover{
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

.side-nav ul li .modal-btn{
    background-color: #fff0;
    border-radius: 0 10px 10px 0;
}

.side-nav ul li .modal-btn span{
    background-color: #fff;
}

.side-nav ul li .call span{
    color: #fff;
    font-weight: 700;
}

.banner-area .owl-theme .owl-nav.disabled + .owl-dots{
    left: calc((100vw - 100%) / 4);
    right: unset;
    bottom: unset;
    top: 50%;
    width: auto;
    max-width: none;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.banner-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot{
    width: auto;
    display: inline-flex;
}

html[dir='rtl'] .banner-area .owl-theme .owl-nav.disabled + .owl-dots{
    right: - calc((100vw - 100%) / 4);
    left: unset;
}

.about-area .year:before{
    content: none;
}

.about-area .year{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.ripple.ripple-animate{
    background-color: #fff !important; 
}

.map-area{
    height: 460px;
}

.gm-style .gm-style-iw-c{
    padding: 14px 20px !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.gm-style .gm-style-iw-d{
    overflow: visible !important;
}

.gm-style .gm-style-iw-d h4{
    margin-bottom: 0;
    color: #fff;
}

.blog-item img{
    height: 250px;
    object-fit: cover;
}

.service-item img{
    height: 400px;
    object-fit: cover;
}

.lang-link {
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    margin-left: -2px;
    color: #fff !important;
    font-size: 0.9rem !important;
    line-height: 1.1rem;
    padding: 4px 13px !important;
    padding-top: 6px !important;
    transition: 0.4s ease;
    display: inline-block !important;
}

.blog-item .blog-bottom ul li:last-child{
    text-align: unset;
}


.lang-link:first-child {
    border-radius: 50px 0 0 50px;
}

.lang-link:last-child {
    border-radius: 0 50px 50px 0;
}

html[dir='rtl'] .lang-link:first-child {
    border-radius: 0 50px 50px 0;
}

html[dir='rtl'] .lang-link:last-child {
    border-radius: 50px 0 0 50px;
}

.lang-link:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #000 !important;
}

.lang-link.active {
    pointer-events: none;
    background: #fff;
    color: #000 !important;
    font-weight: 700;
}

.langswitcher {
    display: inline-flex;
    transition: 0.6s ease;
}

.langswitcher:not(.active) {
    opacity: 0;
    transform: scale(0);
}

.langswitcher.mobile {
    display: none !important;
}

.feature-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.feature-item img{
    height: 70px;
    margin-bottom: 25px;
    transition: 0.4s ease;
}

.feature-item:hover img{
    transform: translateY(-30%) scale(1.3);
}

.about-area .about-content ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 3px;
    background-color: var(--alt-col);
}

.service-item .service-bottom h3 {
    font-size: 1.5rem;
}

.service-area .container-fluid .col-lg-3{
    padding: 20px 16px;
}

.service-item:hover .service-top a img{
    -webkit-transform: none;
    transform: none;
}

.service-item{
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px 0 #0000001a;
    position: relative;
    transition: 0.4s ease;
}

.service-item:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-item .service-bottom{
    padding: 140px 30px 60px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(
    360deg, var(--main-col), transparent);
    display: flex;
    align-items: center;
    border: none;
    pointer-events: none;
}

.service-item .service-bottom *{
    color: #fff !important;
}

.counter-item{
    border-color: transparent;
    border-radius: 12px;
}

.work-area.two .work-right, .blog-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 22px 0 #0000001c;
    overflow: hidden;
}

.blog-item{
    height: 100%;
}

.blog-item .blog-bottom{
    border: none
}

.work-area.two .work-right h3{
    color: var(--main-col);
}

.work-area .work-right .form-group .form-control {
    height: unset;
    border: none;
    border-radius: 12px;
    background-color: #00000014;
    padding: 13px 10px;
}

.contact-area.two .contact-form .form-group .form-control {
    border-radius: 12px;
}

.work-area .work-right .cmn-btn{
    border-radius: 12px;
}
/* RECOLORING */

.about-area .year h2,
.contact-area.two .contact-place .contact-item i,
.contact-area.two .contact-place .contact-item ul li a{
    color: var(--main-col);
}

.banner-area .owl-theme .owl-dots .owl-dot span{
    border: none;
    background: var(--main-col);
}

.banner-area .owl-theme .owl-dots .owl-dot.active span,
.back-to-top-btn i{
    background: var(--alt-col);
}

.social-area i{
    color: var(--alt-light-col) !important; 
}

.banner-area .owl-theme .owl-dots .owl-dot span:before,
.footer-item h3:before
{
    content: none !important;
}

.service-item .service-bottom .service-link,
.work-area.two .work-right .cmn-btn,
.modal-body .social-area ul li a{
    background-color: var(--main-col);
}

.mean-container .mean-bar{
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 70px;
    box-shadow: 0 6px 10px 0 #0000001f;
}

.mean-container .side-nav{
    top: 13px;
}

.mean-container .mean-nav .lang-link{
    border-color: var(--alt-col) !important;
    border-width: 1px !important;
    color: var(--main-col) !important;
    padding: 2px 10px !important;
    font-weight: 600;
}

.mobile-nav .logo{
    top: 5px;
}

.mean-container a.meanmenu-reveal{
    padding: 23px 0 0 15px;
    color: var(--main-col);
}

.mean-container a.meanmenu-reveal span{
    background-color: var(--main-col);
    height: 2px;
}

.mean-container .mean-nav .lang-link.active{
    background-color: var(--alt-light-col) !important;
    color: #fff !important;
}

.mean-nav .modal-btn{
    display: none;
}

.mobile-nav.mean-container .mean-nav ul li a.active{
    color: var(--main-col) !important;
}

.mean-nav .navbar-nav{
    columns: 2;
    -webkit-columns: 2;
}

.mean-container .mean-nav{
    margin-top: 71px;
}

.mean-container .mean-nav ul li a{
    font-size: 1.4rem
}

.counter-item h3,
.blog-item .blog-bottom ul li i,
.work-area.two .work-right .form-group label{
    color: var(--main-col);
}

.footer-item .footer-logo ul li i,
.copyright-area p a,
.footer-item .footer-service ul li a:hover,
.blog-item .blog-bottom h3 a:hover,
.service-item .service-bottom h3 a:hover,
.about-area .about-content .nav-pills .nav-link.active, .about-area .about-content .nav-pills .show > .nav-link{
    color: var(--alt-col);
}

.counter-item,
.work-area .work-right .form-group .form-control:focus,
.about-area .about-content .nav-pills .nav-link.active, .about-area .about-content .nav-pills .show > .nav-link,
.modal-body h2{
    border-color: var(--alt-light-col);
}

.work-area .work-right h3{
    font-size: 34px;
}

.feature-item i:after{
    background-color: var(--alt-light-col);
    opacity: 0.2;
}

.footer-phone p{
    margin-bottom: 2px !important;
}

.footer-post img{
    position: relative !important;
    float: none;
}

.footer-item .footer-post ul li{
    padding-right: 0;
    padding-left: 0;
}

.footer-logo ul li a{
    max-width: unset !important;
}

@media screen and (max-width: 1600px) {
    .banner-item {
        height: 716px;
    }
}

@media screen and (max-width: 460px) {
    .banner-item {
        height: 500px;
    }

    .banner-area .banner-animation{
        bottom: 0px;
    }
}

.gmap-embed-area iframe{
    width: 100%;
    border-radius: 12px;
}

.timeline .timeline-item > div{
    position: relative;
    background: #fff;
    width: calc(50% - 60px);
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / 20%);
    border-radius: 12px;
    padding: 30px 40px;
}

.timeline .timeline-item > div .timestamp{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 25px;
    background: var(--alt-col);
    border-radius: 0 18px 0 18px;
    color: #fff;
    font-size: 1.8rem;
}

html[dir='rtl'] .timeline .timeline-item > div .timestamp{
    right: unset;
    left: 0;
    border-radius: 18px 0 18px 0;
}

.timeline .timeline-item > div::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    right: -63px;
    background: var(--alt-col);
}

.timeline .timeline-item > div::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    right: -85px;
    background: var(--alt-light-col);
    border-radius: 0 100px 100px 100px;
    transform: rotateZ(-45deg);
    border: 8px solid #fff;
    z-index: 5;
}

.timeline .timeline-item:nth-child(odd) > div{
    margin-right: auto;
}
.timeline .timeline-item:nth-child(even) > div{
    margin-left: auto;
}

.timeline .timeline-item:nth-child(even) > div::after{
    right: unset;
    left: -63px;
}

.timeline .timeline-item:nth-child(even) > div::before{
    right: unset;
    left: -85px;
    transform: rotateZ(135deg);
}

@media (max-width: 576px){
    .timeline .timeline-item > div{
        width: calc(50% - 10px);
        padding-top: 100px;
    }

    .timeline .timeline-item > div::before{
        right: -35px;
    }

    .timeline .timeline-item > div::after{
        right: -13px;
    }

    .timeline .timeline-item:nth-child(even) > div::after{
        left: -13px;
    }

    .timeline .timeline-item:nth-child(even) > div::before{
        left: -25px;
    }
}

.work-area.two .work-right .cmn-btn:hover {
    color: #fff;
    background-color: var(--alt-col);
}

.feature-item{
    padding-right: 0;
    padding-left: 0;
}

.footer-item h1,
.footer-item h2,
.footer-item h3,
.footer-item h4,
.footer-item h5,
.footer-item h6{
    color: #fff;
}

.footer-item iframe{
    height: 100%;
    border-radius: 12px;
    width: 100%;
}

.footer-map{
    height: 100%;
}

.footer-service ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.czm-popup-person-title p{
    margin-bottom: 0;
}

#toTop{
    left: 0;
    right: unset;
}

.back-to-top-btn i{
    margin-left: 28px;
    margin-right: 0;
}

html[dir='rtl'] #toTop{
    right: 0;
    left: unset;
}

html[dir='rtl'] .back-to-top-btn i{
    margin-right: 28px;
    margin-left: 0;
}

#ytplayer{
    /* height: 100vh;
    width: 100%; */
    pointer-events: none;
}

#home_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#home_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}