@import url(../vendor/bootstrap/dist/css/bootstrap.css);
@import url(../vendor/fontawesome/css/all.min.css);
@import url(../vendor/animate/animate.min.css);
@import url(../vendor/owl-carousel/css/owl.carousel.css);
@import url(../vendor/owl-carousel/css/owl.theme.css);
@import url(../vendor/swiper/swiper.css);
@import url(../vendor/magnific/magnific.css);
/* Using SCSS variables to store breakpoints */
/*================================================
02. Mixins Css
=================================================*/
/* General
==========================*/
/* line 6, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

/* line 11, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
*, *:focus {
  outline: none !important; }

@font-face {
  font-family: 'SomarSans-ExtraBold';
  src: url(../vendor/fonts/SomarSans-ExtraBold.otf); }

@font-face {
  font-family: 'SomarSans-Bold';
  src: url(../vendor/fonts/SomarSans-Bold.otf); }

@font-face {
  font-family: 'SomarSans-ExtraLight';
  src: url(../vendor/fonts/SomarSans-ExtraLight.otf); }

@font-face {
  font-family: 'SomarSans-Light';
  src: url(../vendor/fonts/SomarSans-Light.otf); }

@font-face {
  font-family: 'SomarSans-Regular';
  src: url(../vendor/fonts/SomarSans-Regular.otf); }

/* line 37, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
:root {
  --somar-EBold: 'SomarSans-ExtraBold';
  --somar-Bold: 'SomarSans-Bold';
  --somar-ELight: 'SomarSans-ExtraLight';
  --somar-Light: 'SomarSans-Light';
  --somar-Regular: 'SomarSans-Regular';
  --primary-color: #4fd775;
  --primary-color-opc: 115, 103, 240;
  --title-color: #505050;
  --text-color: #545454;
  --white-color: #fff;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
  --dark-white-color: #fff;
  --dark-black-color: #1C1A1E;
  --black-color: #1C1A1E;
  --black-color-opc: 28, 26, 30;
  --dark-title-color: #1C1A1E;
  --title-color-opc: 28, 26, 30;
  --title-color2: #003C30;
  --dark-title-color2: #003C30;
  --dark-text-color: #A0A0A0;
  --global-text-color: #545454;
  --text-color-opc: 84, 84, 84;
  --primary-color1: #438279;
  --primary-color2: #78EB54;
  --primary-color2-opc: 120, 235, 84;
  --secondary-color: #003C30;
  --primary-color3: #5956E9;
  --primary-color3-opc: 89, 86, 233;
  --primary-color4: #60E59D;
  --primary-color4-opc: 96, 229, 157;
  --borders-color: #eee; }

@media (prefers-reduced-motion: no-preference) {
  /* line 94, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
  :root {
    scroll-behavior: inherit; } }

/* line 98, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth; }

/* line 108, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: var(--somar-Light);
  color: var(--title-color);
  background: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  /* line 123, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home2-banner-bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
    z-index: 0; }

/* Headings 
========================== */
/* line 144, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/* line 148, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
.title {
  font-size: 30px;
  line-height: 75px;
  color: #333; }

/* line 153, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
.title-sm {
  font-size: 24px;
  line-height: 24px; }

/* Paragraph 
========================== */
/* line 159, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
p {
  margin: 0; }

/* Images
==========================*/
/* line 165, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Lists 
========================== */
/* line 173, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

/*social list*/
/* line 180, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
ul.social-list {
  display: flex; }
  /* line 183, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
  ul.social-list li a {
    color: #666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    transition: all 0.4s; }
    /* line 190, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
    ul.social-list li a:hover {
      color: #505050; }

/* Links
==========================*/
/* line 199, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
a {
  text-decoration: none;
  color: #723e90;
  display: inline-block; }

/* line 204, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
a, a:hover a:focus {
  text-decoration: none !important; }

/* line 207, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
a.more {
  position: relative;
  color: #723e90;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 5px;
  font-family: 'SomarSans-ExtraBold';
  border-bottom: 1px solid #723e90;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

/* line 220, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
a.more:after {
  display: block;
  position: absolute;
  content: "\f177";
  line-height: 25px;
  font-family: 'fontAwesome';
  top: 5px;
  left: 0px;
  font-size: 17px;
  margin-left: -25px;
  width: 32px;
  padding-bottom: 5px;
  padding-right: 15px;
  border-bottom: 1px solid; }

/* line 235, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
a.more:hover {
  color: #DD8C3E;
  border-bottom-color: #DD8C3E; }

/* Buttons
========================*/
/* line 242, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
.custom-btn {
  width: auto;
  margin: 0;
  background-color: #723e90;
  border: none;
  box-shadow: none;
  padding: 13px 20px;
  color: #fff;
  font-family: 'SomarSans-Bold';
  transition: all 0.4s; }
  /* line 252, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_general.scss */
  .custom-btn:hover {
    opacity: 0.8; }

