/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Home Styles              */

/*   01 - General & Basic Styles   */
@font-face {
    font-family: 'DinNextLight';
    src: url('../fonts/din-next/light/DinNextLight.eot');
    src: url('../fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../fonts/din-next/regular/DinNextRegular.eot');
    src: url('../fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../fonts/din-next/medium/DinNextMedium.eot');
    src: url('../fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../fonts/din-next/bold/DinNextBold.eot');
    src: url('../fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}


html {
    scroll-behavior: smooth;
}
*{
    font-family: 'DinNextRegular';
}
p{
  	font-family: 'DinNextRegular';
	font-size: 18px;
	line-height: 1.6;
  	font-weight: 300;
  	color: #ffffff;
    text-align: right;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'DinNextMedium' !important;
    color: #141414;
}
a{
	font-family: 'DinNextRegular';
	text-decoration: none;
    color: #141414;
}
a:hover,
a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    color: #f40000;
}
a{
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body{
  	overflow-x: hidden;
  	direction: rtl;
  	color: #141414;
    text-align: right;
}
b, strong {
	font-weight: 700 !important;
}
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
.div-50{
	height: 50px;
	width: 100%;
	display: block;
}
.div-10{
	height: 10px;
	width: 100%;
	display: block;
}
.div-20{
  height: 20px;
  width: 100%;
  display: block;
}
.div-30{
    height: 30px;
    width: 100%;
    display: block;
}   
.div-100{
  height: 100px;
  width: 100%;
  display: block;
}  
.div-80{
  height: 80px;
  width: 100%;
  display: block;
}    
.div-70{
    height: 70px;
    width: 100%;
    display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
img{
	max-width: 100%;
}
button:focus {
    outline: none !important;
}
h4{
    font-size: 22px;
}


/*   02 - Home Styles              */
/*.body-bg{
    background: url(../images/bg-home.png) no-repeat;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/


.back-color{
    /*background-color: #14141482;*/
    padding-top: 100px;
    z-index: 999 !important;
    opacity: 1 !important;
}
header.header2 {
    /*background: #fafafa82;
    padding: 20px 0;*/
    margin-bottom: 30px;
    /*z-index: 9999 !important;*/
}
header.header2 .row2 .text-center{
    background: #fafafa82;
    padding: 20px 0;
}
.white-title h3{
    color: #ffffff;
    font-size: 2.5rem;
}
.white-title p{
    color: #ffffff;
}
.body-bg p{
    color: #ffffff;
}
.dept-nav .hover-img{
    display: none;
}
.dept-photo {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #ffffff;
}
.dept-nav a h4{
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
}
.dept-nav a{
    max-width: 180px;
}
.outer-border {
    width: 130px;
    height: 130px;
    border: 1px solid #f40000;
    padding: 5px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.dept-nav a:hover .outer-border{
    border-color: #ffffff;
}
.dept-nav a:hover .dept-photo{
    background: #f40000;
}
.dept-nav a:hover .hover-img{
    display: block;
}
.dept-nav a:hover .home-img{
    display: none;
}
.body-bg .social-icons a {
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 10px;
    border-radius: 50%;
}
.body-bg .social-icons a:hover{
    background: #ffffff;
    color: #f40000;
}
.body-bg .social-icons{
    margin-bottom: 10px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 320px) { 
    .user-img {
        display: none;
    }
}
@media (max-width: 800px) { 
    body{
        overflow-x: hidden !important;
    }
    p {
        font-size: 16px;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    .body-bg .social-icons a {
        width: 35px;
        height: 35px;
        margin: 5px;
    }
	
	.back-color
	{
		position:absolute;
		top:0;
		width:100%;
		background-color: #14141496;
		padding-top: 44px;
		bottom:auto !important;
	}
	
	.carousel-item img
	{
		width: auto !important;
		height: 100%;
		max-width: none;
	}
}

@media (min-width: 576px){
    
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1366px) { 
   
    
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

.back-color
{
	position:absolute;
	top:0;
	width:100%;
	background-color: #14141496;
	padding-top: 44px;
	bottom:0;
}
.carousel  img
{
	width:100%;
}

body
{
	position:relative;
}
.social-icons a
{
	color:#fff;
	font-size:20px;
}

.social-icons a:hover
{
	color:#f40000;
}
.wrap
{
	margin:0px;
}

.logo
{
	max-width:300px;
}

.nav-link {
    display: block;
    padding: .5rem 10px !important;
}