.spacer {
  margin-bottom: 700px;
}

body {
  font-family: open sans;
  background: #ffffff;
}

#banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#banner .side_nav {
  position: absolute;
  right: 70px;
  top: 52px;
  bottom: 0;
  list-style: none;
  padding: 0;
}

#banner .side_nav li {
  position: relative;
  transform: rotate(90deg);
  text-align: center;
  height: 20.666%;
  font-family: roboto;
}

#banner .side_nav li a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  opacity: 0.7;
}

.brand {
  position: relative;
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 12px;
}

.brand img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bg_text {
  position: absolute;
  display: block;
  left: 30%;
  top: 135px;
  user-select: none;
}

.bg_text h3 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 20em;
  color: #f7f7f7;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9em;
}

.bg_text span {
  display: block;
}

#banner .content {
  position: relative;
  display: block;
  font-family: open sans;
  padding: 20px;
}

#banner .content p {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  color: #333;
  margin: 0;
  margin-top: 15px;
  border-left: 3px solid #188ad9;
  padding-left: 20px;
}

#banner .content h3 {
  position: relative;
  display: inline-block;
  font-size: 55px;
  font-weight: 900;
  /* text-transform: capitalize; */
  color: #202020;
  letter-spacing: 6px;
  line-height: 1em;
  margin: 0;
}
#banner .content h3 .bold {
  font-weight: 800;
  text-transform: uppercase;
}
#banner .content h3 span {
  white-space: nowrap;
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #202020;
  letter-spacing: 5px;
  width: auto;
}

#banner .bg_text_wrapper {
  position: relative;
  display: block;
  margin-top: 200px;
}

#about_us {
  position: relative;
  display: block;
  padding-top: 60px;
}

#about_us .content {
  position: relative;
  display: block;
  padding: 20px;
}

#about_us .content h3 {
  position: relative;
  display: block;
  font-size: 46px;
  font-weight: 900;
  text-transform: capitalize;
  color: #202020;
  letter-spacing: 6px;
  line-height: 1em;
  margin: 0;
}

#about_us .content h3 span {
  font-size: 30px;
  font-weight: 400;
  color: #202020;
  letter-spacing: 5px;
}

#about_us .content p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  color: #1e1e1ef0;
  margin: 0;
  margin-top: 15px;
  letter-spacing: 0.5px;
}

#about_us .content .button_pane {
  position: relative;
  display: block;
  margin-top: 20px;
}

#about_us .content .button_pane .button {
  position: relative;
  min-height: 25px;
  color: #188ad9;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background: none;
  padding: 0.5em 2.5em;
  border: 2px solid #188ad9;
  text-transform: uppercase;
  border-radius: 25px;
}

#about_us .coin_wrapper {
  position: relative;
  display: block;
  text-align: center;
}

#about_us .coin_wrapper .coin {
  position: relative;
  display: inline-block;
  background: #f26551;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px #00000047;
  margin-left: -11px;
}

#about_us .coin_wrapper .coin h3 {
  display: block;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
  right: 0;
  text-align: center;
}

#grid {
  position: relative;
  display: block;
  min-height: 500px;
  width: 100%;
  background: url("../img/dig.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  padding-top: 150px;
}

#grid .wrapper {
  position: relative;
  display: block;
  padding: 5px;
  cursor: pointer;
}

#grid .wrapper .bg {
  position: relative;
  display: block;
  background: #000000;
  min-height: 200px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 1px #0000003d;
}

#grid .wrapper .bg.different {
  background-color: #188ad9;
}

#grid .wrapper .content_wrapper {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100%;
}

#grid .wrapper .content {
  position: relative;
  display: block;
  text-align: center;
}

#grid .wrapper .content img {
  position: relative;
  display: inline-block;
  height: auto;
  width: 32px;
  filter: invert(1);
}

#grid .wrapper .content h3 {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-top: 5px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0px 10px;
}

#footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #000000;
  padding: 60px 0px;
}

#footer .wrapper {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}

#footer .content {
  position: relative;
  display: block;
  text-align: left;
}

#footer .content img {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  filter: hue-rotate(201deg);
}

