/*:root{
    --primary-color: #f4c613;
    --dark-gray: #212226;
    --light-gray: #f4f4f4;
    --white: #fff;
    --black: #000;
}*/
/*mixins*/
*, *::after, *::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  color: #212226; }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 24px; }

section {
  background-color: #fff;
  overflow: hidden; }

/*pre loader*/
#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  #preloader #status {
    background-image: url(../img/preloader/Eclipse-0.9s-200px.svg);
    background-repeat: no-repeat;
    width: 20rem;
    height: 20rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center; }

.navbar {
  padding: 3.5rem 0 2rem 0;
  transition: all 300ms ease-in-out; }

.site-nav-wrapper {
  padding: 0 8.5rem; }

.navbar-brand {
  padding: 1.3rem 1.5rem; }

ul.navbar-nav > li > a {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }
  ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
    background: none;
    color: #f4c613; }

.white-nav-top {
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 8px 6px -9px #999;
  z-index: 2; }
  .white-nav-top ul.navbar-nav > li > a {
    color: #212226; }
    .white-nav-top ul.navbar-nav > li > a:hover, .white-nav-top ul.navbar-nav > li > a:focus {
      background: none;
      color: #f4c613; }
  .white-nav-top ul.navbar-nav > li.active > a {
    color: #f4c613;
    font-weight: 500; }

/*home*/
#home {
  background: none;
  height: 100vh;
  position: relative;
  width: 100%; }

#home-content {
  height: 100%;
  position: relative;
  width: 100%; }

#home-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#home-heading h1 {
  color: #fff;
  font-size: 6.5rem;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block; }
  #home-heading h1 span {
    color: #f4c613;
    font-weight: 500; }

#home-text p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 100;
  margin: .8rem 0 3rem 0; }

#home-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  background: url(../video/poster.jpg) no-repeat;
  background-size: cover; }

#overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1; }

/*home btn*/
.btn-home {
  color: #fff;
  border: 1px solid #fff; }
  .btn-home:hover, .btn-home:focus {
    color: #fff;
    background-color: #f4c613;
    border: 1px solid #f4c613; }

.btn-general {
  font-family: "Ralwat", sans-serif;
  border-radius: 28px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 1.2rem 4.6rem;
  transition: all .5s; }

/*arrow down*/
#arrow-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #fff;
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
  animation: arrow-down 1s ease-in-out infinite; }
  #arrow-down:hover, #arrow-down:focus {
    color: #f4c613;
    animation: none; }

/*about*/
.content-box-lg {
  padding: 12rem 0; }

.vertical-heading h5 {
  color: #f4c613;
  font-size: 1.4rem;
  text-transform: uppercase;
  word-spacing: 9px;
  font-weight: 500;
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  top: 60px;
  left: -62px; }

.vertical-heading h2 {
  margin: 0 0 0 3.5rem;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 45px; }

#about-right p:first-child {
  margin: 0 0 3rem; }

#about-bottom {
  margin: 6rem; }
  #about-bottom img {
    margin: 0 auto; }

#about-02 {
  background-color: #f4f4f4; }

.content-box-md {
  padding: 10rem 0; }