/*Images
==========================*/
/* line 3, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
img {
  display: block;
  max-width: 100%;
  height: auto; }

/*Image Corner*/
/* line 9, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners {
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin-top: -35px; }

/* line 15, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .image-wrap {
  margin: 52px 52px 48px 48px; }

/* line 18, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto; }

/* line 23, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner,
.image-corners .bottom-corner {
  position: relative; }

/* line 27, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner {
  position: absolute;
  top: 0;
  right: 0; }

/* line 32, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner:before,
.image-corners .top-corner span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 34px solid #4fd775;
  border-bottom: 34px solid transparent; }

/* line 41, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner:before {
  right: 250px;
  top: 0px; }

/* line 45, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner span:before {
  right: 0px;
  top: 280px; }

/* line 49, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner:after,
.image-corners .top-corner span:after {
  content: "";
  position: absolute;
  right: 0px;
  border: 17px solid #4fd775; }

/* line 56, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner:after {
  top: 0px;
  width: 250px;
  height: 0; }

/* line 61, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .top-corner span:after {
  top: 30px;
  width: 0;
  height: 250px; }

/* line 66, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner {
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 71, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner:before,
.image-corners .bottom-corner span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid #f5f5f5;
  border-top: 30px solid transparent; }

/* line 80, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner:before {
  left: 0px;
  top: -140px; }

/* line 84, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner span:before {
  left: 140px;
  bottom: 0px; }

/* line 88, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner:after,
.image-corners .bottom-corner span:after {
  content: "";
  position: absolute;
  border: 15px solid #f5f5f5;
  left: 0px;
  bottom: 0; }

/* line 96, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner:after {
  width: 0;
  height: 140px; }

/* line 100, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-corners .bottom-corner span:after {
  width: 140px;
  height: 0; }

@media (max-width: 500px) {
  /* line 105, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners .image-wrap {
    margin: 34px 34px 30px 30px; }
  /* line 108, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners img {
    width: 100%;
    height: 300px; }
  /* line 112, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners .top-corner:before {
    right: 220px; }
  /* line 115, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners .top-corner:after {
    width: 220px; }
  /* line 118, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners .top-corner span:before {
    top: 250px; }
  /* line 121, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
  .image-corners .top-corner span:after {
    height: 220px; } }

/*Image Hover*/
/* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  color: #666;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

/* line 138, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:after,
.image-hover:before {
  background-color: rgba(230, 230, 230, 0.3);
  position: absolute;
  content: ''; }

/* line 144, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:after,
.image-hover:after {
  top: 0;
  left: 0; }

/* line 149, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:before,
.image-hover:before {
  right: 0;
  bottom: 0; }

/* line 155, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:after,
.image-hover:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease; }

/* line 163, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  -moz-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%); }

/* line 168, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:before {
  -webkit-transform: skew(45deg) translateX(100%);
  -moz-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%); }

/* line 173, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_images.scss */
.image-hover:hover:after,
.image-hover:hover:before {
  -webkit-transform: skew(40deg) translateX(0);
  -moz-transform: skew(40deg) translateX(0);
  transform: skew(40deg) translateX(0); }

