@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px !important;
  color: #3b566e;
}

p {
  font-family: shabnam;
}

h1 {
  font-family: peyda;
  font-weight: 400;
  font-size: 36px;
}

h2 {
  font-family: peyda;
  font-weight: 400;
  font-size: 32px;
}

h3 {
  font-weight: 400;
  font-size: 28px;
}

h4 {
  font-weight: 400;
  font-size: 24px;
}

h5 {
  font-weight: 400;
  font-size: 20px;
}

h6 {
  font-weight: 400;
  font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
.ul-service.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.ul-service3.row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ul-service2.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.ul-about {
  padding-right: 27px;
  padding-bottom: 25px;
}


.hover-li {
  color: #6f8ba4;
}
.hover-li:hover {
  color: #384dff;
}
.title-app.title.index-title{
direction: rtl;  
}
.li:hover {
  color: #384dff;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "shabnam", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  margin: 0;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  display: flex;
  justify-content: center;
  align-items: center;
}


.blobs {
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}
.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #fff;
}

.blob {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%, 39% {
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%, 39% {
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    transform: scale(0) translate(-50%, -50%);
  }
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
  background: #4886ff;
  color: #fff;
}

::-moz-selection {
  background: #4886ff;
  color: #fff;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.section.services-section {
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.section.background {
  background: #f4f8fb url(../images/bg-top.svg) center top no-repeat;
  background-size: contain;
}

.page .cover {
  min-height: 270px;
  position: relative;
}
.page .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  z-index: 2;
  opacity: 0.85;
}
.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}
.page .cover .page-top h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #f7f8ff;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.page .cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 10px;
  color: #f7f8ff;
}
.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}
.page .cover .page-top .breadcrumb li:last-child:after {
  content: "";
  margin-left: 0px;
}
.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.page .page-bottom {
  padding-top: 39px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
  padding-left: 6px;
  padding-right: 6px;
}
.page .page-bottom3 {
  padding-top: 0px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
  padding-left: 6px;
  padding-right: 6px;
}
.page .page-bottom4 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
  padding-left: 20px;
  padding-right: 20px;
  direction: rtl;
  text-align: center;
}
.page .page-bottom1 {
  padding-top: 63px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
  padding-left: 6px;
  padding-right: 6px;
}
.page-gallery-wrapper {
  margin-bottom: 20px;
}
.services.page-gallery-wrapper {
  gap: 20px;
}
.personal.row {
  display: flex;
  justify-content: space-evenly;
  margin: 70px 0;
}
.personal.col-lg-3 {
  text-align: center;
}

.button-personal.rtl-text {
  border: none;
  border-radius: 16px;
  font-size: 14px;
  color: #6f8ba4;
  padding: 8px;
  width: 55%;
  text-align: center;
  display: unset;
}
.page .page-bottom .button-personal.rtl-text.home-services-item {
  margin-bottom: 0px;
}
.home-services-item.button-personal:before {
  border-radius: 16px;
}
/* .button-personal:hover {
  transform: scale(1.1);
} */
.page .page-bottom p.title-personal {
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 10px;
  font-weight: 700;
}
.page .page-bottom p.title-personal::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    127deg, #f9fafb 0%, #3aa6f5 91%);
  height: 3px;
  width: 91%;
  bottom: -10px;
}
.paragraph-personal {
  padding: 24px;
}
.center-heading .section-title1 {
  font-weight: 600;
  font-size: 30px;
  color: #3b566e;
  line-height: 40px;
  margin-bottom: 54px !important;
}
.media-col.row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-evenly;
}

.icon1 {
  font-size: 5rem;
  text-align: center;
  background-color: white;
  box-shadow: #dee2e6 0px -4px 4px 0px inset, #f9fafb 0px -24px 0px 0px inset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 6px 6px;
  border-radius: 19px;
}
.icon2 {
  font-size: 1.2rem;
  text-align: center;
  background-color: white;
  box-shadow: #dee2e6 0px -4px 4px 0px inset, #f9fafb 0px -24px 0px 0px inset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 17.5px 18px;
  border-radius: 19px;
  opacity: 1;
}