.about-item {
  background-color: #fff;
  padding: 8rem 3rem;
  box-shadow: 0 0 30rem rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out; }
  .about-item > * {
    transition: all 300ms ease-in-out; }
  .about-item i {
    font-size: 4.2rem; }
  .about-item h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
  .about-item hr {
    width: 4.5rem;
    height: 3px;
    background-color: #f4c613;
    margin: 0 auto;
    border: none; }
  .about-item p {
    margin-top: 2rem; }
  .about-item:hover {
    background-color: #f4c613; }
    .about-item:hover i, .about-item:hover p, .about-item:hover h3 {
      color: #fff; }
    .about-item:hover hr {
      background-color: #fff; }
    .about-item:hover i {
      transform: translateY(-3rem); }

#team-left .vertical-heading {
  min-height: 16rem; }

.team-member {
  margin: 8px;
  position: relative;
  z-index: 1; }
  .team-member .team-member-overlay {
    background-color: rgba(33, 34, 38, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 300ms linear; }
    .team-member .team-member-overlay .team-member-info {
      width: 100%;
      height: 100%;
      padding: 8rem 0; }
      .team-member .team-member-overlay .team-member-info h6 {
        color: #f4c613;
        font-size: 1.6rem; }
      .team-member .team-member-overlay .team-member-info p {
        color: #fff; }
  .team-member:hover .team-member-overlay {
    opacity: 1; }

ul.social-list {
  margin-top: 2rem; }
  ul.social-list li {
    display: inline-block; }
    ul.social-list li a {
      border: 1px solid #fff;
      width: 3.5rem;
      height: 3.5rem;
      display: inline-block;
      line-height: 3.5rem;
      color: #fff;
      border-radius: 50%;
      transition: all 400ms linear; }
    ul.social-list li:nth-child(1) a:hover {
      background-color: #3b5998;
      border-color: transparent; }
    ul.social-list li:nth-child(2) a:hover {
      background-color: #00aced;
      border-color: transparent; }
    ul.social-list li:nth-child(3) a:hover {
      background-color: #dd4b39;
      border-color: transparent; }

.owl-theme .owl-nav [class*=owl-], .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #212226;
  background: none;
  font-size: 4rem; }
  .owl-theme .owl-nav [class*=owl-]:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
    background: none;
    color: #212226; }

.progress {
  height: 1.7rem;
  font-size: 1.5rem;
  overflow: visible;
  border-radius: 0;
  background-color: #efefef; }
  .progress-bar {
    background-color: #f4c613;
    position: relative; }
    .progress-bar span {
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      background-color: #212226;
      padding: 3px;
      position: absolute;
      left: 97%;
      top: -47px; }
      .progress-bar span::before {
        content: "";
        border-top: 8px solid #212226;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        bottom: -8px;
        left: 23%; }

.skill {
  margin-bottom: 2rem; }
  .skill h4 {
    line-height: 6.2rem;
    font-weight: normal; }

#statement {
  background: url(../img/tech/tech-statement.jpg) no-repeat fixed center;
  background-size: cover; }
  #statement .content-box-lg {
    background: rgba(0, 0, 0, 0.2); }
  #statement h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 45px; }
  #statement p {
    font-size: 1.4rem;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px; }

#services-01 img {
  margin: 6rem 0; }

#services .service {
  margin: 3.5rem 0; }
  #services .service .icon {
    font-size: 4.2rem;
    transition: all 400ms linear; }
  #services .service:hover .icon {
    color: #f4c613;
    transform: translateX(-2rem); }
  #services .service:hover h5 {
    color: #212226; }
  #services .service h5 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #f4c613;
    margin: 0 0 6px; }
  #services .service h4 {
    resize: 2.4rem;
    margin: 0 0 8px; }
  #services .service p {
    line-height: normal; }

#services-02 {
  background-color: #f4f4f4; }
  #services-02 ul {
    margin-bottom: 4rem; }
    #services-02 ul li {
      padding: .5rem 3rem; }
      #services-02 ul li a {
        font-family: "Ralewat", sans-serif;
        font-size: 1.3rem;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none; }
      #services-02 ul li.r-tabs-tab.r-tabs-state-active a {
        color: #f4c613;
        font-weight: 700;
        border-bottom: 3px solid #f4c613;
        padding-bottom: 5px;
        transition: border-color 300ms linear; }

.service-tab .row {
  display: flex; }
  .service-tab .row .col-md-6 > div {
    height: 100%; }

.service-tab .col-md-6 {
  padding: 0; }

.service-tab img {
  margin: 0 auto; }

.service-tab .tab-bg {
  background: #fff;
  padding: 5.9rem 3rem; }

.service-tab h2 {
  color: #bbb;
  font-size: 4.8rem;
  margin-bottom: 2rem;
  font-weight: 100; }

.service-tab h3 {
  font-size: 3.2rem;
  margin-bottom: 4rem; }

.service-tab p {
  line-height: 24px;
  margin-bottom: 3rem; }

