@import "fonts.css";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.dt-sc-colored-content .dt-sc-colored-content-title:before {
    content: "";
    background: url(../media/trans.png) center top no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 23%;
    display: inline-block;
    z-index: 0;
    border-radius: 0% 0px 30px 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dt-sc-colored-content-title h3 {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    line-height: normal;
    font-size: 21px;
	text-align:center;
	color:#555
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

  html, body {
      position: relative;
      height: 100%;
    }
a , p  , span , div , input , label {
  font-family: 'iranyekan';
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sliderImage {
  width:100%;
  height: auto !important;
}

.sliderImage img {
  width:100%;
  height: auto;
}

.swiper-button-next {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
}

#menu {
    width: 100%;
       background-color: #fafafc;
    border-radius: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#menuItems{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.menuItem a{
  padding:  2rem 2rem 2rem 2rem;
  display:  block;
  text-decoration: none;
  color :#555;
  font-size: 1.4rem;
  transition: all ease-in .15s;
}

.menuItem a:hover{
  color: #e97094;
  text-decoration: none;
}

#searchButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#searchButton a{
  transition: all ease-in .15s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#searchButton a ion-icon{
  font-size: 2rem;
  color : #000;
}

#searchButton a:hover ion-icon{
  color: #e97094;
}

#Expertises {
  padding-top: 4rem;
}

.normalTitle {
  text-align: center;
  font-size: 2.5rem;
  color : #e97094;
}

.normalTextDiv {
    width: 100%;
    display: block;
    /* flex-direction: row; */
    /* justify-content: center; */
    /* align-items: center; */
    overflow: hidden;
}

.normalText{
  text-align: center;
  font-size: 1.2rem;
  color :#777;
}

.deviderDiv{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 2rem 0;
}

.devider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.deviderRight {
  width: 37%;
  border-bottom: 2px solid #f0f0f0;
  background-color: #f6f6f6;
}

.deviderIcon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 16%;
}

.deviderIcon img{

  width: 30%;
}

.deviderLeft{
  width: 37%;
  border-bottom: 2px solid #f0f0f0;
  background-color: #f6f6f6;
}

#expertiseItems {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.expertiseItemDiv {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top : 2rem;
}

.expertiseItem {
  overflow: hidden;
  border:2px solid;
  position: relative;
  border-radius: 35px;
  padding: 0 !important;
}

.expertiseImage{
  width: 100%;
}

.expertiseItem:hover .expertiseImage{
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.expertisesText {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../media/trans.png) center top no-repeat;
  text-align: center;
  padding: .5rem;
  height: 30%;
  margin-bottom: 0 !important;
  border-radius: 0% 0px 30px 30px;
  display: flex;
}

.expertiseItem:hover .expertisesText{
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  height: 50%;
}

.expertisesText span{
  font-size: 1.2rem;
  color : #777;
  margin: auto;
}

.expertiseIcon{
  display: none;
  left: 40%;
  right : 40%;
}

.expertiseIcon img{
  width: 100%;
}

.expertiseItem:hover .expertiseIcon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  -webkit-animation:expertiseItemIconMove .4s; /* Safari 4.0 - 8.0 */
  animation: expertiseItemIconMove .4s;
  margin: 0 auto;
  border-radius: 50%;
  top : 35%;
}

@-webkit-keyframes expertiseItemIconMove {
  from {top: 0;}
  to {top: 40%;}
}

/* Standard syntax */
@keyframes expertiseItemIconMove {
  from {top: 0;}
  to {top: 35%;}
}

#homeContactSection {
  padding : 2rem 0 2rem 0;
  display: flex;
  background: url(../media/contact.jpg) top center no-repeat;
  margin-top : 3rem;
  background-size: cover;
}


#contactFormSection{

}

#contactForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.normalTextInput {
  margin: 1rem;
  padding: 1rem 1.5rem 1rem .5rem;
  border-radius: 35px;
  overflow: hidden;
  border : 2px solid transparent;
  font-size: 1.2rem;
  color : #999;
  transition: all ease .2s;
}

.normalTextInput:hover , .normalTextInput:focus{
  border-color: #e97195;
}

#RoadMap {
  margin-top : 3rem;
}

#RoadMapMenu {
  border-top : 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  margin-top: 3rem;
}

