@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: myFirstFont;
    src: url(../font/custom.ttf);
}

@font-face {
    font-family: mySecondFont;
    src: url(../font/mon.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFirstFont;
    /* font-family: 'Poppins', sans-serif; */
}

a {
    text-decoration: none;
}

p {
    color: rgb(114, 113, 113);
}

/* btn */
.theme-btn {
    background: var(--main);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 20px !important;
    margin: 0 10px;
}

.theme-btn:hover {
    color: #fff;
}






/* top_bar */
.top_bar{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.socail i{
    color: rgb(207, 206, 206);
    margin-right: 15px;
    cursor: pointer;
}

.socail img{
    width: 14px;
    margin-right: 15px;
}

.address{
    display: flex;
    align-items: center;
    justify-content: end;
}

.address .lists{
    font-size: 14px;
    color: rgb(207, 206, 206);
    margin-left: 25px;
}

.address .lists i{
    margin-right: 4px;
}

.address a{
    color: rgb(207, 206, 206);
}






/* header */
.head {
    width: 100%;
    padding: 10px 0 0 0;
    z-index: 1000;
}


.box1{
    display: none;
}

.nav-sticky .box2{
    display: none;
}

.nav-sticky .box1{
    display: block !important;
}

.nav-sticky{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    width: 100%;
    animation: newNav 0.6s ease-in-out;
    background: #000;
    backdrop-filter: blur(10px);
    padding: 10px 0 0 0 !important;
}

@-webkit-keyframes newNav{
    0%{
        top: -100px;
    }
    100%{
        top: 0;
    }
}

.first{
    display: flex;
    justify-content: center;
}

.first h2{
    font-size: 22px;
    color: #000;
    /* font-weight: 600; */
}

.custom-nav{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}

.custom-nav li a{
    color: #000;
}

.nav-sticky .custom-nav{
    margin-bottom: 0;
}

.nav-sticky .custom-nav li a,
.nav-sticky .custom-nav li a:hover,
.nav-sticky .first h2,
.nav-sticky .dropdown-toggle{
    color: #d3d3d3;
}

.nav-sticky .dropdown-item{
    color: #000 !important;
}

.nav-sticky .dropdown-item:hover{
    background: #dddddd;
}

.custom-nav a:hover{
    color: #000;
}

.dropdown-toggle{
    background: transparent;
    border: none;
    outline: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown{
    margin-right: 10px;
}

.dropdown-toggle::after{
    display: none;
}

#list{
    display: none;
    color: #000;
    font-size: 22px;
}

.nav-sticky #list{
    color: #fff;
}









/* video */
.video video{
    width: 100%;
    height: 600px;
    object-fit: cover;
}








/* showcase */
.showcase{
    padding: 60px 0 0 0;
}

.show_card{
    background: #000;
    margin-bottom: 30px;
}

.show_card img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.show_body{
    height: 80px;
    padding: 10px;
}

.show_body h4{
    font-size: 18px;
    color: rgb(235, 235, 235);
}

.show_body p{
    font-size: 13px;
    color: rgb(197, 197, 197);
}







.custom_gap{
    height: 50px;
}





/* service */
.service{
    margin: 60px 0;
}

.service_header h6{
    color: grey;
}

.service_header h2{
    font-size: 38px;
    letter-spacing: 2px;
    margin: 30px 0 50px 0;
}

.service_header p{
    font-size: 15px;
    font-weight: 300;
    font-family: mySecondFont;
}

.lists_section{
    margin-top: 60px;
}

.icon_list{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.icon_list i{
    font-size: 30px;
    margin-right: 10px;
}

.icon_list h4{
    margin-bottom: 0 !important;
    font-size: 18px;
    color: #616161;
}

.lists_section p{
    font-family: mySecondFont;
    font-size: 15px;
}















/* private */
.private{
    margin: 70px 0;
}

.private p{
    text-align: justify !important;
    font-size: 15px;
}

.private button{
    border: none;
    outline: none;
}

#exampleModalLong .close{
    background: transparent;
    font-size: 25px;
}

#exampleModalLong input,
#exampleModalLong select{
    background: transparent;
    border: 2px solid rgb(223, 223, 223);
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 35px;
}