/*Lists
==========================*/
/* line 4, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

/*Social List*/
/* line 11, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.social-list {
  overflow: hidden; }

/* line 14, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.social-list > li {
  float: left; }

/* line 17, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.social-list > li > a {
  display: block;
  height: 44px;
  line-height: 45px;
  color: #616161;
  padding: 0 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 28, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.social-list > li:hover a {
  color: #4fd775; }

/*Contact Info*/
/* line 34, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.contact-info {
  display: flex;
  overflow: hidden;
  line-height: 20px; }
  /* line 38, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
  .contact-info li {
    float: left;
    padding: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    /* line 44, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
    .contact-info li:first-child {
      padding-left: 0px;
      border-right: 1px solid #e8e8e8; }
    /* line 48, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
    .contact-info li span {
      padding-left: 5px;
      font-family: 'SomarSans-Bold';
      font-size: 13px;
      color: #606060; }

/*Item-info*/
/* line 62, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
ul.item-info > li {
  overflow: hidden;
  margin-bottom: 15px; }

/* line 66, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
ul.item-info > li > span {
  display: block;
  float: left;
  font-size: 13px; }

/* line 71, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
ul.item-info > li > span:first-child {
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-right: 5px; }

/* Categories List*/
/* line 79, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 86, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li:last-child {
  border-bottom: none; }

/* line 89, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li > a {
  text-transform: capitalize;
  color: #505050;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  font-family: 'SomarSans-Bold'; }

/* line 97, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li:hover a {
  color: #4fd775; }

/* line 100, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li > a:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 10px;
  border: 2px solid #000; }

/* line 109, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li:hover > a:before {
  border: 2px solid #4fd775; }

/* line 112, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.categories-list > li > a > span {
  float: right;
  margin-right: 10px; }

/* Popular-Tags*/
/* line 117, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.popular-tags > li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  padding: 10px;
  background: #f4f4f4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.popular-tags > li:hover {
  background: #4fd775; }

/* line 129, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.popular-tags > li:hover a {
  color: #fff; }

/* Recent-Posts List*/
/* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.recent-list li {
  overflow: hidden;
  margin-bottom: 15px; }

/* line 137, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.recent-list li img {
  width: 85px;
  height: 80px;
  float: left;
  margin-right: 10px;
  position: relative; }

/* line 144, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.recent-list li .blog-date {
  display: block;
  color: #c3c3c3;
  font-size: 13px; }

/* line 149, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.recent-list li a {
  color: #505050;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-top: 10px;
  display: block;
  font-family: 'SomarSans-Bold'; }

/* line 160, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_lists.scss */
.recent-list li:hover a {
  color: #4fd775; }

/* line 1, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pt-60 {
  padding-top: 60px; }

/* line 4, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pt-50 {
  padding-top: 50px; }

/* line 7, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pt-40 {
  padding-top: 40px; }

/* line 10, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pb-60 {
  padding-bottom: 60px; }

/* line 13, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pb-50 {
  padding-bottom: 50px; }

/* line 16, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.pb-40 {
  padding-bottom: 40px; }

/* line 21, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.mb-20 {
  margin-bottom: 20px; }

/* line 26, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.section-lg {
  padding: 60px 0; }

/* line 29, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.swiper-horizontal {
  overflow-x: hidden; }

/* line 32, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.swiper-wrapper {
  margin-right: -20px; }

/* line 35, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
section {
  position: relative;
  z-index: 1; }

/* line 40, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--somar-Bold); }

/* line 51, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.section-head {
  z-index: 1;
  position: relative;
  direction: rtl; }
  /* line 55, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head .watermark {
    top: -30px;
    right: -50px;
    z-index: -1;
    line-height: 1;
    font-size: 120px;
    font-family: var(--somar-Bold);
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), color-stop(141.43%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 141.43%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px rgba(0, 0, 0, 0.03); }
  /* line 73, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px; }
  /* line 78, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head .subtitle {
    font-size: 19px;
    font-family: var(--somar-Bold);
    margin-bottom: 14px;
    color: var(--primary-color); }
  /* line 85, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head p {
    line-height: 35px;
    font-size: 19px; }
  /* line 90, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head:is(.text-center) .watermark {
    left: 0;
    right: 0; }
  /* line 94, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-head:is(.text-center) p {
    margin: 0 auto; }

/*Section Settings
==========================*/
/*Section-title*/
/* line 114, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.section-cont p {
  color: #777;
  line-height: 37px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 15px; }
  /* line 121, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
  .section-cont p:last-of-type {
    margin: 0; }

/* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.section-actions {
  margin-top: 20px; }

/* line 131, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.no-after-before:after,
.no-after-before:before {
  display: none; }

/* line 136, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.no-top {
  padding-top: 0 !important;
  margin-top: 0 !important; }

/* line 140, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.no-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

/* About
============================*/
/* line 152, /Users/hossamshahen/Desktop/gsces/public/assets/scss/global/_sectionSettings.scss */
.about .image-corners {
  margin-top: -34px; }

/* line 2, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.header {
  position: relative;
  background: #fff; }
  @media (max-width: 991px) {
    /* line 2, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header {
      border-top: 4px solid #4fd775; } }
  /* line 8, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header .container {
    position: relative; }
  /* line 11, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header:before {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    width: 500%;
    height: 90px;
    top: 41px;
    z-index: 6;
    right: 75%; }
    @media (max-width: 991px) {
      /* line 11, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header:before {
        display: none; } }
  /* line 24, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 5px;
    width: 100%;
    background: #e6e6e6;
    z-index: 1; }
    @media (max-width: 991px) {
      /* line 24, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header:after {
        display: block;
        position: static;
        width: 100%;
        height: 0;
        clear: both; } }
  /* line 40, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header .top-header {
    display: block;
    position: relative;
    background: #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
    z-index: 10; }
    /* line 46, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .top-header .social-list {
      float: right;
      border-right: 1px solid #e8e8e8;
      border-left: 1px solid #e8e8e8; }
    @media (max-width: 991px) {
      /* line 40, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .top-header {
        display: none; } }
  /* line 55, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header .logo {
    display: block;
    position: relative;
    float: left;
    background: #f5f5f5;
    width: 300px;
    padding: 13px 0;
    z-index: 9; }
    @media (max-width: 1239px) {
      /* line 55, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .logo {
        width: 220px; } }
    @media (max-width: 991px) {
      /* line 55, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .logo {
        background: none;
        width: auto; } }
    /* line 70, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .logo img {
      height: 60px; }
    /* line 73, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .logo:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      border-width: 0 35px 86px 0;
      border-color: #f6f6f6 #fff;
      border-style: solid; }
      @media (max-width: 991px) {
        /* line 73, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
        .header .logo:before {
          display: none; } }
    /* line 85, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .logo:after {
      content: "";
      position: absolute;
      right: 15px;
      top: -7px;
      width: 5px;
      height: 100px;
      z-index: 9;
      background: #e6e6e6;
      transform: rotate(-21deg); }
      @media (max-width: 991px) {
        /* line 85, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
        .header .logo:after {
          display: none; } }
  @media (min-width: 992px) {
    /* line 100, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .navbar-collapse {
      display: block; } }
  @media (max-width: 991px) {
    /* line 100, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .navbar-collapse {
      background: #4fd775;
      max-height: 300px;
      width: 100%;
      overflow: hidden;
      overflow-y: scroll; } }
  /* line 111, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .header .navbar-collapse .nav-main {
    position: relative; }
    /* line 113, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .header .navbar-collapse .nav-main ul.navbar-nav {
      background: none;
      margin-right: 60px;
      display: flex;
      flex-direction: row;
      place-self: flex-end; }
      @media (max-width: 991px) {
        /* line 113, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
        .header .navbar-collapse .nav-main ul.navbar-nav {
          flex-direction: column;
          place-self: auto;
          margin: 0; } }
      /* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .navbar-collapse .nav-main ul.navbar-nav li.lang-mob {
        display: none; }
        @media (max-width: 991px) {
          /* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
          .header .navbar-collapse .nav-main ul.navbar-nav li.lang-mob {
            display: block; } }
      /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .navbar-collapse .nav-main ul.navbar-nav li a {
        color: #606060;
        padding: 0 20px;
        line-height: 90px;
        font-family: 'SomarSans-Bold';
        font-size: 16px;
        text-transform: capitalize; }
        @media (max-width: 1239px) {
          /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
          .header .navbar-collapse .nav-main ul.navbar-nav li a {
            padding: 0 14px;
            font-size: 15px; } }
        @media (max-width: 991px) {
          /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
          .header .navbar-collapse .nav-main ul.navbar-nav li a {
            position: relative;
            display: block;
            overflow: hidden;
            color: #fff;
            padding: 5px 10px;
            line-height: 40px; } }
        /* line 153, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
        .header .navbar-collapse .nav-main ul.navbar-nav li a:focus {
          background: none; }
      /* line 159, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
      .header .navbar-collapse .nav-main ul.navbar-nav li:hover a, .header .navbar-collapse .nav-main ul.navbar-nav li.active a {
        color: #4fd775;
        background: none; }
        @media (max-width: 991px) {
          /* line 159, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
          .header .navbar-collapse .nav-main ul.navbar-nav li:hover a, .header .navbar-collapse .nav-main ul.navbar-nav li.active a {
            background: rgba(0, 0, 0, 0.1);
            color: #fff; } }

/*Header Search*/
/* line 182, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head {
  display: block;
  position: absolute;
  right: 15px;
  height: 85px;
  width: 60px;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s; }
  @media (max-width: 991px) {
    /* line 182, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .search-head {
      display: none; } }

/* line 200, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head-form {
  position: absolute;
  right: 0px;
  width: 270px;
  height: 100%; }

/* line 206, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head .btn-head {
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  padding: 0;
  background: none;
  color: #505050;
  border: none; }

/* line 217, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 210px;
  border: none;
  color: #373737;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 229, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head input:focus {
  box-shadow: none; }

/* line 232, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.search-head:hover {
  width: 270px; }

/*btn-responsive-nav*/
/* line 241, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
.btn-responsive-nav {
  display: none;
  float: right;
  margin-top: 30px;
  margin-left: 20px;
  background: #4fd775;
  color: #fff;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s; }
  /* line 251, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
  .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
    background: #222;
    color: #fff;
    outline: none !important; }
  @media (max-width: 991px) {
    /* line 241, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_header.scss */
    .btn-responsive-nav {
      display: block; } }

