@font-face{
	font-family: "regular";
	src: url(../fonts/regular.woff2) format("woff");
}
@font-face{
	font-family: "bold";
	src: url(../fonts/bold.woff2) format("woff");
}
*{
	font-family: "regular", "tahoma", "arial";
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0 !important;
}
li{
	list-style-type: none;
}
a{
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
img{
	vertical-align: middle;
	border-style: none;
}
header{
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;    
    border-bottom: thin solid #EEE;
    box-shadow: 0 2px 14px #0f0c310f;
    background-color: #FFF;
    z-index: 999;
}
#headerBody{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 1200px;
    padding: 15px 0px;
}
#menuMobile{
    display: none;
    margin-top: 10px;
    cursor: pointer;
}
#headerTitle{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#headerTitle img{
    width: 100px;
}
#headerTitle h1{
    color: #142;
    font-size: 26px;   
}
#headerTitle span{
    margin-right: 5px;
    margin-top: 3px;
    color: #142;
    font-size: 14px;   
}
header ul{
    margin-right: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #999;
}
header ul li{
    margin-left: 30px;
    cursor: pointer;
    font-size: 15px;
}
header ul li:hover{
    color: #000;
}
#headerCall{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #142;
    padding: 10px 15px;
    border-radius: 10px;
    color: #FFF;
    margin-right: auto;
}
#headerCall img{
    margin-right: 15px;
}
#body{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 170px;
    width: 100%;    
}
.box{
    width: 1200px;
    margin-bottom: 100px;   
    display: flex;    
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.box img{
    width: 550px;
    border-radius: 25px;
}
.boxText{
    width: 600px;
    text-align: justify;
    direction: rtl;
}
.boxText h2{
    margin-bottom: 25px;
    font-size: 20px;
}
.boxText p{    
    font-size: 16px;
    color: #333;
}
.boxBanner{
    width: 1200px;
    margin-bottom: 100px;   
    display: flex;    
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 25px;
    box-shadow: 0 2px 14px #DDD;
}
.boxBanner img{
    border-radius: 0px 25px 25px 0px;
    width: 500px;
}
.boxBannerText{
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: right;
    direction: rtl;
    border-radius: 25px 0px 0px 25px;
    color: #333;
}
.boxBannerText h2{
    margin-bottom: 25px;
    font-size: 20px;
}
.boxBannerText p{    
    font-size: 16px;
}
.boxBlog{
    width: 1200px;
    margin-bottom: 100px;   
    display: flex;    
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
}
.boxBlogItem{
    position: relative;
    width: 380px;
    display: flex;    
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 25px;
}
.boxBlogItem img{
    width: 100%;
    border-radius: 25px;
}
.boxBlogText{
    position: absolute;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
    padding: 15px;
    width: 100%;
    text-align: justify;
    direction: rtl;
    border-radius: 0px 0px 25px 25px;
}
.boxBlogText h3{
    margin-bottom: 15px;
    font-size: 18px;
    color: #FFF;
}
.boxBlogText p{    
    font-size: 14px;
    color: #CCC;
}
footer{
    width: 100%;
    padding: 20px 0px 15px 0px;
    background-color: #142;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footerClock{
    width: 800px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 20px;
}
.footerClockNight{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 400px;    
}
.footerClockMorning{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 400px;
    border-left: thin solid #CCC;
}
.footerClockDay{
    font-size: 14px;
    color: #333;
}
.footerClockTime{
    font-size: 22px;
    color: #222;
}
#footerContact{
    width: 800px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}