.p-icon {
  font-weight: bold;
}
.english {
  font-family: emoji;
}
.center-text2 {
  display: flex;
  transform: translateX(0);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  transition: 0.2;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 28px;
  margin-bottom: 50px;
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  padding: 13px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  height: 7vh;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}
.first-central-title {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative;
  color: #0d1838;
}
.content {
  /* DON'T USE DISPLAY NONE/BLOCK! Instead: */
  display: none;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 28px;
  margin-bottom: 50px;
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 20px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  height: 33vh;
  margin-top: 20px;
  transition: 0.2;
}
.content.appear {
  display: flex;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  transition: 0.2;
}
.us {
  font-size: 24px;
  margin-bottom: 30px;
}
.page .page-bottom p.ul-us {
  margin-bottom: 16px;
  color: #6f8ba4;
}
.page .page-bottom p {
  margin-bottom: 28px;
}
.matn {
  margin-bottom: 28px;
}
.matn.us {
  margin-top: 30px;
}

.page .page-bottom .home-services-item {
  margin-top: 0px;
  margin-bottom: 30px;
}

.page-gallery {
  height: 400px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.page-gallery.small {
  height: 185px;
}

.mtop-70 {
  margin-top: 70px !important;
}

.mbottom-20 {
  margin-bottom: 20px !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.mbottom-60 {
  margin-bottom: 60px !important;
}

.mbottom-0 {
  margin-bottom: 0px !important;
}

.pbottom-70 {
  padding-bottom: 70px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f8fb;
  overflow: hidden;
}
blockquote .text {
  position: relative;
  text-align: center;
}
blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}
blockquote .text:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #3b566e;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}
blockquote .text:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #3b566e;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}
blockquote .author {
  color: #3b566e;
  text-align: center;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #3b566e;
  line-height: 42px;
  margin-bottom: 20px !important;
}

.center-heading {
  text-align: center;
}
.center-heading .section-title {
  font-weight: 600;
  font-size: 30px;
  color: #3b566e;
  line-height: 40px;
  margin-bottom: 80px !important;
}
.center-heading .section-title2 {
  font-weight: 600;
  font-size: 30px;
  color: #3b566e;
  line-height: 40px;
  margin-bottom: 60px !important;
  margin-top: 40px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  margin-bottom: 50px;
}
.left-text p {
  margin-bottom: 30px;
}
.title-ul {
  color: #3b566e;
  font-size: 17px;
  margin-bottom: 7px;
}
.founder-ul {
  margin-right: 28px;
  line-height: 32px;
}
.center-text1 {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 28px;
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 20px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
}

.text.center-text1 {
  height: 100%;
}
.center-text {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  margin-bottom: 50px;
}
.center-text p {
  margin-bottom: 30px;
}
.img-fekri {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eng-fekri {
  float: right;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 2px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 86%;
}
.div-eng {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 20px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-ul {
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .personal.row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .media-col.row {
    flex-direction: column;
    align-items: center;
  }
  .rtl-text.row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .home.rtl-text.row {
    flex-direction: row-reverse;
    gap: 0;
  }
  .button-personal {
    width: 79%;
  }
  .personal.col-lx-3 {
    width: 40%;
  }
  .text.center-text1 {
    height: 100%;
  }
  .align-self-bottom {
    align-self: flex-end !important;
  }
  .page .page-bottom .about-us.home-services-item {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .page .cover {
    margin-top: 80px;
  }
  .page .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }

  .page-gallery {
    height: 185px;
  }
}
@media (max-width: 768px) {
  .home.rtl-text.row {
    flex-direction: column-reverse;
  }
}
@media (max-width : 380px) {
  .center-text2 {
font-size: 12px;}
}
/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.btn-white-line {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}
.btn-white-line:hover {
  background: #fff;
  color: #4886ff;
}

.btn-primary-line {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #4886ff;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #4886ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}
.btn-primary-line:hover {
  background: #4886ff;
  color: #fff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo {
  float: left;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .dark-logo {
  display: none;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li {
  margin-left: 35px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 36px;
  line-height: 36px;
  border: transparent;
}
.header-area .main-nav .nav li a:hover {
  color: #f7f8ff;
}
.header-area .main-nav .nav li a.btn-nav-line {
  border: 1px solid #fff;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li a.btn-nav-line:hover {
  background: #fff;
  color: #4886ff;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:after {
  width: 22px;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3b566e;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3b566e;
}
.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-sticky .logo {
  margin-top: 22px;
}
.header-area.header-sticky .light-logo {
  display: none;
}
.header-area.header-sticky .nav {
  margin-top: 20px !important;
}
.header-area.header-sticky .nav li a {
  color: #3b566e;
}
.header-area.header-sticky .nav li a:hover {
  color: #3b566e;
}
.header-area.header-sticky .nav li a.btn-nav-line {
  border: 1px solid #4886ff;
  color: #4886ff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    margin-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }
  .header-area .light-logo {
    display: none !important;
  }
  .header-area .dark-logo {
    display: block !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    margin-left: 15px !important;
    background: #fff;
    margin: 0px !important;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li a.btn-nav-line {
    border: none !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/* 
---------------------------------------------
welcome area
--------------------------------------------- 
*/
.welcome-area {
  min-height: 637px;
  height: auto;
  position: relative;
}
.welcome-area .welcome-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome-area .welcome-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  z-index: 3;
}
.welcome-area .welcome-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none;
  z-index: 6;
}
.welcome-area .welcome-bg img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0px;
  right: 0px;
  z-index: 5;
}
.welcome-area .welcome-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.welcome-area .welcome-content h1 {
  font-weight: 800;
  font-size: 47px;
  line-height: 66px;
  color: #fff;
  margin-bottom: 30px !important;
  text-align: initial;
}
.welcome-area .welcome-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  left: 0.53px;
  color: #fff;
  margin-bottom: 30px;
}
.welcome-area .welcome-content .apps {
  padding-top: 30px;
}
.welcome-area .welcome-content .apps .app-item {
  display: block;
  float: right;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.welcome-area .welcome-content .apps .app-item:hover {
  margin-top: -10px;
  padding-bottom: 10px;
}
.welcome-area .welcome-content .apps .app-item .icon {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
  .welcome-area .welcome-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .welcome-area .welcome-content {
    position: relative;
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    padding-top: 100px;
  }
  .welcome-area .welcome-content h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .welcome-area .welcome-content .apps {
    margin-top: 30px;
  }
  .welcome-area .welcome-content .apps .app-item {
    float: left;
  }
  .title-app.title.index-title{
    margin-top: 56px;}
}
@media (max-width: 380px){
  .welcome-area .welcome-content h1 {
    font-size: 18px !important;
  }
  .left-heading .section-title {
    font-size: 26px;
  }

}
/* 
---------------------------------------------
home
--------------------------------------------- 
*/
.home-services-item {
  display: block;
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  padding: 30px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: relative;
  margin-top: 30px;
}
.self.home-services-item {
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
}
.self.home-services-item:before {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}
.self.home-services-item i {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}
.self.home-services-item:hover {
  color: #6f8ba4;
}
.self.home-services-item:hover .services-title {
  color: #3b566e;
}
.self.home-services-item:hover i {
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
}
.self.home-services-item .services-title {
  color: #fff;
}
.home-services-item.box {
  border-radius: 4px !important;
}
.home-services-item.box:before {
  border-radius: 4px !important;
}
.home-services-item:before {
  content: "";
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-services-item:hover,
.home-services-item.active {
  color: #f7f8ff;
}
.home-services-item:hover:before,
.home-services-item.active:before {
  opacity: 1;
}
.home-services-item:hover .services-title,
.home-services-item.active .services-title {
  color: #fff;
}
.home-services-item:hover i,
.home-services-item.active i {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}
.home-services-item .services-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3b566e;
  margin-bottom: 23px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}
.home-services-item i {
  font-size: 28px;
  margin-bottom: 23px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}
.home-services-item img {
  font-size: 28px;
  margin-bottom: 23px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.home-services-item img.fa:before {
  content: "\f201";
}
.home-services-item p {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}
.home-services-item .btn-white-line {
  position: relative;
  z-index: 2;
  width: 100%;
}

.features {
  padding-top: 30px;
}
.features li {
  overflow: hidden;
  margin-bottom: 30px;
}
.features li:hover .count span {
  background: #4886ff;
  color: #fff;
}
.features li .count {
  float: left;
  width: 68px;
  min-height: 150px;
}
.features li .dots-img {
  background: url(../images/features-bg.svg) center no-repeat;
  height: 100px;
  width: 4px;
  display: flex;
  margin: auto;
  margin-top: 15px;
}
.features li .count span {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: auto;
  border: 1px solid #4886ff;
  font-weight: 600;
  font-size: 16px;
  color: #4886ff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features li .text {
  float: left;
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  padding-left: 20px;
}
.features li .text .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3b566e;
  margin-top: 5px;
  margin-bottom: 24px !important;
}
.features li .text p {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
}
.nav-pills .nav-link {
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  color: #6f8ba4;
}

.team-item {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 248px;
}
.team-item:before {
  content: "";
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item:hover:before {
  opacity: 1;
}
.team-item:hover .header .info strong {
  color: #fff;
}
.team-item:hover .header .info span {
  color: #f7f8ff;
}
.team-item:hover .body {
  color: #f7f8ff;
}
.team-item:hover .social {
  right: 0px;
}
.team-item .header {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.team-item .header .img {
  float: right;
  width: 76px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 2px;
  border-top-right-radius: 40px;
}
.team-item .header .info strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #3b566e;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .header .info span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #6f8ba4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .body {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #6f8ba4;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  direction: ltr;
  font-size: 12px;
}
.team-item .social {
  position: absolute;
  right: -150px;
  top: 77px;
  overflow: hidden;
  width: 150px;
  height: 28px;
  background: #fff;
  text-align: center;
  border-radius: 3px 0px 0px 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.team-item .social li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}

.parallax {
  min-height: 280px;
  position: relative;
}
.parallax:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  z-index: 2;
}
.parallax .parallax-content {
  position: relative;
  z-index: 3;
}
.parallax .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.parallax .parallax-content .count-item:hover strong {
  margin-top: 60px;
}
.parallax .parallax-content .count-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
}
.parallax .parallax-content .count-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
}
.parallax .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.parallax .parallax-content .info {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.parallax .parallax-content .info p {
  margin-top: 80px;
  margin-bottom: 60px;
}
.parallax .parallax-content .info p span {
  text-decoration: underline;
}
.parallax .parallax-content .info .btn-white-line {
  margin: auto;
}

@media (max-width: 991px) {
  .home-services-item.mtop-70 {
    margin-top: 30px !important;
  }

  .services-section {
    margin-top: 0px !important;
  }

  .team-item {
    cursor: pointer;
  }

  .parallax .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax .parallax-content .count-item:before {
    display: none;
  }
  .parallax .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax .parallax-content .count-item strong {
    margin-top: 0px;
  }
  .parallax .parallax-content .info .btn-white-line {
    margin-bottom: 80px;
  }
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}
.blog-post-thumb.big .img {
  height: 100%;
}
.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 40px;
  border-bottom-left-radius: 4px;
  margin-bottom: 25px;
  position: relative;
  height: 200px;
}
.blog-post-thumb .img .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.blog-post-thumb .img .date strong {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb .img .date span {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb h3 {
  margin-bottom: 10px !important;
}
.blog-post-thumb h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-thumb h3 a:hover {
  color: #4886ff;
}
.blog-post-thumb .post-meta {
  overflow: hidden;
}
.blog-post-thumb .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #4886ff;
  font-size: 14px;
}
.blog-post-thumb .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-thumb .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: justify;
}
.blog-post-thumb .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ecf7ff;
  border-top: 1px solid #ecf7ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6f8ba4;
}
.blog-post-thumb .post-footer ul.share {
  float: right;
}
.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}
.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #4886ff;
}
.blog-post-thumb .btn-primary-line {
}
.margin.rtl-text {
  margin: 0;
}
.blog-list .blog-post-thumb {
  margin-bottom: 60px;
  text-align: left;
  overflow: hidden;
}
.blog-list .blog-post-thumb .btn-primary-line {
  float: left;
}

.section-comments {
  margin-bottom: 60px;
}
.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.section-comments ul li {
  overflow: hidden;
}
.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}
.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}
.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3b566e;
}
.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #f4f8fb;
  color: #6f8ba4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
  transform: scale(-1, 1);
}
.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #4886ff;
  color: #fff;
}
.section-comments ul li ul {
  padding-left: 90px;
}

