*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none;
	font-family: tajawal;
}

body{
    background-image: url("../../imgs/dbg.png");
    width: 100%;
    background-size: contain;
}

/* navbar section */
header{
    height: 90px;
    position: fixed;
    z-index: 3;
    background: linear-gradient(to left, #17ac96, #53bcbc);
    /* border-top-left-radius: 25px;
    border-top-right-radius: 25px; */
}
header img{
    margin-top: 5px;
    height: 55px;
}
.nav-items{
    padding-top: 30px;
}
#navbar-ul{
    padding: 0;
    text-align: center;
}
header li{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
header li a, header li button{
    color: #dedede !important;
}
.active{
    color: #ffbd49 !important;
    border-bottom: 2px #ffbd49 solid;
    /* text-decoration: underline !important; */
}
header li:nth-child(6), header li:nth-child(7){
    float: left;
}
.checkbtn{
    position: absolute;
    top: 40px;
    left: 10px;
    display: none;
}
.nav-icon, #checkshow, #checkhide{
    display: none;
}

@media all and (max-width: 991.5px){
    .nav-items{
        padding: 0;
    }
    #navbar-ul{
        position: fixed;
        top: 90px;
		left: -110%;
		width: 100%;
		transition: all .5s;
        background-color: #f9f9f9;
        box-shadow: 0 5px 5px #efefef;
        opacity: 0.9;
    }
    header li a, header li button{
        color: #17ac96 !important;
    }
    header li{
        display: block;
        padding: 0;
        border-top: 1px #efefef solid;
    }
    header li:nth-child(6), header li:nth-child(7){
        float: none;
    }
    header li a{
        display: block;
        padding: 8px;
    }
    .checkbtn{
        display: block;
    }
    .checkbtnhide{
		display: none;
	}
    
    #checkshow:checked ~ #navbar-ul{
		left: 0;
	}
	#checkhide:checked ~ #navbar-ul{
		left: -100%;
	}
    #checkshow:checked ~ .checkbtnshow{
		display: none;
	}
	#checkshow:checked ~ .checkbtnhide{
		display: block;
	}
	#checkhide:checked ~ .checkbtnhide{
		display: none;
	}
	#checkhide:checked ~ .checkbtnshow{
		display: block;
	}
}



/* main content */
.main-content{
    padding-top: 90px;
}
.qbg{
	position: relative;
	height: 620px;
	border: none !important;
	border-radius: 0 !important;
}

.qbg img{
	height: 620px;
	object-fit: cover;
	border-radius: 0 !important;
}

.qbg-overlay{
	height: 620px;
	position: absolute;
	left: 0;
  	top: 0;
	width: 100%;
	background-color: #0000002b;
}
.qbg-logo-text{
    padding-top: 160px;
}
.qbg-logo-text img{
    height: 180px;
    object-fit: cover;
}
.qbg-logo-text p{
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
}

.carousel-inner{
    height: 400px;
}
.carousel-inner .carousel-item img{
    height: 100%;
    width: 100%;
    object-position: center !important;
    object-fit: cover;
}

.starter{
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    line-height: 38px;
    padding: 10px 20px;
}
.copetetion-branches{
    background-image: url("../../imgs/user/branches.jpg");
    width: 100%;
    padding: 20px;
    background-size: cover;
}

.footer-main{
    background: linear-gradient(to left, #17ac96, #eeeeee);
}
.footer-rights{
    background: #108c79;
    font-size: 16px;
}
.footer-main img{
    width: 250px;
}

.bg-light-green{
    background: #17ac96;
}
.text-light-green{
    color: #17ac96;
}
.bg-light-yellow{
    background: #d0c073;
    opacity: 0.8;
}
.text-light-yellow{
    color: #d0c073;
}
.font-size-16{
    font-size: 16px;
}
.font-size-15{
    font-size: 15px;
}
.reflect-y{
	transform: rotateY(180deg);
}
.contact-container .btn:hover, .join-container .btn:hover{
    background: #108c79 !important;
    color: #ffffff !important;
}


/*about*/
.about-container{
    margin-top: 60px;
    margin-bottom: 50px;
}
.fieldset{
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #3b3b3b;
	border-radius: 5px;
	width: 99%;
	margin-right: 0.5%;
}
.legend{
	margin-top: -40px;
}
.legend span{
	background: #3b3b3b;
	padding: 7px;
	color: #f5f4f2;
	border-radius: 5px;
}
dd, dt{
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
}

@media all and (max-width: 1200.5px){
    .qbg-logo-text p{
        font-size: 35px;
        font-weight: 500;
    }
    .qbg-logo-text{
        padding-top: 150px;
    }
    .qbg-logo-text img{
        height: 170px;
    }
}

@media all and (max-width: 767.5px){
    .qbg-logo-text{
        padding-top: 180px;
    }
    .qbg-logo-text img{
        height: 140px;
    }
    .qbg-logo-text p{
        font-size: 24px;
        font-weight: 400;
    }
    .starter{
        text-align: justify;
        text-justify: inter-word;
        font-size: 16px;
        line-height: 32px;
        padding: 10px 20px;
    }
    .carousel-indicators{
        display: none;
    }
    .footer-rights{
        background: #108c79;
        font-size: 14px;
    }
}
#preview img{
	display: block;
	margin: 10px auto;
	width: 300px;
    border-radius: 5px;
    border: 2px solid #e7e7e7;
}
#upload-images-btn{
    outline: none;
    border: none;
}
#upload-images-btn:hover{
    background: none !important;
    color: #3a3f44;
}
input[type="file"]{
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea{
	resize: none !important;
}

/* register page */
#hide_password_icon{
	display: none;
}
#hide_confirm_password_icon{
	display: none;
}
label.is-invalid{
    color: #FF4343;
    font-size: 13px;
    display: block;
    margin-top: 3px;
    font-weight: 500;
    position: absolute;
    left: 30px;
}
.input-error-alert{
    font-size: 13px;
    display: block;
    text-align: left;
    font-weight: 600;
}
.password_icon{
    position: absolute;
    left: 30px;
    margin-top: 45px;
    font-size: 15px;
    width: 30px;
}