.header {
    position: relative;
    min-height: auto;
}

.header::after {
    background-image: url('../images/bg.png');
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;

}

.top-par {
    padding: 20px 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 99;

    width: 100%;
}

.main-top-ber {
    display: flex;
    align-items: flex-start;

    justify-content: space-between;
}


.menu-div {
    height: 55px;
    width: 55px;
    pointer-events: fill;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #004bad1f;
}


.logo {
    width: 25%;
    pointer-events: fill;
    text-align: center;
}

.logo img {
    max-width: 60%;

}

.media-header {
    min-height: 100vh;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url('../images/bg1.png');
}

.media-header ul {
    display: flex;
    align-items: center;
    gap: 26px;
    position: absolute;
    align-content: flex-end;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    justify-content: center;

}
.media-header ul li {
    display: block;

}

.media-header ul li a {
    color: #fff;
    font-size: 20px;
}
.media-header ul li:hover a {
    color: #DE7B19;
}

.media-header::after {
    content: "";
    width: 100%;
    min-height: 220px;
    background-image: url('../images/tec.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 30%;
    position: absolute;

}

.main-sub-header {
    padding-top: 95px;
    padding-bottom: 20px;

}

.text-sub-header {
    padding-left: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.text-sub-header::after {
    content: "";
    width: 45px;
    left: 0;
    position: absolute;

    top: 8px;
    height: 3px;
    background-color: #DE7B19;
}
.text-sub-header h4 {
    width: 100%;
    font-size: 18px;
}
.text-sub-header h1 {
    color: #004AAD;
    line-height: 45px;
    margin: 20px 0;
    width: 100%;
    font-size: 32px;
}

.text-sub-header p {
    color: #3566A8;
    line-height: 30px;
    margin: 10px 0;
}

.ctm-btn {
    min-width: 160px;
    position: relative;
    height: 55px;
    display: inline-block;
    color: #004AAD;
    font-family: "font_medium";
    padding: 14px 40px;
    background-color: #fff;
    border: 1px solid #004AAD;
    border-right: none;
    transition: all linear 0.4s;
}


.ctm-btn::after {
    height: 30%;
    content: "";
    width: 1px;
    transition: all linear 0.1s;

    position: absolute;
    right: 0;
    top: 0;
    background-color: #004AAD;
}


.ctm-btn::before {
    height: 30%;
    content: "";
    transition: all linear 0.1s;

    width: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #004AAD;
}

.ctm-btn span::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    background-color: #004AAD;
    height: 40%;
    width: 1px;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 90deg);
    transition: transform 200ms ease, height 200ms ease 200ms;
}

.ctm-btn:hover:after,
.ctm-btn:hover:before {
    height: 0;
}

.ctm-btn:hover span:after {
    transform: rotate3d(0, 0, 1, 0deg);
}


.img-header {
    position: relative;
    height: 500px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.192);
    z-index: 1;
    transition: all 0.5s linear;
}

.img-header:hover::after {
    opacity: 0.58;
}
.img-header:hover .hover-details-img::after {
    opacity: 1;
}
.img-header:hover .hover-details-img h2,
.img-header:hover .hover-details-img p {
    transform: translateX(0);
}

.img-header::after {
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
    transition-delay: 0s;
    top: 0;
    position: absolute;
    left: 0;
    background-color: #000;
    opacity: 0;
}
.img-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.hover-details-img {
    position: absolute;
    padding: 20px 10px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.hover-details-img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s linear;
    transition-delay: 0.2s;
    z-index: -1;
    bottom: 0;
    background-color: #fff;

}
.hover-details-img h2 {
    font-size: 16px;
    transform: translateX(-100%);
    margin: 0 0 10px;
    transition: all 0.5s linear;
    transition-delay: 0.2s;
}
.hover-details-img p {
    font-size: 13px;
    transform: translateX(-100%);
    transition: all 0.5s linear;
    transition-delay: 0.4s;
    line-height: 22px;
}

.slider-header {
    margin: 15px 0 0;
}

.img-slider-header {
    width: 100%;
    cursor: pointer;
    height: 165px;
}
.img-slider-header img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.192);
    cursor: pointer;
    object-fit: cover;
}


.slider-header .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9%;
}
.slider-header .owl-theme .owl-nav button {
    display: block;
    margin: 10px 0;
}
.slider-header .owl-theme .owl-nav button span {
    position: relative;
    width: 40px;
    font-size: 0;
    display: block;
    z-index: 1;
    height: 40px;
}

.slider-header .owl-theme .owl-nav button span::after {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.411);
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    display: flex;
    align-items: center;

}

.slider-header .owl-theme .owl-nav .owl-prev span::after {
    background-image: url('../images/aro-top.png');

}

.slider-header .owl-theme .owl-nav .owl-next span::after {
    background-image: url('../images/aro-btm.png');

}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}


/* start ===========
=================
=============== lodding  */


.loading-1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to left , #2961aad7, rgba(0, 0, 0, 0.747));
    background-size: 100%;
    overflow: hidden;
}

.loading-container {
    width: 100%;
    max-width: 520px;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 32px;
}
.loading-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    -webkit-animation: movingLine 2.4s infinite ease-in-out;
    animation: movingLine 2.4s infinite ease-in-out;
}

@-webkit-keyframes movingLine {
    0% {
        opacity: 0;
        width: 0;
    }
    33.3%,
    66% {
        opacity: 0.8;
        width: 100%;
    }
    85% {
        width: 0;
        left: initial;
        right: 0;
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}

@keyframes movingLine {
    0% {
        opacity: 0;
        width: 0;
    }
    33.3%,
    66% {
        opacity: 0.8;
        width: 100%;
    }
    85% {
        width: 0;
        left: initial;
        right: 0;
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}
.loading-text {
    font-size: 5vw;
    line-height: 64px;
    letter-spacing: 10px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-evenly;
}
.loading-text span {
    -webkit-animation: moveLetters 2.4s infinite ease-in-out;
    animation: moveLetters 2.4s infinite ease-in-out;
    transform: translatex(0);
    position: relative;
    display: inline-block;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(46, 74, 81, 0.3);
}

.loading-text span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-text span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-text span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading-text span:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-text span:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading-text span:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-text span:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes moveLetters {
    0% {
        transform: translateX(-15vw);
        opacity: 0;
    }
    33.3%,
    66% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(15vw);
        opacity: 0;
    }
}

@keyframes moveLetters {
    0% {
        transform: translateX(-15vw);
        opacity: 0;
    }
    33.3%,
    66% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(15vw);
        opacity: 0;
    }
}
.sub-header-page {
height: 100%;
}
.header-pages {
    min-height: 350px;
}

.bg-header-page {
    background-image: url(../images/bg1.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 350px;

}


.title-header {
    display: flex;
    height: 100%;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.title-header h1{
    width: 100%;
    color: #383838;
}

.navigation-header {
    display: flex;
    gap: 5px;
    align-items: center;

}
