@import url(rima-master.css);
@charset "utf-8";
@font-face {
  font-family: "IRANSansWeb";
  src: url("../_fonts/IRANSansWeb.eot");
  src: url("../_fonts/IRANSansWeb.eot") format("embedded-opentype"),
    url("../_fonts/IRANSansWeb.woff") format("woff"),
    url("../_fonts/IRANSansWeb.ttf") format("truetype"),
    url("../_fonts/IRANSansWeb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansWeb_Light";
  src: url("../_fonts/IRANSansWeb_Light.eot");
  src: url("../_fonts/IRANSansWeb_Light.eot") format("embedded-opentype"),
    url("../_fonts/IRANSansWeb_Light.woff2") format("woff2"),
    url("../_fonts/IRANSansWeb_Light.woff") format("woff"),
    url("../_fonts/IRANSansWeb_Light.ttf") format("truetype"),
    url("../_fonts/IRANSansWeb_Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansWeb_Medium";
  src: url("../_fonts/IRANSansWeb_Medium.eot");
  src: url("../_fonts/IRANSansWeb_Medium.eot") format("embedded-opentype"),
    url("../_fonts/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../_fonts/IRANSansWeb_Medium.woff") format("woff"),
    url("../_fonts/IRANSansWeb_Medium.ttf") format("truetype"),
    url("../_fonts/IRANSansWeb_Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansWeb_Bold";
  src: url("../_fonts/IRANSansWeb_Bold.eot");
  src: url("../_fonts/IRANSansWeb_Bold.eot") format("embedded-opentype"),
    url("../_fonts/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../_fonts/IRANSansWeb_Bold.woff") format("woff"),
    url("../_fonts/IRANSansWeb_Bold.ttf") format("truetype"),
    url("../_fonts/IRANSansWeb_Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../_fonts/fontawesome-webfont.eot");
  src: url("../_fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../_fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../_fonts/fontawesome-webfont.woff") format("woff"),
    url("../_fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../_fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Mj_Granada";
  src: url("../fonts/Mj_Granada.eot");
  src: url("../fonts/Mj_Granada.eot") format("embedded-opentype"),
    url("../fonts/Mj_Granada.woff") format("woff"),
    url("../fonts/Mj_Granada.ttf") format("truetype"),
    url("../fonts/Mj_Granada.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-user::before {
  content: "\f007";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-send::before,
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-skype::before {
  content: "\f17e";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-facebook-f::before,
.fa-facebook::before {
  content: "\f09a";
}
.fa-twitter::before {
  content: "\f099";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-phone::before {
  content: "\f095";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-search::before {
  content: "\f002";
}
.fa-linkedin::before {
  content: "\f0e1";
}
.fa-pinterest-p::before {
  content: "\f231";
}
.fa-google-plus::before {
  content: "\f0d5";
}
.fa-map-marker-alt::before {
  content: "\f041";
}
.fa-hotel::before {
  content: "\f236";
}
.fa-handshake::before {
  content: "\f02d";
}
.fa-calendar-check::before {
  content: "\f274";
  font-family: "fontawesome";
}
.fa-share-alt::before {
  font-family: "fontawesome";
}
html {
  font-family: "IRANSansWeb";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0px;
  position: relative;
  overflow-x: hidden;
  background-color: #f5f5f5;
}
.box-inner {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0px auto;
}
* {
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "IRANSansWeb";
}
a,
i {
  display: inline-block;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
i {
  vertical-align: middle;
}
.clr {
  clear: both;
  margin: 0px auto;
}
.box-inner {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0px auto;
}
/* HEADER STYLE START */
#header-resize #cssmenu a,
#header-resize #cssmenu i,
#header-resize #cssmenu span {
  display: block;
}
#header-resize {
  background-color: #13447e;
}
.header-top {
  width: 100%;
  height: auto;
  clear: both;
  float: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 50px;
  display: none;
}
.header-top .left {
  width: 30%;
  float: left;
}
.header-top .right {
  width: 70%;
  float: right;
  text-align: right;
  direction: rtl;
  font-size: 14px;
  line-height: 50px;
}
.header-top .right a {
  color: #ffffff;
  margin-left: 30px;
}
.header-top .right a i {
  margin-left: 10px;
  font-size: 20px;
}
.socials li {
  display: inline-block;
  margin-right: 20px;
  line-height: 50px;
}
.socials li a {
  color: #ffffff;
  font-size: 25px;
}

.header-bottom {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  height: 110px;
}

#logo_wrapper {
  width: 30%;
  float: left;
  text-align: left;
  padding: 10px 0px;
  height: 110px;
  overflow: hidden;
}
#logo_wrapper .rima-gasht {
  font-family: "Mj_Granada";
  color: #fff;
  font-size: 50px;
  margin-right: 15px;
}
#logo_wrapper .phone {
  display: none;
}

@media (min-width: 1024px) {
  #menu_wrapper {
    width: fit-content !important;
    float: right;
  }
}
@keyframes change {
  0% {
    background-color: #13447e;
  }
  50% {
    background-color: #13447e;
  }
  100% {
    background-color: #13447e;
  }
}
.header-bottom.fixed #logo_wrapper .rima-gasht {
  color: #13447e;
}

#cssmenu {
  text-align: right;
  padding: 0px 0px;
  direction: rtl;
  z-index: 99;
}
#cssmenu > ul > li {
  display: inline-block;
  direction: rtl;
  padding-left: 12px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: right;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 110px;
}
.header-bottom.fixed #cssmenu > ul > li > a {
  color: #13447e;
  line-height: 90px;
}
#logo_wrapper img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: bottom;
}
.header-bottom.fixed #logo_wrapper img {
  height: 70px;
  width: auto;
}
#cssmenu > ul > li:hover > a {
  color: #f01b1d;
}
@keyframes blinker {
  0% {
    color: #ffffff;
  }
  50% {
    color: #f01b1d;
  }
  100% {
    color: #ffffff;
  }
}
.blink {
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#cssmenu ul.first-ul li a:after {
  content: " ";
  margin: 0px 0px;
  color: #ffb302;
}
#cssmenu ul.first-ul ul li a:after {
  content: "";
  margin: 0px 0px;
}
#cssmenu ul.first-ul li:last-child a::after {
  content: "";
  margin: 0px 0px;
}
#cssmenu ul ul {
  position: absolute;
  right: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
  right: 0px;
}
#cssmenu.align-right li:hover > ul {
  right: auto;
  left: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}

