@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8ly83o");
  src: url("../fonts/icomoon.eot?8ly83o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8ly83o") format("truetype"), url("../fonts/icomoon.woff?8ly83o") format("woff"), url("../fonts/icomoon.svg?8ly83o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-mail:before {
  content: "\e902"; }

.icon-pinterest:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e905"; }

body {
  background-color: #fff; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  
  
  
 .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 1000
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #78cc6d;
    opacity: 1;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: .1
}

.centrize {
    display: table!important;
    table-layout: fixed!important;
	width: 100%;
    height: 100%!important;
    position: relative!important
}


.vertical-center {
	height: 100%;
    display: table-cell!important;
    vertical-align: middle!important
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.miras-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

.blured-dropdown {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }

.underline-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block; }

.underline-nav .dropdown-menu {
  margin: 0; }

.underline-nav .nav-item {
  margin: 0 .4rem; }

.underline-nav .nav-link {
  color: #8f8f8f;
  font-weight: 100;
  position: relative;
  text-transform: capitalize;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  padding-bottom: 1rem; }
@media screen and (max-width: 575px)
  {
	  .ImgWrapper
{
	position: relative;
left: -105px !important;
height: 726px !important;
top: -100px !important;
}
	  .miras-hero
{
	height:1125px !important;
}
}
 @media screen and (max-width: 995px) and (min-width: 575px) 	 
  {
	  .ImgWrapper
{
	position: relative;
left: -105px !important;
height: 726px !important;
top: -100px !important;
}
	  .miras-hero
{
	height:1230px !important;
}
}
@media screen and (max-width: 1100px) and (min-width: 995px) 
  {
	   .ImgWrapper
{
	position: relative;
left: -105px !important;
height: 726px !important;
top: 35px !important;
}
	  .miras-hero
{
	height:760px !important;
}
}

  @media screen and (max-width: 1100px) 
  {
	.MyName
	{
		font-size:24pt !important;
	}
	.underline-nav .nav-link 
	{
		color:White !important;
	}
	.MySkills .col-lg-2
	{
		margin-top:25px;
	}
	.MySkills 
	{
		padding-left:20px;
		padding-right:20px;
	}
	.col-md-6
	{
		margin-top:30px;
	}
.TitlePositioner
{
	top: 50px !important;
padding-left: 0px;
margin-left: auto;
margin-right: auto;
width: 330px;
padding-left:0px !important;
}


  }
  @media screen and (min-width: 1200px) {
    .underline-nav .nav-link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #8f8f8f;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); } }
  .underline-nav .nav-link:hover {
    color: black; }
    @media screen and (min-width: 1200px) {
      .underline-nav .nav-link:hover::before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); } }

@media screen and (max-width: 1199px) {
  .general-navigation {
    background-color: rgba(37, 37, 37, 0.8); }
  .toolbar-navigation {
    background-color: rgba(15, 15, 15, 0.86); } }

.miras-hero {
  position: relative;
  height: 41.375rem; }