#RoadMapMenuInner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.roadMapMenuItem {
  border-right : 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.roadMapMenuItem p {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  color : #4d4d4d;
  font-size:1.3rem;
}

#RoadMapMenuInner .selected{
  border-bottom-color: #71cd9d;
  background-color: #fafafa;
}

#RoadMapMenuInner .selected p{
  color: #71cd9d;
}

.roadMapContent {
  padding: 3rem 0 2rem 0;
}

.roadMapContentImage {
  padding:0 2rem 2rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.roadMapContentImage img {
  width: 90%;
}

.roadMapContentImage:hover img{
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.deviderType2 {
  width: 50%;
  height: 2px;
  background-color: #71cd9d;
  margin: 15px auto;
}

.roadMapContentDescText {
  margin-top: 2rem;
  direction: rtl;
  text-align: justify;
  color :#666;
  line-height: 2.4rem;
  font-size: 1.1rem;
}

.roadMapMenuItem:hover {
  border-bottom: 4px solid #71cd9d;
}

#fifthSection {
  padding : 2rem 40px 0 40px;
  display: flex;
  background: url(../media/sec5Back.jpg) top center no-repeat;
  margin-top : 3rem;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  background-attachment: fixed;
}

#sec5Img{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

#sec5Img img {
  width: 90%;
}

#fifthSecDesc p {
  font-size: 1.9rem !important;
  margin: 2rem 0 2rem 0;
}

#fifthDescMother {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.fifthSecDescItem {
  margin: .5rem 0 .5rem 0;
}

.fifthSecDescItem:hover .fifthSecDescItemText h2{
  color : #71cd9d;
}

.fifthSecDescItem:hover .fifthSecDescItemIcon div ion-icon{
  border-color:#71cd9d;
  color : #71cd9d;
}

.fifthSecDescItemIcon div ion-icon{
  font-size: 2rem;
  padding: 1.3rem;
  color : #e97195;
  border : 2px solid #e97195;
  border-radius: 50%;
  transition: all ease .15s;
}

.fifthSecDescItemText {
  text-align:right;
}
.fifthSecDescItemText h2 {
  color : #e97195 ;
  font-size: 1.6rem;
  transition: all ease .15s;
}

.fifthSecDescItemText p {
  color : #4d4d4d;
  line-height: 2rem;
  font-size: 1rem;
}

#trimester {
  margin-top : 3rem;
}

#trimesterItems {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.trimesterImage {
  padding: 0 !important;
}

.trimesterImage img{
  width: 98%;
}

.trimesterItem {
  padding: 0 !important;
}

.trimesterHearts {
  width: 100%;
  border-top : 2px solid #f2f2f2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.trimesterHeart {
  background: url(../media/heart.png) center center no-repeat;
  background-color: #e97195;
  display: inline-block;
  width: 39px;
  height: 33px;
  background-size: 39px 33px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 34px;
  position: relative;
  top:-17px;
  transition: all ease .2s;
  -moz-transition:all ease .2s;
  -o-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  cursor: pointer;
}

.trimesterHeart:hover{
  background-color:#71cd9d;
}

.trimesterHeartContent {
  position: absolute;
  top: 13px;
}

.trimesterHeartMianContent {
  width: 100%;
  background-color: #fff;
  border : 4px solid #71cd9d;
  border-radius: 25px;
  top : 35px;
  z-index: 2;
  position: absolute;
  padding: 1.5rem;
  text-align: justify;
  direction: rtl;
  color : #4d4d4d;
  line-height: 2rem;
}

.heartWightSectionTitle {
  font-size: 1.8rem;
  text-align: center;
}

.heartWightSectionLine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem 2rem 3rem;
  flex-wrap: nowrap;
}

.heartWightSectionLineCircle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.heartWightSectionLineLine {
  width: 100%;
  height: 3px;
}

.heartWightSectionWeight {
  text-align: center;
  color : #4d4d4d;
  font-size: 1.2rem;
}

.blogLastsItem img {
  width: 100%;
}


#blogLasts {
  margin-top : 4rem;
}

.blogLastsItem {
  position: relative;
  transition: all ease-in .25s;
}