/* about_banner */
.about_banner{
    background: #000;
    padding: 50px 0;
    color: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_banner h2{
    font-size: 50px;
}





/* about */
.about{
    margin: 50px 0;
}

.about h6{
    font-size: 35px;
}

.about h2{
    font-size: 16px;
    letter-spacing: 5px;
}

.about p{
    text-align: justify;
    font-size: 15px;
}







.tenders{
    margin-top: 140px;
}

.tenders h6{
    font-size: 35px;
    letter-spacing: 5px;
}

.tenders h2{
    font-size: 25px;
    letter-spacing: 5px;
}

.tenders p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.tenders p a{
    font-weight: 500;
    color: #616161;
}













/* Contact */
.new_contact{
    margin: 100px 0;
}

.new_contact button{
    outline: none;
    border: none;
}

.new_contact_div{
    margin-bottom: 20px;
}

.new_contact label{
    display: block;
    color: grey;
    font-size: 14px;
}

.new_contact_div{
    position: relative;
}

.new_contact_div input,
.new_contact_div select{
    position: relative;
    padding: 9px 10px 9px 33px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    background: #fff;
    border: 1px solid rgb(212, 212, 212);
}

.new_contact_div textarea{
    position: relative;
    padding: 9px 10px 9px 33px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    background: #fff;
    border: 1px solid rgb(212, 212, 212);
}

.new_contact_div input::placeholder{
    font-size: 14px;
}

.new_contact_div i{
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 15px;
    color: grey;
}

.new_contact_div input:focus ~ i,
.new_contact_div textarea:focus ~ i{
    color: var(--main);
}

.new_contact_div input:focus,
.new_contact_div textarea:focus{
    border-color: var(--main);
}













/* faq */
.accordion-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
    border: none;
    margin: 20px 0;
}

.accordion-header {
    background: transparent;
    color: #414141;
    font-size: 15px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}




















/* marquee */
.logoMarqueeSection {
    padding: 60px 0;
}

.logoMarqueeSection h2{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}

.default-content-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    overflow: hidden;
}

.logoMarqueeSection div.marquee>a>img {
    height: 115px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}









/* footer */
.footer{
    background: #000;
    padding: 100px 0 60px 0;
}

.footer h2,
.footer h4{
    color: #ebebeb;
    margin-bottom: 30px;
}

.footer p{
    color: #c0c0c0;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: mySecondFont;
}

.footer img{
    width: 14px;
}

.links a,
.links span{
    margin: 10px 0;
    color: #acacac;
    font-weight: 300;
    display: block;
    font-size: 15px;
}

.links a:hover{
    color: #fff;
}

.down-f{
    background: #000;
    padding-bottom: 5px;
    color: #c0c0c0;
}











/* apponitment */
.apponitment{
    background: url(../images/appointment.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.apponitment .new_contact_div input,
.apponitment .new_contact_div select{
    padding: 10px;
}



#login_model .custom_login{
    position: relative;
}

#login_model .custom_login .close{
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 21px;
    color: red;
    background-color: transparent;
    border: none;
    outline: none;
}

.custom_login label{
    font-size: 17px;
    font-weight: 700;
}

.custom_login input{
    width: 100%;
    background: rgb(240, 240, 240);
    padding: 8px 12px;
    border: none;
    outline: none;
    border-radius: 7px;
}

.custom_login{
    padding: 10px 0 5px 0;
}

#login_model .modal-dialog{
    max-width: 350px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 10px;
        opacity: 1;
    }
}

.custom_login button{
    background: #000;
    margin-top: 40px;
}


::-webkit-scrollbar{
    display: none;
}