#footer .content p {
  position: relative;
  display: block;
  font-style: italic;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #f5f5f5;
  margin-bottom: 10px;
  text-transform: capitalize;
}

#footer .content h3 {
  position: relative;
  display: block;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

#footer .content h2 {
  position: relative;
  display: block;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 5px;
  color: #464646;
}

#footer .social_wrapper {
  position: relative;
  display: block;
  text-align: left;
}

#footer .social_wrapper .icon {
  position: relative;
  display: inline-block;
  background: #f26551;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #00000047;
  margin-right: 10px;
}

#footer .social_wrapper .icon img {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}

#footer .container .row {
}

#banner .down_arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 42px;
  height: 42px;
  background: 0;
  border-radius: 50%;
  border: 2px solid #188ad9;
}

#banner .down_arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 21px;
  height: 21px;
  background: url("../img/down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#banner .down_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #188ad9;
  transform: scale(1.5);
  animation-name: ripples;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

@keyframes ripples {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

#banner .line {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 10%;
}

#banner .line i {
  position: relative;
  transform: rotate(90deg);
  transform-origin: left;
  color: #202020;
  font-style: normal;
  display: block;
  background: #ffffff;
  z-index: 1;
  top: -12px;
  left: 3px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 7px;
  word-spacing: 10.5px;
  padding: 6px 30px;
}

#banner .line::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #6ab2e4;
}

#grid .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #6ab2e4;
  display: block;
}

#grid .line {
  position: absolute;
  top: 0;
  bottom: 25%;
  left: 10%;
}

#grid .line i {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  bottom: -40px;
  left: calc(50% - 16px);
}

#grid .line i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: #6ab2e4;
  transform-origin: top;
  transform: rotate(-45deg);
  height: calc(100% * 1.4);
  animation-name: cross_height;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#grid .line i::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  background: #6ab2e4;
  transform-origin: top;
  transform: rotate(45deg);
  height: calc(100% * 1.4);
  animation-name: cross_height1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes cross_height {
  0% {
    height: calc(0% * 1.4);
  }

  20% {
    opacity: 1;
    height: calc(100% * 1.4);
  }

  80% {
    opacity: 1;
    height: calc(100% * 1.4);
  }

  100% {
    opacity: 0;
    height: calc(100% * 1.4);
  }
}

@keyframes cross_height1 {
  0% {
    height: calc(0% * 1.4);
  }

  10% {
    height: calc(0% * 1.4);
  }

  70% {
    height: calc(100% * 1.4);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    height: calc(100% * 1.4);
  }
}

.toggle_icon {
  position: absolute;
  top: 32px;
  right: 15px;
  float: right;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.toggle_icon i {
  position: absolute;
  width: 80%;
  height: 2px;
  background: #612020;
  display: block;
  transition: all 0.15s ease-in;
}

.toggle_icon i:nth-child(1) {
  top: 0;
  right: 0;
}

.toggle_icon i:nth-child(2) {
  top: calc(50% - 1px);
  right: 0;
}

.toggle_icon i:nth-child(3) {
  bottom: 0;
  right: 0;
}

.toggle_icon[active] i:nth-child(2) {
  opacity: 0;
}

.toggle_icon[active] i:nth-child(3) {
  transform: rotate(45deg) translateX(-12px);
  transform-origin: center;
}

.toggle_icon[active] i:nth-child(1) {
  transform: rotate(-45deg) translatex(-12px);
  transform-origin: center;
}

#nav_bubble {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 8;
  transform: translateX(100%);
  transition: all 0.15s ease-in;
}

#nav_bubble[active] {
  transform: translateX(0%);
}

