@font-face{
    font-family: bruumFont;
    src: url(./../fonts/Bruum\ FY\ Light.otf);
}
@font-face{
    font-family: mediumFont;
    src: url(./../fonts/NewJune-Medium.otf);
}
@font-face{
    font-family: boldFont;
    src: url(./../fonts/NewJune-Bold.otf);
}
@font-face{
  font-family: boldBrum;
  src: url(./../fonts/BruumFY-Bold.otf);
}
@font-face{
  font-family:regBrum;
  src: url(./../fonts/BruumFY-Regular.otf);
}
@font-face{
    font-family: lightFont;
    src: url(./../fonts/NewJune-Light.otf);
}
@font-face{
    font-family: acuminMediumFont;
    src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}
*{
    font-family: bruumFont;
}
a{
    text-decoration: none;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
/* start home sreen */
footer span a{
  color: #000;
}
/* start navbar */
header .langs,
header .langs a{
    color: #8b8080;
}
header a img{
    width: 90%;
}
header .nav1{
    background-color: #680020;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
header .nav1 a{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
header .nav2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}
header{
    margin-bottom: 20px;
}
header a{
    color: #000;
}
header .left-part{
    min-height: 120px;
}
header .left-part h3{
    font-size: 18px;
    font-family: boldFont;
    line-height: 22px;
}
header .right-part{
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
    min-height: 120px;
}
header .right-part .nav1{
    background-color: #000;
    color: #fff;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
header .right-part .nav2 ul li{
    font-weight: 600;
}
header .right-part .nav1 ul li,
header .right-part .nav2 ul li{
    font-size: 14px;
    position: relative;
    margin-left: 4px;
    cursor: pointer;
}
header .right-part .nav1 ul.lists li:not(:last-child)::after{
    content: '';
    position: absolute;
    width: 1px;
    margin-left: 8px;
    height: 18px;
    bottom: 3px;
    background-color: #fff;
}
header .right-part .nav2{
    margin-top: 10px;
}
header .right-part .nav2 ul li{
    color: black;
}
header .right-part .nav2 ul li:not(:last-child)::after{
    content: '';
    position: absolute;
    width: 1px;
    margin-left: 8px;
    height: 18px;
    bottom: 3px;
    background-color: #000;
}
header .nav2 a{
  font-size: 18px;
}
/* end navbar */

.counter-top{
    background-color: #000;
    padding: 15px 30px;
}
.counter-top .btns {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    width: 100%;
}
.counter-top .btns button{
    font-family: acuminLightFont;
    /* padding: 5px 20px; */
    width: 90%;
    font-size: 14px;
    color: #f1efef;
    border-radius: 0;
}
.counter-top .btns .btn-warning{
    background-color: #b07c2c;
    border-color: #b07c2c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-top p{
    /* font-family: acuminLightFont; */
    font-size: 15px;
    margin-bottom: 0;
    color: #ebe3e3;
}
.counter-top button.btn{
  font-family:regBrum;
    font-size: 14px;
}

/* start banners */
.main-banner img{
    width: 100%;
}

/* start banner_1 */
.banner-description{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner_1{
    position: relative;
    background-image: url(./../images/bnner_9);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.banner_1 .banner-description{
    margin-top: 45%;
}
.banner_1 .banner-description h4{
    color: #fff;
    font-size: 25px;
    font-family: mediumFont;
}
.banner_1 .banner-description h3{
    color: #a87b22;
    font-size: 30px;
    font-family: boldFont;
}
.banner_1 .banner-description h5{
    color: #fff;
    font-size: 16px;
    font-family: lightFont;
    margin: 10px 0;
}
.banner_1 .banner-description p{
    color: #fff;
    font-size: 15px;
    font-family: lightFont;
}
.banner_1 .banner-footer{
    position: absolute;
    bottom: 0;
    background-color: #009245;
    width: 100%;
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.banner_1 .banner-footer p{
    color: #fff;
    font-family: lightFont;
    transform: translateY(50%);
    font-size: 15px;
    line-height: 15px;
}
.banner_1 .banner-footer ul{
    display: flex;
    justify-content: space-evenly;
    transform: translateY(0);
}
.banner_1 .banner-footer ul li button{
    color: #fff;
    font-size: 14px;
    font-family: lightFont;
    border-radius: 0;
    padding: 5px 30px;
}
.banner_1 .banner-footer ul li button.btn-warning{
    background-color: #b07c2c;
    border-color: #b07c2c;
}
.banner_1 .banner-footer ul li button.btn-secondary{
    background-color: #000;
    border-color: #000;
}
/* end banner_1 */

/* start counter */
.counter{
    margin: 30px 0;
}
.counter h2{
    color: #680020;
    font-size: 30px;
    font-family: boldFont;
    margin: 5px;
}
.counter img {
    margin: 10px auto;
}
.counter i{
    font-size: 22px;
    color: #888686;
}
.counter p{
    color: #888686;
}
/* end counter */

/* start banner_2 */
.banner .banner-description h3{
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 25px;
    margin-top: 20%;
    font-family: boldFont;
    color: #000;
}
.banner_3 .banner-description button.primary{
    background-color: #1b75ba !important;
    border-radius: 0 !important;
}
.banner_2{
    position: relative;
    background-image: url(./../images/img_2-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    /* border-top: 10px solid #1b75ba;
    border-bottom: 10px solid #1b75ba; */
}
.banner_2 .banner-description h3{
    margin-top: 65px;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: boldFont;
}
.banner_2 .banner-description hr{
    background-color: #a87b22;
    width: 100%;
    width: 85%;
    display: inline-flex;
    border-width: 2px;
}
.banner_2 .banner-description p{
    color: #000;
    font-size: 20px;
    margin-top: 0px;
}
.banner_2 .banner-description p a{
    text-decoration: none;
    color: #680020;
}
/* end banner_2 */
.header h2{
    margin: 30px 0 0;
    font-family: boldFont;
}
.header p{
    margin-top: 10px;
    font-family: mediumFont;
    font-size: 20px;
}
.images{
    margin: 40px 0;
}
/* .images img{
    max-width: 280px;
    height: 225x;
} */
.images .text{
    display: flex;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.images .text h5{
  color: #8b8080;
}
/* start banner_3 */
.banner_3{
    position: relative;
    background-image: url(./../images/img_3-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
 /* .banner-description h3{
    font-size: 30px;
    margin-top: 20%;
    font-family: boldFont;
    color: #1974bb;
} */
 .banner-description .hr{
    width: 94%;
    border-bottom: 2px solid #a87b22;
    margin-top: 20px;
    margin-bottom: 20px;
}
 .banner-description p{
    color: #000;
    font-size: 20px;
    /* font-family: acuminMediumFont; */
    margin-top: 0px;
    width: 85%;
}
 .banner-description button{
    /* font-family: lightFont; */
    border-radius: 5px;
    margin-top: 3%;
}
/* end banner_3 */

/* start banner_4 */
.banner_4{
    position: relative;
    background-image: url(./../images/img_5-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}
.bannerRight .hr{
    margin-left: auto;
}
/* end banner_4 */

/* start banner_5 */
.banner_5{
    position: relative;
    background-image: url(./../images/img_4-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    /* border-bottom: 10px solid #1b75ba; */
    margin-bottom: 40px;
}
/* end banner_5 */

/* start banner_6 */
.banner_6{
    position: relative;
    background-image: url(./../images/img_6-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    /* border-bottom: 10px solid #1b75ba; */
    margin-bottom: 40px;
}
/* end banner_6 */

/* start banner_7 */
.banner_7{
    position: relative;
    background-image: url(./../images/BOD_banner_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    margin-bottom: 40px;
}

/* end banner_7 */
.categories{
    margin-bottom: 40px;
}
.categories .cat{
    width: 100%;
    margin: auto;
}
.categories img{
    margin-bottom: 10px;
    width: 95%;
}
.categories .text{
    width: 90%;
    margin: auto;
}

/* start footer */
footer{
    background-color: rgba(240,240,241,255);
    margin-top: 30px;
}
footer .logo {
    text-align: center;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: #680020;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.apps h4{
  font-family:regBrum;
  border-bottom: 2px solid #afb1b3;
  padding-bottom: 25px;
}
.links p a{
  color: #000;
  font-family:regBrum;
}
.links p{
  margin-bottom: 6px;
}
footer form button.btn{
    display: flex;
    padding: 5px 10px;
}
footer .links span{
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
footer .links span:hover{
    color: #8f631c;
    font-weight: 700;
}
footer .subscribe-label{
    color: #b28032;
    font-size: 17px;
    font-weight: bold;
}
footer p.footr{
    font-size: 15px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #680020;
    color: #fff;
}
footer .copy-right p{
    font-size: 15px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
}
footer form input, footer form .btn, footer .icon-download img{
    height: 35px;
}
footer .icon-download img{
    height: 43px;
}
footer form .btn{
    font-size: 15px;
}
/* end footer */

/* end home sreen */

/* start contact screen */
.contact-screen .contact-text{
    margin: 30px 0 0;
    padding: 40px;
    background-color: #f1f1f2;
}
.contact-screen .contact-text h6{
    margin-bottom: 30px;
}
.contact-screen .contact-text p{
    font-weight: 600;
}
.contact-screen .contact-text p a{
    text-decoration: none;
    color: #ff2020;
}
.contact-screen .contact-form {
    margin-bottom: 50px;
}
.contact-screen .contact-form form  span.required{
    color: #ff2020;
}
.contact-screen .contact-form form h6,
.contact-screen .contact-form form label{
    font-weight: 600;
}
.contact-screen .contact-form form .row{
    margin-top: 20px;
}
.contact-screen .contact-form form .form-control,
.contact-screen .contact-form form .form-select{
    height: 40px;
}
.contact-screen .contact-form form .form-select{
    margin-bottom: 0 !important;
    color: #a1a1a3;
    font-size: 15px;
}
.contact-screen .contact-form form ::placeholder {
    color: #a1a1a3;
    font-size: 15px;
}
.contact-screen .contact-form form textarea{
    resize: none;
}
.contact-screen .contact-form form .security{
    background-color: #fff;
    border: var(--bs-border-width) solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 135px;
}
.contact-screen .contact-form form .security .left-part .section1{
    width: 75%;
    background-color: #f1f1f2;
    height: 55px;
}
.contact-screen .contact-form form .security .left-part small{
    display: flex;
    margin-top: 15px;
    font-size: 13px;
}
.contact-screen .contact-form form .security .right-part input{
    width: 75%;
    height: 30px;
}
.contact-screen .contact-form form .security .right-part small{
    display: flex;
    margin-bottom: 5px;
    font-size: 13px;
}
.contact-screen .contact-form form .btn-danger{
    border-radius: 0;
    background-color: #ff2020;
    font-size: 14px;
    color: #ffe9e9;
}
/* end contact screen */



/* start media query */
@media only screen and (max-width: 1284px) {
    .banner_1 .banner-footer ul{

        transform: translateY(10px);
    }
    .banner_1 .banner-footer p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 1109px) {
    .counter-top .btns {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .images .text h5{
        font-size: 13px;
    }
    .banner_2 .banner-description h3 {
        font-size: 20px;
    }
    .banner_2 .banner-description p {
        font-size: 15px;
    }
    .banner-description h3{
       font-size: 20px !important;
    }
    .banner-description p{
        font-size: 18px;
    }

}
@media only screen and (max-width: 842px) and (min-width: 768px)  {
    .counter-top button.btn{
        font-size: 11px;
    }
    .counter h2 {
        font-size: 26px;
    }
    .counter-top p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    header .nav1{
        padding: 15px 0;
    }
    header .right-part {
        position: relative;
        width: 100%;
        top: auto;
    }
    header .left-part {
        width: 50%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    header .left-part  img{
        margin-right: 10px;
    }
    header .right-part ul.lists li:not(:last-child)::after{
        display: none;
    }
    header .right-part ul.lists{
        text-align: left;
    }
    .counter-top button.btn{
        width: 100%;
        margin: 10px auto;
    }
    .banner_1{
        margin-top: 20%;
        position: relative;
    }
    .banner{
        height: 480px !important;
    }
    .banner .over{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: .8;
        z-index: 99;
    }
    .banner br{
        display: none;
    }
    .banner hr{
        width: 50%;
        margin: auto;
    }
    .banner .banner-description h3{
        text-align: center;
    }
    .banner .banner-description p{
        text-align: center;
    }
    .banner .banner-description button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 25px auto;
    }
    .banner_1 .banner-description {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25%;
    }
    .banner_1 .banner-footer {
        bottom: 10px;
        min-height: 80px;
    }
    .banner-footer ul li{
        width: 35%;
        display: grid;
        margin-bottom: 15px;
    }
    .banner_2 .banner-description h3{
        font-size: 20px;
        text-align: center;
    }
    .banner .banner-description h3{
        font-size: 20px;
    }
    .banner .banner-description p{
        font-size: 15px;
        text-align: center;
        color: #b5b5b5;
    }
    .banner_2 .banner-description hr {
        width: 50%;
        display: flex;
        margin: auto;
    }
    .header h2{
        font-size: 20px;
    }

    .banner .banner-description hr{
        margin: 10px auto !important;
    }
    .banner_4 .banner-description hr,
    .banner_7 .banner-description hr{
        display: flex;
        margin: 10px auto;
    }
    /* .banner_3 .banner-description hr {
       margin-left: 0;
        width: 50%;
    } */
    .header p{
        font-size: 17px;
    }
    .banner_6 .banner-description{
        text-align: center;
    }
    .banner_6 .banner-description h3{
        margin-top: 20%;
    }
    .banner_6 .banner-description hr{
        width: 100%;
    }
    /* .banner_6 .banner-description hr{
        margin: auto;
    } */
    .banner_7 .banner-description h3 {
        font-size: 30px;
        margin-top: 40%;
    }
    .categories .cat{
        display: flex;
        justify-content: center;
    }


    footer .logo{
        margin-bottom: 20px;
    }
    footer .icon-download, footer .social{
        justify-content: center;
        margin: 5px 0;
    }
    footer form button.btn{
        display: flex;
        padding: 5px 10px;
    }

}
@media only screen and (max-width: 575px) {
    .banner {
        height: 440px !important;
    }
    .banner .banner-description{
        width: 95%;
        margin: 10px auto;
    }
    .banner .banner-description h3{
        margin-top: 5%;
    }
    header .left-part {
        width: 85%;
    }
    .counter-top{
        padding: 10px;
    }
    .counter-top p{
        font-size: 13px;
    }
    .counter-top .btns {
        margin-top: 15px;
    }
    .counter-top .btns .btn {
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }
    .banner_1{
        margin-top: 45%;
    }
    .banner_1 .banner-footer p {
        transform: translateY(25%);
        font-size: 14px;
        text-align: center;
    }
    .banner_1 .banner h3, .banner_1 .banner-description h4{
        font-size: 20px;
    }
    .header p{
        font-size: 16px;
    }
    header .nav2{
        text-align: left;
    }
    header ul li{
        width: 90%;
        margin-left: 10%;
    }
    .banner_3 .banner-description {
        text-align: center;
    }
    .banner_4 .banner-description {
        text-align: center;
    }
    .banner_5 .banner-description {
        text-align: center;
    }
    .banner_7 .banner-description {
        text-align: center;
    }
    .banner_7 .banner-description h3 {
        font-size: 20px;
    }
    .categories img{
        margin-bottom: 10px;
    }
    footer h5 {
        font-size: 15px;
    }
    footer .links span {
        font-size: 13px;
    }
    footer .copy-right p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .banner .banner-description button{
        font-size: 13px;
    }
    .banner_1{
        margin-top: 48%;
    }
    .banner_3 .banner-description {
        text-align: center;
    }
    .banner_3 .banner-description hr{
        margin: auto;
    }
}
/* end media query */