.container{
    margin: 0px 0px 0px 0px;
    
    width: 1200px;
    justify-content: center;
}

.main_header{
    width: 100%;
}

.logo {
    
    display: flex;
justify-content: right;
}


.title_text {
    width: 100%;
    font-size: 32px;
    color: #1a1a1a;
    padding-top: 20px;
    font-weight: bold;
	text-align: right;
}

.article_img{
    display: flex;
justify-content: center;
    margin: auto;
    
}

.content{
    margin: 30px 45px 0px 15px;
    width: 900px;
}

ul,
li,
ol {
    margin: 0px 0px 0px 0px;

    text-align: right;
    direction: rtl;
    font-size: 22px;
    /* padding: 10px 0px 10px 0px; */
}

p {
    margin: 0px;
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    direction: rtl;
    padding: 10px 0px 10px 0px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}



html {
    scroll-behavior: smooth;
}

body {
    
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    margin: auto;
    
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 10px 0px 10px 0px;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
    text-align: right;
    direction: rtl;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
    font-weight: 800;
}

h3 {
    font-size: 18px;
    text-align: center;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}



.other-article-title{
    width: 100%;
    
}


.other-article{
    justify-content: center;
    display: flex;
    margin: auto;
}

.article-cards{
    width: 310px;
    background: #e9e9e9;
    margin: 25px;
    display:inline-block;
    
}

.article-card-image{
    width: 300px;
    padding: 5px 5px 5px 5px;
    
}
.article-card-title h2{
    font-size: 18px;
    
}
.article-card-excerpt p{
    padding: 0px;
    font-size: 15px;
    
}

.footer{
    width: 100%;
    background: #044e80;
}

.footer p{
    color: white;
    text-align: center;
    font-size: 16px;
}

.footer p a{
    color: white;
}


.contact-bar h2{
 text-align: center;
}

.contact-section{
    display: flex;
    justify-content: center;
    margin: auto;
}

.contact-icon{
    display: inline-block;
    width: 54px;
    height: 54px;
    
}

iframe{
    
    width: 60%;
    
}

@media only screen and (max-width: 600px) {
.container{
    margin: 0px 0px 0px 0px;
    width: 100%;
    justify-content: center;
}

.article-cards{
    margin-left: 5%;
    } 
    
.article_img{
    display: flex;
justify-content: center;
    width: 100%;
    height: 50%;
}
    
 

.other-article{
    justify-content: center;
    display: grid;
    margin: auto;
}
.other-article-title h1{    
margin-right: 20px;
    }
    
    iframe{
    
    width: 100%;
    
}
 .content{
    margin: 15px 15px 15px 15px;
    width: 95%;
}

    h3{
        text-align: center;
    }
    
    .contact-bar{
        position: fixed;
        left: 0px;
        bottom: 0px;
        background: rgba(255, 255, 255, 0.9);
    }
    
}
