@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Nunito:400,600,700");
/* Variables
=================================*/
/* Default CSS
=================================*/
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #677294;
  overflow-x: hidden !important; }

p {
  color: #898a98;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.44em; }

p.green {
  margin: 10px;
  border: 1px solid green;
  padding: 10px;
  background: #0080000f;
  color: green; }

p.red {
  margin: 10px;
  border: 1px solid red;
  padding: 10px;
  color: red; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181a31;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 500; }

a {
  font-family: "Montserrat", sans-serif; }

a,
a:hover,
a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.container {
  padding: 0px; }

.section-padding {
  padding: 80px 0; }

h2.section-heading-title {
  color: #3B7EC1;
  font-size: 13px;
  line-height: 1.231em;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

h3.section-heading-title-2 {
  color: #181a31;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.23em;
  padding: 15px 0; }

p.section-heading-desc {
  position: relative;
  font-family: "Montserrat", Sans-serif;
  padding-left: 55px;
  margin-bottom: 60px;
  font-size: 16px; }
  p.section-heading-desc::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #3B7EC1;
    top: 10px;
    left: 0; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.header_app {
  position: relative;
  z-index: 9; }

/*.page-heading {
    position: relative;
    z-index: 1;
    background-image: url('../images/header-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    .page-content {
        padding: 200px 0 120px;
        position: relative;
        z-index: 99;
            h2 {
            font-size: 50px;
            color: $white;
        }
        p {
            font-size: 1.135em;
            color: $white;
        }
    }
    
}*/
.p-l {
  padding-left: 15px; }

.p-r {
  padding-right: 15px; }

.m-l {
  margin-left: 15px; }

.m-r {
  margin-right: 15px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.social_iocns i:before {
  font-weight: 700;
  font-size: 18px !important; }

.btn-gradient {
  background: linear-gradient(90deg, rgba(230, 59, 18, 0.7707457983) 0%, rgba(227, 9, 19, 0.3225665266) 100%);
  border: none;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
  color: #ffffff; }
  .btn-gradient:hover {
    color: #ffffff;
    cursor: pointer; }

/* Scroll To Top
=================================*/
a#scrollUp {
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, rgba(230, 59, 18, 0.7707457983) 0%, rgba(227, 9, 19, 0.3225665266) 100%);
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 100%; }

a#scrollUp:hover {
  background-color: #3B7EC1;
  color: #ffffff; }

/* App Header
=================================*/
.header_app {
  position: relative;
  z-index: 9;
  height: 0; }
  .header_app .is-sticky .header-top {
    background: rgba(0, 0, 0, 0.8); }
    .header_app .is-sticky .header-top .ls_nav nav a.navbar-brand img {
      transition: all 0.3s ease-in-out; }
  .header_app .header-top {
    /*transition: $t_3s;*/ }
    .header_app .header-top .ls_nav {
      transition: all 0.3s ease-in-out; }
      .header_app .header-top .ls_nav nav {
        padding-left: 0;
        padding-right: 0; }
        .header_app .header-top .ls_nav nav a.navbar-brand img {
          width: 80%;
          transition: all 0.3s ease-in-out; }
        .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu {
          border: 1px solid transparent;
          border-radius: 5px;
          display: inline-grid;
          padding: 13px 8px;
          background: transparent;
          border: 1px solid #ffffff;
          cursor: pointer; }
          .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu:hover .line_2,
          .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu:hover .line_3 {
            width: 28px; }
          .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu span {
            padding: 1px 0px;
            width: 28px;
            background: #ffffff;
            margin-bottom: 7px; }
            .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu span:last-child {
              margin-bottom: 0; }
          .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu .line_2 {
            width: 15px;
            transition: all 0.3s ease-in-out; }
          .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu .line_3 {
            width: 20px;
            transition: all 0.3s ease-in-out; }

/* Hero Content
=================================*/
.intro-wrapper {
  position: relative;
  height: 690px;
  overflow: hidden; }
  .intro-wrapper .bg-video {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-width: 100%; }
  .intro-wrapper .svg-shape {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    line-height: 0;
    direction: ltr; }
    .intro-wrapper .svg-shape svg {
      display: block;
      width: calc(150% + 1.3px);
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .intro-wrapper .svg-shape svg:not(:root) {
      overflow: hidden; }
    .intro-wrapper .svg-shape path.svg-shape-fill {
      fill: #ffffff;
      transform-origin: center;
      transform: rotateY(0deg); }
  .intro-wrapper .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .intro-wrapper .hero-content h2.element-heading {
      color: #ffffff;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1.231em;
      letter-spacing: 1.5px; }
    .intro-wrapper .hero-content p {
      color: #ffffff;
      font-family: "Montserrat", Sans-serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 1.225em; }
    .intro-wrapper .hero-content .small-desc {
      color: #f5f5f5;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.44em; }

/* Sidebar Menu Style
=================================*/
.sidebar_menu {
  position: relative; }
  .sidebar_menu .navbar-nav li a {
    padding: 10px 0px 10px 15px; }
  .sidebar_menu .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    transform: translate3d(0%, 0, 0); }
  .sidebar_menu .modal.right.fade.show .modal-dialog {
    right: 0;
    transition: all 0.3s ease-in-out; }
  .sidebar_menu .modal.right.fade .modal-dialog {
    right: -350px;
    transition: all 0.3s ease-in-out; }
  .sidebar_menu .modal-header {
    display: inline;
    padding: 0;
    border: none; }
  .sidebar_menu .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background: #f3f3f3; }
  .sidebar_menu .modal.right .modal-body {
    padding: 0; }
  .sidebar_menu .modal-body .bar-top {
    padding: 0px 50px 20px;
    border-top: 1px solid #EBEBEB; }
  .sidebar_menu .modal-header .close {
    color: #313131;
    margin: 30px 30px 30px 0px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1; }
    .sidebar_menu .modal-header .close i:before {
      margin: 0;
      font-size: 35px;
      line-height: 48px; }
    .sidebar_menu .modal-header .close:hover {
      opacity: 1; }
  .sidebar_menu button:focus {
    outline: 0px; }
  .sidebar_menu .modal-header img {
    width: 50px;
    height: auto;
    padding: 0px;
    margin: 30px 0 30px 50px; }
  .sidebar_menu .modal-body {
    position: relative;
        /*.bar-contact {
            padding: 20px 50px;

            span {
                display: inherit;
                color: $primary;
                line-height: 30px;
                font-weight: 400;
            }
        }*/ }
    .sidebar_menu .modal-body ul {
      padding-top: 10px; }
    .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.modal-navitem {
      width: 250px;
      padding: 5px 0; }
      .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.modal-navitem a {
        font-size: 16px;
        color: #677294;
        line-height: 30px;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
        font-family: "Nunito", sans-serif; }
        .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.modal-navitem a:hover {
          color: #3B7EC1; }
    .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu {
      position: relative; }
      .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 50px;
        background: #ffffff;
        transition: all 0.3s ease-in-out; }
        .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu .sub-menu ul {
          padding-top: 0; }
          .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu .sub-menu ul li a {
            font-size: 16px;
            display: block;
            padding: 10px 30px; }
            .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu .sub-menu ul li a:hover {
              background: #EBEBEB; }
      .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.has-sub-menu:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        top: 40px; }
    .sidebar_menu .modal-body .bar-nav ul.modal-navbar li.active a {
      color: #3B7EC1; }
    .sidebar_menu .modal-body .bar-icon {
      position: absolute;
      width: 100%;
      bottom: 0;
      border-top: 1px solid #EBEBEB; }
      .sidebar_menu .modal-body .bar-icon h2 {
        color: #677294;
        font-size: 30px; }
      .sidebar_menu .modal-body .bar-icon .social_iocns {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        padding: 25px 60px; }
        .sidebar_menu .modal-body .bar-icon .social_iocns li {
          position: relative;
          margin: 0 18px; }
          .sidebar_menu .modal-body .bar-icon .social_iocns li a:after {
            position: absolute;
            content: "";
            width: 34px;
            height: 34px;
            top: 50%;
            left: 50%;
            color: #181a31;
            border-radius: 50%;
            border: 1px solid #677294;
            background: #f3f3f3;
            transition: all 0.3s ease-in-out;
            transform: translate(-50%, -50%);
            z-index: 0; }
          .sidebar_menu .modal-body .bar-icon .social_iocns li a:hover {
            background: #3B7EC1;
            color: #ffffff;
            transition: all 0.3s ease-in-out; }
            .sidebar_menu .modal-body .bar-icon .social_iocns li a:hover:after {
              border: 1px solid #3B7EC1; }
            .sidebar_menu .modal-body .bar-icon .social_iocns li a:hover i:before {
              margin: 0;
              color: #3B7EC1;
              font-size: 14px; }
          .sidebar_menu .modal-body .bar-icon .social_iocns li a i {
            position: relative;
            z-index: 1; }
            .sidebar_menu .modal-body .bar-icon .social_iocns li a i:before {
              margin: 0;
              color: #677294;
              font-size: 14px !important;
              transition: all 0.3s ease-in-out; }

/* Services
=================================*/
.services i {
  font-size: 3em; }
.services h2.element-heading {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22em; }
  .services h2.element-heading a {
    color: #181a31; }
.services p.desc {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43em;
  margin-bottom: 0; }
.services .single-service {
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: all 0.3s ease-in-out; }
  .services .single-service:hover {
    cursor: default;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    color: #3B7EC1; }
    .services .single-service:hover h2.element-heading a {
      color: #3B7EC1; }

/* About Us
=================================*/
.about-us {
  background-color: rgba(247, 247, 247, 0.39); }
  .about-us p.section-heading-desc {
    margin-bottom: 40px; }
  .about-us figure img {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05); }
  .about-us .btn-gradient {
    margin-left: 55px; }

/* Our Process
=================================*/
.our-process .single-process {
  cursor: default;
  padding: 0 10px;
  position: relative;
  text-align: center; }
  .our-process .single-process::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 75px;
    left: 0;
    background: #181a31;
    z-index: 9; }
  .our-process .single-process:hover i, .our-process .single-process:hover h3 {
    color: #3B7EC1 !important; }
  .our-process .single-process:hover .process-box {
    border: 1px solid #3B7EC1; }
  .our-process .single-process .process-box {
    position: relative;
    z-index: 99;
    max-width: 150px;
    max-height: 150px;
    background: #ffffff;
    border: 1px solid #898a98;
    border-radius: 15px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out; }
    .our-process .single-process .process-box i {
      font-size: 2em;
      line-height: 150px;
      transition: all 0.3s ease-in-out;
      color: #181a31; }
  .our-process .single-process p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 11px;
    letter-spacing: 1px;
    padding: 10px; }
  .our-process .single-process .title {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16px;
    color: #181a31;
    transition: all 0.3s ease-in-out; }
.our-process .process-desc .single-process-desc h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #181a31; }
.our-process .process-desc .single-process-desc p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 11px;
  letter-spacing: 1px;
  padding: 10px;
  padding-left: 0; }

/* FAQ
=================================*/
.faq {
  background-color: rgba(247, 247, 247, 0.39); }
  .faq .accordion .single-accordion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden; }
  .faq .accordion .single-accordion:last-child {
    margin-bottom: 0; }
  .faq .accordion .accordion-title {
    cursor: pointer;
    padding: 20px 30px;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0.8px; }
  .faq .accordion .accordion-content {
    padding: 0 30px 20px 30px; }
    .faq .accordion .accordion-content p {
      letter-spacing: 0.8px;
      font-size: 16px; }
  .faq .accordion-title {
    cursor: pointer;
    position: relative; }
  .faq .accordion-title:after {
    color: #3B7EC1;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.3s ease-in-out; }
  .faq .accordion-title.active:after {
    transform: translateY(-50%) rotate(0deg); }
  .faq .accordion-content {
    display: none; }
  .faq .accordion-content.in {
    display: block; }

/* Get An Estimate
=================================*/
.estimate .contactform .form-group {
  border-radius: 30px;
  position: relative;
  margin-bottom: 20px; }
  .estimate .contactform .form-group .form-input {
    width: 100%;
    color: #898a98;
    background: none;
    border: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease-in-out; }
    .estimate .contactform .form-group .form-input::placeholder {
      color: #898a98; }
    .estimate .contactform .form-group .form-input:focus {
      border-color: #3B7EC1; }
      .estimate .contactform .form-group .form-input:focus::placeholder {
        color: #3B7EC1; }
.estimate .contactform .form-group.phone,
.estimate .contactform .form-group.option {
  width: 49% !important;
  display: inline-block !important; }
.estimate .contactform .form-group.option {
  float: right; }
  .estimate .contactform .form-group.option select {
    width: 100%;
    color: #898a98;
    background: none;
    border: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease-in-out; }
    .estimate .contactform .form-group.option select option {
      /*background: red !important;*/ }
    .estimate .contactform .form-group.option select:focus option:checked {
      background: #f1f1f1 !important; }
  .estimate .contactform .form-group.option::after {
    color: #3B7EC1;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.3s ease-in-out; }
.estimate .contactform .btn-gradient {
  outline: none;
  margin-top: 20px; }

/* Team Area
=================================*/
.team {
  background: rgba(247, 247, 247, 0.39); }
  .team .team-area .single-team {
    border: 1px solid #F1F3F7;
    border-radius: 30px;
    transition: all 0.3s ease-in-out; }
    .team .team-area .single-team:hover {
      cursor: default;
      box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05); }
      .team .team-area .single-team:hover .name,
      .team .team-area .single-team:hover .position {
        color: #3B7EC1; }
    .team .team-area .single-team .team-content {
      padding: 20px; }
      .team .team-area .single-team .team-content .name {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.25em;
        letter-spacing: 0.8px;
        transition: all 0.3s ease-in-out; }
      .team .team-area .single-team .team-content .position {
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out; }

/* Footer
=================================*/
.footer-area {
  background-image: linear-gradient(to right top, #101132, #0f102c, #0f0e25, #0d0d1f, #0b0b19); }
  .footer-area .footer-top {
    padding: 80px 0 40px 0; }
    .footer-area .footer-top h2 {
      color: #677294;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.25em;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding-bottom: 30px; }
    .footer-area .footer-top .contact-us {
            /*.addresses {
                address {
                    p {
                        line-height: 0.50em;
                        i {
                            margin-right: 10px;
                        }
                        a {
                            color: $primary;
                            font-weight: 600;
                            line-height: 1.25em;
                            letter-spacing: 0.8px;
                            
                            &:hover {
                                color: $white;
                            }
                        }
                    }
                }
            }
            .contactform {
                display: flex;
                justify-content: center;
                border: 1px solid $primary;
                border-radius: 30px;
                input {
                    width: 70%;
                    background: none;
                    border: none;
                    color: $white;
                    outline: none;
                    padding: 10px 20px;


                    &::placeholder {
                        color: $primary;
                    }
                }
                button {
                    width: 31%;
                    border-radius: 30px;
                    padding: 10px 0px;
                    color: $white;
                    outline: none;
                }
            }*/ }
      .footer-area .footer-top .contact-us p {
        color: #677294;
        font-size: 16px; }
        .footer-area .footer-top .contact-us p a {
          color: #3B7EC1;
          font-size: 14px; }
      .footer-area .footer-top .contact-us .bar-icon {
        width: 100%; }
        .footer-area .footer-top .contact-us .bar-icon .social_iocns {
          margin-bottom: 20px;
          margin-left: 10px;
          padding: 15px 15px 15px 0; }
          .footer-area .footer-top .contact-us .bar-icon .social_iocns li {
            position: relative;
            margin-right: 35px; }
            .footer-area .footer-top .contact-us .bar-icon .social_iocns li a:after {
              position: absolute;
              content: "";
              width: 34px;
              height: 34px;
              top: 50%;
              left: 50%;
              color: #181a31;
              border-radius: 50%;
              border: 1px solid #677294;
              background: linear-gradient(to right top, #101132, #0f102c, #0f0e25, #0d0d1f, #0b0b19);
              transition: all 0.3s ease-in-out;
              transform: translate(-50%, -50%);
              z-index: 0; }
            .footer-area .footer-top .contact-us .bar-icon .social_iocns li a:hover {
              background: #ffffff;
              color: #ffffff;
              transition: all 0.3s ease-in-out; }
              .footer-area .footer-top .contact-us .bar-icon .social_iocns li a:hover:after {
                border: 1px solid #ffffff; }
              .footer-area .footer-top .contact-us .bar-icon .social_iocns li a:hover i:before {
                margin: 0;
                color: #ffffff;
                font-size: 14px; }
            .footer-area .footer-top .contact-us .bar-icon .social_iocns li a i {
              position: relative;
              z-index: 1; }
              .footer-area .footer-top .contact-us .bar-icon .social_iocns li a i:before {
                margin: 0;
                color: #677294;
                font-size: 14px !important;
                transition: all 0.3s ease-in-out; }
    .footer-area .footer-top .services .dflex {
      display: flex; }
      .footer-area .footer-top .services .dflex ul li {
        padding: 5px 0; }
        .footer-area .footer-top .services .dflex ul li a {
          display: block;
          color: #677294;
          font-size: 16px; }
          .footer-area .footer-top .services .dflex ul li a:hover {
            color: #ffffff; }
      .footer-area .footer-top .services .dflex ul.right {
        margin-left: 30px; }
  .footer-area .footer-bottom {
    padding: 40px 0;
    text-align: center;
    background: #080d25; }
    .footer-area .footer-bottom p {
      margin: 0;
      color: #677294;
      font-size: 16px; }
      .footer-area .footer-bottom p a {
        color: #677294; }
        .footer-area .footer-bottom p a:hover {
          color: #ffffff; }

/* About Page
=================================*/
.about-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  transition: all 0.3s ease-in-out; }
.about-page .about-us .about-us-desc .left {
  width: 50%;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px; }
  .about-page .about-us .about-us-desc .left figure {
    margin: 0; }
.about-page .about-us .about-us-desc .right h3.section-heading-title-2 {
  text-transform: capitalize; }
.about-page .about-us .about-us-desc .right p.section-heading-desc {
  padding-left: 0;
  text-align: justify; }
  .about-page .about-us .about-us-desc .right p.section-heading-desc::before {
    display: none; }
.about-page .about-us .about-us-icons {
  margin-top: 50px; }
  .about-page .about-us .about-us-icons .single-about-icon {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out; }
    .about-page .about-us .about-us-icons .single-about-icon:hover {
      cursor: default; }
      .about-page .about-us .about-us-icons .single-about-icon:hover i {
        color: #3B7EC1; }
    .about-page .about-us .about-us-icons .single-about-icon i {
      font-size: 2em;
      transition: all 0.3s ease-in-out; }
    .about-page .about-us .about-us-icons .single-about-icon .icon-heading {
      color: #181a31;
      font-size: 1.60em;
      font-weight: 400;
      line-height: 1.23em;
      padding: 15px 0; }
    .about-page .about-us .about-us-icons .single-about-icon p {
      font-family: "Montserrat", Sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.43em; }

/* Work Process Page
=================================*/
.work-process-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }

/* Portfolio Page
=================================*/
.portfolio-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.portfolio-page .portfolio-area {
  background: rgba(247, 247, 247, 0.39); }
  .portfolio-page .portfolio-area .mixitup-btn {
    padding: 45px 0 60px 0; }
    .portfolio-page .portfolio-area .mixitup-btn .control {
      color: #677294;
      font-size: 1em;
      background: transparent;
      border: none;
      margin: 0 8px;
      padding: 0 5px 3px 7px;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease-in-out; }
      .portfolio-page .portfolio-area .mixitup-btn .control:hover {
        border-color: #3B7EC1; }
    .portfolio-page .portfolio-area .mixitup-btn .mixitup-control-active {
      border-bottom: 1px solid #3B7EC1; }
    .portfolio-page .portfolio-area .mixitup-btn button:focus {
      outline: none; }
  .portfolio-page .portfolio-area .portfolio-slider .col-md-3 {
    margin: 0;
    padding: 0; }
  .portfolio-page .portfolio-area .portfolio-slider figure {
    margin: 5px;
    overflow: hidden; }
    .portfolio-page .portfolio-area .portfolio-slider figure .p-image {
      position: relative;
      overflow: hidden; }
      .portfolio-page .portfolio-area .portfolio-slider figure .p-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #2d2f33;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
    .portfolio-page .portfolio-area .portfolio-slider figure img {
     position: relative;
     height: 200px;
     width: 100%;
     transition: all 0.3s ease-in-out; }
    .portfolio-page .portfolio-area .portfolio-slider figure figcaption h4 {
      background: linear-gradient(90deg, rgba(230, 59, 18, 0.7707457983) 0%, rgba(227, 9, 19, 0.3225665266) 100%);
      text-align: center;
      padding: 10px;
      font-size: 1em;
      color: #fff;
      cursor: default; }
    .portfolio-page .portfolio-area .portfolio-slider figure figcaption i {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 2em;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .portfolio-page .portfolio-area .portfolio-slider figure:hover .p-image:after {
      opacity: 0.3; }
    .portfolio-page .portfolio-area .portfolio-slider figure:hover i {
      opacity: 1;
      visibility: visible; }
    .portfolio-page .portfolio-area .portfolio-slider figure:hover img {
      transform: scale(1.1); }

/* Career Page
=================================*/
.career-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.career-page .careers h2.element-heading {
  display: block;
  padding: 15px 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.22em;
  color: #181a31; }
.career-page .careers .apply-now {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500; }
.career-page .careers .disabled {
  cursor: not-allowed !important;
  background: rgba(247, 247, 247, 0.39) !important; }
  .career-page .careers .disabled a {
    pointer-events: none; }
    .career-page .careers .disabled a::after {
      display: none; }
.career-page .careers p.desc {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43em; }
.career-page .careers .single-career {
  padding: 45px;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out; }
  .career-page .careers .single-career a {
    position: relative; }
    .career-page .careers .single-career a::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      content: "";
      width: 0px;
      height: 3px;
      background: #3B7EC1;
      transition: all 0.3s ease-in-out; }
  .career-page .careers .single-career:hover {
    cursor: default; }
    .career-page .careers .single-career:hover a::after {
      width: 20px; }

/* Team Page
=================================*/
.team-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.team-page .single-team {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

/* Services Page
=================================*/
.services-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.services-page .single-service {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

/* Contact Page
=================================*/
.contact-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.contact-page .contact-us-info .contact-us-details {
  text-align: center; }
  .contact-page .contact-us-info .contact-us-details i {
    font-size: 3em; }
  .contact-page .contact-us-info .contact-us-details h3 {
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 15px 0; }
  .contact-page .contact-us-info .contact-us-details .bd-office,
  .contact-page .contact-us-info .contact-us-details .uk-office {
    background: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 25px 10px;
    border-radius: 30px; }
    .contact-page .contact-us-info .contact-us-details .bd-office h4,
    .contact-page .contact-us-info .contact-us-details .uk-office h4 {
      padding: 15px 0; }
    .contact-page .contact-us-info .contact-us-details .bd-office p,
    .contact-page .contact-us-info .contact-us-details .uk-office p {
      margin-bottom: 10px; }
      .contact-page .contact-us-info .contact-us-details .bd-office p a,
      .contact-page .contact-us-info .contact-us-details .uk-office p a {
        color: #677294;
        font-weight: 600;
        line-height: 1.25em;
        letter-spacing: 0.8px; }
      .contact-page .contact-us-info .contact-us-details .bd-office p span,
      .contact-page .contact-us-info .contact-us-details .uk-office p span {
        margin-left: 10px; }
  .contact-page .contact-us-info .contact-us-details .bd-office {
    margin: 0 10px; }
.contact-page .contact-us-info .contactform .form-group {
  border-radius: 30px;
  position: relative;
  margin-bottom: 20px; }
  .contact-page .contact-us-info .contactform .form-group .form-input {
    width: 100%;
    color: #898a98;
    background: none;
    border: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease-in-out; }
    .contact-page .contact-us-info .contactform .form-group .form-input::placeholder {
      color: #898a98; }
    .contact-page .contact-us-info .contactform .form-group .form-input:focus {
      border-color: #3B7EC1; }
      .contact-page .contact-us-info .contactform .form-group .form-input:focus::placeholder {
        color: #3B7EC1; }
.contact-page .contact-us-info .contactform .form-group.phone,
.contact-page .contact-us-info .contactform .form-group.option {
  width: 49% !important;
  display: inline-block !important; }
.contact-page .contact-us-info .contactform .form-group.option {
  float: right; }
  .contact-page .contact-us-info .contactform .form-group.option select {
    width: 100%;
    color: #898a98;
    background: none;
    border: none;
    padding: 15px;
    border: 1px solid #F1F3F7;
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease-in-out; }
    .contact-page .contact-us-info .contactform .form-group.option select option {
      /*background: red !important;*/ }
    .contact-page .contact-us-info .contactform .form-group.option select:focus option:checked {
      background: #f1f1f1 !important; }
  .contact-page .contact-us-info .contactform .form-group.option::after {
    color: #3B7EC1;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.3s ease-in-out; }
.contact-page .contact-us-info .contactform .btn-gradient {
  margin-top: 20px; }

/* Single Career Page
=================================*/
.single-career-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.single-career-page .single-career .single-career-info {
  padding-right: 15px; }
  .single-career-page .single-career .single-career-info p {
    font-size: 1em; }
    .single-career-page .single-career .single-career-info p strong {
      font-weight: bold; }
  .single-career-page .single-career .single-career-info ul {
    padding-left: 20px; }
    .single-career-page .single-career .single-career-info ul li {
      list-style: inherit;
      margin-bottom: 10px; }
  .single-career-page .single-career .single-career-info h4 {
    font-size: 1.4em;
    color: #181a31;
    padding: 20px 0; }
.single-career-page .single-career-form {
  padding-left: 30px; }
  .single-career-page .single-career-form h2 {
    font-weight: 800;
    font-size: 2em;
    line-height: 2em;
    padding-bottom: 20px; }
  .single-career-page .single-career-form form .form-group label {
    display: block; }
  .single-career-page .single-career-form form .form-group input {
    width: 100%;
    color: #898a98;
    background: none;
    border: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease-in-out; }
  .single-career-page .single-career-form form .form-group span input {
    width: 49%; }
  .single-career-page .single-career-form form .form-group span:last-child > input {
    margin-left: 1%; }

/* Single Service Page
=================================*/
.single-service-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }
.single-service-page .single-service-section i {
  font-size: 3em; }
.single-service-page .single-service-section h1 {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.22em;
  color: #181a31;
  transition: all 0.3s ease-in-out; }
.single-service-page .single-service-section p {
  font-size: 1em;
  line-height: 1.5em; }
.single-service-page .single-service-section h3 {
  font-size: 18px;
  padding: 20px 0; }
.single-service-page .single-service-section ul {
  padding-left: 20px; }
  .single-service-page .single-service-section ul li {
    list-style: inherit; }

/* FAQ Page
=================================*/
.faq-page .header_app {
  height: inherit;
  background: rgba(0, 0, 0, 0.8); }

/*========================================================================
 The End
=========================================================================*/

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