@media all and (max-width: 1230px) {
  .box-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1199px) {
  #cssmenu > ul > li > a {
    font-size: 12px;
  }
}
@media all and (max-width: 999px) {
  #cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 0px 15px;
    width: 200px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #333333;
    background-color: rgb(51, 51, 51);
    background-color: #001b52;
    line-height: 30px;
  }
  #cssmenu > ul > li > a {
    line-height: 50px;
    font-size: 12px;
  }
  #cssmenu ul.first-ul li a::after {
    display: none;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background-color: #ffffff;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #13447e;
  }
  #cssmenu ul ul li a {
    color: #13447e;
    border-bottom: none;
  }
  #cssmenu ul ul li a {
    border-bottom: none !important;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #13447e;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    background: none;
    text-align: right;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu #menu-button {
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.8em;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
  }
  #cssmenu #menu-button.menu-opened:after {
    top: -3em;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: -3em;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    left: 1em;
    top: 0;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 50px;
    width: 50px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 1em;
    right: 22px;
    width: 8px;
    height: 2px;
    display: block;
    background: #f01b1d;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 22px;
    right: 22px;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 0.8em;
    right: 25px;
    display: block;
    width: 2px;
    height: 8px;
    background: #f01b1d;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19px;
    right: 25px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #header-resize {
    padding-bottom: 0.5em;
    background-color: rgb(25, 90, 166);
    position: inherit;
  }
  .header-bottom.fixed #logo_wrapper .phone {
    display: none;
  }
  .header-top {
    min-height: auto;
  }
  .socials li {
    line-height: initial;
    margin-right: 10px;
  }
  .socials li a {
    font-size: 18px;
  }
  #logo_wrapper .rima-gasht {
    font-size: 18px;
    margin-right: 0;
  }
  #logo_wrapper img {
    width: 55px;
    height: auto;
  }
  #logo_wrapper {
    height: auto;
    float: left;
    text-align: left;
    padding: 0.3em 0 0 0;
    width: auto;
  }
  #menu_wrapper {
    width: auto;
    float: right;
  }
  .news-col {
    width: 33.33333%;
  }
  .header-bottom.fixed {
    position: relative;
    height: auto;
    background-color: transparent;
  }
  .header-bottom.fixed #logo_wrapper img {
    height: auto;
    width: auto;
  }
  .header-bottom.fixed #cssmenu > ul > li > a {
    color: #13447e;
    line-height: 30px;
    padding: 0px 15px;
  }
  .header-bottom #cssmenu > ul > li > a {
    color: #13447e;
    line-height: 30px;
    padding: 0px 15px;
  }
  .header-top .right {
    display: none;
  }
  .header-top .left {
    width: 100%;
    float: right;
    margin: 0 auto;
    text-align: center;
  }
  .header-bottom {
    height: auto;
  }
  .header-bottom.fixed #logo_wrapper .rima-gasht {
    color: #fff;
  }
  .visa-product-view #header-resize{overflow: hidden;}
}
#newsletter2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  margin: 0px auto;
  clear: both;
  background-color: rgba(0, 0, 0, 0.74);
  z-index: 999;
  display: none;
}
.newsletter-frm {
  width: 400px;
  padding: 25px;
  display: block;
  margin: 200px auto 0px;
  clear: both;
  background-color: #ffffff;
  color: #13447e;
  font-size: 15px;
  text-align: center;
}
.newsletter-frm p {
  margin-bottom: 25px;
}
.newsletter-frm input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  outline: none;
  border: 1px solid #cb0d0f;
  color: #cb0d0f;
  background-color: #fff;
  text-align: right;
  direction: rtl;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 0px 15px;
}
.newsletter-frm button {
  width: 120px;
  margin: 20px 5px 0px;
  background-color: #cb0d0f;
  border: none;
  color: #ffffff;
  font-size: 12px;
  height: 35px;
}
/* HEADER STYLE END */
.raychat_bgc {
  background-color: #13447e !important;
}
.tabs-tour-inner .items-tour-tab i {
  font-family: "fontawesome";
}
.tour-info-tlt {
  background: #13447e;
}
.font_color_2 {
  color: #f01b1d;
}
.bg_color_1 {
  background: #13447e;
}
.tour-infoo .fa-phone-volume {
  transform: rotate(-110deg);
}
.fa-phone-volume::before {
  content: "\f095";
}
.fa-mobile-alt::before {
  content: "\f10b";
  font-family: "fontawesome";
}
.fa-clipboard::before {
  content: "\f0ea";
  font-family: "fontawesome";
}
.fa-telegram-plane::before {
  content: "\f1d8";
}
.company-info i {
  font-family: "fontawesome";
}
.row-other-inf {
  border-right: 3px solid #13447e;
}
.consult-rsv form input.consult-submit:hover {
  color: #f01b1d;
}
.fa-info::before {
  font-family: "fontawesome";
}
/* FOOTER STYLE START */
#footer-resize {
  width: 100%;
  height: auto;
  float: right;
  background-image: url(../images/fbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: top center;
}
.footer-col {
  width: 25%;
  float: right;
  color: #ffffff;
  font-size: 11px;
  padding: 50px 0px 20px;
  padding-left: 20px;
  line-height: 32px;
  text-align: right;
  direction: rtl;
}
.footer-col p i {
  margin-left: 6px;
  vertical-align: middle;
  font-size: 16px;
}
.footer-col p span {
  margin-left: 10px;
}
.footer-tlt {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
}
.footer-col:last-child {
  padding-left: 0;
}
#copyright {
  line-height: 60px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  direction: rtl;
  padding-top: 5px;
}
#copyright p {
  color: #13447e;
  line-height: 28px;
}
#copyright img {
  height: 30px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