.blogLastsReadMoreBtn {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top ,#333,rgba(0,0,0,0));
  transition: all ease-in .25s;
}

.blogLastsItem:hover .blogLastsReadMoreBtn a{
  display: inline-flex;
}

.blogLastsItem:hover .blogLastsReadMoreBtn{
  background-image: linear-gradient(to top ,#222,rgba(0,0,0,.3));
}

.blogLastsReadMoreBtn a{
  color : #71cd9d;
  background-color: transparent;
  padding: .5rem 1rem .5rem 1rem;
  border: 2px solid #71cd9d;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  top : 20%;
  display: none;
  width: 50%;
  left: 25%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all ease-in .25s;
}

.blogLastsReadMoreBtn a:hover{
  background-color: #fff;
  border-color: #fff;
  color : #71cd9d;
  text-decoration: none;
}

.blogLastsContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.blogLastsContentComments a {
  color : #71cd9d;
  text-align: left;
  transition: all ease-in .25s;
}

.blogLastsContentComments a:hover {
  text-decoration: none;
  color : #fff;
}

.blogLastsContentDate {
  color : #fff;
  text-align: right;
}

.blogLastsContentLink {
  margin: 2rem;
  text-align: center;
  color : #fff;
  display: block;
  transition: all ease-in .25s;
  font-size: 1.2rem;
}

.blogLastsContentLink:hover {
  text-decoration: none;
  color : #71cd9d;
}

#newsletter{
  margin-top: 3rem;
}

.textinputDiv {
  position: relative !important;
  overflow: hidden;
  padding: 0 !important;
}

.normalInputBtn {
    position: absolute;
    left: 15px;
    bottom: 0px;
    background-color: #e97195;
    top: 56px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 1.2rem 0 1.2rem;
    height: 60px;
    transition: all ease-in .25s;
    width: 60px;
}

.normalInputBtn a{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.socialIconItem {
    margin: 0 10px;
}
.normalInputBtn ion-icon{
  font-size: 1.5rem;
  color : #fff;
}

.normalBorder {
  border : 2px solid #e97195;
  transition:all ease-in .15s;
}

.normalInputBtn:hover {
  background-color: #71cd9d;
}

#newsletterForm {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

#callSection {
    background-color: #FFF;
    padding-top: 100px !important;
    margin-top: 4rem;
    width: 100%;
    color: #FFF;
    display: flex;
}

.callSectionItem {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: .5rem 0 .5rem 0;
    margin-top: 45px;
    margin-bottom: 45px;
}

.callSectionItemIcon {
  font-size: 1.8rem;
  margin: .5rem;
      color: #e97094;
  line-height: 0;
}

.callSectionItemText {
  font-size: 1.3rem;
  color: #e97094;
  text-align: right;
}

#footer{

}

#widgets {
    padding: 2rem 0 1rem 0;
    background-image: url(../media/footer_bg.jpg);
    background-repeat: repeat;
    display: inline-block;
    width: 100%;
}

.widgetColumn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footerLogo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footerAboutUs {
  text-align: justify;
  direction: rtl;
  color: #666;
  line-height: 2.2rem;
  font-size: 1.1rem;
  padding: 2rem 1rem 2rem 1rem;
}

.footerBigText {
  text-align: center;
  color : #4d4d4d;
  font-size: 2rem;
}

#socialIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 3rem;
}

.socialIconLink {
  padding: 1rem;
  color : #000;
  background-color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all ease-in .25s;
}

.socialIconLink:hover{
  color: #e97195;
}

#footerMenuItems {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.footerMenuItem {
  width: 50%;
  padding: .6rem;
  text-align: center;
}

.footerMenuItemLink {
  transition: all ease-in .25s;
  color : #4d4d4d;
  text-align: center;
  font-size: 1.3rem;
}

.footerMenuItemLink:hover {
  color :#e97195;
  text-decoration: none;
}

#copyRight {
    background-color: #ddd;
    width: 100%;
    margin-top: -10px;
    padding: 1rem 0 2rem 0;
    margin-bottom: -10px;
}

.copyRightText {
    text-align: center;
    margin-right: 1rem;
}

.copyRightText a {
  color : #555;
  transition: all ease-in .25s;
}

.copyRightText a:hover {
  color : #000000;
  text-decoration: none;
}