#nav_bubble ul {
  position: relative;
  display: block;
  margin-top: 150px;
  padding-left: 42px;
  list-style: none;
  opacity: 0;
  transition: all 0.15s ease-in;
}
#nav_bubble ul[active] {
  opacity: 1;
}
#nav_bubble ul li {
  font-size: 26px;
  font-family: open sans;
  font-weight: 200;
  text-transform: capitalize;
  margin: 15px 0px;
  transition: all 0.25s ease-out;
  color: #5d5d5d;
}
#nav_bubble ul li:nth-child(1) {
  transform: translateX(16.6%);
}
#nav_bubble ul li:nth-child(2) {
  transform: translateX(33.2%);
}
#nav_bubble ul li:nth-child(3) {
  transform: translateX(49.8%);
}
#nav_bubble ul li:nth-child(4) {
  transform: translateX(66.4%);
}
#nav_bubble ul li:nth-child(5) {
  transform: translateX(83%);
}
#nav_bubble ul li:nth-child(6) {
  transform: translateX(99.6%);
}
#nav_bubble ul li:nth-child(7) {
  transform: translateX(116.2%);
}
#nav_bubble ul[active] li {
  transform: translateX(0%);
}

.anim-typewriter {
  animation:
    typewriter 1.5s steps(10) 1s 1 normal both,
    blinkTextCursor 500ms steps(10) infinite normal;
  overflow: hidden;
  border-right: 2px solid #000;
}

@keyframes typewriter {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(0, 0, 0, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.coin[active] {
  animation-name: flip_coin;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes flip_coin {
  0% {
    transform: rotateY(0deg);
  }
  15% {
    transform: rotateY(180deg);
  }
  85% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.coin .flip_side {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #f26551;
  opacity: 0;
  transform: rotateY(-180deg);
}

@keyframes flip_side_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flip_side_fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.coin h3 {
  opacity: 1;
}
.coin h3[hide] {
  opacity: 0;
}

.coin .flip_side[active] {
  opacity: 1;
}
.coin .flip_side .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 22px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
.coin .flip_side .text {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2em;
}

#grid .wrapper .bg .content {
  transition: all 0.2s ease-out;
}
#grid .wrapper .bg:hover .content {
  transform: scale(0.8) translateY(-55px);
}
#grid .wrapper .content_hover {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.15s ease-out;
}
#grid .wrapper .content_hover p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  transition: all 0.25s ease-out;
  padding: 0px 10px;
}
#grid .wrapper .bg:hover .content_hover {
  opacity: 1;
  transform: translateY(0px);
}
#grid .wrapper .bg:hover .content_hover p {
  transform: translateY(-15px);
}
.top_nav {
  position: relative;
  display: block;
  float: right;
  list-style: none;
  padding-left: 0;
  padding-top: 35px;
}
.top_nav li {
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 10px;
  margin: 0px 10px;
  color: #6f6f6f;
  letter-spacing: 0.5px;
}
.top_nav li a {
  color: #6f6f6f;
}
#banner .head,
.head {
  position: relative;
  z-index: 2;
  margin-top: 42px;
}
#banner .head h3,
.head h3 {
  color: #3c3e45;
  font-size: 38px;
  font-weight: 800;
}
#banner .head p,
.head p {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
}
.infobox_big .item {
  padding: 15px;
}
.img_responsive {
  width: 100%;
  height: auto;
  display: block;
}
.contact-us span.bg {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  opacity: 0.7;
  padding: 0px 25px 45px 25px;
}
.contact-us form {
  padding: 25px;
}
#about_us_page .card_wrapper.left {
  padding: 10px 45px;
}
ul.withIcon {
  list-style: none;
  padding-left: 120px;
}
ul.withIcon li {
  position: relative;
  display: block;
  margin: 10px 0px;
  padding: 10px 5px;
}
ul.withIcon li .icon {
  position: absolute;
  top: -5px;
  left: -110px;
  width: 100px;
  height: 100px;
  display: block;
}
ul.withIcon li .text {
  position: relative;
}
ul.withIcon li .text h3 {
  margin: 0;
}
#overvalues_page .head {
  margin-top: 0;
}
#overvalues_page .card_wrapper {
  padding: 15px;
}
#vision_page {
  position: relative;
  display: block;
  width: 100%;
  background: #101010;
  padding: 40px 20px;
}
#vision_page .head h3 {
  color: #fff;
}
#vision_page .head p {
  color: #fff;
}
#vision_page .content p {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
}
#vision_page .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/vision.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.33333333%;
}

