﻿body {
}

body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
}


i {
  color: #fcbe19;
  /*color: inherit;*/
}

i:hover {
  color: #be5a12;
}

a i {
    padding:5px;
}

divnews {
    float:left;

}

h5 {
    color :#374b6a;
}

.news {
        /*border: 1px outset #4887b0;*/
  background-color: #d4eef8;    
  text-align: left;
  margin-top:8px;
  /*margin-left:2px !important;*/
  padding-bottom:0px !important;
}

a.arrowLinkList {
        color:black !important;
         text-decoration: none;
}
.column {
    float: left;
    /*width: 33.3%;*/
    margin-bottom: 16px;
    padding: 0 8px;

 
}

 
      .column .container:hover {
        /*border: 1px solid #777;*/
    border: 3px solid rgba(0, 0, 0, 0.125);
   background-color: #fcbe19;
     /*background-color: lightgray;*/
        border-radius: 25px;

    }

.services .column {
    max-width :500px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;

  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

 .card-body:hover {
    background-color:white !important;

}
  .card-body {
    background-color:white !important;

}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.news-demo {
  background: #fff;
  padding: 20px;
}

.news-demo h1 {
  text-align: center;
  font-family: myfont;
  color: #777;
  margin-bottom: 40px;
}

.news-demo .p {
  text-align: center;
  font-family: myfont;
  font-size: 22px;
  margin-top: 70px;
}

.news-demo .p ~ p {
  margin-top: 0;
}

.news-demo .p a {
  text-decoration: underline;
}

.news-demo .p a:hover {
  color: red;
}

.news h1 {
    text-align:right;
      font-family: myfont;
  font-size: 22px;
}
strong {
  
   text-align:right;
}



.otherpage li {
    list-style-type: none;
    text-align:right;
   box-shadow: inset 0 -30px 20px rgba(246, 247, 255, 0.45);
}

.otherpage ul {
  list-style: none; /* Remove default bullets */
}



.otherpage li:nth-child(odd),.otherpage li:nth-child(odd) {
  /*background-color:  #068a97 ;*/
}
.otherpage td {
    text-align:right;
}

.otherpage {
  /*padding-left:100px;*/
  margin:0 ;
}



.containermarquee {
    width: 50em;
    height: 17em;
  
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

/*.marquee:hover {
    animation-play-state: paused;
}*/

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI',myfont, Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI',myfont, Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #00324f;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}

.alignRight {
    text-align:left !important;
   
}

.aligncenter {
    text-align:center !important;
   
}
.alignleft {
    text-align:left !important;
   
}

    .alignRight a, .aligncenter a {
         color:white !important;
            text-decoration:none;
    }


  .alignRight  #Label2, .aligncenter #Label2{
         text-align:left !important;
        
    }


 .microsoft ul {
  list-style: none; /* Remove default bullets */
    font-family:myfont !important;
  
}

.microsoft li {
      color:#00324f !important;
}


.microsoft ul li::before {
   
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e27222; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 1em; /* Also needed for space (tweak if needed) */
}

.microsoft ul li:nth-child(odd) {
  background-color:  #c5e9f1;
}

.microsoft ul li:nth-child(2) {
  background: red;
}


#go-top .fa {
    font-size: 25px !important;
}

#go-top {
  width: 50px;
  line-height: 30px;
  background-color: rgba(239, 233, 233, 0.97);
  color: black;
  display: none;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  border-radius: 50% !important;
  z-index: 1000;
   font-size: 50px !important;
}

.number-box {
    border-radius: 100%;
    background-color: #fff;
    width: 100px;
    display: block;
    height: 100px;
    margin: auto;
    line-height: 100px;
    font-size: 35px;
  
    color: #be5a12;
    box-shadow: 2px 2px 4px #00000017;
    border: dashed 4px #cacacabd;
}
   


    #mgh_quote{
        color: whitesmoke;
        direction: rtl;
        font-family: myfont;
        font-size: 20.5pt;
        line-height: 50px;
        text-align: justify;
        letter-spacing: 1px;
    }


    
    #mgh_quoteEN{
        color: whitesmoke;
        direction: ltr;
        font-family: myfont, serif;
        font-size: 20.5pt;
        line-height: 50px;
        text-align: justify;
        letter-spacing: 1px;
    }

    .text > span{
    animation: letter-glow 0.7s 0s ease both;
}

@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.2);
    }

    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }

    77% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
    }
}

.backh2 {
    /*background-image: linear-gradient(to bottom right, #000051, #5757ed);*/
    background-image: linear-gradient(#0b2043, #0b2043, #0b2043);
text-align: center;
margin: 3px 0;
}


.my-styles-border-bottom {
    border-bottom: 1px solid #dedbdb;
    padding: 15px;
}

.my-styles-border-top {
    border-top: 1px solid #dedbdb;
    padding: 15px;
}



.image-3d img {
    width: 80%;
    height: 80%;
    /*transform: rotateY(20deg) rotateX(20deg);*/ /* زاویه چرخش به صورت افقی و عمودی */
    transform-style: preserve-3d;
    /*transition: transform 0.5s ease;*/ /* انیمیشن چرخش */
}

.imgrotate:hover  {
   transform: rotateY(20deg) rotateX(20deg); /* تاکید تصویر 3D در هنگام هاور */
}

.marqueeen {
  width: 100%;
  height: 45px;
  overflow: hidden;
  position: relative;
  background: #fefefe;
  color: rgb(0, 34, 54);
   font-size: 25px;
     font-weight: bold;
    
  /* border: 1px solid #4a4a4a; */
}
.marqueeen p {
     color:white !important;
     font-family:myfont !important;
     font-size: 25px!important;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 60px;
text-align: center;
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
-moz-animation: scroll-leften 2s linear infinite;
-webkit-animation: scroll-leften 2s linear infinite;
animation: scroll-leften 20s linear infinite;
}
@-moz-keyframes scroll-leften {
0% {
-moz-transform: translateX(-100%);
}
100% {
-moz-transform: translateX(100%);
}
}

@-webkit-keyframes scroll-leften {
0% {
-webkit-transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(100%);
}
}

@keyframes scroll-leften {
    0% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}




.marqueeenglish {
  width: 100%;
  height: 45px;
  overflow: hidden;
  position: relative;
  background: #fefefe;
  color: rgb(0, 34, 54);
   font-size: 26px!important;
     font-weight: bold;
    
  /* border: 1px solid #4a4a4a; */
}
.marqueeenglish p {
     color:white !important;
     font-family:myfont !important;
      font-size: 30px!important;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 60px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-leftenglish 2s linear infinite;
    -webkit-animation: scroll-leftenglish 2s linear infinite;
    animation: scroll-leftenglish 20s linear infinite;
}
@-moz-keyframes scroll-leftenglish {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
}
}

@-webkit-keyframes scroll-leftenglish {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
}
}

@keyframes scroll-leftenglish {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}



    






  


