@charset "UTF-8";
/*==============================================  css Reset ==============================================*/
@import url(../fonts/fontiran.css);
@import url(../css/animate.css);
* {
  direction: rtl;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none !important;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.9375rem;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after {
  content: "";
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: iranyekan;
  direction: rtl;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}

input, textarea, button, select {
  font-family: iranyekan;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #4f4f4f;
}

ul {
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*==============================================<< import >>==============================================*/
/*==============================================<< mixed-in (sass) >>==============================================*/
/*_ mixed-in for ( display=inline-flex;)_*/
/*_ mixed-in for ( display=flex;)_*/
/*_ mixed-in for ( flex-basis )_*/
/*_ mixed-in for ( justify content -- please dont delete this code! )_*/
/*_ mixed-in for ( display=flex; - up to down   )_*/
/*_ mixed-in for ( display=flex; - wrap )_*/
/*==============================================<< breakpoints for responsive in sass >>=================================================*/
/* xsm--Extra small  (smart phones, portrait iPhone, portrait 480x320 phones (Android)) */
/* sm--smart phones, Android phones, landscape iPhone */
/* sm--smart phones, Android phones, landscape iPhone */
/* tsm-- portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
/* md-- tablet, landscape iPad, lo-res laptops ands desktops */
/* lg-- big landscape tablets, laptops, and desktops */
/*========================================== media query - container =============================================*/
.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 300px) {
  .container {
    max-width: 90%;
  }
}
/*__________________________________________ :) << Start Code :) __________________________________________________*/
body {
  background-color: #fbfbfb;
}

/*==============================================<< header >>==============================================*/
/*___ top-header ___*/
.top-header {
  padding: 50px 0 0 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
}
.top-header .logo {
  width: 200px;
  height: 50px;
}
.top-header .logo img {
  width: 100%;
  height: 100%;
}

/*___ pattern-top ___*/
.pattern-top {
  height: 400px;
  width: 400px;
  position: absolute;
  top: -206px;
  right: -181px;
}
.pattern-top img {
  width: 100%;
  height: 100%;
}
@media (max-width: 601px) {
  .pattern-top {
    height: 200px;
    width: 200px;
    top: -106px;
    right: -81px;
  }
}

/*==============================================<< section1 >>==============================================*/
.section1 {
  display: grid;
  grid-template-columns: 6fr 4fr;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 90px;
  /*==<< ___ Rsponsive ( text-section )___>>===*/
  /*==<< ___ Rsponsive ( section-1 )___>>===*/
}
.section1 .pattern-right {
  position: absolute;
  bottom: -200px;
  right: -13%;
  width: 30vw;
  transition: 1s;
}
.section1 .pattern-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section1 .pattern-right:hover {
  transform: translateX(-20px);
}
@media (max-width: 601px) {
  .section1 .pattern-right {
    bottom: -130px;
  }
}
@media (max-width:1120px) {
  .section1 .text-section {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .section1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 601px) {
  .section1 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .section1 .text-section {
    padding-top: 30px;
  }
  .section1 .img-section {
    width: 80%;
    justify-self: center;
    margin-top: 30px;
  }
}

/*==<< ___text-section___>>===*/
.text-section { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-section h1 {
  color: #082458;
}
.text-section h2, .text-section p {
  color: #484D53;
  margin-top: 10px;
}
.text-section p {
  line-height: 2;
  font-weight: 300;
}

/*==<< text-section > button-box >>===*/
.button-box { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-self: center;
  margin-top: 35px;
}
.button-box .button {
  background-image: linear-gradient(to right, #12466F, #299CA7);
  color: white;
  padding: 15px 5px;
  min-width: 140px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(72, 77, 83, 0.3);
  /*==<< ___ Rsponsive ( button-box > button )___>>===*/
}
.button-box .button:hover {
  background-image: linear-gradient(to left, #12466F, #299CA7);
  box-shadow: 0 5px 20px rgba(24, 30, 37, 0.4);
  transform: scale(1.03);
}
@media (max-width: 491px) {
  .button-box .button {
    min-width: 130px;
    margin: 0 5px;
  }
}

/*==<< ___img-section___>>===*/
.img-section {
  width: 100%;
  height: 100%;
  position: relative; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
}
.img-section img {
  width: 100%;
  height: 100%;
  transition: 1s;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-section .move {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-section .move:hover {
  transform: scale(1.05);
}

/*==============================================<< section2 >>==============================================*/
.section2 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  /*==<< ___ Rsponsive ( section2)___>>===*/
}
@media (max-width: 992px) {
  .section2 {
    grid-template-columns: 1fr;
    margin-top: 200px;
  }
}
@media (max-width: 601px) {
  .section2 {
    margin-top: 120px;
  }
}
.section2 .img-section {
  transform: translateX(-20%);
  /*==<< ___ Rsponsive ( section2 > img-section)___>>===*/
}
.section2 .img-section .move-bg {
  width: 100%;
  height: 100%;
}
.section2 .img-section .move-box {
  position: absolute;
}
.section2 .img-section .move-box1, .section2 .img-section .move-box2, .section2 .img-section .move-box3 {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 1s;
}
.section2 .img-section .move-box1 {
  bottom: 0;
  right: 0;
}
.section2 .img-section .move-box1:hover {
  transform: rotate(5deg) translateX(40px);
}
.section2 .img-section .move-box2 {
  bottom: -50px;
  right: 25%;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(8, 36, 88, 0.3));
}
.section2 .img-section .move-box3 {
  bottom: 0;
  right: 50%;
}
.section2 .img-section .move-box3:hover {
  transform: rotate(-5deg) translateX(-40px);
}
@media (max-width: 992px) {
  .section2 .img-section {
    width: 100%;
    margin: 40px 0;
    height: 400px;
    justify-self: center;
    transform: translateX(0);
  }
  .section2 .img-section .move-box1, .section2 .img-section .move-box2, .section2 .img-section .move-box3 {
    width: 30%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .section2 .img-section .move-bg {
    display: none;
  }
  .section2 .img-section .move-box1:hover {
    transform: none;
  }
  .section2 .img-section .move-box2 {
    bottom: -30px;
    right: 33%;
    filter: drop-shadow(0 10px 30px rgba(8, 36, 88, 0.3));
  }
  .section2 .img-section .move-box3 {
    right: 66%;
  }
  .section2 .img-section .move-box3:hover {
    transform: none;
  }
}
@media (max-width: 601px) {
  .section2 .img-section {
    height: 300px;
    justify-self: center;
    transform: translateX(0);
  }
  .section2 .img-section .move-box1, .section2 .img-section .move-box2, .section2 .img-section .move-box3 {
    width: 35%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .section2 .img-section .move-box2 {
    bottom: -30px;
    right: 32%;
    filter: drop-shadow(0 10px 30px rgba(8, 36, 88, 0.3));
  }
}
@media (max-width: 491px) {
  .section2 .img-section {
    height: 250px;
  }
}
@media (max-width: 346px) {
  .section2 .img-section { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 250px;
  }
  .section2 .img-section .move-box1, .section2 .img-section .move-box2, .section2 .img-section .move-box3 {
    width: 48%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .section2 .img-section .move-box2 {
    bottom: -30px;
    right: 49%;
    bottom: 0;
    filter: drop-shadow(0 10px 30px rgba(8, 36, 88, 0.3));
  }
  .section2 .img-section .move-box3 {
    display: none;
  }
}

/*==============================================<< section3 >>==============================================*/
.section3 {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 992px) {
  .section3 {
    grid-template-columns: 1fr;
  }
}
.section3 .img-section {
  transform: translateX(18%);
}
.section3 .img-section .move-bg {
  width: 100%;
  height: 100%;
  transition: 1s;
  -o-object-fit: contain;
     object-fit: contain;
}
.section3 .img-section:hover .move-bg {
  transform: scale(1.05);
}
.section3 .img-section .move-box {
  position: absolute;
}
.section3 .img-section .move-box4 {
  left: 0px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 992px) {
  .section3 .img-section {
    width: 100%;
    justify-self: center;
    transform: translateX(0);
    order: 2;
    margin-bottom: 50px;
  }
}
.section3 .text-section {
  transform: translateX(20%);
}
@media (max-width: 992px) {
  .section3 .text-section {
    transform: translateX(0);
    margin: 50px 0;
    order: 1;
  }
}
.section3 span {
  color: #26a69a;
  margin-top: 10px;
  font-weight: bolder;
}

/*==============================================<< section4 >>==============================================*/
.section4 {
  display: grid;
  grid-template-columns: 50% 65%;
  /*==<< ___ Rsponsive ( section4 )___>>===*/
}
@media (max-width: 992px) {
  .section4 {
    grid-template-columns: 1fr;
  }
}
.section4 .text-section span {
  color: #082458;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
}
.section4 .text-section ul { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section4 .text-section ul li {
  flex-basis: 50%;
}
@media (max-width: 571px) {
  .section4 .text-section ul li {
    flex-basis: 100%;
  }
}
.section4 .text-section ul li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.section4 .text-section ul li a:hover span.shape {
  background-image: linear-gradient(to left, #3F6A8A, #4E9FAE);
}
.section4 .text-section ul li a:hover span.list-text {
  color: #3F6A8A;
}
.section4 .text-section ul li a span.shape { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #3F6A8A, #4E9FAE);
  border-radius: 50% 50% 50% 0;
  transition: 0.3s;
}
.section4 .text-section ul li a span.shape img {
  width: 20px;
  height: 20px;
}
.section4 .text-section ul li a span.list-text {
  height: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: flex-end;
  transition: 0.3s;
  color: #484D53;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0;
}
.section4 .img-section {
  transform: translateX(-3%);
}
.section4 .img-section img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .section4 .img-section {
    transform: translateX(0);
    margin-top: 30px;
    justify-self: center;
  }
  .section4 .img-section img {
    width: 70%;
    height: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 601px) {
  .section4 .img-section img {
    width: 80%;
    height: 400px;
  }
}
@media (max-width: 571px) {
  .section4 .img-section img {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 491px) {
  .section4 .img-section img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 396px) {
  .section4 .img-section img {
    width: 100%;
    height: 300px;
  }
}

/*==============================================<< footer >>==============================================*/
footer {
  padding: 50px 30px 30px 30px;
  width: 97%;
  background-image: linear-gradient(to right, #4C7693, #5DB1BB);
  margin: 50px auto 20px auto;
  border-radius: 0 0 10px 10px;
  color: white;
}
@media (min-width: 300px) {
  footer .container {
    max-width: 100%;
  }
}
footer h2.heading-footer {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  footer h2.heading-footer {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
footer .footer-parent {
  display: grid;
  grid-template-columns: 5fr 4fr;
}
@media (max-width: 992px) {
  footer .footer-parent {
    grid-template-columns: 1fr;
  }
}
footer .footer-parent h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-parent .foot-item { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
footer .footer-parent .call-parent {
  width: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
@media (max-width: 601px) {
  footer .footer-parent .call-parent {
    flex-wrap: wrap;
  }
}
footer .footer-parent .call-parent .call-child {
  flex-basis: 50%;
  /*==<< ___ Rsponsive ( footer > foot-item > call-child )___>>===*/
  margin-left: 80px;
}
@media (max-width: 992px) {
  footer .footer-parent .call-parent .call-child {
    margin-left: 0;
  }
  footer .footer-parent .call-parent .call-child:first-child {
    margin-left: 10px;
  }
}
@media (max-width: 601px) {
  footer .footer-parent .call-parent .call-child {
    flex-basis: 100%;
  }
  footer .footer-parent .call-parent .call-child:first-child {
    margin-left: 0;
  }
}
footer .footer-parent .call-parent .call-child span {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
footer .footer-parent .call-parent .call-child .call { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
footer .footer-parent .call-parent .call-child .call .call-item { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  margin-left: 10px;
}
footer .footer-parent .call-parent .call-child .call .call-item img {
  width: 20px;
  height: 20px;
}
footer .footer-parent .call-parent .call-child .call .call-item span {
  margin-left: 5px;
}
footer .footer-parent .call-parent .call-child .warranty .warranty-pic { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
footer .footer-parent .call-parent .call-child .warranty .warranty-pic img {
  height: 100px;
  width: 100px;
  margin-left: 10px;
}
footer .footer-parent .call-parent .call-child .warranty span {
  font-size: 1rem;
  font-weight: normal;
}
footer .footer-parent .call-parent .call-child ul li a {
  color: white;
  font-size: 0.875rem;
  margin-bottom: 8px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
footer .footer-parent .call-parent .call-child ul li a:hover {
  color: #082458;
}

/*_____________________________ foot-item > #map ________________________________*/
.foot-item #map {
  height: 350px;
  width: 100%;
  border-radius: 15px;
  /*==<< ___ Rsponsive ( footer > foot-item > #map )___>>===*/
}
@media (max-width: 992px) {
  .foot-item #map {
    margin-top: 30px;
  }
}
.leaflet-control-attribution a {
  display: none;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 50%;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: none;
  border-top-right-radius: none;
  color: #26a69a;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 0 solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  border-radius: 50%;
  color: #26a69a;
}/*# sourceMappingURL=style.css.map */