/* ==========================================================================
  COMMON VARIABLES
  ========================================================================== */
/* ==========================================================================
  Base Typography Styles
  ========================================================================== */
/* ==========================================================================
   Base Type
   ========================================================================== */
*::-moz-focus-inner {
  border: 0; }
*:focus, *:active, *:hover {
  outline: 0; }
  *:focus::-moz-focus-inner, *:active::-moz-focus-inner, *:hover::-moz-focus-inner {
    border: 0; }

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input,
select,
textarea {
  font-family: "Poppins", sans-serif; }

/* ==========================================================================
   Headings and paragraph
   ========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-style: normal; }

h1, .h1 {
  font-size: 1.25rem; }

h2, .h2 {
  font-size: 1.0625rem; }

h3, .h3 {
  font-size: 0.875rem; }

h4, .h4 {
  font-size: 0.8125rem; }

h5, .h5 {
  font-size: 0.75rem; }

h6, .h6 {
  font-size: 0.6875rem; }

h1, h2, h3, h4, h5, h6, p, a, span, li {
  word-wrap: break-word;
  word-break: break-word; }

.text-primary {
  color: #02A4C4 !important; }

.text-secondary {
  color: #09284D !important; }

.text-danger {
  color: !important; }

.secondary-font {
  font-family: "Poppins", sans-serif; }

.sub-font {
  font-family: "Poppins", sans-serif; }

.text-underline {
  text-decoration: underline; }

.underline-none {
  text-decoration: none; }
  .underline-none:hover {
    text-decoration: none; }

.radius {
  border-radius: 5px !important; }

.box-shadow-primary {
  box-shadow: 0 3px 39px rgba(0, 0, 0, 0.06); }
.box-shadow-secondary {
  box-shadow: 0 3px 39px rgba(0, 0, 0, 0.13); }

.font-weight-light {
  font-weight: 300 !important; }
.font-weight-regular {
  font-weight: 400 !important; }
.font-weight-medium {
  font-weight: 500 !important; }
.font-weight-semi-bold {
  font-weight: 600 !important; }
.font-weight-bold {
  font-weight: 700 !important; }

.min-height {
  min-height: 100vh; }

.no-border {
  border: 0 !important; }

.cursor-pointer {
  cursor: pointer; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ellipsis-2 {
  display: -webkit-box;
  height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.overflow-hidden {
  overflow: hidden; }

.disabled {
  pointer-events: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.fluid-img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;'; }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat; }

.border-top {
  border-color: #979797 !important; }

@media (min-width: 992px) {
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6rem !important; }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6rem !important; }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6rem !important; }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6rem !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important; }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important; }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important; }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !important; } }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.formidable-form label {
  display: none; }
.formidable-form input[type="text"],
.formidable-form input[type="email"],
.formidable-form input[type="date"],
.formidable-form input[type="tel"] {
  height: 50px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 0.75rem; }
  .formidable-form input[type="text"].placeholder,
  .formidable-form input[type="email"].placeholder,
  .formidable-form input[type="date"].placeholder,
  .formidable-form input[type="tel"].placeholder {
    color: #000; }
  .formidable-form input[type="text"]:-moz-placeholder,
  .formidable-form input[type="email"]:-moz-placeholder,
  .formidable-form input[type="date"]:-moz-placeholder,
  .formidable-form input[type="tel"]:-moz-placeholder {
    color: #000; }
  .formidable-form input[type="text"]::-moz-placeholder,
  .formidable-form input[type="email"]::-moz-placeholder,
  .formidable-form input[type="date"]::-moz-placeholder,
  .formidable-form input[type="tel"]::-moz-placeholder {
    color: #000; }
  .formidable-form input[type="text"]:-ms-input-placeholder,
  .formidable-form input[type="email"]:-ms-input-placeholder,
  .formidable-form input[type="date"]:-ms-input-placeholder,
  .formidable-form input[type="tel"]:-ms-input-placeholder {
    color: #000; }
  .formidable-form input[type="text"]::-webkit-input-placeholder,
  .formidable-form input[type="email"]::-webkit-input-placeholder,
  .formidable-form input[type="date"]::-webkit-input-placeholder,
  .formidable-form input[type="tel"]::-webkit-input-placeholder {
    color: #000; }
  .formidable-form input[type="text"]:focus,
  .formidable-form input[type="email"]:focus,
  .formidable-form input[type="date"]:focus,
  .formidable-form input[type="tel"]:focus {
    outline: none;
    box-shadow: none; }
.formidable-form .form-field {
  margin-bottom: 15px; }
.formidable-form .frm_submit {
  margin-bottom: 30px; }
  .formidable-form .frm_submit .btn {
    height: 46px;
    background: -webkit-linear-gradient(to right, #3023ae, #c86dd7);
    background: -moz-linear-gradient(to right, #3023ae, #c86dd7);
    background: -o-linear-gradient(to right, #3023ae, #c86dd7);
    background: linear-gradient(to right, #3023ae, #c86dd7);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px 51px 13px;
    border: none; }
.formidable-form .date-cover {
  position: relative; }
  .formidable-form .date-cover:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    width: 32px;
    height: 32px;
    background-image: url("../images/calendar.png");
    background-size: 70%;
    background-repeat: no-repeat; }
.formidable-form .frm_error_style,
.formidable-form .frm_error {
  font-size: 0.75rem; }
.formidable-form .frm_error,
.formidable-form .frm_error_style {
  color: #dc3545; }
.formidable-form .frm_message {
  color: #19692c;
  font-size: 0.875rem; }

.btn {
  height: 46px;
  background: -webkit-linear-gradient(to right, #3023ae, #c86dd7);
  background: -moz-linear-gradient(to right, #3023ae, #c86dd7);
  background: -o-linear-gradient(to right, #3023ae, #c86dd7);
  background: linear-gradient(to right, #3023ae, #c86dd7);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  padding: 16px 32px 13px;
  border: none; }

.btn:hover {
  -webkit-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.8s; }

header .site-logo {
  max-width: 100px;
  width: 100px; }
header .main-menu a {
  padding: 15px;
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  transition: 0.3s; }
  header .main-menu a:hover, header .main-menu a.active {
    color: #000; }
header .call-to-btn {
  text-decoration: none;
  padding: 12px 15px;
  display: inline-block;
  background: -webkit-linear-gradient(to right, #3023ae, #c86dd7);
  background: -moz-linear-gradient(to right, #3023ae, #c86dd7);
  background: -o-linear-gradient(to right, #3023ae, #c86dd7);
  background: linear-gradient(to right, #3023ae, #c86dd7);
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: normal; }
  header .call-to-btn img {
    max-width: 20px;
    height: 20px; }
header .call-to-btn:hover {
  -webkit-box-shadow: 10px 2px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 2px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 2px 11px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.8s; }
@media (max-width: 991px) {
  header .navigation-menu {
    transition: 0.3s;
    transform: translateX(100%);
    position: fixed;
    right: 0;
    width: 66.66%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(to right, #3023ae, #c86dd7);
    background: -moz-linear-gradient(to right, #3023ae, #c86dd7);
    background: -o-linear-gradient(to right, #3023ae, #c86dd7);
    background: linear-gradient(to right, #3023ae, #c86dd7);
    z-index: 3; }
    header .navigation-menu.active {
      transform: translateX(0%); } }
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(to right, #3023ae, #c86dd7);
  background: -moz-linear-gradient(to right, #3023ae, #c86dd7);
  background: -o-linear-gradient(to right, #3023ae, #c86dd7);
  background: linear-gradient(to right, #3023ae, #c86dd7);
  z-index: 2; }

.page-overlay.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1; }

.footer {
  background-size: cover; }
  .footer .wysiwyg p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: center; }
  .footer .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.31);
    padding-top: 20px;
    margin-top: 30px; }
    .footer .copyright div {
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.27px; }
    .footer .copyright a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s; }
      .footer .copyright a:hover {
        color: #c86dd7; }
  .footer .social-icons .social-icon {
    height: 30px;
    width: 30px;
    display: block;
    transition: 0.3s; }
    .footer .social-icons .social-icon:hover {
      transform: rotate(360deg); }
  .footer div:empty {
    display: none; }

.hero-image {
  height: 700px;
  background: orange;
  position: relative;
  background-size: cover; }
  .hero-image .heading {
    color: #fff;
    font-size: 1.625rem;
    line-height: normal;
    font-weight: bold;
    margin-top: 100px; }
    @media (max-width: 767px) {
      .hero-image .heading {
        margin-top: 0;
        font-size: 1.125rem; } }
  .hero-image .cover {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px; }
  .hero-image .form-cover {
    background: #fff;
    padding: 30px 23px 0;
    position: relative;
    background-color: #fff; }
    @media (min-width: 992px) {
      .hero-image .form-cover {
        padding: 20px 46px 0; } }
    @media (max-width: 767px) {
      .hero-image .form-cover {
        background-color: rgba(255, 255, 255, 0.3); } }
    .hero-image .form-cover .form-title {
      font-size: 1.625rem;
      line-height: 1.23;
      font-weight: bold;
      margin-bottom: 32px;
      letter-spacing: normal;
      color: #4a4a4a;
      width: 50%; }
      @media (max-width: 767px) {
        .hero-image .form-cover .form-title {
          width: 100%;
          font-size: 1rem;
          color: #fff; } }
    .hero-image .form-cover:before {
      content: "";
      background-image: url("../images/Rectangle@2x.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 100%;
      position: absolute;
      left: -1px;
      top: -94px;
      width: 100%;
      height: 95px; }
      @media (max-width: 991px) {
        .hero-image .form-cover:before {
          display: none; } }
  @media (min-width: 1200px) {
    .hero-image:after {
      content: "";
      background-image: url("../images/Rectangle.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 460px;
      height: 80px; } }

section .title {
  position: relative;
  overflow: hidden;
  font-size: 1.9375rem;
  line-height: 1.77;
  font-weight: normal;
  letter-spacing: normal;
  color: #4a4a4a; }
  section .title span {
    margin-right: 50px;
    font-weight: bold; }
  section .title:after {
    content: "";
    width: 100%;
    height: 23px;
    position: relative;
    background-image: url("../images/zigzag.png");
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
    flex: 1; }

.testimonials-cover {
  background-color: #f5f3fb;
  background-image: url("../images/Rocket.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 1200px) {
    .testimonials-cover:after {
      content: "";
      background-image: url("../images/Rectangle-2.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      position: absolute;
      left: 0;
      top: -80px;
      width: 460px;
      height: 82px; } }

.testimonials .title {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: normal;
  color: #212121; }
.testimonials p {
  font-size: 0.875rem;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #000000; }
.testimonials .designation {
  font-size: 0.625rem;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: #9fa3a7; }
.testimonials .content:before {
  content: "";
  height: 2px;
  background-color: #9b9b9b;
  width: 40px;
  display: inline-block;
  margin-bottom: 15px; }
.testimonials .img-cover img {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%; }
.testimonials .slick-dots {
  bottom: -50px; }
  .testimonials .slick-dots li button {
    border-radius: 50%;
    background-color: #9fa3a7;
    width: 0;
    height: 0;
    padding: 3px; }
    .testimonials .slick-dots li button:before {
      color: transparent; }
  .testimonials .slick-dots .slick-active button {
    background-color: #5535b8;
    padding: 5px; }
.testimonials .test-desc {
  width: 210px;
  max-width: 100%;
  margin: auto; }

.latest-work .img-cover {
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 8px 16px;
  position: relative; }
  .latest-work .img-cover .title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: normal; }
  .latest-work .img-cover .cat .post-categories {
    margin: 0;
    padding: 0;
    list-style: none; }
    .latest-work .img-cover .cat .post-categories a {
      color: #fff;
      text-decoration: none;
      font-size: 0.75rem;
      line-height: normal;
      text-transform: uppercase;
      font-weight: bold;
      pointer-events: none; }
    .latest-work .img-cover .cat .post-categories li {
      font-size: 12px; }
  .latest-work .img-cover .post-info {
    bottom: 8px;
    left: 16px;
    position: absolute;
    width: 75%; }
.latest-work [class*='col-'] {
  margin-bottom: 30px; }

body.no-scroll {
  overflow-y: hidden; }

.specs .score {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  width: 146px;
  max-width: 100%; }
.specs .spec-title {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: normal;
  width: 146px;
  max-width: 100%; }
.specs .summary {
  width: 146px;
  max-width: 100%;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal; }
  @media (max-width: 991.5px) {
    .specs .summary {
      margin-bottom: 20px; } }
.specs .spec-single:nth-of-type(1) .score {
  color: #009dac; }
.specs .spec-single:nth-of-type(2) .score {
  color: #fec210; }
.specs .spec-single:nth-of-type(3) .score {
  color: #5f577c; }
.specs .spec-single:nth-of-type(4) .score {
  color: #f07d6a; }

@media (max-width: 1450px) {
  #specs {
    background: #ebebeb;
    background-image: none !important; } }

.spec-text {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 600;
  color: #4a4a4a; }
  @media (max-width: 767.5px) {
    .spec-text {
      padding-bottom: 15px; } }

.intro-event .intro-title {
  font-size: 1.9375rem;
  line-height: 1.77;
  color: #4a4a4a;
  font-weight: bold; }
  @media (max-width: 767.5px) {
    .intro-event .intro-title {
      margin-top: 24px; } }
.intro-event .events .event-single .event-title,
.intro-event .events .event-single .event-sub_title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: normal;
  color: #4a4a4a;
  text-transform: capitalize; }
.intro-event .events .event-single .event-sub_title {
  opacity: 0.12; }
.intro-event .events .event-single .img-cover img {
  height: 272px; }
@media (min-width: 992px) {
  .intro-event .events .event-single:nth-child(even) {
    margin-top: 30px; } }
.intro-event .intro-event-desc {
  width: 460px;
  max-width: 100%;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a; }

.clients .list-inline-item {
  display: flex;
  justify-content: center; }
.clients .client-logo {
  max-width: 120px; }

/*# sourceMappingURL=theme-styles.css.map */