#copyright a {
  color: #f01b1d;
}
.footer-mini-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin: 0 auto 5px;
  width: 100%;
}
.footer-mini-logo {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  margin: 5px;
  background-color: #fff;
  border-radius: 3px;
}
.footer-mini-logo a {
  display: block;

  margin: 0 auto;
}
.footer-mini-logo a img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: middle;
}
.instapost {
  width: 80px;
  height: 80px;
  margin: 5px;
  float: right;
}
.instagram-link {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  position: relative;
}
.instagram-link img {
  width: 80px;
  height: 80px;
}
.insta-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  background-color: rgba(25, 90, 166, 0.26);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.instagram-link:hover .insta-over {
  opacity: 1;
}
.footer-col li {
  text-align: right;
  display: block;
  line-height: 32px;
}
.footer-col li a {
  color: #ffffff;
}
.newsletter {
  direction: rtl;
  display: block;
  float: right;
  position: relative;
}
.newsletter input {
  height: 44px !important;
  color: #bababa !important;
  border: 1px solid #dfe6ee;
  box-shadow: none;
  border-radius: 0 !important;
  background: transparent;
  padding: 0px 12px;
  float: right;
  width: 100%;
  padding-left: 54px;
}
.newsletter button {
  height: 44px;
  width: 44px;
  float: right;
  border: none;
  background-color: #dfe6ee;
  color: #13447e;
  font-size: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.newsletter input:focus {
  border-color: #13447e;
}
a.socials {
  background-color: #dfe6ee;
  color: #13447e;
  font-size: 26px;
  text-align: center;
  margin: 20px 5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
}
#back-top {
  bottom: 90px;
  position: fixed;
  right: 50px;
  -webkit-transform: translateZ(0);
  z-index: 9999;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #333333;
  background-color: #13447e;
  text-align: center;
  line-height: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #f01b1d;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.001);
  display: block;
  font-size: 20px;
  color: #ffffff;
}
#back-top a > span::before {
  font-family: "FontAwesome";
  content: "\f077";
}
@media all and (max-width: 900px) {
  .footer-col {
    width: 50%;
    min-height: 315px;
  }
}
@media all and (max-width: 620px) {
  .footer-col {
    width: 100%;
    min-height: 10px;
    padding-left: 0px;
  }
}
/* FOOTER STYLE END */
.visa-product-view #logo_wrapper {direction: ltr;}
.visa-product-view #header-resize{position: relative;}
.fa-twitter::before,.fa-facebook-f::before, .fa-facebook::before,.fa-telegram-plane::before,.fa-whatsapp::before {
	font-family: 'FontAwesome';
}