.table-center {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.table-cell-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.container.search-container {
  max-width: 540px; }

  .miras-tabs { position:relative; } .tab-container .tab-icon,.tab-container .text-nowrap{ position:relative; z-index:2; } .tab-overlay { position: absolute; top: 0px; left: 0px; right: 0px; height: 60px; background-color: white; z-index: 1; }

.form-group-hero {
  margin-top: 3.125rem; }

.hero-input {
  height: 4.0625rem;
  width: 100%;
  border: 0;
  border-radius: 35px;
  outline: 0;
  padding: 0 20px 0 35px;
  background-color: #fff;
  background-image: url(../images/search-icon.png);
  background-position: 95% center;
  background-repeat: no-repeat; }

.container.tab-container {
  max-width: 650px; }

.miras-tabs {
  padding-bottom: 4.0625rem; }

.half-up-tabs {
  position: relative;
  top: -2rem; }
  @media screen and (min-width: 568px) {
    .half-up-tabs {
      top: -3.5rem; } }
  .half-up-tabs .tab-icon img {
    width: 30px; }
    @media screen and (min-width: 568px) {
      .half-up-tabs .tab-icon img {
        width: 50px; } }
  .half-up-tabs small {
    font-size: 1rem;
    padding-top: 0.25rem;
    display: none; }
    @media screen and (min-width: 568px) {
      .half-up-tabs small {
        display: block; } }

.half-up-tabs .nav-link {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #595959;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (min-width: 568px) {
    .half-up-tabs .nav-link {
      width: 7rem;
      height: 7rem; } }

.half-up-tabs .nav-link.active {
  -webkit-box-shadow: 0 -10px 12px 0 rgba(219, 14, 14, 0.65);
          box-shadow: 0 -10px 12px 0 rgba(219, 14, 14, 0.65); }

.tour-card {
  margin-bottom: 1.6rem;
  padding: 0.9375rem 1.0625rem;
  background-color: #fff; }

.tour-card:not(.bg-transparent) {
  -webkit-box-shadow: 0 0 15px 0 rgba(15, 15, 15, 0.2);
          box-shadow: 0 0 15px 0 rgba(15, 15, 15, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.tour-card:not(.bg-transparent):hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(15, 15, 15, 0.2);
          box-shadow: 0 0 20px 0 rgba(15, 15, 15, 0.2);
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem); }

.tour-card > h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.tour-card__captions > p {
  color: #595959;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: .3rem; }

@media screen and (min-width: 992px) {
  .custom-row-gutters {
    margin-left: -26px;
    margin-right: -26px; }
  .custom-row-gutters > [class*="col-"] {
    padding-right: 26px;
    padding-left: 26px; } }

.province-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  min-height: 15.625rem; }

.image-gallery__province {
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 30px;
  padding-top: 10px; }
  .image-gallery__province img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.image-gallery__province > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.image-gallery__province > [class*="col-"] {
  margin-bottom: 8px; }

.miras-intro {
  background-color: #0860aa;
background-image: -webkit-linear-gradient(147deg, #0860aa 25%, #00863d 70%);
  padding: 3.125rem 0 4.0625rem;
  min-height: 18.75rem; z-index:10; position:relative; }

.fake-video-player {
  position: relative;
  cursor: pointer;
  border: 6px solid #fff; }
  .fake-video-player::after {
    content: url(../images/video-icon.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.border-intro {
  position: relative; }
  @media screen and (min-width: 992px) {
    .border-intro::after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: 0;
      width: 2px;
      height: 65%;
      background-color: #d9d9d9; } }
  @media screen and (max-width: 991px) {
    .border-intro {
      padding-bottom: 30px;
      margin-bottom: 2rem; }
      .border-intro::after {
        content: '';
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        bottom: 0;
        width: 45%;
        height: 2px;
        background-color: #d9d9d9; } }

.cities-list {
  padding: 3.125rem 0;
  background-color: #f2f2f2; }

.bordered-title {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd; }

.interest-places {
  position: relative; }

.floating-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1; }

.place-list {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .place-list::after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .place-list li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
            animation: imageAnimation 30s linear infinite 0s;
            will-change: animation, transform;
       }
  .place-list li:nth-child(1) span {
    background-image: url(../images/torghabe.jpg); }
  .place-list li:nth-child(2) span {
    background-image: url(../images/park.jpg);
    -webkit-animation-delay: 10s;
            animation-delay: 10s; }
  .place-list li:nth-child(3) span {
    background-image: url(../images/koohsangi.jpg);
    -webkit-animation-delay: 20s;
            animation-delay: 20s; }
  .place-list li:nth-child(4) span {
    background-image: url(../images/ferdos.jpg);
    -webkit-animation-delay: 30s;
            animation-delay: 30s; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0; } }

.province-states {
  padding: 3.125rem 0;
  background-color: #f2f2f2; }

.province-card > h3 {
  text-transform: capitalize;
  margin: 0; }

.miras-footer {
  padding: 3.125rem 20px; }
.footer-links
{
	margin-top:22px;
}
.footer-links a {
  color: #7e7e7e; }
  .footer-links a:hover {
    color: #191919; }
.miras-footer h3
{
	margin-bottom:30px;
}
.footer-links li {
  margin-bottom: 5px; }
  .footer-links li a {
    font-size: 0.9rem;
    letter-spacing: -.1px;
    text-transform: capitalize; }
.mgtop
{
	margin-top:25px;
}
.footer-divider {
  position: relative;
  text-align: center;  }
  @media screen and (min-width: 768px) {
    .footer-divider {
      border-bottom: 2px solid #ddd;
      margin: 0 3.125rem 0; } }
  .footer-divider .social-placement {
    background: #fff;
    padding: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    bottom: -40px; }

.parallax-container {
  min-height: 400px; }

.footer-social li {
  margin: 0 5px; }
  @media screen and (max-width: 575px) {
    .footer-social li {
      margin-bottom: 1rem; } }

.footer-social a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.1rem; }

.footer-social li:first-child a {
  background-color: #3767a9; }

.footer-social li:nth-child(2) a {
  background-color: #51c7c6; }

.footer-social li:nth-child(3) a {
  background-color: #185b6e; }

.footer-social li:nth-child(4) a {
  background-color: #b12a25; }

.footer-social li:nth-child(5) a {
  background-color: #bd0618; }

.footer-social li:nth-child(6) a {
  background-color: #848585; }

.cities-carousel .slick-list {
  padding: 1rem 0; }

.cities-carousel__card {
  margin: 0 26px; }

.copy-right__content {
  padding-top: 20pt; }


.TitlePositioner
{
	position:relative;
	top:150px;
	padding-left: 70px;
}

.miras-hero
{
	overflow:hidden;
}

.ImgWrapper
{
	position:relative;left:100px;        
}

.MyPic
{
	position: absolute;
	top: 70px;
	left: 10%;
}

.MyTitle
{
	font-size: 40pt;
display: block;
position: relative;
top: 28px;
color: orange;
}

.MyName
{
	display: block;
font-size: 34pt;
color: black;
}

.MySubTitle
{
	font-size: 15pt;
position: relative;
top: -9px;
}

.ContactMeButton
{
	display: block;
background-color: #0860aa;
width: 130px;
padding: 10px 10px 11px 10px;
text-align: center;
color: white !important;
border-radius: 7px;
margin-top: 25px;
}

.progress 
{
	display:block;
	background-color:#d4d4d4;
	width:100%;
	height:10px;
	position:relative;
}
.progress:after
{
	content:'';
	background-color:orange;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;	
}
.percent10:after
{
	width:10%;
}
.percent20:after
{
	width:20%;
}
.percent30:after
{
	width:30%;
}
.percent40:after
{
	width:40%;
}
.percent50:after
{
	width:50%;
}
.percent60:after
{
	width:60%;
}
.percent70:after
{
	width:70%;
}
.percent80:after
{
	width:80%;
}
.percent90:after
{
	width:90%;
}
.percent100:after
{
	width:100%;
}

.MyPicBack
{
	background-image:url(../images/MyPicBack.png);
	background-size:contain;
	background-repeat:no-repeat;
width: 600px;
height: 500px;
border-radius: 100px;
position: absolute;
top: 200px;
left: 8%;



    -webkit-animation-name: spin;
    -webkit-animation-duration: 80000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 80000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 80000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 80000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.MySkills h2
{
	margin-left: auto;
margin-right: auto;
width: 180px;
text-align: center;
border-bottom: solid 2px white;
padding-bottom: 22px;
color: white !important;
font-size: 2rem !important;
}

.MySkills p
{
	color:White !important;
	margin-top:50px;
	margin-bottom:30px;
}

.MySkills h3
{
	font-size:18pt;
	color:White;
}

.MySkills h4
{
	margin-top:15px;
	font-size:10pt;
	color:White;
}



.Experience h2
{
	margin-left: auto;
margin-right: auto;
width: 260px;
text-align: center;
border-bottom: solid 2px black;
padding-bottom: 22px;
color: black !important;
font-size: 2rem !important;
margin-top:50px;
margin-bottom:70px;
}

.Experience p
{
	color:dimgray !important;
	margin-top:50px;
	margin-bottom:30px;
}

.Experience h3
{
	font-size:18pt;
	color:dimgray;
}

.Experience h4
{
	margin-top:15px;
	font-size:10pt;
	color:gray;
}

.WorkExp
{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px lightgrey;
}
.WorkExpX
{
	margin-top: 40px;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.marginx
{
	margin-top: 50px;
}

    @-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(360deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(360deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
    
    
    .footer-divider {
  margin-top:50px; }
  
  
  Article h3
  {
	font-size:1.25rem;
  }
  
  .tour-card__captions
  {
	font-size:9pt;
  }