/* Footer
==============================*/
/* line 4, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer {
  position: relative;
  background: #f5f5f5;
  overflow: hidden; }
  @media (max-width: 991px) {
    /* line 4, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
    .footer {
      display: none; } }

/* line 12, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer .about-footer {
  padding-top: 50px;
  padding-bottom: 50px; }

/* line 16, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer .footer-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-img.jpg);
  background-size: cover;
  padding: 50px 105px 50px 90px;
  z-index: 5; }

/* line 26, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
footer .footer-newsletter:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid #f5f5f5;
  border-top: 370px solid transparent;
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 6; }

/* line 37, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer .footer-newsletter:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  padding: 0 100px;
  z-index: -1; }

/* line 48, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer .footer-newsletter p {
  color: #b1b1b1 !important;
  margin-bottom: 25px !important; }

@media (min-width: 2200px) {
  /* line 54, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
  .footer .footer-newsletter {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; } }

@media (max-width: 1200px) {
  /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
  .footer .footer-newsletter {
    padding: 50px 15px 50px 70px; } }

@media (max-width: 767px) {
  /* line 68, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
  .footer .footer-newsletter {
    position: relative;
    padding: 50px 15px 50px 15px; }
  /* line 72, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
  footer .footer-newsletter:before {
    display: none; } }

/* Footer Copyright
==========================*/
/* line 78, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
.footer-copyright {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #ebebeb;
  color: #b7b7b7;
  letter-spacing: 0.6px;
  line-height: 30px;
  padding: 10px 0; }
  /* line 87, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
  .footer-copyright .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      /* line 87, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
      .footer-copyright .container {
        display: block; } }
    /* line 93, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
    .footer-copyright .container span {
      display: flex;
      gap: 10px; }
      @media (max-width: 991px) {
        /* line 96, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
        .footer-copyright .container span:first-child {
          display: none; } }
      @media (max-width: 991px) {
        /* line 93, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
        .footer-copyright .container span {
          justify-content: center; } }
      /* line 105, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
      .footer-copyright .container span a {
        color: #4fd775;
        text-transform: capitalize;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        /* line 111, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_footer.scss */
        .footer-copyright .container span a img {
          height: 30px; }