.btn-yellow {
  color: #fff;
  border: 1px solid #f4c613;
  background-color: #f4c613; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #212226;
    border: 1px solid #212226;
    color: #fff; }

.horizontal-heading {
  margin-bottom: 6rem; }
  .horizontal-heading h5 {
    font-size: 1.6rem;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem; }
  .horizontal-heading h2 {
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 45px; }

#portfolio {
  padding-bottom: 18rem; }
  #portfolio .vertical-heading {
    margin-bottom: 5rem; }
  #portfolio .row.no-gutter [class*=col-] {
    padding: 0; }
  #portfolio #isotope-filters {
    margin-bottom: 10px;
    padding: 2rem 2.5rem 2rem 0; }
    #portfolio #isotope-filters .active {
      color: #f4c613; }
      #portfolio #isotope-filters .active span {
        border-bottom: 3px solid #f4c613; }
    #portfolio #isotope-filters button {
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      box-shadow: none;
      background: transparent;
      text-transform: uppercase;
      font-weight: 700;
      padding-right: 3.5rem; }
      #portfolio #isotope-filters button span {
        display: block;
        padding-bottom: 5px;
        transition: border-color 300ms ease-in-out; }

.portfolio-item {
  overflow: hidden;
  position: relative; }
  .portfolio-item img {
    transition: all 400ms ease-in-out; }
  .portfolio-item:hover img {
    transform: scale(1.2); }
  .portfolio-item:hover .portfolio-item-overlay {
    opacity: 1; }
  .portfolio-item:hover .portfolio-item-details h3 {
    transform: translateY(0); }
  .portfolio-item:hover .portfolio-item-details p {
    transform: translateY(0); }
  .portfolio-item:hover .portfolio-item-details span {
    height: 0; }

.portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: zoom-in;
  transition: all 300ms linear;
  opacity: 0; }
  .portfolio-item-overlay .portfolio-item-details {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .portfolio-item-overlay .portfolio-item-details h3 {
      color: #f4c613;
      text-transform: uppercase;
      font-size: 3rem;
      transform: translateY(-20%);
      transition: all 300ms linear; }
    .portfolio-item-overlay .portfolio-item-details span {
      display: inline-block;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      width: 3rem;
      margin: 1.1px auto 5px;
      height: 6px;
      transition: all 450ms linear; }
    .portfolio-item-overlay .portfolio-item-details p {
      font-size: 1.2rem;
      color: #fff;
      text-transform: uppercase;
      transform: translateY(20%);
      transition: all 300ms linear; }

#testimonials {
  background: #f4f4f4;
  padding-bottom: 4.5rem;
  overflow: visible; }
  #testimonials .vertical-heading {
    padding: 8rem 0;
    margin-bottom: 5rem; }

#testimonial-slider {
  background: #f4c613;
  top: -12rem; }

.testimonial {
  padding: 2rem 4.5rem 0;
  color: #fff; }
  .testimonial .row {
    margin-bottom: 2.5rem; }
  .testimonial h3 {
    font-size: 3.2rem;
    line-height: 35px; }
  .testimonial .stars {
    font-size: 2rem;
    margin: 2rem 0 1rem 0; }
  .testimonial p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 2rem; }
  .testimonial img {
    border-radius: 50%; }
  .testimonial .author-name-des {
    width: 10.6rem;
    margin-top: 2.5rem;
    text-align: left; }
    .testimonial .author-name-des p {
      margin: 0; }

