body {
	background-color:#F0F0F0;
	margin:0px;	
	font-family: Arial;
	COLOR: #000;
}
   a {outline:none;}
   a img {border:none;}
   a {color: #0000FF;text-decoration: none;}
   a:hover {color: red;text-decoration: none;}

.navbar {
  width: 100%;
   text-align:center;
  background-color: #1B5F73;
  padding:20px;
  overflow: auto;
  margin-top:10px;
}

.navbar a {
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 15%;   /*Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  background-color: #000;
}

.navbar a.active {
  background-color: #04AA6D;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End search profile*/

.main_txt {
  width:100%;
  text-align:center;
  direction:rtl;
  float:right;
  margin-top:320px;
  position: relative;
}

.main_txtc {
  width:100%;
  text-align:right;
  direction:rtl;
  float:left;
  margin-top:20px;
  position: relative;
}

.main_txtct {
  width:100%;
  text-align:center;
  direction:rtl;
  float:left;
  margin-top:420px; 
  border: 0px solid red;
}
.main_txtct_tel {
  width:100%;
  height:280px;
  font-size: 30px;
  color: #0b0b0b;
  text-align:center;
  direction:rtl;
  float:left;
  margin-top:100px; 
  border: 0px solid blue;
}


.blog_cala {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #0b0b0b;
    text-align: center;
    margin-top:80px;
    font-weight: bold;
    text-transform: uppercase;
}

img.image_1 {
    width: 30%;
    float: left;
    margin-top:300px;
    margin-left: 500px;
}

.main_txtx {
  width:100%;
  direction:rtl;
  float:right;
  margin-top:50px;
  text-align:right;
}

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    padding-top: 500px;
}

.about_taital_main {
    width: 100%;
       margin: auto;
}

.about_taital_mainc {
    width: 80%;
       margin: auto;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    background-color: #0066B2;
    height: auto;
    padding: 0px 37px;
    margin-top: 15px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    font-weight: Normal;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    float: right;
    background-color: #ffffff;
    font-size: 26px;
    color: #3f3f3f;
    padding: 24px;
    margin: 0px;
    padding-top: 24px;
}

.read_bt {
    width: 190px;
    float: left;
    margin-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ffffff;
    background-color: #fb8a05;
    text-align: center;
    padding: 8px 10px;
}

.read_bt a:hover {
    background-color: #b538a4;
    color: #ffffff;
}

/* about section end */

.footer_section {
    width: 100%;
    margin-top:20px;
    float: left;
    background-color: #1B5F73;
    padding: 50px 0px;
}

.location_main {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.location_text {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fdfefe;
}

.padding10 {
    padding-left: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 20px 0px;
    border-top: 1px solid #fff;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #0b0b0b;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

p {
  color: #000;
  font-family: Arial;
  font-size: 20px;
}
.img_transform {
border: none;
float:left;
margin-right:25px;
border-radius: 25px;
transform: rotate(25deg) scale(.75) translateX(50px);
}