/* line 1, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
.hero-banner-section {
  position: relative;
  background: #f9f9f9;
  padding: 90px 0 90px;
  margin-bottom: 700px; }
  /* line 6, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
  .hero-banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home2-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  /* line 18, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
  .hero-banner-section .banner-content-wrap {
    position: relative;
    z-index: 1; }
    /* line 21, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
    .hero-banner-section .banner-content-wrap .banner-content {
      padding-left: 50px; }
      /* line 23, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .banner-content-wrap .banner-content > span {
        display: inline-block;
        font-family: var(--somar-Light);
        font-size: 16px;
        line-height: 1;
        padding: 5px 15px;
        background-color: var(--primary-color);
        color: var(--white-color);
        border-radius: 100px;
        margin-bottom: 20px; }
      /* line 34, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .banner-content-wrap .banner-content h1 {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        color: var(--title-color);
        font-family: var(--somar-Bold);
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 15px; }
        /* line 43, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .banner-content-wrap .banner-content h1 span {
          color: var(--white-color);
          font-family: var(--somar-Bold);
          font-size: 22px;
          line-height: 1;
          padding: 10px 12px;
          background-image: url(../images/banner-text-bg.png), linear-gradient(180deg, #8ADF99 0%, #8ADF99 100%);
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 5px;
          margin-right: 30px; }
      /* line 56, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .banner-content-wrap .banner-content p {
        color: var(--text-color);
        font-family: var(--somar-Light);
        font-size: 19px;
        line-height: 35px;
        margin-bottom: 60px; }
      /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
        display: flex;
        align-items: center;
        gap: 60px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
            gap: 20px; } }
        @media (max-width: 767px) {
          /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
            gap: 30px; } }
        @media (max-width: 576px) {
          /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
            flex-wrap: wrap;
            gap: 25px; } }
        /* line 77, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .custom-btn {
          padding: 5px 35px;
          border-radius: 10px; }
        /* line 81, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area {
          display: flex;
          align-items: center;
          gap: 15px; }
          /* line 85, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .icon {
            width: 56px;
            height: 56px;
            border-radius: 10px;
            background: var(--white-color);
            border: 1px solid var(--borders-color);
            display: flex;
            align-items: center;
            justify-content: center; }
            /* line 94, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
            .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .icon svg {
              fill: var(--primary-color); }
          /* line 99, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number {
            display: flex;
            align-items: center;
            margin-bottom: 8px; }
            /* line 103, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
            .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number h3, .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number span {
              color: var(--title-color);
              font-family: var(--somar-Light);
              font-size: 25px;
              line-height: 1;
              margin-bottom: 0; }
          /* line 111, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content p {
            color: var(--title-color);
            font-family: var(--somar-Bold);
            font-size: 17px;
            line-height: 1;
            margin-bottom: 0; }
    /* line 122, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
    .hero-banner-section .banner-content-wrap .banner-vector {
      display: flex;
      position: absolute;
      top: -80px;
      left: 0;
      z-index: -1; }
      @media (max-width: 991px) {
        /* line 122, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .banner-content-wrap .banner-vector {
          display: none; } }
  /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
  .hero-banner-section .hero-video-wrapper {
    position: relative;
    width: 50vw;
    max-width: 696px;
    height: 328px;
    margin-left: auto;
    z-index: 1;
    transition: width 0.3s ease-out, position 0.3s ease;
    direction: rtl;
    z-index: 9;
    margin-top: -60px; }
    @media (min-width: 1400px) and (max-width: 1599px) {
      /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper {
        max-width: 640px; } }
    @media (max-width: 1399px) {
      /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper {
        max-width: 550px; } }
    @media (max-width: 1199px) {
      /* line 133, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper {
        max-width: 420px; } }
    /* line 153, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
    .hero-banner-section .hero-video-wrapper .video-area {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      transform-origin: left center; }
      /* line 159, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper .video-area video {
        display: block;
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
        min-height: 320px;
        height: 100%;
        max-height: 600px;
        object-fit: cover; }
      /* line 169, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper .video-area .banner-vector {
        position: absolute;
        top: 47%;
        left: 50%;
        height: 480px;
        transform: translate(-50%, -50%);
        z-index: -1; }
        @media (min-width: 1400px) and (max-width: 1599px) {
          /* line 169, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .hero-video-wrapper .video-area .banner-vector {
            left: 54%; } }
        @media (max-width: 1399px) {
          /* line 169, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .hero-video-wrapper .video-area .banner-vector {
            left: 58%; } }
        @media (max-width: 991px) {
          /* line 169, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
          .hero-banner-section .hero-video-wrapper .video-area .banner-vector {
            display: none; } }
    /* line 189, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
    .hero-banner-section .hero-video-wrapper .content {
      padding-top: 15px;
      direction: ltr; }
      @media (max-width: 576px) {
        /* line 189, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .hero-video-wrapper .content {
          padding-top: 10px; } }
      /* line 195, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .hero-video-wrapper .content h6 {
        color: var(--title-color);
        font-family: var(--somar-Light);
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 3px; }
        /* line 201, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
        .hero-banner-section .hero-video-wrapper .content h6 span {
          font-family: var(--somar-Bold);
          font-size: 17px;
          line-height: 1.2;
          margin-right: 20px; }
  /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
  .hero-banner-section .vector {
    position: absolute;
    bottom: 36%;
    left: 50%;
    transform: translateX(-50%);
    animation: up-down2 2s linear infinite alternate; }
    @media (max-width: 1799px) {
      /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector {
        left: 46%; } }
    @media (min-width: 1400px) and (max-width: 1599px) {
      /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector {
        bottom: 40%; } }
    @media (max-width: 1399px) {
      /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector {
        bottom: 40%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector {
        left: 43%;
        bottom: 45%; } }
    @media (max-width: 991px) {
      /* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector {
        display: none; } }
    /* line 233, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
    .hero-banner-section .vector path {
      fill: var(--title-color); }
      /* line 235, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_heroSection.scss */
      .hero-banner-section .vector path:last-child {
        fill: var(--primary-color3); }

