﻿


@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra_Trial_Bd.ttf') format('truetype');
    font-weight: 800
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra_Trial_Md.ttf') format('truetype');
    font-weight: 600
}
@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra_Trial_Rg.ttf') format('truetype');
    font-weight: 500
}

body, *:not(i):not(em):not(.fa):not(.fas):not(.wrap-icon span) {
    font-family: 'Effra';
}
/*-------------------------
   Header Styles
-------------------------*/
.axil-header {
    /*  position: fixed;*/
    position: absolute;
    z-index: 999;
    height: 90px;
    width: 100%;
}
    .axil-header.scrolled {
        /*    background: #004ba2;*/
        background-color: rgb(30 58 138 / 22%);
        backdrop-filter: blur(8px);
    }
        .axil-header.scrolled .header-logo a img {
            height: 55px;
        }
        .axil-header .header-logo {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 20px 0px 0;
        }

    .axil-header .header-logo a img {
        height: 63px;
    }

.left-side {
    display: flex;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 15px;
    margin: 0 15px;
    height: 55px;
}

    .dropdown-menu a {
        text-decoration: none;
        color: #002954;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
        .dropdown-menu a:hover {
            background: #0360A8;
            color:#fff
        }

.dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 99px;
    width: 55px;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
    border-radius: 50px;
    box-shadow: 0 -4px 10px #acacac45, 1px 4px 10px #acacac45;
    overflow: hidden;
    z-index: 1001;
    margin: 0 auto
}
.dropdown.open .dropdown-menu {
 
    opacity: 1;
    visibility: visible;
  
}

/****************************************/
.banner {
    margin: 0 0;
    padding: 0;
    background-image: url("../images/headerbg.png");
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 761px;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    position:relative
}
    .banner .pattern {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .banner .banner-header h2 {
        font-size: 38px;
        line-height: 56px;
        font-weight: 800;
        margin: 0;
    }

/*******************************************/
.about-seaction {
    background: #fff;
    padding: 75px 40px;
}
.title {
    font-size: 40px;
    font-weight: 800;
    color: #012B54;
    margin: 0 15px 30px;
}
.about-content {
    text-align: center;
}
.about-content p {
    font-size: 20px;
    width: 55%;
    margin: 15px auto 50px;
}
.downloadingbtn {
    margin-top: 30px;
    padding: 0;
    border: none;
}
.downloadingbtn .check {
    display: none;
}

    .downloadingbtn .btn {
        background: #0360A8;
        color: #fff !important;
        width: 200px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 500;
        margin: 0 auto;
        font-family: cairo;
        position: relative;
        text-transform: capitalize;
    }

    .downloadingbtn .btn img {
        display: none
    }

    .downloadingbtn .btn:before {
        width: 0%;
        position: absolute;
        left: 0;
        bottom: -5px;
        height: 5px;
        background-color: #002954;
        content: "";
        border-radius: 50px;
    }

        .downloadingbtn .btn:hover {
            background: #002954;
        }

.downloadingbtn input[type=checkbox]:checked ~ .btn {
    background: #fff;
    color: #002954 !important;
}

    .downloadingbtn input[type=checkbox]:checked ~ .btn:before {
        width: 100%;
        content: "";
        color: #fff;
        text-align: center;
        line-height: 70px;
        transition: all 2s linear;
    }


    .downloadingbtn input[type=checkbox]:checked ~ .btn .me {
        display: none;
    }

    .downloadingbtn input[type=checkbox]:checked ~ .btn.hide:before {
        display: none
    }

    .downloadingbtn input[type=checkbox]:checked ~ .btn.hide {
        background: #002954;
        color: #ffffff !important;
    }

        .downloadingbtn input[type=checkbox]:checked ~ .btn.hide .me {
            display: flex !important;
        }
  /******************************/
.contact-section {
    background: #EFF0F0;
    padding: 60px 0;
}
.justify-content-center {
    justify-content: center;
}

.contact-section .social-links .phone_icon {
    height: 30px;
    margin: 10px 5px 0px 0;
}
.address-list p {
    padding: 0 15px;
    margin: 3px 0;
}
    .address-list p a {
        color: #012B54;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Effra';
        text-decoration:none

    }
    .address-list p a strong{
        margin-right:10px
    }
@media only screen and (min-width: 300px) and (max-width: 480px) {
    .about-content p {
        font-size: 16px;
        width: 95% !important;
        margin: 15px auto 30px;
    }
    .title {
        margin: 0 0px 30px;
        font-size: 30px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .about-content p {
        font-size: 18px;
        width: 80% !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .title {
        margin: 0 0px 15px;
    }
    .contact-section {
        padding: 60px 40px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .footer-details {
        margin-left: 40px;
    }
    .address-list .title {
        font-size: 36px;
    }
}


