@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-FD.eot');
    src: url('../fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-FD.woff') format('woff'),
    url('../fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold-FD.eot');
    src: url('../fonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold-FD.woff') format('woff'),
    url('../fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}
body{
    font-family: 'Vazir' , 'Lato';
    background-attachment: fixed;
    margin:0px;
    padding:0px;
    height: 100%;
    overflow-x: hidden;
    background-color: #eee;
    background-image: url(../images/bgpattern.png) ;
    background-repeat: repeat ;
    background-attachment: unset ;
}

.bodycontainer{
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  min-height: 100%;
}
.bodycontainer .header{
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
  color: #fff;
  padding: 70px 0 0 0 ;

}
.bodycontainer .header .contentholder {
  display: flex;
  width: 100%;
  height: 100%;
}
.bodycontainer .header .contentholder .content{
  position: relative;
  text-align: center;
  margin: auto;
}
.bodycontainer .header .contentholder .content .logo {
    height: 250px;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.4));
}
.bodycontainer .header .contentholder .content h1 {
   font-size: 40px;
   margin: 15px 0px 15px;
   text-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.bodycontainer .header .contentholder .content .details {
   text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.bodycontainer .header .backgroundholder{
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 50px;
  height: 100%;
  width: 100%;
}
.bodycontainer .header .backgroundholder .background{
  width: 100%;
  min-width: 1000px;
  position: relative;
  border-radius: 50%;
  transform: translateY(-50%) translateX(50%);
  left: -50%;
  top: 50%;
  background:  url('../images/wave.png') 50% 50% / cover no-repeat, linear-gradient(to left, #ed1c24, #00b7ff) ;
  /*animation: headeranimation 5s ease-out infinite;*/
  box-shadow: 0px 0px 20px rgba(0,0,0,0.6), 0px 0px 0px 0px transparent;
}
.bodycontainer .header .backgroundholder .background:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@keyframes headeranimation {
  0%,100%  {box-shadow: 0px 0px 20px rgba(0,0,0,0.6), 0px 0px 0px 0px transparent;}
  25%   {box-shadow: 0px 0px 20px rgba(0,0,0,0.6), 0px 0px 0px 0px #8e2ab07d;}
  50%   {box-shadow: 0px 0px 20px rgba(0,0,0,0.6), 0px 0px 0px 150px transparent;}
}

.bodycontainer .body{
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 100px rgba(0,0,0,0.25);
  border-radius: 100px;
  padding: 0;
  margin: 0 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}
.bodycontainer .body .introduction{
  width: 100%;
  max-width: 1140px;
  margin: 100px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.bodycontainer .body .introduction a{
  transition: all .3s;
  color: #0f0075;
  text-decoration:none;
}
.bodycontainer .body .introduction .separator{
  height: 110px;
}
.bodycontainer .body .introduction .item{
  display: flex;
  flex-wrap: nowrap;
}
.bodycontainer .body .introduction .details{
  display: inline;
}
.bodycontainer .body .introduction .details .texts{
  text-align: justify;
  font-size: 15px;
  color: #212529;
}
.bodycontainer .body .introduction h2{
  color: #dc0000;
  margin: 0 0 10px;
  font-size: 40px;
  text-align: right;
}
.bodycontainer .body .introduction .item img.responsive{
  display: none;
}
.bodycontainer .body .introduction .item img{
  transition: .3s all;
  border-radius: 50%;
  background: #b03032;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5), 0px 0px 0px 25px #b02a2a33;
  width: 300px;
  height: 300px;
}
.bodycontainer .body .introduction .item:hover img{
  transition: .3s all;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5), 0px 0px 0px 40px #b02a2a33;
}
.bodycontainer .body .introduction .formoreinfo{
  margin: 83px 0;
  text-align: justify;
  text-align-last: center;
  font-size: 16px;
  font-style: italic;
  opacity: 0.85;
  color: #212529;
}

.bodycontainer .body .statistics{
  position: relative;
  color: #fff;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  background:  url('../images/statisticswave.png') 50% 50% / cover no-repeat, linear-gradient(to left, #ed1c24, #00b7ff) ;
  margin: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 50px rgba(0,0,0,0.35);
  width: 90%;
    margin-right: 5%;
    border-radius: 50px;
}
.bodycontainer .body .statistics .break {
  flex-basis: 100%;
  height: 0;
}
.bodycontainer .body .statistics .item{
  padding: 20px;
  margin: auto;
  text-align: center;
  text-shadow: 0 3px 4px rgba(0,0,0,0.5);
}
.bodycontainer .body .statistics .item .title{
  font-size: 16px;
}
.bodycontainer .body .statistics .item .counter{
  font-size: 45px;
  font-weight: bold;
}
.bodycontainer .body .statistics .timer{
  opacity: 0.85;
  font-size: 14px;
  text-shadow: 0 3px 4px rgba(0,0,0,0.5);
  padding-bottom: 20px;
}

.bodycontainer .body .posts{
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 50px auto;
}
.bodycontainer .body .posts a{
  color: inherit;
  text-decoration: none;
}
.bodycontainer .body .posts img{
  border-bottom: #00000045 1px solid;
  max-width: 100%;
}
.bodycontainer .body .posts .imagewithdetail .imageinfo{
  padding: 2px 10px;
  text-align: center;
  box-sizing: border-box;

}

.bodycontainer .body .posts .imagewithdetail{
  max-width: 90%;
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
  position: relative;
  border-radius: 10px;
  border: 1px solid #00000061;
  overflow: hidden;
  margin: 15px;
  display: inline-block;
}
.bodycontainer .body .posts .item .title h3{
  color: #dc0000;
  margin: 50px 0 6px;
  margin: 0;
  /*border-bottom: #dc0000 1px solid;*/
  padding: 3px 10px;
  font-size: 16px;
  text-align: center;
}

.bodycontainer .body .posts .item{
  transition: all .2s;
  width: 235px;
  display: inline-block;
  margin: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 2px 15px rgba(0,0,0,.3);
  border: 1px solid #762fb147;
  overflow: hidden;
  vertical-align: top;
}
.bodycontainer .body .posts .item:hover{
    transition: all .2s;
    margin: 6px 10px 14px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.bodycontainer .body .posts .item .thumbnail{
  width: 100%;
}
.bodycontainer .body .posts .item .thumbnail img{
  width: 100%;
}
.bodycontainer .body .posts .item .summary{
  text-align: justify;
  padding: 10px;
  opacity: 0.8;
  font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}

.bodycontainer .body .contactus{
  margin: 50px 150px;
  text-align: center;
}
.bodycontainer .body .contactus img{
  width: 200px;
  height: 200px;
}
.bodycontainer .body .contactus h3{
  color: #ce3030;
  text-align: center;
  margin: 0 0 10px;
  font-size: 40px;
}
.bodycontainer .body .contactus .details{
  text-align: justify;
  text-align-last: center;
  font-size: 15px;
  color: #212529;

}
.bodycontainer .body .contactus a{
  transition: all .3s;
  color: #0f0075;
  text-decoration:none;
}
.bodycontainer .body hr{
  width: 90%;
  border: none;
  border-top:solid 1px #00000040;
}

.bodycontainer .footer{
  text-align: center;
  color: #fff;
  padding: 80px 0 30px;
  width: 100%;
  border-radius: 500px;
  box-sizing: unset;
  margin: -50px 0 -43px 0px;
  z-index: -1;
  background: linear-gradient(to left, #ed1c24, #00b7ff);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
  font-size: 18px;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.bodycontainer .footer a{
  color: inherit;
  outline: none;
}
.bodycontainer .footer .byvalora{
  position: relative;
  text-decoration: none;
  transition: .5s all;
  display: inline-block;
  animation: valorachangecolor 10s linear infinite, valoraicon 3s linear infinite;
  padding: 5px 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 35px;
  margin: 10px 0 0;
  font-size: 20px;
  overflow: hidden;
  line-height: 30px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5), 0px 0px 0px 0px rgba(255,255,255,0);
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.bodycontainer .footer .byvalora .bigicon{
  transition: .5s all;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  position: absolute;
}

.bodycontainer .footer .byvalora svg{
    height: 20px;
    width: auto;
    vertical-align: middle;
    fill: #fff;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.5));
    shape-rendering:auto;
}
.bodycontainer .footer .byvalora .more{
  transition: .5s all;
  width: 250px;
  font-size: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.bodycontainer .footer .byvalora:hover .more{
  transition: .3s all;
  opacity: 1;
}
.floatingbutton{
  transition: .3s all;
  opacity: 1;
  position: fixed;
  color: #fff;
  bottom: 20px;
  right: 20px;
  z-index: 999999999999999;
  line-height: 50px;
  text-align: center;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.floatingbutton a{
  color: inherit;
  text-decoration: none;
}
.floatingbutton i{
  line-height: 50px;
  font-size: 20px;
  height: 100%;
  width: 100%;
}
@keyframes valorachangecolor {
  0%   {background-color: #a7cc00;}
  20%  {background-color: #ff5722;}
  40%  {background-color: #c44cec;}
  60%  {background-color: #1cccda;}
  80%  {background-color: #137cb6;}
  100% {background-color: #a7cc00;}
}
@keyframes heartanim {
  0%   {height: 23px;margin: 0px 1px}
  5%   {height: 25px;margin: 0px 0px}
  10%  {height: 23px;margin: 0px 1px}
  15%  {height: 25px;margin: 0px 0px}
  20%  {height: 23px;margin: 0px 1px}
  100% {height: 23px;margin: 0px 1px}
}
@keyframes valoraicon {
  0%  {box-shadow: 0px 0px 20px rgba(0,0,0,0.5), 0px 0px 0px 0px rgba(255,255,255,0);}
  25%   {box-shadow: 0px 0px 20px rgba(0,0,0,0.5), 0px 0px 0px 0px rgba(255,255,255,0.5);}
  50%   {box-shadow: 0px 0px 20px rgba(0,0,0,0.5), 0px 0px 0px 10px rgba(255,255,255,0);}
  100% {box-shadow: 0px 0px 20px rgba(0,0,0,0.5), 0px 0px 0px 0px rgba(255,255,255,0);}
}

@media ( max-width: 1000px) {
  .bodycontainer .header{
    height: 370px;
    padding: 20px 0 0;
  }
  .bodycontainer .header .contentholder .content .logo{
    height: 160px;
  }
  .bodycontainer .header .contentholder .content h1{
    font-size: 28px;
  }
  .bodycontainer .header .backgroundholder .background{
    min-width: 700px;
    animation: none;
  }
  .bodycontainer .body{
    border-radius: 50px;
  }
  .bodycontainer .body{
    width: 95%;
    margin: 0 auto;
  }
  .bodycontainer .body .introduction{
    margin: 50px 0;
  }
  .bodycontainer .body .introduction .item{
    display: block;
    text-align: center;
  }
  .bodycontainer .body .introduction .item img:not(.responsive){
    display: none;
  }
  .bodycontainer .body .introduction .item img.responsive{
    display: inline-block;
    box-shadow:  0px 0px 0px 5px #8e2ab03b;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  .bodycontainer .body .introduction .item:hover img{
    box-shadow:  0px 0px 0px 10px #8e2ab033;
  }
  .bodycontainer .body .introduction .details{
    padding: 0 !important;
  }
  .bodycontainer .body .introduction h2{
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
  }
  .bodycontainer .body .introduction .details .texts{
    font-size: 11px;
  }
  .bodycontainer .body .introduction .separator{
    height: 50px;
  }
  .bodycontainer .body .introduction .formoreinfo{
    margin: 50px 0;
    font-size: 11px;
  }

  .bodycontainer .body .statistics{
    flex-wrap: wrap;
    min-height: 200px;
    padding: 20px 20px 25px;
  }
  .bodycontainer .body .statistics .item{
    padding: 15px;
  }
  .bodycontainer .body .statistics .item .title{
    font-size: 11px;
  }
  .bodycontainer .body .statistics .item .counter{
    font-size: 25px;
  }
  .bodycontainer .body .statistics .timer{
    padding-bottom: 10px;
    font-size: 10px;
  }
  .bodycontainer .body .posts{
    margin: 20px auto;
  }
  .bodycontainer .body .posts .item{
    width: 150px;
    margin: 10px;
    border-radius:20px;
  }
  .bodycontainer .body .posts .item .title h3{
    font-size:11px;
    padding: 3px 5px;
  }
  .bodycontainer .body .contactus{
    margin: 30px;
  }
  .bodycontainer .body .contactus img{
    width: 100px;
    height: 100px;
  }
  .bodycontainer .body .contactus h3{
    font-size: 20px;
  }
  .bodycontainer .body .contactus .details{
    font-size: 12px;
  }
  .bodycontainer .footer{
    padding: 80px 85px 30px;
    margin: -50px -85px 0 0px;
    font-size: 15px;
  }
  .bodycontainer .footer .byvalora{
    font-size: 15px;
    padding: 1px 15px;
  }
  .bodycontainer .footer .byvalora svg{
    height: 15px;
  }
  .floatingbutton{
    display: unset;
  }
}


/* ===================================== */


.main{
  color: #333333;
  border-radius: 50px;
  min-height: 500px;
  padding: 30px 4% 50px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0,0,0,0.6);
  margin: 0px 4% 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
}
.main h2,.main h3{
  color: #dc0000;
  margin: 50px 0 5px;
  font-size: 32px;
  text-align: right;
}
.main h4{
  color: #dc0000;
  margin: 15px 0 5px;
  font-size: 20px;
  text-align: right;
}

.main h4.toggleshow{
  cursor: pointer;
  border: #dc0000 2px solid;
  box-shadow: 0 3px 5px #00000038;
  padding: 5px 10px;
  border-radius: 50px;
  position: relative;
  z-index: 999;
  background: #fff;
  user-select: none;
  margin: 22px 0;
}
.main h4.toggleshow i{
  font-size: 26px;
}

.main .posts{
  text-align: justify;
}
.main .posts .imagewithdetail img{
  border-bottom: #00000045 1px solid;
  max-width: 100%;
}
.main .posts .imagewithdetail .imageinfo{
  padding: 2px 10px;
  text-align: center;
  box-sizing: border-box;

}


.main .posts .imagewithdetail{
  max-width: 90%;
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
  position: relative;
  border-radius: 10px;
  border: 1px solid #00000061;
  overflow: hidden;
  margin: 15px;
  display: inline-block;
}
.main .posts h2{
  color: #dc0000;
  margin: 10px 0 10px;
  font-size: 40px;
  text-align: center;
}
.main .posts .item .title h3{
  color: #dc0000;
  margin: 50px 0 6px;
  margin: 0;
  /*border-bottom: #dc0000 1px solid;*/
  padding: 3px 10px;
  font-size: 19px;
  text-align: center;
}

.main .posts .item{
    transition: all .3s;
  width: 300px;
  display: inline-block;
    margin: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    overflow: hidden;
    vertical-align: top;
}
.main .posts .item:hover{
    transition: all .3s;
    margin: 16px 20px 24px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.main .posts .item .thumbnail{
  width: 100%;
}
.main .posts .item .thumbnail img{
  width: 100%;
}
.main .posts .item .summary{
  text-align: justify;
  padding: 10px;
  opacity: 0.8;
  font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}


.main .details{
  padding: 0 15px 15px 0;
  margin: 0 10px 10px 0;
  text-align: justify;
  box-sizing: border-box;
  overflow: hidden;
  border-right: #dc0000 4px solid;
  border-bottom: #dc0000 3px solid;
  border-bottom-right-radius: 20px;
}

.main .details.toggleshow{
  padding: 25px 15px 20px 20px;
  margin: -30px 10px 30px 10px;
  border-bottom-left-radius: 20px;
  border-left: #dc0000 4px solid;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.main .inner{
  padding: 0 10px 0 0;
  border-right: solid 1px #0000004a;
}
.main li{
  margin: 10px 0;
}
.main li:before {
  content: "•";
  font-size: 30px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  color: #333333;
  padding: 0 5px;
}
.main ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main a,.main a{
  transition: all .3s;
  text-decoration: none;
  color: #00b7ff;
}
.main a:hover,.main a:hover{
  transition: all .3s;
  color: #5e35b1;
}
.main .counter{
  text-align: center;
  display: inline-block;
  padding: 10px 1.5%;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 20px;
  color: #00b7ff;
}
.main .counter .logo{
  font-size: 70px;
  display: inline-block;
  vertical-align: middle;
}
.main .counter .title{
  font-size: 13px;
  min-width: 50%;
}
.main .counter .number{
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
}
@media ( max-width: 1300px) {
    .main .counter{
    padding: 25px 0px !important;
    }
    .main .counter .logo{
    font-size: 66px;
    }
    .main .counter .title{
    font-size: 11px;
    min-width: 50%;
    }
    .main .counter .number{
    font-size: 29px;
    line-height: 38px
    }
}
@media ( max-width: 900px) {
    .main .posts h2{
    font-size: 27px;
    }
    .main .posts{
    font-size: 13px;
    }
    .main h2, .main h3{
    font-size: 20px;
    margin: 30px 0 5px;
    }
    .main h4{
    font-size: 15px;
    }
    .main{
    margin: 0px 10px 0;
    padding: 30px 5% 10px;
    border-radius: 40px;
    }
    .main h1{
    text-align: center;
    margin: 30px 0 6px;
    font-size: 25px;
    }
    .main .details{
    padding: 0 5px 5px 0;
    margin: 0 5px 5px 0;
    font-size: 13px;
    border-right: #8500dc 3px solid;
    border-bottom: #8500dc 2px solid;
    border-bottom-right-radius: 10px;
    }
}