/* line 1, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.home-about {
  padding-bottom: 50px;
  background: #fff; }
  /* line 7, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
  .home-about .section-head {
    position: relative;
    padding-top: 60px; }
    /* line 10, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .home-about .section-head .watermark {
      top: 20px; }
    /* line 13, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .home-about .section-head .section-title {
      font-size: 25px;
      line-height: 42px; }
  /* line 19, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
  .home-about .fact-circle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 25px;
    margin-bottom: 50px; }
    /* line 24, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .home-about .fact-circle .fun-fact {
      position: relative;
      padding: 15px 13px;
      text-align: center;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 140px;
      width: 140px;
      background: #fafafa;
      border-radius: 100%;
      overflow: hidden; }
      /* line 38, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact .counter-circle {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        font-size: 30px;
        line-height: 40px;
        color: #505050;
        font-family: 'SomarSans-Bold';
        direction: ltr; }
        /* line 49, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .home-about .fact-circle .fun-fact .counter-circle .timer {
          transform: none; }
        /* line 52, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .home-about .fact-circle .fun-fact .counter-circle .operator {
          color: #4fd775; }
      /* line 56, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact canvas {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
      /* line 63, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact .medium {
        font-size: 15px;
        line-height: 25px; }
      /* line 67, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact:nth-child(2) {
        top: 20px;
        right: -55px;
        z-index: 9;
        background: #fff; }
      /* line 74, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact:nth-child(3) {
        top: 0px;
        right: -110px; }
      /* line 80, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .home-about .fact-circle .fun-fact:nth-child(4) {
        top: 20px;
        right: -165px;
        background: #fff; }

/* line 94, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.about-2 {
  overflow: hidden;
  padding: 60px 0 80px; }
  /* line 97, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
  .about-2 .section-head {
    position: relative;
    padding-top: 40px; }
    /* line 100, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .about-2 .section-head .watermark {
      top: -10px; }
  /* line 104, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
  .about-2 .about-img-wrap {
    position: relative;
    overflow: hidden;
    top: 20px; }
    /* line 108, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .about-2 .about-img-wrap .item-img {
      float: left;
      height: 514px;
      max-width: 600px;
      clip-path: polygon(42.692% 17%, 42.692% 17%, 42.66% 17.473%, 42.565% 17.922%, 42.413% 18.341%, 42.21% 18.723%, 41.96% 19.063%, 41.669% 19.355%, 41.341% 19.592%, 40.983% 19.769%, 40.598% 19.88%, 40.192% 19.918%, 2.5% 19.918%, 2.5% 19.918%, 2.094% 19.956%, 1.71% 20.067%, 1.351% 20.244%, 1.024% 20.481%, 0.732% 20.773%, 0.482% 21.113%, 0.279% 21.495%, 0.127% 21.914%, 0.033% 22.363%, 0% 22.836%, 0% 46.979%, 0% 46.979%, 0.033% 47.452%, 0.127% 47.901%, 0.279% 48.32%, 0.482% 48.703%, 0.732% 49.043%, 1.024% 49.334%, 1.351% 49.572%, 1.71% 49.749%, 2.094% 49.859%, 2.5% 49.897%, 58.654% 49.897%, 58.654% 49.897%, 59.059% 49.935%, 59.444% 50.046%, 59.803% 50.223%, 60.13% 50.46%, 60.422% 50.752%, 60.671% 51.092%, 60.875% 51.474%, 61.026% 51.893%, 61.121% 52.342%, 61.154% 52.816%, 61.154% 97.082%, 61.154% 97.082%, 61.187% 97.555%, 61.281% 98.004%, 61.433% 98.423%, 61.636% 98.805%, 61.886% 99.145%, 62.177% 99.437%, 62.505% 99.674%, 62.864% 99.851%, 63.248% 99.962%, 63.654% 100%, 97.5% 100%, 97.5% 100%, 97.906% 99.962%, 98.29% 99.851%, 98.649% 99.674%, 98.976% 99.437%, 99.268% 99.145%, 99.518% 98.805%, 99.721% 98.423%, 99.873% 98.004%, 99.967% 97.555%, 100% 97.082%, 100% 2.918%, 100% 2.918%, 99.967% 2.445%, 99.873% 1.996%, 99.721% 1.577%, 99.518% 1.195%, 99.268% 0.855%, 98.976% 0.563%, 98.649% 0.326%, 98.29% 0.149%, 97.906% 0.038%, 97.5% 0%, 45.192% 0%, 45.192% 0%, 44.787% 0.038%, 44.402% 0.149%, 44.043% 0.326%, 43.716% 0.563%, 43.425% 0.855%, 43.175% 1.195%, 42.971% 1.577%, 42.82% 1.996%, 42.725% 2.445%, 42.692% 2.918%, 42.692% 17%, 2.5% 52.724%, 56.333% 52.724%, 56.739% 52.762%, 57.124% 52.873%, 57.482% 53.049%, 57.81% 53.287%, 58.101% 53.579%, 58.351% 53.919%, 58.554% 54.301%, 58.706% 54.72%, 58.801% 55.169%, 58.833% 55.642%, 58.833% 55.642%, 58.833% 97.082%, 58.801% 97.555%, 58.706% 98.004%, 58.554% 98.423%, 58.351% 98.805%, 58.101% 99.145%, 57.81% 99.437%, 57.482% 99.674%, 57.124% 99.851%, 56.739% 99.962%, 56.333% 100%, 56.333% 100%, 2.5% 100%, 2.094% 99.962%, 1.71% 99.851%, 1.351% 99.674%, 1.024% 99.437%, 0.732% 99.145%, 0.482% 98.805%, 0.279% 98.423%, 0.127% 98.004%, 0.033% 97.555%, 0% 97.082%, 0% 97.082%, 0% 55.642%, 0.033% 55.169%, 0.127% 54.72%, 0.279% 54.301%, 0.482% 53.919%, 0.732% 53.579%, 1.024% 53.287%, 1.351% 53.049%, 1.71% 52.873%, 2.094% 52.762%, 2.5% 52.724%, 2.5% 52.724%); }
      @media (max-width: 991px) {
        /* line 108, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .about-2 .about-img-wrap .item-img {
          height: 350px;
          clip-path: none;
          overflow: hidden;
          border-radius: 20px; } }
      /* line 120, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .about-2 .about-img-wrap .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    /* line 127, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .about-2 .about-img-wrap .item-play {
      top: 0;
      left: 0;
      width: 243px;
      height: 90px;
      overflow: hidden;
      position: absolute;
      border-radius: 15px; }
      @media (max-width: 991px) {
        /* line 127, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .about-2 .about-img-wrap .item-play {
          position: relative;
          margin-bottom: 15px; } }
      /* line 139, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
      .about-2 .about-img-wrap .item-play a {
        width: 100%;
        height: 100%;
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: rgba(79, 215, 117, 0.95); }
        /* line 154, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .about-2 .about-img-wrap .item-play a span {
          font-family: var(--somar-Bold);
          color: var(--white-color);
          font-size: 18px;
          width: 140px; }
        /* line 160, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
        .about-2 .about-img-wrap .item-play a i {
          width: 45px;
          height: 45px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-radius: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #fff;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: var(--primary-color); }

/* line 198, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.tz-whyc4-skill .skill-set-percent {
  width: 100%; }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    /* line 198, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
    .tz-whyc4-skill .skill-set-percent {
      margin: 0 auto; } }

/* line 204, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.tz-whyc4-skill .skill-set-percent h4 {
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px; }

/* line 210, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.tz-whyc4-skill .skill-set-percent .progress {
  height: 16px;
  border-radius: 0;
  margin-bottom: 35px;
  overflow: visible;
  display: block;
  position: relative;
  border-radius: 100px;
  border: 1px solid #E6E2F3;
  background-color: transparent; }

/* line 221, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.tz-whyc4-skill .skill-set-percent .progress span {
  top: -28px;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  color: var(--title-color); }

/* line 229, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeAbout.scss */
.tz-whyc4-skill .skill-set-percent .progress-bar {
  top: 4px;
  width: 0;
  right: 5px;
  float: right;
  height: 6px;
  position: relative;
  border-radius: 30px;
  transition: 1s all ease-in-out;
  background-color: var(--primary-color);
  -webkit-transition: 1s all ease-in-out; }