#process {
  position: relative;
  display: block;
  min-height: 1px;
  width: 100%;
  overflow: hidden;
  /* background: url('../img/pattern-background-with-symmetrical-arabic-islamic-6054-6054.jpg'); */
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  padding: 50px 0px;
}
#process::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(89, 151, 191, 0.98);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#process .wrapper {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
#process .wrapper .icon_wrapper {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 20px;
  text-align: center;
}
#process .wrapper .icon_wrapper span {
  position: absolute;
  background: #ffffff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 1.5px;
  color: #2d323e;
  font-weight: 800;
  font-size: 14px;
}
#process .wrapper .icon {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-top: 20px;
}
#process .wrapper .icon img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
#process .wrapper .content {
  position: relative;
  display: block;
  margin-top: 30px;
}
#process .wrapper .content h3 {
  position: relative;
  display: block;
  font-family: roboto;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}
#process .wrapper .content p {
  position: relative;
  display: block;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
#process .arrow {
  position: absolute;
  display: block;
  right: -40px;
  top: 84px;
  transform: rotate(40deg);
}
#process .arrow img {
  position: relative;
  display: block;
  height: auto;
  width: 64px;
}
#notes p {
  margin-top: 5px;
  display: block;
  color: #6d6d6d;
  font-size: 13.5px;
}
#special_notes ul.withIcon li .icon {
  background: #fff;
  width: 20px;
  height: 20px;
  top: 13px;
  left: -39px;
  border-radius: 50%;
  border: 3px solid #f16550;
}
ul.withIcon li .text h3 {
  margin-bottom: 8px;
  color: #484848;
}
ul.withIcon li .text p {
  color: #6d6d6d;
}
#cta_admission {
  position: relative;
  display: block;
  width: 100%;
  /* background: url('../img/pattern-background-with-symmetrical-arabic-islamic-6054-6054.jpg'); */
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 100px;
  padding-top: 100px;
}
#cta_admission::before {
  content: "";
  position: absolute;
  display: block;
  background: rgb(24 138 217);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#cta_admission .content {
  position: relative;
  text-align: center;
  margin-top: 60px;
  z-index: 1;
  padding: 0 15px;
}
#cta_admission .content h3 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 4px;
  color: #fff;
}
#cta_admission .content p {
  font-size: 17px;
  color: #fff;
  margin-top: 23px;
}
#curriculum_page .col-sm-4 {
  padding: 15px !important;
}
#curriculum_page .card .content {
  padding: 20px;
  min-height: 200px;
}
#curriculum_page .card .content .title {
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}
#curriculum_page .card .content p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
}
#curriculum_page .card.card-1 {
  background: #e4bf3d;
}
#curriculum_page .card.card-2 {
  background: #d65340;
}
#curriculum_page .card.card-3 {
  background: #478bb7;
}
#curriculum_page ul.withIcon li .icon {
  background: #fff;
  width: 10px;
  height: 23px;
  top: 9px;
  left: -34px;
  border: 3px solid #f16550;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
#curriculum_page ul.withIcon li h3 {
  font-size: 18px;
}
#play_benifit .col-sm-4 {
  padding: 15px !important;
}
#play_benifit .card {
  padding: 15px !important;
  background: #69b2e2;
  border-radius: 8px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);
}
#play_benifit .card.center {
  width: calc(33.33333333% - 30px);
  position: absolute;
  left: calc(33.33333333% + 15px);
  top: 50%;
  transform: translateY(-50%);
  background: #f16550;
  border: 2px solid #88392d;
}
#play_benifit .card.normal_center {
  display: none;
}
#play_benifit .card.center h3 {
  font-size: 45px;
  text-transform: capitalize;
  color: #ffffff;
}
#play_benifit .card h3 {
  color: #ffffff;
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: capitalize;
}
#play_benifit .card p {
  color: #ffffff;
}
#nav_bubble ul li a {
  color: #3e3848;
}
#faq_page {
  position: relative;
  display: block;
  z-index: 9;
  padding: 0px 20px;
}
#faq_page .row {
  margin-top: 20px;
}
#faq_page .row .question {
  margin-bottom: 12px;
  position: relative;
}
#faq_page .row .question h3 {
  font-size: 25px;
  color: #555;
  font-weight: 300;
}
#faq_page .row .answer p {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  line-height: 1.35em;
}
#banner.small .search_bar {
  margin-top: 25px;
}
#banner.small .search_bar .input {
  border: 1px solid;
  padding: 12px;
}
#banner.small .search_bar .button {
  position: absolute;
  top: -1px;
  right: 9px;
  height: calc(100% + 1px);
  z-index: 3;
}
.button.blue {
  background: #2196f3;
}
#footer .content h2 a {
  color: #d2d2d2;
}

