/*variable files*/
/* Aux */
/*components files*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Heavy.woff2") format("woff2"), url("../fonts/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Lato';
  color: #7F7F7F;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1195px;
  }
}

h1 {
  font-size: 60px;
  line-height: 75px;
}

h2 {
  font-size: 46px;
  line-height: 60px;
}

h3 {
  font-size: 36px;
  line-height: 60px;
}

h4 {
  font-size: 26px;
  line-height: 26px;
}

h5 {
  font-size: 22px;
  line-height: 22px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3C3C3B;
}

p {
  font-size: 14px;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
}

.heading span {
  display: block;
}

.hd-blue {
  color: #010AE9;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 16px !important;
}

.text-line-16 {
  line-height: 16px;
}

.btn-blue {
  background-color: #010AE9;
  color: #fff !important;
  border-radius: 50px;
  min-width: 150px;
  text-align: center;
  padding: 0 30px !important;
  line-height: 46px !important;
  -webkit-box-shadow: 0px 10px 20px -16px #010AE9;
          box-shadow: 0px 10px 20px -16px #010AE9;
  font-weight: bold;
}

.btn-blue:hover {
  background-color: #0043CE;
  -webkit-box-shadow: 0px 10px 16px -16px #010AE9;
          box-shadow: 0px 10px 16px -16px #010AE9;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.header .navbar {
  top: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  left: 0;
  right: 0;
  position: relative;
  padding: 30px 0;
  z-index: 100;
}

.header.sticky-fixed .navbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.header .navbar-brand {
  max-width: 150px;
  padding: 0;
}

.header .nav li {
  list-style: none;
  position: relative;
  padding: 0px 25px;
}

.header .nav li a {
  display: block;
  position: relative;
  font-weight: 500;
  padding: 15px 0px;
  text-decoration: none;
  line-height: 16px;
  font-size: 16px;
  color: #3C3C3B;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.header .nav li a:hover {
  color: #0043CE;
}

.header .nav li a.btn-blue {
  margin-left: 25px;
  max-width: 150px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

@media screen and (max-width: 991.98px) {
  .main-menu {
    overflow-y: auto;
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

.menu-open .overlay {
  opacity: 1;
  visibility: visible;
}

.menu-open .main-menu {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: auto;
  z-index: 99;
}

@media screen and (min-width: 992px) {
  .ic-hamburger {
    display: none;
  }
  .sticky-fixed .navbar {
    -webkit-animation: fadeInDown 600ms;
            animation: fadeInDown 600ms;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 991.98px) {
  .header .navbar {
    padding: 15px 15px;
    min-height: 50px;
  }
  .toggleMenu {
    position: absolute;
    right: 15px;
    top: 22px;
  }
  .icon-close {
    font-size: 18px;
    color: #333;
    padding: 15px;
    display: block;
    border-bottom: solid 1px #DBDBDB;
    line-height: 24px;
    font-weight: 700;
  }
  .icon-close:hover,
  .icon-close:focus {
    color: #000;
    text-decoration: none;
  }
  .icon-close span {
    position: relative;
    width: 24px;
    height: 24px;
    padding-left: 30px;
    opacity: 1;
  }
  .icon-close span:hover {
    opacity: 1;
  }
  .icon-close span:before,
  .icon-close span:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
  }
  .icon-close span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .icon-close span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .nav > li > a:hover,
  .header .nav > li.menu-item-has-children:hover > a,
  .header .nav > li a.active {
    color: #fff;
  }
  header .navbar ul li {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .ic-hamburger {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: 40px;
    position: relative;
    height: 40px;
    -webkit-transition: -webkit-transform 330ms ease-out;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  }
  button.ic-hamburger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .ic-hamburger::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  .ic-hamburger span {
    background-color: #010AE9;
    position: relative;
    display: block;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .ic-hamburger span:after,
  .ic-hamburger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    background-color: #010AE9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .ic-hamburger span:after {
    top: 8px;
  }
  .ic-hamburger span:after,
  .ic-hamburger span:before,
  .ic-hamburger span {
    width: 30px;
    height: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ic-hamburger span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ic-hamburger span:before,
  .ic-hamburger span:after {
    width: 30px;
    -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
  }
}

@media (max-width: 991px) {
  .header .nav li a.btn-blue {
    max-width: 100% !important;
    margin-top: 30px !important;
    margin-left: 0px !important;
  }
}

.banner {
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  z-index: 99;
}

.banner::before {
  content: "";
  background: url(../images/corner-shape.svg) no-repeat;
  position: absolute;
  top: -106px;
  left: 0;
  width: 100%;
  height: 349px;
  max-width: 424px;
  z-index: 1;
}

.banner h1 {
  font-weight: 300;
}

.banner h1 strong {
  font-weight: 700;
}

.banner .container {
  position: relative;
  z-index: 99;
}

.banner .laptop {
  max-width: 656px;
}

@media screen and (min-width: 1200px) {
  .banner .laptop {
    margin: 40px -30px 0 auto;
  }
}

.banner p {
  margin-top: 30px;
  line-height: 30px;
}

.who_we_are {
  padding: 100px 0px;
  background: #F3F5FA;
}

.who_we_are .pl_98 {
  padding-left: 98px;
}

.who_we_are h2 {
  font-weight: 800 !important;
  margin-bottom: 20px;
  color: #3C3C3B;
  letter-spacing: 0.02em;
}

.who_we_are h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #FF5E7C;
}

.who_we_are p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 562px;
  color: #7F7F7F !important;
  margin-bottom: 22px;
}

.who_we_are .btn-blue {
  padding: 0 34px !important;
  margin-top: 20px !important;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 991px) {
  .pl_98 {
    padding-left: 20px !important;
  }
}

.our_team {
  padding: 100px 0px;
}

.our_team .mt_50 {
  margin-top: 50px;
}

.our_team h2 {
  font-weight: 800 !important;
  margin-bottom: 10px;
  color: #3C3C3B;
  letter-spacing: 0.02em;
}

.our_team h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #010AE9;
  font-weight: 600;
}

.our_team p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center !important;
  max-width: 463px;
  color: #7F7F7F !important;
  margin-bottom: 22px;
  margin: 0 auto;
}

.our_team .lead_card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  max-width: 255px;
  margin: 0 auto;
}

.our_team .lead_card h5 {
  font-weight: 600;
}

.our_team .lead_card .card_img {
  width: 215px;
  height: 212px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
  margin: 0 auto 20px;
}

.our_team .lead_card p {
  line-height: 18px;
}

@media (max-width: 1099px) {
  .our_team .lead_card .card_img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .our_team .lead_card h5 {
    font-size: 18px;
  }
}

.our_services {
  background-color: #FBFBFB;
  padding: 100px 0px;
}

.our_services h2 {
  font-weight: 800 !important;
  margin-bottom: 20px;
  color: #3C3C3B;
  letter-spacing: 0.02em;
}

.our_services .mt_70 {
  margin-top: 70px;
}

.our_services h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #FF5E7C;
  font-weight: 600;
}

.our_services p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 755px;
  color: #7F7F7F !important;
  margin-bottom: 22px;
  margin: 0 auto;
}

.our_services .services_card {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  width: 262px;
  padding: 30px 20px;
  margin: 0 18px 40px !important;
  text-align: left;
}

.our_services .services_card:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.our_services .services_card h6 {
  margin-top: 20px;
  text-transform: capitalize;
  color: #3C3C3B;
  font-size: 20px;
  font-weight: 600;
}

.our_services .services_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px !important;
  color: #7F7F7F !important;
  margin-top: 8px;
  text-align: left;
  margin-bottom: 0px !important;
  margin-left: initial;
  margin-right: initial;
}

.our_services .massnopry {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.our_services .massnopry .services_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

@media (max-width: 1099px) {
  .our_services .massnopry {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .our_services .services_card {
    width: 98%;
    margin: 0px 0px 20px  !important;
  }
}

@media (max-width: 767px) {
  .our_services .massnopry {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .our_services .services_card {
    margin-bottom: 20px !important;
    width: 98% !important;
    margin: 0px 0px 20px  !important;
  }
}

.sc_our_client {
  padding: 90px 0 100px;
}

.sc_our_client h2 {
  font-weight: 800;
}

.sc_our_client h5 {
  font-size: 20px;
  font-weight: 600;
}

.sc_our_client h5::before {
  content: "";
  border-bottom: solid 2px #010AE9;
  display: block;
  padding-top: 0;
  max-width: 37px;
  margin: 0 auto 15px;
}

.sc_our_client .client-name p {
  line-height: 16px;
}

.sc_our_client .test-card {
  background: #FFFFFF;
  min-height: 250px;
  border-radius: 10px;
  margin: 40px 20px;
  padding: 30px;
  border: 1px solid #F0F0F0;
}

@media screen and (max-width: 799.98px) {
  .sc_our_client .test-card {
    border: none;
    margin-top: 20px;
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  }
}

.sc_our_client .test-card::before {
  display: none;
  content: "";
  margin: 0 auto 15px;
  background: url(../images/icon_13.svg) no-repeat;
  width: 53px;
  height: 37px;
}

@media screen and (max-width: 799.98px) {
  .sc_our_client .test-card::before {
    display: block;
  }
}

.sc_our_client .test-card p {
  font-size: 16px;
}

.sc_our_client .slick-center .test-card {
  border: none;
  margin-top: 20px;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
}

.sc_our_client .slick-center .test-card::before {
  display: block;
}

.sc_our_client .slick-prev,
.sc_our_client .slick-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.sc_our_client .slick-prev::before,
.sc_our_client .slick-next::before {
  display: none;
}

.sc_our_client .slick-prev {
  background-image: url(../images/arrow-prev.svg);
}

@media screen and (max-width: 991.98px) {
  .sc_our_client .slick-prev {
    left: 44%;
  }
}

@media screen and (max-width: 479.98px) {
  .sc_our_client .slick-prev {
    left: 40%;
  }
}

.sc_our_client .slick-next {
  background-image: url(../images/arrow-next.svg);
}

@media screen and (max-width: 991.98px) {
  .sc_our_client .slick-next {
    right: 44%;
  }
}

@media screen and (max-width: 479.98px) {
  .sc_our_client .slick-next {
    right: 40%;
  }
}

.sc_our_client .slick-list::before, .sc_our_client .slick-list::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  z-index: 9;
}

@media screen and (max-width: 799.98px) {
  .sc_our_client .slick-list::before, .sc_our_client .slick-list::after {
    display: none;
  }
}

.sc_our_client .slick-list::before {
  left: 0;
}

.sc_our_client .slick-list::after {
  right: 0;
}

.sc-connect {
  background: url(../images/bg-connect.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 100px 0 66px;
}

.sc-connect .btn-blue {
  margin-top: 20px;
}

.sc-connect h3 {
  font-weight: bold;
}

@media (max-width: 991px) {
  .sc-connect h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.footer {
  padding: 80px 0;
  background: #FBFBFB;
}

.footer .cl-bdr {
  border-right: 1px solid #D9D9D9;
}

.footer .icon {
  margin: 15px 0;
}

.footer h4 {
  font-weight: 800;
  margin-bottom: 30px;
}

.footer h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  border-bottom: solid 2px #010AE9;
  display: inline-block;
  padding-bottom: 10px;
}

.footer p {
  max-width: 220px;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer h4 {
    margin-bottom: 10px;
  }
  .footer .col-md-4.col-lg-6 .cl-bdr {
    border: none;
  }
}

.modal {
  z-index: 99999;
}

.modal a {
  text-decoration: none;
}

.modal h5 {
  font-size: 30px;
  font-weight: 600;
}

.modal .btn-secondary {
  background: transparent;
  color: #010AE9;
  border: 1px solid #010AE9;
  border-radius: 50px;
  padding: 0px 30px;
  line-height: 46px;
}

.modal .btn-secondary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .btn-secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .btn-secondary:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .btn-blue {
  border: none;
}

.error_msg {
  color: #FF5E7C;
}

.show_notification {
  opacity: 1 !important;
  top: 72px !important;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 101 !important;
}

.success_message {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 600px;
  max-width: 100%;
  margin: auto;
  border-radius: 10px;
  background-color: #4ACD9E;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: -1;
}

.success_message p {
  font-size: 16px;
  margin: 0px;
}

/****  floating-Lable style start ****/
.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input, .floating-select {
  font-size: 16px;
  padding: 10px 8px 10px 0px;
  display: block;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

textarea.floating-input {
  height: auto;
  resize: none;
}

.floating-input:focus, .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #010AE9;
}

label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top: -18px;
  font-size: 16px;
  color: #010AE9;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-size: 16px;
  color: #010AE9;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width: 50%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/****  floating-Lable style end ****/
@media (max-width: 767px) {
  .floating-label {
    margin-bottom: 40px;
  }
}

/***   daniel - Fork me friend - style   ***/
.floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial,sans-serif;
}

.floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8;
}

.floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial,sans-serif;
}

/***  daniel - Fork me friend - style  ***/
/*# sourceMappingURL=style.css.map */