/* line 7, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
.home-info {
  position: relative;
  padding: 60px 0;
  z-index: 1;
  overflow: hidden;
  direction: ltr; }

/* line 17, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
.icon-box--info {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 30px 35px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  text-align: center; }
  /* line 24, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
  .icon-box--info:is(.middle-item) {
    z-index: 2;
    position: relative; }
  /* line 29, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
  .icon-box--info .item-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 25px;
    border-radius: 100%;
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: all 400ms ease-in-out; }
  /* line 44, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
  .icon-box--info .item-text {
    margin-top: 20px; }
    /* line 46, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
    .icon-box--info .item-text h3 {
      font-size: 24px;
      margin-bottom: 14px; }
    /* line 50, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeInfo.scss */
    .icon-box--info .item-text p {
      padding-bottom: 18px; }

/* line 1, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
.home-projects {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 0 40px;
  background: #fff; }

/* line 9, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
.project-item {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 700ms ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 5px; }
  /* line 18, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
  .project-item .item-img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden; }
    /* line 25, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: fill; }
    /* line 30, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item .item-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: 300ms ease-in-out; }
  /* line 43, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
  .project-item:before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    color: var(--primary-color);
    transition: 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  /* line 66, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
  .project-item .item-text {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    max-width: 90%;
    position: absolute;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px 25px 20px;
    transition: 400ms ease-in-out; }
    /* line 79, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item .item-text h3 {
      transition: 300ms ease-in-out;
      font-size: 20px;
      line-height: 35px; }
  /* line 85, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
  .project-item:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
    /* line 87, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item:hover:before {
      top: 30%;
      opacity: 1;
      visibility: visible; }
    /* line 93, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item:hover .item-img:before {
      opacity: 1;
      visibility: visible; }
    /* line 99, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
    .project-item:hover .item-text h3 {
      color: var(--primary-color); }

/*
.project-slider {

	.swiper-slide {
		opacity: 0;
		visibility: hidden;
		transition: all 700ms ease-in-out;
	}
	.swiper-slide-next + .swiper-slide,
	.swiper-slide-prev.swiper-slide,
	.swiper-slide.swiper-slide-active,
	.swiper-slide.swiper-slide-next,
	.swiper-slide.swiper-slide-nth-prev-2 {
		opacity: 1;
		visibility: visible;
	}
}

*/
/* line 126, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeProjects.scss */
.swiper-container {
  padding: 20px 30px 20px 10px !important; }