#footerPhone{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 400px;  
    font-size: 15px;  
}
#footerPhone img{
    margin-right: 15px;
}
#footerLocation{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    border-left: thin solid #CCC;
    font-size: 14px;
}
#footerLocation img{
    margin-left: 15px;
}
#footerSocial{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#footerSocial a{
    margin: 0px 5px;
}
#footerSocial img{
    opacity: 0.6;
}
#footerSocial img:hover{
    opacity: 1;
}
@media (max-width: 800px){
    #headerBody{
        width: 90%;
        flex-direction: column;
    }
    #headerTitle{
        flex-direction: column;
    }
    #headerTitle img{
        width: 60px;
    }
    #headerTitle h1{
        font-size: 20px;   
    }
    #headerTitle span{
        font-size: 12px;   
    }
    header ul{
        display: none;
        margin: 30px 0px 0px 0px;
        flex-direction: column-reverse;
        align-items: center;
    } 
    header ul li{
        margin: 15px 0px 15px 0px;
    }
    #headerCall{
        display: none; 
        margin: 30px 0px 0px 0px;
        justify-content: center;
    }
    #menuMobile{
        display: block;
    }
    #body{
        margin-top: 200px;   
    }
    .box{
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        margin-bottom: 50px;
        width: 90%;
    } 
    .box img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-bottom: 25px;
    } 
    .boxText{
        width: 100%;
    }
    .boxText h2 {
        margin-bottom: 20px;
    }
    .boxBanner{
        flex-direction: column;
        margin-bottom: 50px;
        width: 90%;
    }
    .boxBanner img{
        width: 100%;
        border-radius: 25px 25px 0px 0px;
    }
    .boxBannerText{
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .boxBannerText h2{
        font-size: 17px;
    }
    .boxBannerText p{    
        font-size: 14px;
    }
    .boxBlog{
        width: 90%;
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .boxBlogItem{
        margin-bottom: 50px;
        width: 100%;
    }
    .boxBlogText h3{
        font-size: 15px;
    }
    .boxBlogText p{    
        font-size: 12px;
    }
    #footerClock{
        flex-direction: column-reverse;
        align-items: center;
        width: 90%;
    }
    .footerClockNight{
        align-items: center;
        width: 100%;       
    }
    .footerClockMorning{
        align-items: center;
        width: 100%; 
        border: none;
        padding-bottom: 15px;
        border-bottom: thin solid #CCC;
        margin-bottom: 15px;
    }
    #footerContact{
        flex-direction: column-reverse;
        align-items: center;
        width: 90%;
    }
    #footerPhone{
        flex-direction: row-reverse;
        width: 100%; 
    }
    #footerPhone img {
        margin-left: 15px;
        margin-right: 0px;
    }
    #footerLocation{
        width: 100%; 
        border: none;
        padding-bottom: 15px;
        border-bottom: thin solid #CCC;
        margin-bottom: 15px;
    }
}
@media (min-width: 801px) and (max-width: 1000px){
    #headerBody,.box,.boxBanner{
        width: 750px;
    }
    #headerTitle img{
        width: 80px;
    }
    #headerTitle h1{
        font-size: 22px;   
    }
    #headerTitle span{
        font-size: 12px;   
    }
    header ul{
        margin-right: 15px;
    }
    header ul li{
        font-size: 13px;
        margin-left: 15px;
    }   
    #headerCall{
        padding: 10px;
        font-size: 13px;
    }
    #headerCall div{
        display: none;
    }
    #headerCall img{
        margin-right: 0px;
    }
    #body{
        margin-top: 130px;   
    }
    .box{
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        margin-bottom: 50px;
    } 
    .box img{
        width: 750px;
        height: 300px;
        object-fit: cover;
        margin-bottom: 25px;
    } 
    .boxText{
        width: 750px;
    }
    .boxText h2 {
        margin-bottom: 20px;
    }
    .boxBanner{
        margin-bottom: 50px;
    }
    .boxBanner img{
        width: 250px;
    }
    .boxBannerText{
        width: 500px;
    }
    .boxBannerText h2{
        font-size: 17px;
    }
    .boxBannerText p{    
        font-size: 14px;
    }
    .boxBlog{
        width: 500px;
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .boxBlogItem{
        margin-bottom: 50px;
        width: 500px;
    }
    .boxBlogText h3{
        font-size: 15px;
    }
    .boxBlogText p{    
        font-size: 12px;
    }
    #footerClock{
        width: 700px;
    }
    .footerClockNight{
        width: 350px;    
    }
    .footerClockMorning{
        width: 350px;
    }
    #footerContact{
        width: 700px;
    }
    #footerPhone{
        width: 350px;  
    }
    #footerLocation{
        width: 350px;
    }
}
@media (min-width: 1001px) and (max-width: 1250px){
    #headerBody,.box,.boxBanner,.boxBlog{
        width: 950px;
    }
    #headerTitle img{
        width: 90px;
    }
    #headerTitle h1{
        font-size: 24px;   
    }
    #headerTitle span{
        font-size: 13px;   
    }
    header ul{
        margin-right: 20px;
    }
    header ul li{
        font-size: 14px;
        margin-left: 20px;
    }   
    .box img{
        width: 450px;
    } 
    .boxText{
        width: 450px;
    }
    .boxText h2{
        font-size: 19px;
    }
    .boxText p{    
        font-size: 15px;
    }
    .boxBanner img{
        width: 400px;
    }
    .boxBannerText{
        width: 550px;
    }
    .boxBannerText h2{
        font-size: 19px;
    }
    .boxBannerText p{    
        font-size: 15px;
    }
    .boxBlogItem{
        width: 300px;
    }
    .boxBlogText h3{
        font-size: 17px;
    }
    .boxBlogText p{    
        font-size: 13px;
    }
}