.pricing-table {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  padding: 3.2rem 2.1rem;
  transition: all 400ms linear; }
  .pricing-table .type h4 {
    color: #f4c613;
    font-size: 2.4rem;
    margin-bottom: 2.5rem; }
  .pricing-table .price {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 2.4rem 0; }
    .pricing-table .price h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 4.2rem;
      font-weight: 100;
      margin: 0 0 0 2.4rem;
      position: relative; }
      .pricing-table .price h2 span {
        font-family: "Raleway", sans-serif; }
        .pricing-table .price h2 span.dollar {
          font-size: 1.8rem;
          font-weight: 100;
          position: absolute;
          left: -20px;
          top: 5px; }
        .pricing-table .price h2 span.month {
          font-size: 1.1rem;
          font-weight: 400;
          position: absolute;
          bottom: -12px;
          left: 5px; }
    .pricing-table .price p {
      line-height: normal;
      font-weight: 200; }
  .pricing-table ul.package {
    padding: 2rem 0; }
    .pricing-table ul.package li {
      font-family: "Open Sans", sans-serif;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 40px; }
      .pricing-table ul.package li i {
        width: 2.4rem; }
  .pricing-table .btn-yellow, .pricing-table .btn-white {
    width: 96%; }
  .pricing-table:hover {
    background-color: #f4c613; }
    .pricing-table:hover h4, .pricing-table:hover h2, .pricing-table:hover p, .pricing-table:hover ul.package {
      color: #fff; }
    .pricing-table:hover .btn-yellow {
      color: #212226;
      background-color: #fff;
      border: 1px solid #fff; }
      .pricing-table:hover .btn-yellow:hover {
        color: #fff;
        background-color: #212226;
        border: 1px solid #212226; }
  .pricing-table.black {
    background-color: #212226;
    color: #fff; }
    .pricing-table.black .type h4 {
      color: #fff; }
    .pricing-table.black:hover {
      background-color: #f4c613; }

.btn-white {
  color: #212226;
  border: 1px solid #fff;
  background-color: #fff; }
  .btn-white:hover, .btn-white:focus {
    color: #fff;
    border: 1px solid #212226;
    background-color: #212226; }

#stats {
  background: url(../img/stats/stats-bg.jpg) no-repeat fixed center;
  background-size: cover; }
  #stats .content-box-md {
    background: rgba(0, 0, 0, 0.8); }
  #stats .vertical-heading {
    margin-bottom: 5rem; }
    #stats .vertical-heading h2 {
      color: #fff; }
  #stats .stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 2.5rem 5rem;
    transition: all 400ms linear; }
    #stats .stats-item i {
      color: #f4c613;
      font-size: 4.2rem;
      margin: 0 0 6px 0;
      transition: all 400ms linear; }
    #stats .stats-item h3 {
      font-size: 3.2rem;
      color: #fff;
      margin: 5px 0; }
    #stats .stats-item p {
      color: #fff; }
    #stats .stats-item:hover {
      background-color: #f4c613; }
      #stats .stats-item:hover i {
        color: #212226;
        transform: translateY(-2rem); }

.content-box-sm {
  padding: 9rem 0; }

#clients .horizontal-heading {
  margin-bottom: 3rem; }

#clients-list {
  padding: 4.5rem 0 0 0; }

#clients .client {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 15rem; }
  #clients .client img {
    display: inline-block !important; }

#blog {
  background: #f4f4f4; }
  #blog-left p {
    margin: 2.5rem 0; }
  #blog-btn a {
    margin: 0; }

.blog-post {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px; }
  .blog-post h4 {
    line-height: 40px;
    margin: 0; }
  .blog-post > p {
    line-height: 24px;
    margin: 0;
    font-weight: 300; }
  .blog-post a {
    display: inline-block;
    margin-top: 2.5rem;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #f4c613;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 400ms linear; }
    .blog-post a:hover {
      color: #212226; }
  .blog-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 3rem;
    padding-top: 1rem; }
    .blog-post .post-meta p {
      font-size: 11px;
      font-family: "Raleway", sans-serif;
      line-height: 24px;
      font-weight: 500; }

#contact-left p {
  margin: 2.5rem 0 2rem; }

#contact-left ul.office-details li {
  font-family: "Raleway", sans-serif;
  margin-top: 1.3rem;
  display: inline-flex; }
  #contact-left ul.office-details li i {
    font-size: 2rem;
    width: 4.5rem; }

#contact-left ul.social-list li a {
  color: #212226;
  border: 1px solid #212226;
  text-align-last: center; }
  #contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent; }

#contact-right {
  padding: 2.5rem 3rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  #contact-right h4 {
    font-size: 2.4rem; }
  #contact-right p {
    margin-bottom: 2.5rem; }
  #contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    line-height: 24px; }
  #contact-right form textarea.form-control {
    min-height: 16.4rem; }

#map {
  height: 600px; }

footer {
  background-color: #212226;
  padding: 3rem; }
  footer p {
    color: #fff;
    line-height: 20px; }
    footer p span {
      color: #f4c613; }

@keyframes arrow-down {
  from {
    opacity: 0;
    bottom: 40px; }
  to {
    opacity: 1;
    bottom: 20px; } }