/* line 4, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-whyc4-text-wrap {
  max-width: 595px; }

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

/* line 83, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec {
  z-index: 1;
  margin: 0px 40px;
  overflow: hidden;
  border-radius: 30px; }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  /* line 90, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
  .tz-ser2-sec {
    margin: 0;
    border-radius: 0px; } }

/* line 95, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-section-title {
  margin: 0 auto;
  max-width: 630px; }

/* line 99, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-shape1 {
  top: -170%;
  right: -30%;
  z-index: -1; }

/* line 104, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-shape2 {
  left: -30%;
  z-index: -1;
  bottom: -170%; }

/* line 109, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle1,
.tz-ser2-sec .tz-ser2-circle3 {
  z-index: -1;
  width: 540px;
  height: 540px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--primary-color); }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  /* line 119, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
  .tz-ser2-sec .tz-ser2-circle1,
  .tz-ser2-sec .tz-ser2-circle3 {
    display: none; } }

/* line 124, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle2,
.tz-ser2-sec .tz-ser2-circle4 {
  z-index: -2;
  width: 630px;
  height: 630px;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3); }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  /* line 134, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
  .tz-ser2-sec .tz-ser2-circle2,
  .tz-ser2-sec .tz-ser2-circle4 {
    display: none; } }

/* line 139, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle1 {
  top: -40%;
  left: -17%; }

/* line 143, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle2 {
  top: -46%;
  left: -20%; }

/* line 147, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle3 {
  bottom: -40%;
  right: -17%; }

/* line 151, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-sec .tz-ser2-circle4 {
  bottom: -46%;
  right: -20%; }

/* line 156, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item {
  z-index: 1;
  margin-bottom: 30px;
  padding: 0px 40px 40px; }

/* line 161, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .ser-itm-bg {
  top: 0;
  width: 100%;
  left: -5px;
  z-index: -1;
  height: 100%;
  margin: 0 auto; }

@media (max-width: 767px) {
  /* line 170, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
  .tz-ser2-item .ser-itm-bg {
    left: 0; } }

/* line 174, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .ser-itm-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 180, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .ser-itm-bg2 {
  top: 0;
  height: 0;
  left: -5px;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

@media (max-width: 767px) {
  /* line 193, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
  .tz-ser2-item .ser-itm-bg2 {
    left: 0; } }

/* line 197, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .ser-itm-bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 203, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 15px;
  margin-bottom: 55px;
  background-color: var(--primary-color); }

/* line 211, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px; }

/* line 216, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text p {
  padding-bottom: 24px; }

/* line 219, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text .read_more {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: var(--primary-color); }

/* line 226, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text .read_more i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/* line 230, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text .read_more:hover {
  background-color: var(--title-color); }

/* line 233, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item .item-text .read_more:hover i {
  margin-left: 5px; }

/* line 236, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item:hover .item-icon img {
  -webkit-animation: flip 1s;
  animation: flip 1s; }

/* line 240, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_homeServices.scss */
.tz-ser2-item:hover .ser-itm-bg2 {
  opacity: 1;
  visibility: visible; }

/* line 1, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
.tz-cta-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  direction: rtl; }
  /* line 7, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
  .tz-cta-sec .tz-section-title {
    z-index: 3;
    max-width: 525px;
    position: relative;
    padding: 60px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
      /* line 7, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
      .tz-cta-sec .tz-section-title {
        max-width: 100%; } }
    /* line 15, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
    .tz-cta-sec .tz-section-title .sec_title {
      font-size: 40px; }

/* line 22, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
.tz-cta-img-wrap {
  display: flex;
  gap: 20px;
  top: 0%;
  left: -8%;
  max-width: 700px;
  position: absolute;
  transform: rotate(15deg); }
  /* line 31, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
  .tz-cta-img-wrap .tz-cta-img1 {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block; }
    /* line 35, /Users/hossamshahen/Desktop/gsces/public/assets/scss/layouts/_cta.scss */
    .tz-cta-img-wrap .tz-cta-img1 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*# sourceMappingURL=style.css.map */