@charset "UTF-8";
body {
  position: relative;
  color: #3e396b; }

  :root {
      --primary-color: #007bff;
      --success-color: #10b981;
      --warning-color: #f59e0b;
      --danger-color: #ef4444;
      --purple-color: #8b5cf6;
      --text-primary: #1f2937;
      --text-secondary: #6b7280;
      --border-color: #e5e7eb;
      --bg-primary: #ffffff;
      --bg-secondary: #f9fafb;
      --bg-tertiary: #f3f4f6;
      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      --radius: 8px;
      --transition: all 0.2s ease;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Product Sans", Helvetica, Arial, serif;
  line-height: 1.5; }

a {
  color: #7642FF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    color: #2e00a8;
    text-decoration: none; }

.link-muted {
  color: #464a4c; }

.link-reverse {
  color: #fff; }
  .link-reverse:hover {
    color: #fff;
    opacity: 0.7; }

.my-lg {
  margin-top: 2em !important;
  margin-bottom: 0em !important; }

.py-lg {
  padding-top: 5em !important;
  padding-bottom: 5em !important; }

.mt-lg {
  margin-top: 5em !important; }

.mb-lg {
  margin-bottom: 5em !important; }

.pt-lg {
  padding-top: 5em !important; }

.pb-lg {
  padding-bottom: 5em !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

@media (min-width: 768px) {
  .my-md-lg {
    margin-top: 5em !important;
    margin-bottom: 5em !important; } }

.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5; }

.bg-light {
  background-color: ##f8faff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-primary {
  background-color: #444 !important; }

.bg-gradient {
  background-image: -webkit-linear-gradient(242deg, #6937EA 0%, #377FEA 65%);
  background-image: -o-linear-gradient(242deg, #6937EA 0%, #377FEA 65%);
  background-image: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%); }

.light-text {
  color: #b5bcc0; }

.text-inverse {
  color: #fff; }

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control::placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 0.5; }

.text-muted {
  color: #a7a2ce !important; }

/*FONT*/
.sans-serif-font {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; }

.thin-font {
  font-weight: 300 !important; }

/*font awesome*/
.fa-valign {
  vertical-align: middle; }

/*-----------------------------------
 * Section
 *-----------------------------------*/
.section {
  padding-bottom: 3em; }

.section-title {
  margin: 2em auto; }

/*-----------------------------------
 * OWL CAROUSEL
 *-----------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-item .citation img {
  width: 75px;
  display: inline; }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar-nav .btn {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px; }

.btn-lg {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 35px; }
  .btn-lg:hover, .btn-lg:active {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.btn-xl {
  padding: 12px 35px; }

.btn-sm {
  font-size: 14px;
  letter-spacing: 0; }

.btn-primary,
.btn-primary:focus {
  background-color: #7642FF;
  background-image: -webkit-gradient(linear, left top, right top, from(#7642FF), to(#4259ff));
  background-image: -webkit-linear-gradient(left, #7642FF, #4259ff);
  background-image: -o-linear-gradient(left, #7642FF, #4259ff);
  background-image: linear-gradient(90deg, #7642FF, #4259ff);
  border: 0;
  color: #fff; }
  .btn-primary:hover, .btn-primary:active,
  .btn-primary:focus:hover,
  .btn-primary:focus:active {
    color: #fff;
    background-color: #6429ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#4259ff), to(#7642FF));
    background-image: -webkit-linear-gradient(left, #4259ff, #7642FF);
    background-image: -o-linear-gradient(left, #4259ff, #7642FF);
    background-image: linear-gradient(90deg, #4259ff, #7642FF); }

.btn-outline,
.btn-outline:focus {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline:hover, .btn-outline:active,
  .btn-outline:focus:hover,
  .btn-outline:focus:active {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff; }

.btn-outline-primary {
  color: #7642FF;
  background-image: none;
  background-color: transparent;
  border-color: #7642FF; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color: #7642FF;
    border-color: #7642FF;
    background-image: -webkit-gradient(linear, left top, right top, from(#7642FF), to(#4259ff));
    background-image: -webkit-linear-gradient(left, #7642FF, #4259ff);
    background-image: -o-linear-gradient(left, #7642FF, #4259ff);
    background-image: linear-gradient(90deg, #7642FF, #4259ff); }

/* ------------------------------------------------

Page    : Start.ly SaaS CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

TABLE OF CONTENTS
-----------------

1. Header
2. navbar
3. One Page
4. Cards
5. Portfolio
6. Video
7. Team
8. Contact
9. Footer

Copyright © All rights Reserved
Surjith S M / @surjithctly

-------------------------------------------------- */
/*-----------------------------------
 * Header
 *-----------------------------------*/
header {
  position: relative; }

.gradient-mask {
  -webkit-background-clip: text;
  background-clip: text;
  color:#fff; }

/*Swiper Slider*/
.swiper-container {
  width: 100%;
  height: 850px;
  height: 100vh; }
  .swiper-container .jumbotron {
    min-height: auto; }

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .parallax-bg.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/agency/poster.jpg") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }

.bg-video.align-bottom video {
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px; }

/*end swiper css*/
.jumbotron {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 2rem 0; }
      .jumbotron.sub-page {
        padding: 3em 0 2rem 0; } }
  .jumbotron.sub-page {
    min-height: 290px;
    background: #f8faff; }
  .jumbotron .lead {
    max-width: 900px;
    margin: auto; }
  .jumbotron .btn-lg {
    padding: 17px 35px; }
  .jumbotron .btn {
    margin: 10px; }

.jumbotron-two {
  padding: 0.5rem 0; }
  .jumbotron-two .lead {
    max-width: 500px;
    margin: 0; }

.overflow-hidden {
  overflow-x: hidden; }

.bg-shape {
  position: absolute;
  background-color: #7642FF;
  background-image: -webkit-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: linear-gradient(100deg, #7642FF, #4259ff);
  top: -350px;
  right: -110px;
  border-radius: 8%;
  width: 50%;
  height: 800px;
  -webkit-transform: skew(3deg, 30deg);
  -ms-transform: skew(3deg, 30deg);
  transform: skew(3deg, 30deg);
  opacity: 1;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-shape {
      top: -150px;
      right: 0;
      width: 20%;
      height: 500px; } }
  @media (max-width: 767px) {
    .bg-shape {
      display: none; } }

.bg-circle {
  position: absolute;
  background-color: #7642FF;
  background-image: -webkit-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: linear-gradient(100deg, #7642FF, #4259ff);
  top: -400px;
  left: -350px;
  border-radius: 100%;
  height: 800px;
  width: 800px;
  opacity: 0.2;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle {
      height: 400px;
      width: 400px;
      top: -200px;
      left: -200px; } }
  @media (max-width: 767px) {
    .bg-circle {
      display: none; } }

.bg-circle-two {
  position: absolute;
  background-color: #7642FF;
  background-image: -webkit-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642FF, #4259ff);
  background-image: linear-gradient(100deg, #7642FF, #4259ff);
  top: 150px;
  left: 350px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  opacity: 0.8;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle-two {
      top: 150px;
      left: 70px;
      height: 50px;
      width: 50px; } }
  @media (max-width: 767px) {
    .bg-circle-two {
      display: none; } }

.hero-copy .container {
  max-width: 40rem; }

[class^="display"] {
  font-family: "Product Sans", Helvetica, Arial, serif;
  font-weight: 700; }

@media (max-width: 991px) {
  .display-3 {
    font-size: 4rem; }
  .display-5 {
    font-size: 1.4rem; } }

@media (max-width: 767px) {
  .display-3 {
    font-size: 2.2rem; }
  .display-4 {
    font-size: 2.5rem; } }

.split-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8faff), color-stop(50%, #f8faff), color-stop(50%, white));
  background: -webkit-linear-gradient(top, #f8faff 0%, #f8faff 50%, white 50%);
  background: -o-linear-gradient(top, #f8faff 0%, #f8faff 50%, white 50%);
  background: linear-gradient(to bottom, #f8faff 0%, #f8faff 50%, white 50%); }

.macbook-hero {
  max-width: 1100px;
  position: relative;
  margin: 0 auto; }
  .macbook-hero .macbook-screen {
    position: absolute;
    left: 12.4%;
    top: 5.4%;
    right: 11.8%;
    bottom: 30.6%;
    max-width: 835px;
    max-height: 522px;
    background: #fff; }
    .macbook-hero .macbook-screen img {
      width: 100%;
      height: 100%; }

.section {
  position: relative; }
  .section.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }
  .section.bg-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(106, 17, 203, 0.76)), to(rgba(37, 117, 252, 0.77)));
    background-image: -webkit-linear-gradient(left, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%);
    background-image: -o-linear-gradient(left, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%);
    background-image: linear-gradient(to right, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%); }



    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


    /* SVG Icons as CSS Background Images */
    .icon-svg {
        width: 24px;
        height: 24px;
        display: inline-block;
        flex-shrink: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .icon-svg-lg {
        width: 32px;
        height: 32px;
    }

    .icon-svg-sm {
        width: 16px;
        height: 16px;
    }

    /* Australia Flag */
    .icon-australia {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23012169"/><path d="M0 0l32 16M32 0L0 16" stroke="%23fff" stroke-width="4"/><path d="M0 0l32 16M32 0L0 16" stroke="%23C8102E" stroke-width="2"/><path d="M16 0v32M0 16h32" stroke="%23fff" stroke-width="6"/><path d="M16 0v32M0 16h32" stroke="%23C8102E" stroke-width="4"/><circle cx="24" cy="8" r="1.5" fill="%23fff"/><circle cx="26" cy="12" r="1" fill="%23fff"/><circle cx="22" cy="22" r="1.5" fill="%23fff"/><circle cx="18" cy="26" r="1" fill="%23fff"/><circle cx="8" cy="22" r="1.5" fill="%23fff"/></svg>');
    }

    /* Japan Flag */
    .icon-japan {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23fff"/><circle cx="16" cy="16" r="7" fill="%23BC002D"/></svg>');
    }

    /* UK Flag */
    .icon-uk {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23012169"/><path d="M0 0l32 16M32 0L0 16" stroke="%23fff" stroke-width="4"/><path d="M0 0l32 16M32 0L0 16" stroke="%23C8102E" stroke-width="2"/><path d="M16 0v32M0 16h32" stroke="%23fff" stroke-width="6"/><path d="M16 0v32M0 16h32" stroke="%23C8102E" stroke-width="4"/></svg>');
    }

    /* USA Flag */
    .icon-usa {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23B22234"/><path d="M0 2.5h32M0 6.2h32M0 9.8h32M0 13.5h32M0 17.2h32M0 20.8h32M0 24.5h32M0 28.2h32" stroke="%23fff" stroke-width="2"/><rect width="13" height="14" fill="%233C3B6E"/><g fill="%23fff"><circle cx="2.5" cy="2" r="0.8"/><circle cx="6" cy="2" r="0.8"/><circle cx="9.5" cy="2" r="0.8"/><circle cx="4.2" cy="4" r="0.8"/><circle cx="7.8" cy="4" r="0.8"/><circle cx="2.5" cy="6" r="0.8"/><circle cx="6" cy="6" r="0.8"/><circle cx="9.5" cy="6" r="0.8"/><circle cx="4.2" cy="8" r="0.8"/><circle cx="7.8" cy="8" r="0.8"/><circle cx="2.5" cy="10" r="0.8"/><circle cx="6" cy="10" r="0.8"/><circle cx="9.5" cy="10" r="0.8"/></g></svg>');
    }

    /* EU Flag */
    .icon-eu {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23003399"/><g fill="%23FFCC00"><circle cx="16" cy="4" r="1"/><circle cx="22" cy="6" r="1"/><circle cx="26" cy="11" r="1"/><circle cx="26" cy="17" r="1"/><circle cx="22" cy="22" r="1"/><circle cx="16" cy="24" r="1"/><circle cx="10" cy="22" r="1"/><circle cx="6" cy="17" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="10" cy="6" r="1"/></g></svg>');
    }

    /* Sunrise Icon */
    .icon-sunrise {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23f59e0b" d="M3 17h18v2H3v-2zm9-13l4 4h-3v4h-2v-4H8l4-4zm9 8c0-4.42-3.58-8-8-8v2c3.31 0 6 2.69 6 6h2zM5 12c0-3.31 2.69-6 6-6V4c-4.42 0-8 3.58-8 8h2z"/></svg>');
    }

    /* Moon Icon */
    .icon-moon {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%238b5cf6" d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>');
    }

    /* Globe Asia Icon */
    .icon-globe-asia {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23f59e0b" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>');
    }

    /* Globe Europe Icon */
    .icon-globe-europe {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%233b82f6" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>');
    }

    /* Globe Americas Icon */
    .icon-globe-americas {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ef4444" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>');
    }

    /* Info Icon */
    .icon-info {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23007bff" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>');
    }

    /* Alert Icon */
    .icon-alert {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23f59e0b" d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
    }

    /* Main Container */
    .trading-widget {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 24px;
        background: var(--bg-primary);
        border: 1px solid var(--border-color);
        border-radius: var(--radius);
        box-shadow: var(--shadow-md);
    }

    /* Header Section */
    .widget-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 20px;
        border-bottom: 2px solid var(--border-color);
        margin-bottom: 24px;
    }

    .header-left {
        display: flex;
        align-items: center;
        gap: 24px;
        flex: 1;
    }

    .widget-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin: 0;
    }

    .live-time {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        background: var(--bg-tertiary);
        border-radius: var(--radius);
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--primary-color);
    }

    .time-indicator {
        width: 8px;
        height: 8px;
        background: var(--success-color);
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { 
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
            transform: scale(1);
        }
        50% { 
            box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
            transform: scale(1.1);
        }
    }

    /* Market Selector */
    .market-selector {
        display: flex;
        gap: 8px;
        background: var(--bg-secondary);
        padding: 4px;
        border-radius: var(--radius);
    }

    .market-btn {
        padding: 8px 16px;
        border: none;
        background: transparent;
        border-radius: 6px;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--text-secondary);
        cursor: pointer;
        transition: var(--transition);
        white-space: nowrap;
    }

    .market-btn:hover {
        background: var(--bg-primary);
    }

    .market-btn.active {
        background: var(--primary-color);
        color: white;
        box-shadow: var(--shadow-sm);
    }

    /* Status Bar */
    .status-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        background: var(--bg-secondary);
        border-radius: var(--radius);
        margin-bottom: 24px;
    }

    .market-status {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .status-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--success-color);
    }

    .status-indicator.closed {
        background: var(--danger-color);
    }

    .status-text {
        font-weight: 600;
        color: var(--text-primary);
    }

    .holiday-notice {
        display: none;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        background: var(--warning-color);
        color: white;
        border-radius: 6px;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .holiday-notice.active {
        display: flex;
    }

    /* Sessions Grid */
    .sessions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 16px;
        margin-bottom: 24px;
    }

    /* Session Card */
    .session-card {
        position: relative;
        padding: 16px;
        background: var(--bg-secondary);
        border: 2px solid var(--border-color);
        border-radius: var(--radius);
        transition: var(--transition);
        overflow: hidden;
    }

    .session-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
        border-color: var(--primary-color);
    }

    .session-card.active {
        background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
        border-color: var(--success-color);
    }

    .session-card.inactive {
        opacity: 0.6;
    }

    .session-badge {
        position: absolute;
        top: 0;
        right: 0;
        padding: 4px 12px;
        background: var(--success-color);
        color: white;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom-left-radius: var(--radius);
    }

    .session-badge.pre-market {
        background: var(--warning-color);
    }

    .session-badge.after-hours {
        background: var(--purple-color);
    }

    .session-badge.closed {
        background: var(--danger-color);
    }

    .session-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .session-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .session-info {
        flex: 1;
    }

    .session-name {
        font-weight: 700;
        color: var(--text-primary);
        font-size: 1rem;
        margin-bottom: 2px;
    }

    .session-time {
        font-size: 0.875rem;
        color: var(--text-secondary);
    }

    .session-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }

    .session-countdown {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--primary-color);
    }

    .progress-bar {
        width: 100%;
        height: 4px;
        background: var(--border-color);
        border-radius: 2px;
        overflow: hidden;
        margin-top: 12px;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, var(--primary-color), var(--success-color));
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    /* Timeline */
    .timeline-section {
        padding: 20px;
        background: var(--bg-secondary);
        border-radius: var(--radius);
        margin-top: 24px;
    }

    .timeline-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .timeline-title {
        font-weight: 700;
        color: var(--text-primary);
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .timeline-legend {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .legend-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.75rem;
        color: var(--text-secondary);
    }

    .legend-color {
        width: 12px;
        height: 12px;
        border-radius: 2px;
    }

    .timeline-container {
        position: relative;
        height: 60px;
        background: var(--border-color);
        border-radius: var(--radius);
        overflow: hidden;
    }

    .timeline-hours {
        position: absolute;
        bottom: -25px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        font-size: 0.625rem;
        color: var(--text-secondary);
    }

    .timeline-session {
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 600;
        font-size: 0.75rem;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .timeline-session:hover {
        opacity: 1;
        z-index: 10;
    }

    .timeline-marker {
        position: absolute;
        width: 2px;
        height: 100%;
        background: var(--danger-color);
        box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
        z-index: 20;
        pointer-events: none;
    }

    .timeline-marker::before {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        width: 10px;
        height: 10px;
        background: var(--danger-color);
        border-radius: 50%;
    }

    /* Info Section */
    .info-section {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        background: var(--bg-tertiary);
        border-left: 4px solid var(--primary-color);
        border-radius: var(--radius);
        margin-top: 20px;
    }

    .info-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-text {
        flex: 1;
        font-size: 0.875rem;
        color: var(--text-secondary);
        line-height: 1.6;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .trading-widget {
            padding: 16px;
        }

        .widget-header {
            flex-direction: column;
            align-items: stretch;
        }

        .header-left {
            flex-direction: column;
            align-items: stretch;
            gap: 12px;
        }

        .widget-title {
            font-size: 1.25rem;
            text-align: center;
        }

        .live-time {
            justify-content: center;
            font-size: 1.125rem;
        }

        .market-selector {
            justify-content: center;
        }

        .sessions-grid {
            grid-template-columns: 1fr;
        }

        .status-bar {
            flex-direction: column;
            gap: 12px;
            text-align: center;
        }

        .timeline-legend {
            justify-content: center;
        }

        .info-section {
            flex-direction: column;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .market-btn {
            padding: 6px 12px;
            font-size: 0.75rem;
        }

        .session-card {
            padding: 12px;
        }

        .timeline-container {
            height: 40px;
        }
    }

    /* Accessibility */
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    /* Print Styles */
    @media print {
        .trading-widget {
            box-shadow: none;
            border: 1px solid #000;
        }

        .market-selector {
            display: none;
        }
    }

    /* Loading State */
    .loading {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 3px solid rgba(0, 123, 255, 0.3);
        border-radius: 50%;
        border-top-color: var(--primary-color);
        animation: spin 1s ease-in-out infinite;
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    /* Focus Styles */
    button:focus-visible,
    a:focus-visible {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }

    /* Dark Mode Support */
    @media (prefers-color-scheme: dark) {
        :root {
            --text-primary: #f3f4f6;
            --text-secondary: #9ca3af;
            --bg-primary: #1f2937;
            --bg-secondary: #111827;
            --bg-tertiary: #374151;
            --border-color: #374151;
        }
    }

/*-----------------------------------
 * NAVBAR
 *-----------------------------------*/
.navbar {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar .btn {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar.bg-light {
    padding: 0.4rem;
    background: #444 !important;
    -webkit-box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.1);
    box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.1); }

.navbar-toggler {
  margin-top: 5px; }

.navbar-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-transparent {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav-link {
  padding: .3em 1em; }
  .nav-link .pe-7s-angle-down {
    margin: -13px -13px -13px -8px;
    position: relative;
    top: 8px; }

@media (max-width: 767px) {
  .navbar-toggleable-md > .container {
    width: 100%; }
  .nav-link {
    padding: .3em 0.6em; } }

@media (max-width: 991px) {
  body:not(.sticky) .navbar:not(.navbar-light).menu-is-open {
    background: rgba(0, 0, 0, 0.7); }
  .navbar-nav {
    margin-bottom: 1em; }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    text-align: center; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

.navbar-nav .nav-link {
  font-size: 16px;
  text-align: center;
  position: relative; }
  .navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 14px; }
  @media (min-width: 992px) {
    .navbar-nav .nav-link:before {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 50%;
      right: 50%;
      border-bottom: 1px solid #7642FF;
      margin-right: auto;
      margin-left: auto;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }

.navbar-inverse .navbar-nav .nav-link.active {
  color: #7642FF; }
  @media (min-width: 992px) {
    .navbar-inverse .navbar-nav .nav-link.active:after {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #7642FF;
      margin-right: 0.95rem;
      margin-left: 0.95rem; } }

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

/*Dropdown*/
.dropdown-menu {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05); }

.dropdown-item {
  padding: 5px 2rem 5px 1.2rem; }

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  background-color: #f8faff; }

/*-----------------------------------
 * YOUTUBE VIDEO
 *-----------------------------------*/
iframe {
  display: block; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer; }

.youtube .play {
  background: #FFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2);
  box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2);
  text-align: center;
  padding: 17px 20px; }
  .youtube .play span {
    color: #7642FF; }

/*-----------------------------------
 * CLIENT LOGOS
 *-----------------------------------*/
.client-logos.negative-margin {
  margin-top: -180px; }
  @media (max-width: 991px) {
    .client-logos.negative-margin {
      margin-top: -150px; } }
  @media (max-width: 767px) {
    .client-logos.negative-margin {
      margin-top: -100px; } }
  @media (max-width: 575px) {
    .client-logos.negative-margin {
      margin-top: -70px; } }

@media (min-width: 992px) {
  .client-logos {
    padding-left: 1em;
    padding-right: 1em; } }

@media (max-width: 991px) {
  .client-logos img {
    height: 50px; } }

/*-----------------------------------
 * FEATURES
 *-----------------------------------*/
.browser-window {
  display: inline-block;
  text-align: left;
  min-height: 200px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #F1F3F5;
  -webkit-box-shadow: 0 19px 38px rgba(137, 149, 199, 0.15), 0 15px 12px rgba(137, 149, 199, 0.08);
  box-shadow: 0 19px 38px rgba(137, 149, 199, 0.15), 0 15px 12px rgba(137, 149, 199, 0.08);
  margin-bottom: 60px;
  overflow: hidden; }
  .browser-window.limit-height {
    max-height: 500px; }
  .browser-window .top-bar {
    height: 40px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #F1F3F5;
    border-bottom: thin solid #F1F3F5;
    background: #f8faff;
    width: 100%; }
  .browser-window .circle {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff; }
  .browser-window .circles {
    margin: 12px 12px; }
  .browser-window .content {
    display: inline-block;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    max-height: 500px; }
  .browser-window .content img {
    max-width: 100%;
    height: auto; }
  .browser-window .circle-red {
    background: #FBBBF5; }
  .browser-window .circle-yellow {
    background: #F8E397; }
  .browser-window .circle-blue {
    background: #79CFD5; }

.cast-shadow {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2);
  box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2); }

.media-icon i {
  min-width: 50px;
  color: #7642FF; }

.color-icon i {
  color: #7642FF; }

/*-----------------------------------
 * CARDS
 *-----------------------------------*/
.card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .card:hover {
    margin-top: -5px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }

.stat-counter {
  color: #fff; }

/*-----------------------------------
 * TWITTER CARDS
 *-----------------------------------*/
.embed_twitter iframe {
  margin: 0 auto !important; }

.embed-tweet-item {
  min-height: 200px;
  margin-bottom: 20px; }

.EmbeddedTweet {
  height: 200px !important; }

.embed-tweet-item {
  width: 100%; }
  .embed-tweet-item blockquote {
    width: 100%;
    min-height: 200px;
    background: url(../images/twitter-placeholder.png) no-repeat center top;
    background-size: contain;
    border: none; }

/*-----------------------------------
 * PRICING
 *-----------------------------------*/
.pricing {
  text-align: center;
  padding: 20px;
  border: 0;
  border-radius: 15px;
  margin-bottom: 30px; }
  .pricing small {
    letter-spacing: 2px; }
  .pricing .card-title {
    font-size: 65px;
    font-family: "Product Sans", Helvetica, Arial, serif;
    font-weight: 700;
    margin: 10px 0 15px; }
  .pricing .plan-muted {
    text-decoration: line-through;
    opacity: 0.5; }
  .pricing ul {
    line-height: 2.5;
    margin: 0 0 20px; }

/*-----------------------------------
 * FORM
 *-----------------------------------*/
.form-control {
  height: 50px;
  border-radius: 30px;
  padding: 5px 20px;
  height: 55px;
  border-color: #ebebed;
  -webkit-box-shadow: 0 0 5px rgba(38, 38, 76, 0.05);
  box-shadow: 0 0 5px rgba(38, 38, 76, 0.05); }

.btn-block {
  padding: 15px 0; }

/*-----------------------------------
 * CONTACT
 *-----------------------------------*/
#map {
  height: 620px;
  width: 100%; }

.contact-box {
  background: #fff;
  margin-top: -250px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }

.address-box {
  padding: 30px;
  color: #fff; }
  .address-box a {
    color: #fff; }

.message-box {
  padding: 30px; }

/*-----------------------------------
 * FOOTER
 *-----------------------------------*/
.footer-links li {
  padding: 0.2em 0; }

.footer-links a {
  color: #636c72; }
  .footer-links a:hover {
    text-decoration: none;
    color: #7642FF; }

/*-----------------------------------
 * BLOG
 *-----------------------------------*/
.post_title {
  font-weight: 300;
  margin: 1em 0 0.4em;
  line-height: 1.4; }

a.title img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

a.title:hover img {
  opacity: 0.8; }

.page-link {
  padding: 0.7rem 1.35rem;
  color: #000;
  border: 1px solid #ececec; }
  .page-link:hover, .page-link:focus {
    background-color: #f7f7f7; }
  .page-item.disabled .page-link {
    border-color: #eceeef;
    color: #eceeef; }
  .page-item:first-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }
  .page-item:last-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }

.author-box {
  max-width: 730px;
  margin: 20px auto;
  padding: 1em;
  border: 1px solid #eceeef; }

.entry-content p {
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 2rem; }

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

@media (min-width: 992px) {
  .entry-content img.alignnone {
    max-width: 150%;
    height: auto;
    margin-left: -25%; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.wp-caption-text {
  text-align: center;
  margin: 0.8em 0 1.5em;
  color: #636c72; }

/*Comments*/
.comments-area, .comment-respond {
  max-width: 730px;
  margin: 20px auto; }

.comment .avatar {
  width: 60px;
  margin-right: 1rem; }

.comment ol.children {
  border-left: 2px solid #eceeef; }

.comment-respond {
  border-top: 1px solid #eceeef;
  margin-top: 3em;
  padding-top: 2em; }
  
  
  /*-------- 3.2 Spacing --------*/
  .margin_main_container {
    margin-top: 58px;
  }
  @media (max-width: 991px) {
    .margin_main_container {
      margin-top: 45px;
    }
  }

  .add_bottom_10 {
    margin-bottom: 10px;
  }

  .add_bottom_15 {
    margin-bottom: 15px;
  }

  .add_bottom_30 {
    margin-bottom: 30px;
  }

  .add_bottom_45 {
    margin-bottom: 45px;
  }

  .add_bottom_60 {
    margin-bottom: 60px;
  }

  .add_bottom_75 {
    margin-bottom: 75px;
  }

  .add_top_10 {
    margin-top: 10px;
  }

  .add_top_15 {
    margin-top: 15px;
  }

  .add_top_20 {
    margin-top: 20px;
  }

  .add_top_30 {
    margin-top: 30px;
  }

  .add_top_60 {
    margin-top: 60px;
  }

  .more_padding_left {
    padding-left: 40px;
  }

  .nomargin_top {
    margin-top: 0;
  }

  .nopadding {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nomargin {
    margin: 0 !important;
  }

  .margin_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .margin_30_5 {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin_60_35 {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .margin_80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 991px) {
    .margin_80 {
      padding-bottom: 60px;
      padding-top: 60px;
    }
  }

  .margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  @media (max-width: 991px) {
    .margin_80_55 {
      padding-top: 60px;
      padding-bottom: 35px;
    }
  }

  .margin_80_0 {
    padding-top: 80px;
  }
  @media (max-width: 991px) {
    .margin_80_0 {
      padding-top: 60px;
    }
  }
  @media (max-width: 575px) {
    .margin_80_0 {
      padding-top: 30px;
    }
  }

  .margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px;
  }
  @media (max-width: 991px) {
    .margin_30_95 {
      padding-top: 15px;
      padding-bottom: 35px;
    }
  }
  @media (max-width: 575px) {
    .margin_30_95 {
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }

  @media (max-width: 991px) {
    .hidden_tablet {
      display: none !important;
    }
  }

  @media (max-width: 767px) {
    .hidden_mobile {
      display: none !important;
    }
  }

  .company_listing {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    margin-bottom: 30px;
    min-height: 160px;
  }
  .company_listing .company_info {
    position: relative;
    padding-left: 190px;
  }
  @media (max-width: 767px) {
    .company_listing .company_info {
      padding-left: 0;
      text-align: center;
    }
  }
  .company_listing .company_info h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
  }
  .company_listing .company_info p {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .company_listing .company_info p {
      margin-bottom: 25px;
    }
  }
  .company_listing .company_info figure {
    width: 170px;
    height: 110px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 20px;
    border: 1px solid #ededed;
  }
  @media (max-width: 767px) {
    .company_listing .company_info figure {
      position: relative;
      margin: 0 auto 15px auto;
    }
  }
  .company_listing .company_info figure img {
    width: 165px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .company_listing .rating {
    margin: auto;
    display: block;
    margin-bottom: 25px;
  }
  .company_listing .rating strong {
    display: block;
    margin-bottom: 5px;
  }
  
  
  
  /*-------- 1.2 Buttons --------*/
  a.btn_1,
  .btn_1 {
    border: none;
    color: #fff;
    background: #3578fa;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  a.btn_1:hover,
  .btn_1:hover {
    background-color: #FFC107;
    color: #222 !important;
  }
  a.btn_1.full-width,
  .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  a.btn_1.full-width.purchase,
  .btn_1.full-width.purchase {
    background-color: #3578fa;
  }
  a.btn_1.full-width.purchase:hover,
  .btn_1.full-width.purchase:hover {
    background-color: #32a067;
    color: #fff !important;
  }
  a.btn_1.full-width.wishlist,
  .btn_1.full-width.wishlist {
    border-color: #555;
    color: #555;
  }
  a.btn_1.full-width.wishlist:hover,
  .btn_1.full-width.wishlist:hover {
    color: #fff !important;
    background-color: #555;
    border-color: #555;
  }
  a.btn_1.small,
  .btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  a.btn_1.medium,
  .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px;
  }
  a.btn_1.rounded,
  .btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
  }

  a.btn_top,
  .btn_top {
    border: none;
    color: #fff;
    background: #3578fa;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1 !important;
    padding: 10px 15px !important;
    position: relative;
    top: 2px;
  }
  @media (max-width: 991px) {
    a.btn_top,
    .btn_top {
      display: none;
    }
  }
  a.btn_top:hover,
  .btn_top:hover {
    background-color: #FFC107;
    color: #222 !important;
    opacity: 1 !important;
  }
  a.btn_top.company,
  .btn_top.company {
    background-color: #051d4d;
    color: #fff !important;
    opacity: 1 !important;
  }
  a.btn_top.company:hover,
  .btn_top.company:hover {
    background-color: #FFC107;
    color: #222 !important;
    opacity: 1 !important;
  }

  .closebt {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 0.6;
    width: 30px;
    height: 30px;
  }
  .closebt:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }

  .btn_home_align {
    text-align: right;
  }
  @media (max-width: 767px) {
    .btn_home_align {
      text-align: center;
      margin-bottom: 15px;
    }
  }
  
  .rating {
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .rating i {
    width: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    background-color: #32a067;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
  }
  .rating i.empty {
    background-color: #ccc;
  }
  .rating em {
    display: inline-block;
    margin-left: 10px;
  }

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