.post-comment {
  background: #f4f8fb;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}
.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}
.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}
.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .page-item a {
  font-size: 14px;
  color: #4886ff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination .page-item a:hover {
  background: #f4f8fb;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }
}
@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}
/* 
---------------------------------------------
our work
--------------------------------------------- 
*/
.page-app {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.page-app:before {
  content: "";
  position: absolute;
  right: 0px;
  width: calc(100% - 27px);
  width: -webkit-calc(100% - 27px);
  z-index: 1;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.page-app .icon {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.page-app .app-content {
  position: relative;
  z-index: 2;
  float: right;
  width: calc(100% - 77px);
  width: -webkit-calc(100% - 77px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-top: 30px;
}
.page-app .app-content .title {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  margin-bottom: 10px !important;
}
.page-app .app-content .stars {
  overflow: hidden;
  margin-bottom: 10px;
}
.page-app .app-content .stars li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #aebcd6;
}
.page-app .app-content .stars li i.active {
  color: #f5a623;
}
.page-app .app-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  margin-bottom: 15px;
}
.page-app .app-content .btn-primary-line {
  width: 100%;
}

.app-single {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.app-single .header {
  padding: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ecf7ff;
}
.app-single .header .title h2 {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px !important;
}
.app-single .header .title .stars {
  overflow: hidden;
  margin-bottom: 10px;
}
.app-single .header .title .stars li {
  float: left;
  margin-left: 5px;
  font-size: 12px;
  color: #aebcd6;
}
.app-single .header .title .stars li i.active {
  color: #f5a623;
}
.app-single .header .download-buttons {
  float: right;
  text-align: right;
  margin-top: 5px;
}
.app-single .header .download-buttons a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.app-single .item {
  padding: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ecf7ff;
  overflow: hidden;
}
.app-single .item .icon {
  float: left;
  width: 30px;
}
.app-single .item .icon i {
  font-size: 26px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-single .item .content {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  padding-left: 30px;
}
.app-single .item .content .title {
  margin-top: 3px;
}
.app-single .item .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6f8ba4;
}
.app-single .item .content .text p {
  margin-bottom: 16px;
}
.app-single .item .content .text .version {
  margin-bottom: 30px;
}
.app-single .item .content .text .version h6 {
  margin-bottom: 10px !important;
}
.app-single .item .content .text .version ul li {
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.app-single .item .content .text .version ul li:hover {
  padding-left: 5px;
}
.app-single .item .content .text .version ul li:before {
  font-family: FontAwesome;
  content: "";
  color: #4886ff;
  margin-right: 10px;
}
.app-single .item .content .gallery .gallery-item {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .app-single .header .icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .app-single .header .title {
    text-align: center;
  }
  .app-single .header .title h2 {
    margin-bottom: 10px;
  }
  .app-single .header .title .stars {
    text-align: center;
    margin-bottom: 20px;
  }
  .app-single .header .title .stars li {
    float: none;
    display: inline;
  }
  .app-single .header .download-buttons {
    float: none;
    text-align: right;
  }
  .app-single .header .download-buttons a {
    margin-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 420px) {
  .app-single .header .download-buttons {
    text-align: center;
  }
}
/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside .sidebar .box {
  margin-bottom: 30px;
}
aside.default-aside .sidebar ul {
  border: 1px solid #ecf7ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
aside.default-aside .sidebar ul li.active a {
  background: #f4f8fb;
  color: #6f8ba4;
}
aside.default-aside .sidebar ul li.active a:after {
  color: #6f8ba4;
}
aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}
aside.default-aside .sidebar ul li:last-child a {
  border: none;
}
aside.default-aside .sidebar ul li button {
  display: block;
  border-bottom: 1px dashed #ecf7ff;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #3b566e;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s !important;
  position: relative;
  width: 100%;
  border-right: 0;
  border-top-color:  #fff;
  text-align: right;
  background-color: white;
 
  border-left-color: white;
}
aside.default-aside .sidebar ul li button:active {
  border: none;
  border-color: white;
}
aside.default-aside .sidebar ul li button:hover {
  padding-left: 70px;
}
aside.default-aside .sidebar ul li button:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 30px;
  color: #3b566e;
}
aside.default-aside .sidebar ul li button span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #f4f8fb;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #6f8ba4;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}
aside.default-aside .sidebar .search-widget input {
  border: 1px solid #ecf7ff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #4886ff;
  padding-left: 30px;
}
aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}
aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}
aside.default-aside .sidebar .widget-tags {
  border: 1px solid #f4f8fb;
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f4f8fb;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar .widget-tags a:hover {
  background: #4886ff;
  color: #fff;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#map {
  z-index: 1;
  height: 456px;
  width: 100%;
}
div.row {
  margin-right: 0;
}
.map-wrapper {
  position: relative;
  width: 100%;
  height: 365px;
  margin-bottom: 60px;
}
.map-wrapper .map-canvas {
  position: absolute;
  width: 56%;
  height: 100%;
  margin-left: 36%;
}
.map-wrapper .contact-info {
  height: 456px;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  padding: 0px 20px;
  padding-top: 20px;
  color: #fff;
}
.map-wrapper .contact-info .item {
  overflow: hidden;
  margin-bottom: 30px;
}
.map-wrapper .contact-info .item i {
  float: left;
  font-size: 16px;
  width: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.map-wrapper .contact-info .item span {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  font-size: 14px;
}
.map-wrapper .contact-info .item span a {
  color: #fff;
}
.map-wrapper .contact-info .social {
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.map-wrapper .contact-info .social li {
  display: inline;
  font-size: 22px;
  margin-right: 7px;
  margin-left: 7px;
}
.map-wrapper .contact-info .social li a {
  color: #fff;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
}
.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #4886ff;
  padding-left: 30px;
}
.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}
div.col-lg-4.col-md-12.col-sm-12 {
  padding: 0;
}
@media(max-width: 1300px) {
  aside.default-aside .sidebar ul li button {
    font-size: 12px;
    
  }
}
@media (max-width: 1200px) {
  #map {
    height: 489px;
  }
  .map-wrapper .contact-info {
    height: 489px;
  }
 

}
@media (max-width: 991px) {
  .map-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
  #map {
    height: 440px;
  }
  .map-wrapper .contact-info {
    height: 440px;
  }
  .map-wrapper .map-canvas {
    position: relative;
    height: 365px;
    margin-bottom: 30px;
  }
  .map-wrapper .map-canvas {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #f4f8fb;
  padding-top: 70px;
}
footer img.logo {
  margin-bottom: 30px;
}
footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
}
footer h5 {
  font-family: peyda;
  font-weight: 700;
  font-size: 16px;
  color: #3b566e;
  line-height: 30px;
  margin-bottom: 30px !important;
}
footer .footer-nav li a {
  display: block;
  overflow: hidden;
}
footer .footer-nav li a:hover span {
  padding-left: 5px;
}
footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #3b566e;
}
footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  margin-bottom: 5px;
}
footer .address p a {
  color: #4886ff;
}
footer .address .social {
  overflow: hidden;
  margin-top: 5px;
}
footer .address .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
footer .address .social li a {
  color: #6f8ba4;
}
footer .copyright {
  text-align: center;
  border-top: 1px solid #dae6fd;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
body {
  text-align: -webkit-auto !important;
}

.rtl-row {
  flex-direction: row-reverse;
}
.s.rtl-row {
  flex-direction: row-reverse;
  justify-content: start;
  row-gap: 20px;
}

.rtl-text {
  direction: rtl !important;
  text-align: justify;
}

.header-rtl .nav {
  float: left !important;
}
.header-rtl .nav li {
  margin-left: 0px !important;
  margin-right: 35px !important;
}
.header-rtl .logo {
  float: right !important;
}
.header-rtl .menu-trigger {
  right: auto;
  left: 40px;
}

.features li .count {
  float: right !important;
}
.features li .text {
  padding-left: 0px !important;
  padding-right: 20px;
}

.page .cover .page-top .breadcrumb li {
  margin-left: 0px;
  margin-right: 0px;
}
.page .cover .page-top .breadcrumb li:after {
  content: "";
  margin-right: 10px;
}
.page .cover .page-top .breadcrumb li:last-child:before {
  content: "";
}
.page .page-bottom .page-app {
  direction: rtl !important;
}
.page .page-bottom .page-app .app-content .stars li {
  float: right;
}
.page .page-bottom .app-single .header .title .stars li {
  float: right;
}
.page .page-bottom .app-single .header .download-buttons {
  float: left;
}
.page .page-bottom .app-single .item .icon {
  float: right;
}
.page .page-bottom .app-single .item .content {
  float: right;
  padding-left: 0px;
  padding-right: 30px;
  direction: rtl !important;
}
.page .page-bottom .app-single .item .content .text .version ul li {
  direction: rtl !important;
}
.page .page-bottom .app-single .item .content .text .version ul li:before {
  margin-right: 0px;
  margin-left: 10px;
  content: "";
}
.page .page-bottom .home-services-item {
  direction: rtl !important;
}
.page .page-bottom .contact-info {
  direction: rtl !important;
}
.page .page-bottom .contact-info .item i {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}
.page .page-bottom .contact-text {
  direction: rtl !important;
  text-align: justify;
}

.blog-list .blog-post-thumb {
  text-align: right;
  height: 100%;
}
.blog-list .blog-post-thumb .btn-primary-line {
  float: right;
}
.blog-list .blog-post-thumb .post-meta li {
  float: right;
  margin-right: 0px;
  margin-left: 30px;
  padding-right: 12px;
}
.blog-list .blog-post-thumb .post-meta li a .icon {
  margin-right: 0px;
  margin-left: 5px;
}

.blog-post-thumb {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-post-thumb .btn-primary-line {
  float: right;
}
.blog-post-thumb .post-meta li {
  float: right;
  margin-right: 0px;
  margin-left: 30px;
}
.blog-post-thumb .post-meta li a .icon {
  margin-right: 0px;
  margin-left: 5px;
}
.blog-post-thumb .post-detail {
  text-align: right !important;
}
.blog-post-thumb .post-footer span {
  float: right;
}
.blog-post-thumb .post-footer .share {
  float: left !important;
}
.blog-post-thumb .post-footer .share li {
  margin-left: 0px !important;
  margin-right: 15px !important;
}

.section-comments ul li .avatar {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.section-comments ul li .comment-content .comment-by .btn-reply {
  left: 0px;
  right: auto;
}
.section-comments ul li ul {
  border: 1px solid #fff;
  padding-left: 0px;
  padding-right: 90px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.default-aside .sidebar {
  direction: rtl !important;
}
.default-aside .sidebar ul li button {
  padding-right: 60px;
  padding-left: 30px !important;
}
.default-aside .sidebar ul li button:after {
  left: auto;
  right: 30px;
  content: "" !important;
}
.default-aside .sidebar ul li button:hover {
  padding-right: 70px;
  background-color: #f4f8fb;
}
.default-aside .sidebar ul li button span {
  float: left !important;
}
.default-aside .sidebar .widget-tags a {
  float: right !important;
}

footer .footer-nav li a {
  direction: rtl !important;
}
footer .footer-nav li a i {
  float: right;
  margin-right: 0px;
  margin-left: 13px;
}
footer .footer-nav li a span {
  float: right;
}
footer .address .social li {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
  list-style: none;
}
.footer-nav {
  list-style: none;
}
@media (max-width: 1300px) {
  .default-aside .sidebar ul li button {
    padding-right: 43px;
  }
}
@media (max-width: 991px) {
  .header-area .main-nav .nav {
    margin-top: 23px !important;
    float: right !important;
  }
  .header-area .main-nav .nav li a {
    direction: rtl !important;
    text-align: right;
    padding-left: 0px !important;
    padding-right: 30px !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li a.btn-nav-line {
    text-align: right !important;
  }
  .header-area .logo {
    margin-left: 0px !important;
    margin-right: 20px !important;
  }

  .page .page-bottom .app-single .header .title .stars li {
    float: none !important;
  }
  .div.row {
    row-gap: 20px;
  }
}
.parallax1 {
  position: relative;
  height: 280px;
}

.parallax1 .parallax-content {
  background: url(../images/photos/parallax.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.parallax1 .info.rtl-text p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 45px;
}
.parallax1 .info.rtl-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap column;
  position: relative;
  z-index: 1;
}
.parallax1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(127deg, #384dff 0%, #24cdff 91%);
  opacity: 0.78;
  z-index: 0;
}

.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
  color: #2981ca;
  background-color: #fdfdfd;
}
@media(max-width:774px){
  .parallax1 .info.rtl-text p{
        font-size: 18px;
        margin-bottom: 20px;
    }
}