#faq_page .row .question {
  padding-left: 40px;
}

#faq_page .row .question::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/minus-sign.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

#faq_page .row .question[aria-expanded="true"]::after {
  background-image: url("../img/plus-symbol.svg");
}

#faq_page .row .answer {
  padding-left: 40px;
}

.card.notify {
  padding: 12px;
  background: #5a9dca;
}

.card.notify h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* features */
#features {
  position: relative;
  display: block;
  min-height: 350px;
  width: 100%;
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .head {
  position: relative;
  display: block;
  padding: 0;
  padding-right: 20px;
  margin-top: 50px;
  border-right: 1px solid #ffffff52;
}

#features .head h1 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

#features .head h1 .bold {
  font-weight: 300;
}

#features .head p {
  position: relative;
  display: block;
  font-size: 15px;
  color: #ffffffcc;
  line-height: 15px;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.7em;
}

#features .button_pane {
  margin-top: 20px;
}

#features .button_pane .button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
}

#features .header {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
  border-right: 1px solid #ffffff5e;
  padding: 10px;
}

#features .header .icon {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: urL(../img/icon/smartphone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
}

#features .head h1 .boxed_letter {
  position: relative;
  display: inline-block;
  padding: 7px;
  color: #5c5c5c;
}

#features .head h1 .boxed_letter::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  border: 1px solid #5c5c5c;
}

#features .head.lined {
  border: none;
}

#features .head.lined span {
  opacity: 0;
}

#features .head.lined::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  height: 1px;
  width: calc(100% - 1px);
  left: 0;
  background: #5c5c5c;
}

#features .header p {
  color: #ffffffcc;
  font-size: 15px;
  font-weight: 300;
}

#arbor {
  margin-top: 100px;
}

#arbor .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: url("../img/22110345_6585185.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

#arbor .gutter {
  padding: 20px;
}

#arbor .text {
  position: relative;
  display: BLOCK;
}

#arbor .text p {
  font-size: 14px;
  font-family: open sans;
  color: #4e4e4e;
}

#arbor .text h2 {
  font-size: 27px;
  color: #223b48;
  word-spacing: 7px;
  letter-spacing: 3px;
  position: relative;
  padding: 0px 32px;
  display: inline-block;
}

#arbor .text h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icons/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg) skew(-10deg);
  opacity: 0.5;
}

#arbor .text h2::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  transform: rotate(180deg);
}

#arbor .text .anchor {
  background: none;
  color: #797979;
  font-size: 16px;
  text-transform: capitalize;
  border: 0;
  box-shadow: none;
  float: right;
  display: block;
  width: auto;
  position: relative;
}

#arbor .text .anchor::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #797979;
  position: absolute;
  top: 15px;
  right: 105%;
}

#arbor .text .infobox_big .icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  opacity: 0.8;
}

#arbor .text .infobox_big .title {
  color: #4e4e4e;
  font-weight: 600;
  font-family: open sans;
  font-size: 14px;
  text-transform: capitalize;
}

#arbor .text .infobox_big .excerpt {
  color: #757575;
  font-weight: 400;
}

.contact-us .infobox_big .item .excerpt {
  font-size: 15px;
}

.philosophy_bg {
  width: 33.333%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

#founder {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

#founder .head {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 15px;
}

#founder .head h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

#founder .head p {
  margin-bottom: 38px;
  font-size: 15px;
  color: #474747;
  font-weight: 400;
  line-height: 1.8em;
}

#founder .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: url("../img/harshit.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}

#founder .name {
  font-size: 35px;
  font-weight: 600;
}

#founder .contact {
  font-size: 22px;
}

#testimonials {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0px;
}

#testimonials .item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}
