
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/* =========================================================
        General
============================================================ */
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #6a6a6a;
  background-color: #ffffff;
  overflow-x: hidden; }
  body.dark-layout {
    color: #696969;
    background-color: #1f1f1f; }
    body.dark-layout .section-title h2 {
      color: #484848; }
    body.dark-layout .footer-section {
      background: #252525; }
      body.dark-layout .footer-section .second-footer {
        background-color: #101010; }
        body.dark-layout .footer-section .second-footer .contact-wrapper ul li {
          color: #545454; }
        body.dark-layout .footer-section .second-footer .copy-right p {
          color: #4a4a4a; }

html {
  font-family: "Poppins", sans-serif; }

html,
body {
  width: 100%;
  height: 100%; }

/* ================= Link style ==================== */
a {
  color: #48c7ec; }

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none; }

a:focus,
a:hover {
  color: #313131;
  outline: none;
  text-decoration: none; }

/* ================= Transition elements ==================== */
a,
.navbar a,
.form-control {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

/* =========================================================
        Typography 
============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px; }

h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -1px; }
  @media (min-width: 480px) and (max-width: 767px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #092a48; }
  @media (min-width: 480px) and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 35px; } }
  @media only screen and (max-width: 479px) {
    h2 {
      font-size: 25px;
      line-height: 30px; } }

h3 {
  font-size: 26px;
  line-height: 30px;
  color: #092a48; }
  @media only screen and (max-width: 479px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 25px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p img {
  margin: 0; }

p {
  margin: 0 0 15px;
  line-height: 27px; }

hr {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* =========================================================
        Button STYLE 
============================================================ */
.btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px; }

.btn.active,
.btn:active {
  box-shadow: none; }

button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.btn-default {
  position: relative;
  font-size: 16px;
  color: #48c7ec;
  background-color: #FFFFFF;
  border: 2px solid #48c7ec;
  border-radius: 0;
  padding: 8px 22px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-default::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #48c7ec;
    border-radius: 25px;
    transform: translateX(-102%);
    z-index: -1;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-default:hover {
    color: #FFFFFF; }
    .btn-default:hover::before {
      transform: translateX(0); }
  @media only screen and (max-width: 767px) {
    .btn-default {
      padding: 6px 18px;
      font-size: 16px; } }
  @media only screen and (max-width: 479px) {
    .btn-default {
      font-size: 14px;
      padding: 2px 16px; } }

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  border-color: #48c7ec; }

.btn-primary {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
  padding: 8px 25px;
  z-index: 5;
  overflow: hidden;
  background-color: #ef5a28;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 25px;
    transform: translateX(-102%);
    /*background-color: #3aaed0;*/
    background-color: #092a48;
    opacity: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-primary:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media only screen and (max-width: 767px) {
    .btn-primary {
      font-size: 16px;
      padding: 6px 18px; } }
  @media only screen and (max-width: 479px) {
    .btn-primary {
      font-size: 14px;
      padding: 2px 16px; } }

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #48c7ec;
  color: #FFFFFF; }

/* =========================================================
        Color Presets For Class
============================================================ */
.facebook-bg {
  background-color: #106ed2; }

.twitter-bg {
  background-color: #3ad0fb; }

.linkedin-bg {
  background-color: #1379bb; }

/* =========================================================
        Global Classes 
============================================================ */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.section-padding {
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .section-padding {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding: 60px 0; } }

.inline-block {
  display: inline-block; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

/* =========================================================
        FORM STYLE 
============================================================ */
.form-control:focus {
  box-shadow: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #ffffff; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea, select {
  outline: none;
  margin: 0;
  max-width: 100%;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -khtml-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

/* =========================================================
        Light-Box STYLE 
============================================================ */
.poptrox-popup {
  background: transparent !important; }
  .poptrox-popup .caption,
  .poptrox-popup .closer,
  .poptrox-popup .nav-next,
  .poptrox-popup .nav-previous {
    display: none !important; }

/* =========================================================
        Border Style
============================================================ */
.border-break .border {
  border-bottom: 1px solid #dfdfdf; }


/* =========================================================
        Box Layout STYLE 
============================================================ */
.boxLayout, .box-layout {
  margin: 0 auto;
  background: url(../images/pattern.html) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 1200px) {
    .boxLayout, .box-layout {
      width: 1200px; } }
  .boxLayout section, .boxLayout header, .box-layout section, .box-layout header {
    background-color: #FFFFFF; }
  .boxLayout .box-nav, .box-layout .box-nav {
    position: relative; }
    .boxLayout .box-nav .navbar, .box-layout .box-nav .navbar {
      left: 0;
      background-color: #FFFFFF; }
      .boxLayout .box-nav .navbar::before, .box-layout .box-nav .navbar::before {
        width: 350px; }
      .boxLayout .box-nav .navbar .navbar-header .navbar-brand img, .box-layout .box-nav .navbar .navbar-header .navbar-brand img {
        padding: 22px 25px; }
      .boxLayout .box-nav .navbar .navbar-collapse .navbar-nav, .box-layout .box-nav .navbar .navbar-collapse .navbar-nav {
        margin-right: 45px; }
  .boxLayout .navbar.sticky, .box-layout .navbar.sticky {
    width: 1200px;
    margin: 0 auto; }
  .boxLayout .slider-section .tp-banner-container, .box-layout .slider-section .tp-banner-container {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 auto; }
  .boxLayout .slider-section .tparrows.tp-leftarrow, .box-layout .slider-section .tparrows.tp-leftarrow {
    left: 0 !important; }
  .boxLayout .slider-section .tparrows.tp-rightarrow, .box-layout .slider-section .tparrows.tp-rightarrow {
    right: 0 !important; }
  .boxLayout .searching-section, .box-layout .searching-section {
    overflow: hidden; }
    .boxLayout .searching-section .caption .caption-two, .box-layout .searching-section .caption .caption-two {
      right: -10%; }
      .boxLayout .searching-section .caption .caption-two img, .box-layout .searching-section .caption .caption-two img {
        width: 75%; }
  .boxLayout .subscribe-section, .box-layout .subscribe-section {
    overflow: hidden; }
  .boxLayout .optimized-section .content-wrapper, .box-layout .optimized-section .content-wrapper {
    padding: 80px 80px 0 30px; }
    @media only screen and (max-width: 991px) {
      .boxLayout .optimized-section .content-wrapper, .box-layout .optimized-section .content-wrapper {
        padding: 80px 15px 60px; } }

/* =========================================================
        Section-Title STYLE 
============================================================ */
.section-title {
  position: relative; }
  .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #1b3a72;
    margin-bottom: 39px; }
    @media only screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 25px;
        line-height: 35px; } }
    @media only screen and (max-width: 479px) {
      .section-title h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px; } }
  .section-title .border {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background-color: #48c7ec;
    margin: 0 auto; }
    @media only screen and (max-width: 479px) {
      .section-title .border {
        display: none; } }
  .section-title .border-2 {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    background-color: #ef5a28;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-title .border-2 {
        top: 50px; } }
    @media only screen and (max-width: 479px) {
      .section-title .border-2 {
        display: none; } }
  .section-title .border-3 {
    max-width: 100%;
    height: 2px;
    background: url(../images/title-border-1.png) no-repeat center;
    margin: -20px auto 25px; }
    @media only screen and (max-width: 767px) {
      .section-title .border-3 {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .section-title .border-3 {
        display: none; } }
  .section-title .border-4 {
    max-width: 100%;
    height: 2px;
    background: url(../images/title-border-2.png) no-repeat center;
    margin: -20px auto 25px; }
    @media only screen and (max-width: 767px) {
      .section-title .border-4 {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .section-title .border-4 {
        display: none; } }
  .section-title p {
    font-size: 20px;
    color: #6a6a6a; }
    @media only screen and (max-width: 767px) {
      .section-title p {
        font-size: 15px;
        line-height: 25px; } }

/* =========================================================
        Header-Title STYLE 
============================================================ */
.header-title {
  padding: 215px 0 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-title {
      padding: 260px 0 80px; } }
  @media only screen and (max-width: 767px) {
    .header-title {
      padding: 100px 0 80px; } }
  @media only screen and (max-width: 479px) {
    .header-title {
      padding: 60px 0; } }
  .header-title .title {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 2px;
    letter-spacing: -0.5px; }
    @media only screen and (max-width: 991px) {
      .header-title .title {
        font-size: 35px;
        line-height: 35px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .header-title .title {
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (max-width: 479px) {
      .header-title .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0; } }
  .header-title .sub-title {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF; }
    .header-title .sub-title .text-color {
      color: #48c7ec; }

/* =========================================================
        Header STYLE 
============================================================ */
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .header-section {
      position: relative; } }
  .header-section .top-bar {
    min-height: 60px;
    line-height: 60px;
    background-color: #092a4800;
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-section .top-bar {
        min-height: 50px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .header-section .top-bar {
        text-align: center;
        min-height: auto;
        line-height: 35px;
        padding: 5px 0; } }
    @media only screen and (max-width: 767px) {
      .header-section .top-bar {
        padding: 10px 0; } }
    .header-section .top-bar .header-left-bar .contact-wrapper {
      display: inline-block; }
      .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 14px;
        display: inline-block;
        color: #9daab8;
        margin-right: 30px; }
        @media only screen and (max-width: 1199px) {
          .header-section .top-bar .header-left-bar .contact-wrapper li {
            font-size: 15px; } }
        @media only screen and (max-width: 479px) {
          .header-section .top-bar .header-left-bar .contact-wrapper li {
            display: block;
            margin: 0;
            line-height: 30px; } }
        .header-section .top-bar .header-left-bar .contact-wrapper li:last-child {
          margin-right: 0; }
        .header-section .top-bar .header-left-bar .contact-wrapper li i {
          font-size: 20px;
          color: #48c7ec;
          vertical-align: middle;
          margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .header-section .top-bar .header-right-bar {
        text-align: center; } }
    .header-section .top-bar .header-right-bar .language {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      z-index: 9; }
      .header-section .top-bar .header-right-bar .language .dropbar {
        color: #48c7ec;
        text-transform: uppercase;
        text-align: center; }
        .header-section .top-bar .header-right-bar .language .dropbar i {
          font-size: 20px;
          margin-right: 10px;
          vertical-align: middle; }
        .header-section .top-bar .header-right-bar .language .dropbar.closed .title::after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .header-section .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu {
          margin-top: 0px; }
          .header-section .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu li {
            height: 0px; }
        .header-section .top-bar .header-right-bar .language .dropbar .title {
          cursor: pointer;
          display: inline-block; }
          .header-section .top-bar .header-right-bar .language .dropbar .title::after {
            content: "\f107";
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header-section .top-bar .header-right-bar .language .dropbar .title img {
            margin-right: 8px; }
        .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu {
          position: relative;
          overflow: hidden;
          max-height: 200px;
          width: 130px;
          text-align: center;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-box-sizing: "border-box";
          -moz-box-sizing: "border-box";
          box-sizing: "border-box"; }
          .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul {
            position: absolute;
            top: 0;
            width: 100%;
            border: 1px solid #085370; }
            .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li {
              width: 100%;
              height: 40px;
              line-height: 40px;
              border-bottom: 1px solid #085370;
              padding: 0 12px;
              vertical-align: top;
              overflow: hidden;
              cursor: pointer;
              -webkit-transition: margin-top 0.5s, height 0.5s;
              -moz-transition: margin-top 0.5s, height 0.5s;
              transition: margin-top 0.5s, height 0.5s; }
              .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:hover {
                background-color: #D9E1E4;
                color: #343C3F; }
              .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:last-child {
                border: 0; }
              .header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li img {
                margin-right: 8px; }
    .header-section .top-bar .header-right-bar .social-icon li {
      display: inline-block;
      margin-right: 15px; }
      .header-section .top-bar .header-right-bar .social-icon li:last-child {
        margin-right: 0; }
      .header-section .top-bar .header-right-bar .social-icon li i {
        font-size: 16px;
        color: #9daab8;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .header-section .top-bar .header-right-bar .social-icon li i:hover {
          color: #48c7ec; }
    .header-section .top-bar .contact-bar {
      display: flex; }
      @media only screen and (max-width: 991px) {
        .header-section .top-bar .contact-bar {
          display: block; } }
      .header-section .top-bar .contact-bar li {
        flex: 1; }
        @media only screen and (max-width: 991px) {
          .header-section .top-bar .contact-bar li {
            float: left;
            width: 50%;
            margin: 12px 0; } }
        @media only screen and (max-width: 510px) {
          .header-section .top-bar .contact-bar li {
            width: 100%;
            margin: 5px 0; } }
        .header-section .top-bar .contact-bar li .caption {
          width: 50px;
          height: 50px;
          line-height: 50px;
          background: #48c7ec;
          border-radius: 50%;
          float: left;
          text-align: center;
          margin-right: 12px; }
          @media only screen and (max-width: 1199px) {
            .header-section .top-bar .contact-bar li .caption {
              width: 40px;
              height: 40px;
              line-height: 40px; }
              .header-section .top-bar .contact-bar li .caption img {
                width: 15px; } }
          @media only screen and (max-width: 510px) {
            .header-section .top-bar .contact-bar li .caption {
              width: 30px;
              height: 30px;
              line-height: 30px; }
              .header-section .top-bar .contact-bar li .caption img {
                width: 10px; } }
        .header-section .top-bar .contact-bar li h4 {
          font-size: 20px;
          font-weight: 500;
          color: #fcfeff;
          margin: 0; }
          @media only screen and (max-width: 510px) {
            .header-section .top-bar .contact-bar li h4 {
              font-size: 18px; } }
        .header-section .top-bar .contact-bar li .time {
          font-size: 14px;
          color: #9a9a9a; }
          @media only screen and (max-width: 510px) {
            .header-section .top-bar .contact-bar li .time {
              font-size: 12px; } }
  .header-section .middle-wrapper {
    background: #FFFFFF;
    padding: 25px 0; }
    @media only screen and (max-width: 991px) {
      .header-section .middle-wrapper {
        padding: 15px 0 7px; } }
    @media only screen and (max-width: 767px) {
      .header-section .middle-wrapper {
        margin: 0 -15px;
        padding: 15px 15px; } }
    .header-section .middle-wrapper .header-left-bar .navbar-brand {
      margin: 0 0 0 30px;
      padding: 0; }
      @media only screen and (max-width: 991px) {
        .header-section .middle-wrapper .header-left-bar .navbar-brand {
          margin: 4px 0 0 15px;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .header-section .middle-wrapper .header-left-bar .navbar-brand {
          float: none !important;
          display: block;
          margin: 0 0 20px; } }
      .header-section .middle-wrapper .header-left-bar .navbar-brand img {
        max-width: 100%; }
        @media only screen and (max-width: 767px) {
          .header-section .middle-wrapper .header-left-bar .navbar-brand img {
            margin: 0 auto;
            width: 200px; } }
    .header-section .middle-wrapper .header-right-bar .finding-section {
      display: flex; }
      @media only screen and (max-width: 479px) {
        .header-section .middle-wrapper .header-right-bar .finding-section {
          display: block; } }
      .header-section .middle-wrapper .header-right-bar .finding-section li {
        flex: 1; }
        @media only screen and (max-width: 479px) {
          .header-section .middle-wrapper .header-right-bar .finding-section li {
            margin-bottom: 20px; } }
        .header-section .middle-wrapper .header-right-bar .finding-section li:last-child {
          margin-bottom: 0; }
        .header-section .middle-wrapper .header-right-bar .finding-section li i {
          font-size: 20px;
          width: 42px;
          height: 42px;
          line-height: 42px;
          color: #FFFFFF;
          background: #48c7ec;
          border-radius: 50%;
          text-align: center;
          float: left;
          box-shadow: 0 0 10px 0 #48c7ec;
          margin: 3px 15px 0 0; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li i {
              width: 30px;
              height: 30px;
              line-height: 30px;
              margin: 3px 10px 0 0; } }
          @media only screen and (max-width: 767px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li i {
              font-size: 16px;
              width: 30px;
              height: 30px;
              line-height: 30px;
              margin: 3px 10px 0 0; } }
        .header-section .middle-wrapper .header-right-bar .finding-section li h5 {
          font-size: 18px;
          font-weight: 500;
          color: #031633;
          margin-bottom: 3px; }
          @media only screen and (max-width: 991px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li h5 {
              font-size: 16px;
              margin-bottom: 0; } }
          @media only screen and (max-width: 767px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li h5 {
              font-size: 15px;
              margin-bottom: 0; } }
        .header-section .middle-wrapper .header-right-bar .finding-section li .location {
          font-size: 14px;
          color: #666666; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li .location {
              word-break: break-all; } }
          @media only screen and (max-width: 767px) {
            .header-section .middle-wrapper .header-right-bar .finding-section li .location {
              font-size: 12px; } }
  .header-section .navbar {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    background-color: #48c7ec;
    z-index: 998; }
    .header-section .navbar .navbar-header {
      position: relative;
      z-index: 5; }
      .header-section .navbar .navbar-header .navbar-brand {
        padding: 0;
        margin: 0; }
        .header-section .navbar .navbar-header .navbar-brand img {
          padding: 35px 0;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
    .header-section .navbar.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
      padding: 0;
      z-index: 998; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-section .navbar.sticky {
          margin-top: -88px; } }
      .header-section .navbar.sticky .navbar-header .navbar-brand img {
        padding: 20px 0; }
      .header-section .navbar.sticky .navbar-collapse {
        width: 1140px;
        margin: 0 auto; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .header-section .navbar.sticky .navbar-collapse {
            width: auto; } }
        .header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover .dropdown {
          z-index: 9; }
        .header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown {
          z-index: -1; }
        .header-section .navbar.sticky .navbar-collapse .navbar-nav li .cart::before {
          top: 12px;
          font-size: 10px; }
        .header-section .navbar.sticky .navbar-collapse .navbar-nav li .text {
          top: 10px; }
    .header-section .navbar .navbar-collapse {
      padding: 0; }
      .header-section .navbar .navbar-collapse .navbar-nav {
        margin: 0 30px; }
        .header-section .navbar .navbar-collapse .navbar-nav li {
          position: relative;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          margin-right: 28px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header-section .navbar .navbar-collapse .navbar-nav li {
              margin-right: 25px; } }
          .header-section .navbar .navbar-collapse .navbar-nav li:last-child {
            margin-right: 0; }
          .header-section .navbar .navbar-collapse .navbar-nav li img {
            margin-right: 8px; }
          .header-section .navbar .navbar-collapse .navbar-nav li a, .header-section .navbar .navbar-collapse .navbar-nav li .search-view, .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
            color: #FFFFFF;
            padding: 0;
            line-height: 55px;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .header-section .navbar .navbar-collapse .navbar-nav li a:hover, .header-section .navbar .navbar-collapse .navbar-nav li .search-view:hover, .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon:hover {
              color: #313131;
              background-color: transparent; }
          .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon i {
            color: #222222; }
            .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon i:hover {
              color: #48c7ec; }
          .header-section .navbar .navbar-collapse .navbar-nav li .search-view {
            cursor: pointer; }
          .header-section .navbar .navbar-collapse .navbar-nav li.active a {
            color: #313131;
            background-color: transparent; }
          .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
            top: 55px;
            visibility: visible;
            opacity: 1;
            z-index: 1;
            transform: translateY(0%);
            transition-delay: 0s, 0s, 0.3s; }
          .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
            top: 55px;
            left: -25px;
            min-width: 225px;
            background-color: #FFFFFF;
            padding: 10px 0;
            display: block;
            visibility: hidden;
            opacity: 0;
            border: 0;
            transform: translateY(-2em);
            z-index: -1;
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
            .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
              position: relative;
              font-size: 14px;
              font-weight: 500;
              border-bottom: 1px solid rgba(97, 109, 126, 0.12);
              margin: 0 25px;
              padding: 0 5px;
              -webkit-transition: 0.5s;
              -khtml-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
                color: #ef5a28 !important; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover {
                border-bottom: 1px solid transparent; }
                .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover::before {
                  width: 100%; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li::before {
                content: "";
                position: absolute;
                width: 0;
                height: 1px;
                left: 0;
                bottom: 0;
                background: #ef5a28;
                -webkit-transition: 0.5s;
                -khtml-transition: 0.5s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
                border-bottom: 0; }
                .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child::before {
                  display: none; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
                color: #1c3c75 !important;
                line-height: 45px;
                font-weight: 500; }
                .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
                  color: #ef5a28 !important; }
              .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
                opacity: 1;
                right: -136%; }
            .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
              position: absolute;
              top: 0;
              right: -120%;
              width: 180px;
              background-color: #FFFFFF;
              opacity: 0;
              padding: 10px 0;
              -webkit-transition: 0.5s;
              -khtml-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
          .header-section .navbar .navbar-collapse .navbar-nav li #search-bar {
            background: rgba(9, 42, 72, 0.98);
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            z-index: 99;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active {
              visibility: visible;
              opacity: 1; }
              .header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active .form-bar .form-group {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
            .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar {
              width: 100%;
              height: 100%;
              text-align: right;
              padding-right: 60px;
              padding-top: 20px; }
              .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar i {
                color: #FFFFFF;
                font-size: 22px; }
            .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar {
              position: relative;
              width: 50%;
              top: 50%;
              margin: -50px auto; }
              .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group {
                margin: 0;
                -webkit-transition: 0.5s;
                -khtml-transition: 0.5s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
                -webkit-transform: scale(0.5);
                -moz-transform: scale(0.5);
                -ms-transform: scale(0.5);
                -o-transform: scale(0.5);
                transform: scale(0.5); }
                .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control {
                  font-size: 32px;
                  color: #FFFFFF;
                  background-color: transparent;
                  border: 0;
                  border-bottom: 3px solid #FFFFFF;
                  box-shadow: none;
                  height: 50px;
                  padding: 0; }
                  .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control::placeholder {
                    color: #FFFFFF; }
              .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar input[placeholder], .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar [placeholder], .header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar *[placeholder] {
                color: #FFFFFF !important; }
          .header-section .navbar .navbar-collapse .navbar-nav li .cart-wrapper {
            cursor: pointer; }
            .header-section .navbar .navbar-collapse .navbar-nav li .cart-wrapper.open .cart-item {
              display: block;
              visibility: visible;
              opacity: 1;
              transform: translateY(0);
              z-index: 5; }
          .header-section .navbar .navbar-collapse .navbar-nav li .text {
            width: 20px;
            height: 20px;
            color: #FFFFFF;
            background-color: #313131;
            border-radius: 50%;
            padding: 4px 6px;
            position: absolute;
            top: 25px;
            right: -11px;
            line-height: 11px;
            text-align: center;
            font-size: 10px; }
          .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
            position: absolute;
            top: 55px;
            right: 0;
            background-color: #FFFFFF;
            border: 2px solid #48c7ec;
            padding: 15px 15px 0;
            transform: translateY(50px);
            visibility: hidden;
            opacity: 0;
            z-index: -9999;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            @media (min-width: 992px) and (max-width: 1250px) {
              .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
                right: 0; } }
            .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul {
              width: 300px; }
              .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li {
                line-height: 30px;
                padding: 10px 0;
                border-bottom: 1px solid #48c7ec; }
                .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li img {
                  width: 75px;
                  float: left; }
                .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content {
                  color: #313131;
                  padding-left: 15px; }
                  .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content h5 {
                    font-weight: 600;
                    color: #313131;
                    margin-bottom: 5px; }
                  .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content .rate {
                    color: #48c7ec;
                    display: block; }
                  .header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content .option i {
                    margin: 0; }
            .header-section .navbar .navbar-collapse .navbar-nav li .cart-item .amount {
              color: #333;
              line-height: 30px;
              padding: 10px 0 30px; }
            .header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn {
              border-radius: 8px;
              width: 100%;
              font-size: 16px;
              padding: 7px 44px;
              margin-bottom: 25px; }
              .header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn::before {
                display: none; }
              .header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn:hover {
                color: #313131; }

/* =========================================================
        Slider-Section STYLE 
============================================================ */
.slider-section {
  overflow: hidden; }
  .slider-section #rev_slider_1 .font-extra-bold {
    font-size: 55px !important;
    font-weight: 600 !important;
    line-height: 68px !important;
    color: #FFFFFF;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_1 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_1 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_1 .font-extra-bold {
        font-size: 25px !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_1 .font-medium {
    font-size: 18px !important;
    font-weight: 100 !important;
    line-height: 30px !important;
    color: #FFFFFF !important; }
    .slider-section #rev_slider_1 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_1 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_1 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_1 .btn {
    font-size: 18px !important;
    border-radius: 0;
    padding: 11px 55px !important;
    margin: 0 2px !important; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_1 .btn {
        padding: 10px 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_1 .btn {
        padding: 10px 25px !important; } }
    .slider-section #rev_slider_1 .btn::before {
      border-radius: 0; }
    .slider-section #rev_slider_1 .btn.color-bg {
      background: #FFFFFF !important;
      color: #48c7ec !important; }
      .slider-section #rev_slider_1 .btn.color-bg::before {
        background-color: #092a48; }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_1 .btn {
        display: none; } }
  .slider-section #rev_slider_1 .tparrows.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow {
    top: auto !important;
    bottom: 35px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    text-align: center !important;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_1 .tparrows.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_1 .tparrows.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_1 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_1 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_1 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_1 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_1 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_1 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_1 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_1 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_1 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_1 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }
    .slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow {
      left: auto !important;
      right: 157px !important; }
      @media only screen and (min-width: 1500px) {
        .slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow {
          right: 167px !important; } }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow {
          right: 134px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow {
          right: 110px !important; } }
    .slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-rightarrow, .slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-rightarrow {
      right: 1% !important;
      left: auto !important; }
  .slider-section #rev_slider_2 .font-extra-bold {
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 62px !important;
    color: #FFFFFF;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_2 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_2 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_2 .font-extra-bold {
        font-size: 25px !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_2 .font-medium {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: #FFFFFF !important; }
    .slider-section #rev_slider_2 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_2 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_2 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_2 .btn {
    font-size: 18px !important;
    border-radius: 0;
    padding: 11px 55px !important;
    margin: 0 2px !important; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_2 .btn {
        padding: 10px 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_2 .btn {
        padding: 10px 25px !important; } }
    .slider-section #rev_slider_2 .btn::before {
      border-radius: 0; }
    .slider-section #rev_slider_2 .btn.color-bg {
      background: #FFFFFF !important;
      color: #48c7ec !important; }
      .slider-section #rev_slider_2 .btn.color-bg::before {
        background-color: #092a48; }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_2 .btn {
        display: none; } }
  .slider-section #rev_slider_2:hover .tparrows.tp-leftarrow, .slider-section #rev_slider_2:hover .tparrows.tp-rightarrow {
    opacity: 1; }
  .slider-section #rev_slider_2 .tparrows.tp-leftarrow, .slider-section #rev_slider_2 .tparrows.tp-rightarrow {
    top: 55% !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    text-align: center !important;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_2 .tparrows.tp-leftarrow, .slider-section #rev_slider_2 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_2 .tparrows.tp-leftarrow, .slider-section #rev_slider_2 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_2 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_2 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_2 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_2 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_2 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_2 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_2 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_2 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_2 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_2 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }
  .slider-section #rev_slider_3 .font-extra-bold {
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
    color: #fff;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_3 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_3 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_3 .font-extra-bold {
        font-size: 1.1em !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_3 .font-medium {
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 32px !important;
    color: #fff !important; }
    .slider-section #rev_slider_3 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_3 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_3 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_3 .slider-btn {
    padding: 0 !important; }
    .slider-section #rev_slider_3 .slider-btn .btn {
      font-size: 18px !important;
      border-radius: 0;
      padding: 11px 55px !important;
      margin: 0 2px !important; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_3 .slider-btn .btn {
          padding: 10px 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_3 .slider-btn .btn {
          padding: 10px 25px !important; } }
      .slider-section #rev_slider_3 .slider-btn .btn::before {
        border-radius: 0; }
      .slider-section #rev_slider_3 .slider-btn .btn.color-bg {
        background: #FFFFFF !important;
        color: #48c7ec !important;
        margin-left: 15px !important; }
        .slider-section #rev_slider_3 .slider-btn .btn.color-bg::before {
          background-color: #092a48; }
      @media only screen and (max-width: 479px) {
        .slider-section #rev_slider_3 .slider-btn .btn {
          display: none; } }
  .slider-section #rev_slider_3:hover .tparrows.tp-leftarrow, .slider-section #rev_slider_3:hover .tparrows.tp-rightarrow {
    opacity: 1; }
  .slider-section #rev_slider_3 .tparrows.tp-leftarrow, .slider-section #rev_slider_3 .tparrows.tp-rightarrow {
    top: 55% !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    text-align: center !important;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_3 .tparrows.tp-leftarrow, .slider-section #rev_slider_3 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_3 .tparrows.tp-leftarrow, .slider-section #rev_slider_3 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_3 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_3 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_3 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_3 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_3 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_3 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_3 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_3 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_3 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_3 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }
  .slider-section #rev_slider_4 .font-extra-bold {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 90px !important;
    color: #FFFFFF;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_4 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_4 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_4 .font-extra-bold {
        font-size: 25px !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_4 .font-medium {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #FFFFFF !important; }
    .slider-section #rev_slider_4 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_4 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_4 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_4 .btn {
    font-size: 18px !important;
    line-height: 34px !important;
    border-radius: 0;
    padding: 11px 55px !important;
    margin: 0 2px !important; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_4 .btn {
        padding: 10px 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_4 .btn {
        padding: 10px 25px !important; } }
    .slider-section #rev_slider_4 .btn::before {
      border-radius: 0; }
    .slider-section #rev_slider_4 .btn.color-bg {
      background: #FFFFFF !important;
      color: #48c7ec !important; }
      .slider-section #rev_slider_4 .btn.color-bg::before {
        background-color: #092a48; }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_4 .btn {
        display: none; } }
  .slider-section #rev_slider_4:hover .tparrows.tp-leftarrow, .slider-section #rev_slider_4:hover .tparrows.tp-rightarrow {
    opacity: 1; }
  .slider-section #rev_slider_4 .tparrows.tp-leftarrow, .slider-section #rev_slider_4 .tparrows.tp-rightarrow {
    top: 55% !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    text-align: center !important;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_4 .tparrows.tp-leftarrow, .slider-section #rev_slider_4 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_4 .tparrows.tp-leftarrow, .slider-section #rev_slider_4 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_4 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_4 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_4 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_4 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_4 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_4 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_4 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_4 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_4 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_4 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }
  .slider-section #rev_slider_5 .font-extra-bold {
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 90px !important;
    color: #FFFFFF;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_5 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_5 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_5 .font-extra-bold {
        font-size: 25px !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_5 .font-medium {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    color: #FFFFFF !important; }
    .slider-section #rev_slider_5 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_5 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_5 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_5 .btn {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 34px !important;
    border-radius: 25px;
    padding: 7px 40px !important;
    margin: 0 2px !important; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_5 .btn {
        padding: 10px 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_5 .btn {
        padding: 10px 25px !important; } }
    .slider-section #rev_slider_5 .btn::before {
      border-radius: 25px; }
    .slider-section #rev_slider_5 .btn.color-bg {
      background: #FFFFFF !important;
      color: #48c7ec !important; }
      .slider-section #rev_slider_5 .btn.color-bg::before {
        background-color: #092a48; }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_5 .btn {
        display: none; } }
  .slider-section #rev_slider_5:hover .tparrows.tp-leftarrow, .slider-section #rev_slider_5:hover .tparrows.tp-rightarrow {
    opacity: 1; }
  .slider-section #rev_slider_5 .tparrows.tp-leftarrow, .slider-section #rev_slider_5 .tparrows.tp-rightarrow {
    top: 63% !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    text-align: center !important;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_5 .tparrows.tp-leftarrow, .slider-section #rev_slider_5 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_5 .tparrows.tp-leftarrow, .slider-section #rev_slider_5 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_5 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_5 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_5 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_5 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_5 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_5 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_5 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_5 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_5 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_5 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }
  .slider-section #rev_slider_6 .font-extra-bold {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 90px !important;
    color: #092a48;
    margin: 14px 0 15px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-section #rev_slider_6 .font-extra-bold {
        font-size: 40px !important;
        line-height: 60px !important; } }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_6 .font-extra-bold {
        font-size: 30px !important;
        line-height: 50px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_6 .font-extra-bold {
        font-size: 25px !important;
        line-height: 40px !important;
        margin: 0 0 9px !important; } }
  .slider-section #rev_slider_6 .font-medium {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #092a48 !important; }
    .slider-section #rev_slider_6 .font-medium.text-center {
      text-align: center !important; }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_6 .font-medium {
        font-size: 16px !important;
        line-height: 25px !important;
        margin: 0 0 9px !important; } }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_6 .font-medium {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 30px 0 9px !important; } }
  .slider-section #rev_slider_6 .btn {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 34px !important;
    border-radius: 5px;
    padding: 7px 63px !important;
    margin: 0 2px !important; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_6 .btn {
        padding: 10px 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_6 .btn {
        padding: 10px 25px !important; } }
    .slider-section #rev_slider_6 .btn::before {
      border-radius: 5px; }
    .slider-section #rev_slider_6 .btn.color-bg {
      background: #FFFFFF !important;
      color: #48c7ec !important; }
      .slider-section #rev_slider_6 .btn.color-bg::before {
        background-color: #092a48; }
    @media only screen and (max-width: 479px) {
      .slider-section #rev_slider_6 .btn {
        display: none; } }
  .slider-section #rev_slider_6:hover .tparrows.tp-leftarrow, .slider-section #rev_slider_6:hover .tparrows.tp-rightarrow {
    opacity: 1; }
  .slider-section #rev_slider_6 .tparrows.tp-leftarrow, .slider-section #rev_slider_6 .tparrows.tp-rightarrow {
    top: 55% !important;
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    text-align: center !important;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 991px) {
      .slider-section #rev_slider_6 .tparrows.tp-leftarrow, .slider-section #rev_slider_6 .tparrows.tp-rightarrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        line-height: 40px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-section #rev_slider_6 .tparrows.tp-leftarrow, .slider-section #rev_slider_6 .tparrows.tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        line-height: 30px !important; } }
    .slider-section #rev_slider_6 .tparrows.tp-leftarrow:hover, .slider-section #rev_slider_6 .tparrows.tp-rightarrow:hover {
      background: #48c7ec !important; }
      .slider-section #rev_slider_6 .tparrows.tp-leftarrow:hover::before, .slider-section #rev_slider_6 .tparrows.tp-rightarrow:hover::before {
        color: #FFFFFF !important; }
    .slider-section #rev_slider_6 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_6 .tparrows.tp-rightarrow::before {
      font-size: 20px !important;
      line-height: 50px !important;
      color: #48c7ec !important;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 991px) {
        .slider-section #rev_slider_6 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_6 .tparrows.tp-rightarrow::before {
          line-height: 40px !important; } }
      @media only screen and (max-width: 767px) {
        .slider-section #rev_slider_6 .tparrows.tp-leftarrow::before, .slider-section #rev_slider_6 .tparrows.tp-rightarrow::before {
          line-height: 30px !important;
          font-size: 16px !important; } }

/* =========================================================
        Counting-Section STYLE 
============================================================ */
.counting-section {
  background: url(../images/counter-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 991px) {
    .counting-section {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 599px) {
    .counting-section {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 479px) {
    .counting-section {
      background-attachment: inherit; } }
  .counting-section .counting-pusher {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .counting-section .counting-pusher {
        display: block; } }
    .counting-section .counting-pusher .counting-wrapper {
      flex: 1; }
      @media only screen and (max-width: 991px) {
        .counting-section .counting-pusher .counting-wrapper {
          width: 50%;
          float: left;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 499px) {
        .counting-section .counting-pusher .counting-wrapper {
          width: 100%;
          float: none;
          margin-bottom: 30px; } }
      .counting-section .counting-pusher .counting-wrapper .icon {
        width: 73px;
        height: 73px;
        text-align: center;
        border: 4px solid #48c7ec; }
        @media only screen and (max-width: 599px) {
          .counting-section .counting-pusher .counting-wrapper .icon {
            width: 50px;
            height: 50px;
            border: 2px solid #48c7ec; }
            .counting-section .counting-pusher .counting-wrapper .icon img {
              width: 40px; } }
        .counting-section .counting-pusher .counting-wrapper .icon img {
          padding: 10px; }
      .counting-section .counting-pusher .counting-wrapper .content {
        margin: 10px 0 0 90px; }
        @media only screen and (max-width: 599px) {
          .counting-section .counting-pusher .counting-wrapper .content {
            margin: 5px 0 0 65px; } }
        .counting-section .counting-pusher .counting-wrapper .content .count-description .timer {
          font-size: 48px;
          font-weight: 600;
          line-height: 24px;
          color: #48c7ec;
          margin-bottom: 20px; }
          @media only screen and (max-width: 599px) {
            .counting-section .counting-pusher .counting-wrapper .content .count-description .timer {
              font-size: 35px;
              line-height: 15px; } }
          @media only screen and (max-width: 479px) {
            .counting-section .counting-pusher .counting-wrapper .content .count-description .timer {
              font-size: 30px; } }
        .counting-section .counting-pusher .counting-wrapper .content p {
          font-size: 18px;
          line-height: 24px;
          color: #FFFFFF;
          margin-bottom: 0; }
          @media only screen and (max-width: 599px) {
            .counting-section .counting-pusher .counting-wrapper .content p {
              font-size: 16px; } }


/* =========================================================
        Service-Section STYLE 
============================================================ */
.service-section {
  background-color: #092a48; }
  .service-section .section-title {
    margin-bottom: 65px; }
    @media only screen and (max-width: 479px) {
      .service-section .section-title {
        margin-bottom: 20px; } }
    .service-section .section-title h2 {
      color: #FFFFFF; }
  .service-section .first-row {
    margin-bottom: 45px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .service-section .first-row {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 991px) {
      .service-section .first-row {
        margin-bottom: 0; } }
  .service-section .service-wrapper {
    position: relative;
    padding: 40px 40px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .service-section .service-wrapper {
        padding: 40px 15px; } }
    @media only screen and (max-width: 991px) {
      .service-section .service-wrapper {
        padding: 40px 20px; } }
    @media only screen and (max-width: 767px) {
      .service-section .service-wrapper {
        padding: 20px 20px; } }
    .service-section .service-wrapper:hover {
      /*background-color: $white;*/ }
      .service-section .service-wrapper:hover .wrapper-content h3 a {
        color: #002e5b; }
        .service-section .service-wrapper:hover .wrapper-content h3 a:hover {
          color: #48c7ec; }
      .service-section .service-wrapper:hover .hover .hover-one,
      .service-section .service-wrapper:hover .hover .hover-two,
      .service-section .service-wrapper:hover .hover .hover-three,
      .service-section .service-wrapper:hover .hover .hover-four {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    .service-section .service-wrapper i {
      position: relative;
      font-size: 24px;
      color: #48c7ec;
      float: left;
      z-index: 5; }
      @media only screen and (max-width: 479px) {
        .service-section .service-wrapper i {
          font-size: 20px; } }
    .service-section .service-wrapper .wrapper-content {
      position: relative;
      margin-left: 43px;
      z-index: 5; }
      @media only screen and (max-width: 479px) {
        .service-section .service-wrapper .wrapper-content {
          margin-left: 30px; } }
      .service-section .service-wrapper .wrapper-content h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 9px; }
        @media only screen and (max-width: 767px) {
          .service-section .service-wrapper .wrapper-content h3 {
            font-size: 22px;
            line-height: 27px; } }
        @media only screen and (max-width: 479px) {
          .service-section .service-wrapper .wrapper-content h3 {
            font-size: 20px;
            line-height: 25px; } }
        .service-section .service-wrapper .wrapper-content h3 a {
          color: #FFFFFF; }
          .service-section .service-wrapper .wrapper-content h3 a:hover {
            color: #48c7ec; }
      .service-section .service-wrapper .wrapper-content p {
        color: #9a9a9a;
        margin-bottom: 0; }
    .service-section .service-wrapper .hover .hover-one,
    .service-section .service-wrapper .hover .hover-two,
    .service-section .service-wrapper .hover .hover-three,
    .service-section .service-wrapper .hover .hover-four {
      position: absolute;
      left: 0;
      width: 100%;
      height: 25%;
      background: #FFFFFF;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0); }
    .service-section .service-wrapper .hover .hover-one {
      top: 0;
      border-radius: 5px 5px 0 0;
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .service-section .service-wrapper .hover .hover-two {
      top: 25%;
      -webkit-transition-delay: 0.105s;
      -moz-transition-delay: 0.105s;
      -o-transition-delay: 0.105s;
      transition-delay: 0.105s; }
    .service-section .service-wrapper .hover .hover-three {
      top: 50%;
      -webkit-transition-delay: 0.105s;
      -moz-transition-delay: 0.105s;
      -o-transition-delay: 0.105s;
      transition-delay: 0.105s; }
    .service-section .service-wrapper .hover .hover-four {
      top: 75%;
      border-radius: 0 0 5px 5px;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

/* =========================================================
        Contact-Section STYLE 
============================================================ */
.contact-section {
  position: relative; }
  .contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 505px;
    background-color: #f3f3f3; }
  .contact-section .contact-wrapper {
    padding: 85px 100px 55px;
    box-shadow: 0 0 15px #d6d5d5; }
    @media only screen and (max-width: 991px) {
      .contact-section .contact-wrapper {
        padding: 50px 100px; } }
    @media only screen and (max-width: 767px) {
      .contact-section .contact-wrapper {
        padding: 50px; } }
    @media only screen and (max-width: 479px) {
      .contact-section .contact-wrapper {
        padding: 50px 15px; } }
    .contact-section .contact-wrapper .section-title {
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        .contact-section .contact-wrapper .section-title {
          margin-bottom: 30px; } }
      .contact-section .contact-wrapper .section-title h2 {
        font-weight: 500;
        color: #222222;
        margin-bottom: 15px; }
      .contact-section .contact-wrapper .section-title p {
        color: #666666; }
    .contact-section .contact-wrapper .form-section .contact-form .form-group .form-control {
      font-size: 16px;
      color: #8f969e;
      background-color: #eef1f5;
      border: 0;
      box-shadow: none;
      border-radius: 5px;
      padding: 22px 30px; }
      .contact-section .contact-wrapper .form-section .contact-form .form-group .form-control:focus {
        border: 0; }
      @media only screen and (max-width: 479px) {
        .contact-section .contact-wrapper .form-section .contact-form .form-group .form-control {
          font-size: 14px;
          padding: 20px; } }
    .contact-section .contact-wrapper .form-section .contact-form .form-group .btn {
      width: 100%; }
      @media only screen and (max-width: 479px) {
        .contact-section .contact-wrapper .form-section .contact-form .form-group .btn {
          padding: 6px 16px; } }
    .contact-section .contact-wrapper .location {
      margin: 15px 0 0 20px; }
      @media only screen and (max-width: 991px) {
        .contact-section .contact-wrapper .location {
          margin: 50px 0 0 0; } }
      .contact-section .contact-wrapper .location li {
        margin-bottom: 15px; }
        .contact-section .contact-wrapper .location li:last-child {
          margin-bottom: 0; }
        .contact-section .contact-wrapper .location li i {
          font-size: 20px;
          color: #48c7ec;
          float: left;
          margin-top: 7px; }
          @media only screen and (max-width: 479px) {
            .contact-section .contact-wrapper .location li i {
              margin-top: 3px; } }
        .contact-section .contact-wrapper .location li .text {
          font-size: 18px;
          line-height: 34px;
          color: #7c828b;
          margin-left: 45px; }
          @media only screen and (max-width: 479px) {
            .contact-section .contact-wrapper .location li .text {
              font-size: 16px;
              line-height: 27px;
              margin-left: 35px; } }
  @media only screen and (max-width: 991px) {
    .contact-section {
      height: auto;
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .contact-section {
      padding: 60px 0; } }
  .contact-section .contact-left-bar {
    position: relative;
    background: rgba(24, 65, 106, 0.96);
    padding: 70px 55px 65px;
    border-radius: 8px;
    margin: -55px 0 0;
    z-index: 5; }
    @media only screen and (max-width: 991px) {
      .contact-section .contact-left-bar {
        margin: 0; } }
    @media only screen and (max-width: 479px) {
      .contact-section .contact-left-bar {
        padding: 40px 15px 35px; } }
    .contact-section .contact-left-bar .header {
      font-size: 18px;
      font-weight: 500;
      line-height: 34px;
      color: #48c7ec; }
    .contact-section .contact-left-bar h4 {
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      color: #FFFFFF;
      margin: 8px 0; }
      @media only screen and (max-width: 479px) {
        .contact-section .contact-left-bar h4 {
          line-height: 30px; } }
    .contact-section .contact-left-bar p {
      font-size: 15px;
      color: #9daab8; }
    .contact-section .contact-left-bar .contact-form {
      margin-top: 42px; }
      .contact-section .contact-left-bar .contact-form .padding-right {
        padding-right: 7px; }
        @media only screen and (max-width: 767px) {
          .contact-section .contact-left-bar .contact-form .padding-right {
            padding-right: 15px; } }
      .contact-section .contact-left-bar .contact-form .padding-left {
        padding-left: 7px; }
        @media only screen and (max-width: 767px) {
          .contact-section .contact-left-bar .contact-form .padding-left {
            padding-left: 15px; } }
      .contact-section .contact-left-bar .contact-form .form-group .form-control {
        font-size: 14px;
        border: 0;
        border-radius: 5px;
        padding: 22px 25px; }
        .contact-section .contact-left-bar .contact-form .form-group .form-control::placeholder {
          color: #8f969e; }
      .contact-section .contact-left-bar .contact-form .form-group .submitBtn {
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        border: 0;
        border-radius: 5px;
        padding: 7px 25px;
        color: #FFFFFF;
        background: #48c7ec; }
      .contact-section .contact-left-bar .contact-form .selection .dropdown-select {
        width: 100%;
        color: #8f969e;
        border: 0;
        border-radius: 5px;
        padding: 10px 20px;
        margin-bottom: 15px; }
  .contact-section .contact-right-bar img {
    margin-top: -175px;
    margin-left: -145px;
    z-index: 1; }


/* =========================================================
        Signup-Section STYLE 
============================================================ */
.signup-section {
  background: url(../images/signup-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    .signup-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 479px) {
    .signup-section {
      padding: 60px 0; } }
  @media only screen and (max-width: 550px) {
    .signup-section {
      background-attachment: inherit; } }
  .signup-section .contact-wrapper {
    margin-top: 85px; }
    @media only screen and (max-width: 767px) {
      .signup-section .contact-wrapper {
        margin-top: 0; } }
    .signup-section .contact-wrapper h3 {
      font-size: 30px;
      font-weight: 400;
      line-height: 42px;
      color: #FFFFFF;
      margin-bottom: 23px; }
      @media only screen and (max-width: 991px) {
        .signup-section .contact-wrapper h3 {
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .signup-section .contact-wrapper h3 {
          font-size: 30px;
          line-height: 35px;
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .signup-section .contact-wrapper h3 {
          font-size: 25px;
          line-height: 30px; } }
      .signup-section .contact-wrapper h3 span {
        font-weight: 600; }
    .signup-section .contact-wrapper .signupForm .form-wrapper {
      position: relative; }
      .signup-section .contact-wrapper .signupForm .form-wrapper .searchBar {
        width: 100%;
        border-radius: 25px;
        border: 0;
        background: #FFFFFF;
        box-shadow: none;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 400; }
        .signup-section .contact-wrapper .signupForm .form-wrapper .searchBar::placeholder {
          color: #4e5860; }
        .signup-section .contact-wrapper .signupForm .form-wrapper .searchBar:focus {
          border: 0;
          outline: none; }
        @media only screen and (max-width: 767px) {
          .signup-section .contact-wrapper .signupForm .form-wrapper .searchBar {
            padding: 10px 15px; } }
        @media only screen and (max-width: 479px) {
          .signup-section .contact-wrapper .signupForm .form-wrapper .searchBar {
            padding: 8px 15px; } }
      .signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        border-radius: 25px;
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        background: #48c7ec;
        height: 100%;
        padding: 0 50px;
        margin: 0; }
        @media only screen and (max-width: 479px) {
          .signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary {
            font-size: 15px;
            padding: 0 25px; } }
        .signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary::before {
          display: none; }
  .signup-section .caption img {
    max-width: 100%;
    margin-top: -60px; }

/* =========================================================
        Finance-Service-Section STYLE 
============================================================ */
.finance-service-section .section-title {
  margin-bottom: 50px; }
  .finance-service-section .section-title .link {
    font-size: 18px;
    font-weight: 600; }
.finance-service-section .finance-carousel .finance-wrapper {
  position: relative;
  box-shadow: 0 0 10px #e0e0e0;
  margin: 35px 5px 5px 5px; }
  .finance-service-section .finance-carousel .finance-wrapper:hover .border .border-one,
  .finance-service-section .finance-carousel .finance-wrapper:hover .border .border-two,
  .finance-service-section .finance-carousel .finance-wrapper:hover .border .border-three,
  .finance-service-section .finance-carousel .finance-wrapper:hover .border .border-four {
    opacity: 1;
    transform: scale(1); }
  .finance-service-section .finance-carousel .finance-wrapper .icon {
    position: relative;
    width: 90px;
    height: 90px;
    background: #ef5a28;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(-33px);
    box-shadow: 0 2px 10px #cccccc;
    z-index: 5; }
    .finance-service-section .finance-carousel .finance-wrapper .icon img {
      width: auto;
      padding: 16px;
      margin: 0 auto; }
  .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: -17px 0 7px; }
    .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 a {
      color: #222222; }
      .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 a:hover {
        color: #002050; }
  .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #383838;
    padding: 0 20px 20px;
    margin-bottom: 0;
    height: 85px;}
  .finance-service-section .finance-carousel .finance-wrapper .border .border-one,
  .finance-service-section .finance-carousel .finance-wrapper .border .border-two,
  .finance-service-section .finance-carousel .finance-wrapper .border .border-three,
  .finance-service-section .finance-carousel .finance-wrapper .border .border-four {
    position: absolute;
    background: #ef5a28;
    opacity: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .finance-service-section .finance-carousel .finance-wrapper .border .border-one {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1); }
  .finance-service-section .finance-carousel .finance-wrapper .border .border-two {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scale(1, 0); }
  .finance-service-section .finance-carousel .finance-wrapper .border .border-three {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1); }
  .finance-service-section .finance-carousel .finance-wrapper .border .border-four {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scale(1, 0); }
.finance-service-section .finance-carousel .owl-nav {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .finance-service-section .finance-carousel .owl-nav {
      margin-top: 20px;
	  display: none} }
  .finance-service-section .finance-carousel .owl-nav .owl-prev,
  .finance-service-section .finance-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    line-height: 30px;
    border: 2px solid #48c7ec;
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .finance-service-section .finance-carousel .owl-nav .owl-prev:hover,
    .finance-service-section .finance-carousel .owl-nav .owl-next:hover {
      background: #092a48;
      border: 2px solid #092a48; }
    .finance-service-section .finance-carousel .owl-nav .owl-prev i,
    .finance-service-section .finance-carousel .owl-nav .owl-next i {
      font-size: 12px;
      color: #48c7ec; }


/* =========================================================
        Footer STYLE 
============================================================ */
.footer-section {
  position: relative;
  background: #fff; }
  .footer-section .footer-container {
    padding: 95px 0px; }
    @media only screen and (max-width: 991px) {
      .footer-section .footer-container {
        padding: 80px 0 70px; } }
    @media only screen and (max-width: 767px) {
      .footer-section .footer-container {
        padding: 60px 0; } }
    @media only screen and (max-width: 767px) {
      .footer-section .footer-container .footer-wrapper {
        padding-bottom: 40px; } }
    .footer-section .footer-container .footer-wrapper .last-wrapper {
      margin-bottom: 0; }
    .footer-section .footer-container .footer-wrapper img {
      max-width: 100%; }
    .footer-section .footer-container .footer-wrapper .location {
      margin-top: 45px; }
      @media only screen and (max-width: 767px) {
        .footer-section .footer-container .footer-wrapper .location {
          margin-top: 30px; } }
      .footer-section .footer-container .footer-wrapper .location li {
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          .footer-section .footer-container .footer-wrapper .location li {
            margin-bottom: 15px; } }
        .footer-section .footer-container .footer-wrapper .location li:last-child {
          margin-bottom: 0; }
        .footer-section .footer-container .footer-wrapper .location li i {
          font-size: 24px;
          color: #48c7ec;
          vertical-align: top; }
          @media only screen and (max-width: 991px) {
            .footer-section .footer-container .footer-wrapper .location li i {
              font-size: 25px; } }
        .footer-section .footer-container .footer-wrapper .location li .content {
          font-size: 15px;
          line-height: 25px;
          color: #aaa;
          display: inline-block;
          margin-left: 15px; }
          @media only screen and (max-width: 991px) {
            .footer-section .footer-container .footer-wrapper .location li .content {
              font-size: 16px;
              line-height: 27px;
              margin-left: 10px; } }
    .footer-section .footer-container .footer-wrapper h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      color: #1b3b75;
      text-transform: uppercase; }
.footer-section .footer-container .footer-wrapper h4{
	color:#1b3b75;
}
    .footer-section .footer-container .footer-wrapper p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      color: #1A1A1A;
      margin-bottom: 0; }
    .footer-section .footer-container .footer-wrapper .social-icon {
      margin-top: 40px; }
      @media only screen and (max-width: 991px) {
        .footer-section .footer-container .footer-wrapper .social-icon {
          margin-top: 25px; } }
      .footer-section .footer-container .footer-wrapper .social-icon li {
        display: inline-block;
        font-size: 20px;
        margin-right: 20px; }
        @media only screen and (max-width: 991px) {
          .footer-section .footer-container .footer-wrapper .social-icon li {
            margin-right: 18px; } }
        .footer-section .footer-container .footer-wrapper .social-icon li:last-child {
          margin-right: 0; }
        .footer-section .footer-container .footer-wrapper .social-icon li a {
          color: #FFFFFF; }
          .footer-section .footer-container .footer-wrapper .social-icon li a:hover {
            color: #48c7ec; }
    .footer-section .footer-container .footer-wrapper .wrapper-option {
      float: left;
      margin-top: -5px; }
      .footer-section .footer-container .footer-wrapper .wrapper-option li {
        font-size: 16px;
        line-height: 36px; }
        .footer-section .footer-container .footer-wrapper .wrapper-option li a {
          color: #1A1A1A; }
          .footer-section .footer-container .footer-wrapper .wrapper-option li a:hover {
            color: #ef5a28; }
  .footer-section .copy-right {
    background-color: #061d31;
    padding: 16px 0;
    border-top: 1px solid #203548; }
    .footer-section .copy-right p {
      font-size: 16px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .footer-section .copy-right p {
          font-size: 14px; } }
      @media only screen and (max-width: 479px) {
        .footer-section .copy-right p {
          font-size: 12px; } }


/* =========================================================
        HomePageThree-STYLE 
============================================================ */
.homePageThree .header-section .top-bar {
  min-height: 50px;
  line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .homePageThree .header-section .top-bar {
      line-height: 35px; } }
  .homePageThree .header-section .top-bar .header-left-bar .contact-wrapper li {
    font-size: 16px;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      .homePageThree .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 14px; } }
  .homePageThree .header-section .top-bar .header-right-bar {
    margin-bottom: -20px; }
    @media only screen and (max-width: 991px) {
      .homePageThree .header-section .top-bar .header-right-bar {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .homePageThree .header-section .top-bar .header-right-bar {
        margin-bottom: -10px; } }
    .homePageThree .header-section .top-bar .header-right-bar .social-icon {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .homePageThree .header-section .top-bar .header-right-bar .social-icon li {
          margin-right: 10px; } }
      .homePageThree .header-section .top-bar .header-right-bar .social-icon li:last-child {
        margin-right: 0; }
      .homePageThree .header-section .top-bar .header-right-bar .social-icon li i {
        color: #FFFFFF; }
        .homePageThree .header-section .top-bar .header-right-bar .social-icon li i:hover {
          color: #48c7ec; }
.homePageThree .header-section .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #8c8c8c;
  transition: .5s; }
  .homePageThree .header-section .navbar.sticky {
    background-color: #fff; }
    .homePageThree .header-section .navbar.sticky .navbar-collapse {
      width: auto; }
  .homePageThree .header-section .navbar .navbar-header .navbar-brand img {
    padding: 5px 0; }
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav {
    margin: 0; }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
      color: #1c3b74;
      line-height: 90px; }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
      color: #ef5a28; }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
      top: 65px; }
.homePageThree .slider-section .tp-banner-container .tp-banner .button .btn {
  border-radius: 0; }
@media only screen and (max-width: 767px) {
  .homePageThree .boost-section {
    display: block; } }
.homePageThree .boost-section .section-title {
  margin-bottom: 52px; }
  @media only screen and (max-width: 767px) {
    .homePageThree .boost-section .section-title {
      margin-bottom: 30px; } }
.homePageThree .boost-section .boost-wrapper:hover .boost-content {
  padding: 52px 25px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  @media only screen and (max-width: 767px) {
    .homePageThree .boost-section .boost-wrapper:hover .boost-content .wrapper-content p {
      opacity: 1; } }
.homePageThree .boost-section .boost-wrapper .boost-content {
  padding: 15px 25px 45px 25px;
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  transform: translateY(70%); }
  .homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content {
    margin-top: 8px; }
    @media only screen and (max-width: 767px) {
      .homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content {
        margin-top: 0; }
        .homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content p {
          opacity: 0; } }
    @media only screen and (max-width: 767px) {
      .homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content h4 {
        font-size: 20px;
        margin-bottom: 4px; } }
.homePageThree .boost-section .owl-nav {
  margin-top: 55px; }
  @media only screen and (max-width: 991px) {
    .homePageThree .boost-section .owl-nav {
      margin-top: 20px; } }
  .homePageThree .boost-section .owl-nav .owl-prev,
  .homePageThree .boost-section .owl-nav .owl-next {
    background: transparent;
    color: #cecece;
    padding: 0;
    margin: 0 70px; }
    @media only screen and (max-width: 767px) {
      .homePageThree .boost-section .owl-nav .owl-prev,
      .homePageThree .boost-section .owl-nav .owl-next {
        margin: 0 95px; } }
.homePageThree .boost-section .owl-dots {
  margin-top: -27px; }
  @media only screen and (max-width: 600px) {
    .homePageThree .boost-section .owl-dots {
      margin-top: 0; } }
  .homePageThree .boost-section .owl-dots .owl-dot.active span {
    background: #092a48; }
  .homePageThree .boost-section .owl-dots .owl-dot span {
    margin: 0 12px;
    background: transparent;
    border: 1px solid #092a48; }
.homePageThree .news-section {
  background: #ebeef0; }
  .homePageThree .news-section .news-wrapper .news-content {
    background: #FFFFFF; }
  .homePageThree .news-section .news-wrapper .video-content .news-content {
    background: transparent; }
  .homePageThree .news-section .link .btn {
    border-radius: 0; }
.homePageThree .project-section .link .btn {
  border-radius: 0; }
  .homePageThree .project-section .link .btn::before {
    border-radius: 0; }

/* =========================================================
        SubPage-STYLE 
============================================================ */
.subPage .header-title {
  background: url(../images/header-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    .subPage .header-title {
      background-attachment: inherit; } }
.subPage .header-section .top-bar {
  min-height: 50px;
  line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .subPage .header-section .top-bar {
      line-height: 35px; } }
  .subPage .header-section .top-bar .header-left-bar .contact-wrapper li {
    font-size: 14px;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      .subPage .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 13px; } }
  .subPage .header-section .top-bar .header-right-bar {
    margin-bottom: -20px; }
    @media only screen and (max-width: 991px) {
      .subPage .header-section .top-bar .header-right-bar {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .subPage .header-section .top-bar .header-right-bar {
        margin-bottom: -10px; } }
    .subPage .header-section .top-bar .header-right-bar .social-icon {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .subPage .header-section .top-bar .header-right-bar .social-icon li {
          margin-right: 10px; } }
      .subPage .header-section .top-bar .header-right-bar .social-icon li:last-child {
        margin-right: 0; }
      .subPage .header-section .top-bar .header-right-bar .social-icon li i {
        color: #FFFFFF; }
        .subPage .header-section .top-bar .header-right-bar .social-icon li i:hover {
          color: #48c7ec; }
.subPage .header-section .navbar {
  background-color: transparent;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: .5s; }
  .subPage .header-section .navbar.sticky {
    background-color: #FFFFFF; }
    .subPage .header-section .navbar.sticky .navbar-collapse {
      width: auto; }
  .subPage .header-section .navbar .navbar-header .navbar-brand img {
    padding: 20px 0; }
  .subPage .header-section .navbar .navbar-collapse .navbar-nav {
    margin: 0; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li a, .subPage .header-section .navbar .navbar-collapse .navbar-nav li .search-view, .subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
      color: #222222;
      line-height: 90px; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li.active a, .subPage .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
      color: #48c7ec; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu, .subPage .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
      top: 90px; }

/* =========================================================
        AboutPage-STYLE 
============================================================ */
.aboutPage .finance-service-section .section-title {
  margin-bottom: 13px; }
.aboutPage .finance-service-section .finance-carousel .finance-wrapper {
  box-shadow: none;
  border: 1px solid #e7e8e8;
  border-bottom: 0; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content {
    position: relative;
    z-index: 5; }
    .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a {
      color: #FFFFFF; }
      .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a:hover {
        color: #48c7ec; }
    .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content p {
      color: #FFFFFF; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-one,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-two,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-three,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-four {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .icon {
    background: transparent;
    box-shadow: none;
    transform: translateY(0);
    margin: 30px auto 10px; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content {
    border-bottom: 4px solid #48c7ec; }
    .aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 {
      margin: 0 0 15px; }
    .aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p {
      padding: 0 35px 38px; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three,
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four {
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    background: #092a48;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one {
    top: 0;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two {
    top: 25%;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three {
    top: 49%;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s; }
  .aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four {
    top: 74%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
/* =========================================================
        service-Page-STYLE 
============================================================ */
.service-page-section .side-bar {
  margin-right: 50px; }
  @media only screen and (max-width: 1199px) {
    .service-page-section .side-bar {
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-page-section .side-bar .page-list {
      width: 50%;
      float: left;
      margin-right: 50px; } }
  .service-page-section .side-bar .page-list li {
    margin-bottom: 8px; }
    .service-page-section .side-bar .page-list li:last-child {
      margin-bottom: 0; }
    .service-page-section .side-bar .page-list li:hover a, .service-page-section .side-bar .page-list li.active a {
      color: #48c7ec; }
    .service-page-section .side-bar .page-list li a {
      font-size: 18px;
      line-height: 30px;
      color: #333333;
      border: 2px solid #f3f3f3;
      padding: 9px 30px;
      display: block;
      border-radius: 8px; }
      @media only screen and (max-width: 479px) {
        .service-page-section .side-bar .page-list li a {
          padding: 6px 20px; } }
      .service-page-section .side-bar .page-list li a i {
        font-size: 22px;
        margin-top: 5px;
        float: right; }
  .service-page-section .side-bar .location {
    margin: 65px 0 55px; }
    @media only screen and (max-width: 991px) {
      .service-page-section .side-bar .location {
        margin: 0 0 125px; } }
    @media only screen and (max-width: 767px) {
      .service-page-section .side-bar .location {
        margin: 35px 0; } }
    .service-page-section .side-bar .location .heading {
      font-size: 30px;
      font-weight: 500;
      line-height: 30px;
      color: #0d1d36; }
      @media only screen and (max-width: 991px) {
        .service-page-section .side-bar .location .heading {
          font-size: 25px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .service-page-section .side-bar .location .heading {
          font-size: 22px;
          margin-bottom: 5px; } }
    .service-page-section .side-bar .location li {
      margin-bottom: 15px; }
      .service-page-section .side-bar .location li:last-child {
        margin-bottom: 0; }
      .service-page-section .side-bar .location li i {
        font-size: 20px;
        color: #48c7ec;
        float: left;
        margin-top: 7px; }
        @media only screen and (max-width: 991px) {
          .service-page-section .side-bar .location li i {
            margin: 4px 10px 0 0; } }
        @media only screen and (max-width: 479px) {
          .service-page-section .side-bar .location li i {
            margin-top: 3px; } }
      .service-page-section .side-bar .location li .text {
        font-size: 18px;
        line-height: 34px;
        color: #7c828b;
        margin-left: 45px; }
        @media only screen and (max-width: 991px) {
          .service-page-section .side-bar .location li .text {
            font-size: 16px;
            line-height: 27px;
            margin-left: 35px; } }
  .service-page-section .side-bar .brochure h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #0d1d36; }
    @media only screen and (max-width: 991px) {
      .service-page-section .side-bar .brochure h4 {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .service-page-section .side-bar .brochure h4 {
        font-size: 22px;
        margin-bottom: 5px; } }
  .service-page-section .side-bar .brochure p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #666666;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .service-page-section .side-bar .brochure p {
        font-size: 14px;
        line-height: 25px; } }
  .service-page-section .side-bar .brochure span {
    font-size: 16px;
    color: #48c7ec;
    border: 2px solid #48c7ec;
    border-radius: 8px;
    display: block;
    padding: 10px 30px;
    margin-bottom: 18px;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .service-page-section .side-bar .brochure span a {
      color: #48c7ec; }
    .service-page-section .side-bar .brochure span:hover {
      border: 2px solid #092a48;
      background: #092a48; }
    @media only screen and (max-width: 991px) {
      .service-page-section .side-bar .brochure span {
        padding: 8px 30px;
        margin-bottom: 10px; } }
    .service-page-section .side-bar .brochure span i {
      font-size: 22px;
      color: #48c7ec;
      margin-right: 10px; }
@media only screen and (max-width: 991px) {
  .service-page-section .working-section {
    margin-top: 50px; } }
.service-page-section .working-section .header {
  margin-bottom: 30px; }
  .service-page-section .working-section .header h2 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #031633;
    margin-bottom: 53px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .service-page-section .working-section .header h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 767px) {
      .service-page-section .working-section .header h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 479px) {
      .service-page-section .working-section .header h2 {
        font-size: 25px;
        line-height: 30px; } }
    .service-page-section .working-section .header h2::before {
      content: "";
      position: absolute;
      width: 75px;
      height: 5px;
      left: 0;
      bottom: -13px;
      background-color: #48c7ec; }
      @media only screen and (max-width: 1200px) {
        .service-page-section .working-section .header h2::before {
          display: none; } }
  .service-page-section .working-section .header p {
    font-size: 15px;
    line-height: 25px;
    color: #6a6a6a;
    margin-left: 30px; }
    @media only screen and (max-width: 767px) {
      .service-page-section .working-section .header p {
        margin-left: 0; } }
.service-page-section .working-section .wrapper-content {
  margin-bottom: 52px; }
  .service-page-section .working-section .wrapper-content.last-wrapper {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .service-page-section .working-section .wrapper-content {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 479px) {
    .service-page-section .working-section .wrapper-content {
      margin-bottom: 30px; } }
  .service-page-section .working-section .wrapper-content img {
    width: 100%; }
  .service-page-section .working-section .wrapper-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin: 13px 0 22px;
    padding-bottom: 36px; }
    .service-page-section .working-section .wrapper-content h3::before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      left: 0;
      bottom: -1px;
      background-color: #48c7ec;
      -webkit-transition: 0.8s;
      -khtml-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .service-page-section .working-section .wrapper-content h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .service-page-section .working-section .wrapper-content h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media only screen and (max-width: 479px) {
      .service-page-section .working-section .wrapper-content h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 13px 0 15px;
        padding-bottom: 15px; } }
  .service-page-section .working-section .wrapper-content:hover h3::before {
    width: 100%; }
  .service-page-section .working-section .wrapper-content .link {
    font-size: 18px;
    font-weight: 500;
    color: #222222; }
    .service-page-section .working-section .wrapper-content .link:hover {
      color: #48c7ec; }
    .service-page-section .working-section .wrapper-content .link i {
      transform: rotate(90deg); }
    @media only screen and (max-width: 479px) {
      .service-page-section .working-section .wrapper-content .link {
        font-size: 15px; } }
.service-page-section .working-section .first-part {
  margin-bottom: 40px; }
@media only screen and (max-width: 991px) {
  .service-page-section .single-service-wrapper {
    /*margin-top: 50px;*/ } }
.service-page-section .single-service-wrapper h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  color: #0d1d36; }
  @media only screen and (max-width: 991px) {
    .service-page-section .single-service-wrapper h3 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .service-page-section .single-service-wrapper h3 {
      font-size: 25px; } }
  @media only screen and (max-width: 479px) {
    .service-page-section .single-service-wrapper h3 {
      font-size: 22px;
      line-height: 25px; } }
.service-page-section .single-service-wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
  margin-bottom: 30px; }
  .service-page-section .single-service-wrapper p:nth-child(3) {
    margin-bottom: 25px; }
.service-page-section .single-service-wrapper .service-list {
  margin-bottom: 40px; }
  .service-page-section .single-service-wrapper .service-list li {
    font-size: 16px;
    line-height: 28px;
    color: #6a6a6a;
    margin-bottom: 2px; }
    .service-page-section .single-service-wrapper .service-list li i {
      vertical-align: middle;
      margin-right: 5px; }
.service-page-section .single-service-wrapper #service-carousel {
  margin-bottom: 100px; }
  @media only screen and (max-width: 479px) {
    .service-page-section .single-service-wrapper #service-carousel {
      margin-bottom: 60px; } }
  .service-page-section .single-service-wrapper #service-carousel .carousel-indicators {
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -65px; }
    @media only screen and (max-width: 479px) {
      .service-page-section .single-service-wrapper #service-carousel .carousel-indicators {
        bottom: -40px; } }
    .service-page-section .single-service-wrapper #service-carousel .carousel-indicators li {
      width: 7px;
      height: 7px;
      background-color: #c6c6c6;
      border: 0;
      margin: 0 20px; }
      @media only screen and (max-width: 479px) {
        .service-page-section .single-service-wrapper #service-carousel .carousel-indicators li {
          margin: 0 10px; } }
      .service-page-section .single-service-wrapper #service-carousel .carousel-indicators li.active {
        width: 15px;
        height: 15px;
        background-color: #48c7ec;
        margin: -3px 20px; }
        @media only screen and (max-width: 479px) {
          .service-page-section .single-service-wrapper #service-carousel .carousel-indicators li.active {
            margin: -3px 10px; } }
  .service-page-section .single-service-wrapper #service-carousel .carousel-inner img {
    width: 100%; }
.service-page-section .single-service-wrapper .service-tab {
  padding-top: 17px; }
  .service-page-section .single-service-wrapper .service-tab .nav-tabs {
    border-bottom: 1px solid #48c7ec; }
    .service-page-section .single-service-wrapper .service-tab .nav-tabs li {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin: 0; }
      @media only screen and (max-width: 479px) {
        .service-page-section .single-service-wrapper .service-tab .nav-tabs li {
          font-size: 16px;
          font-weight: 400; } }
      .service-page-section .single-service-wrapper .service-tab .nav-tabs li.active a {
        color: #FFFFFF;
        background-color: #48c7ec; }
        .service-page-section .single-service-wrapper .service-tab .nav-tabs li.active a:hover {
          color: #FFFFFF;
          background-color: #48c7ec; }
      .service-page-section .single-service-wrapper .service-tab .nav-tabs li a {
        color: #48c7ec;
        margin: 0;
        border: 0;
        border-radius: 5px;
        padding: 10px 50px; }
        @media only screen and (max-width: 767px) {
          .service-page-section .single-service-wrapper .service-tab .nav-tabs li a {
            padding: 10px 30px; } }
        @media only screen and (max-width: 479px) {
          .service-page-section .single-service-wrapper .service-tab .nav-tabs li a {
            padding: 8px 20px; } }
        .service-page-section .single-service-wrapper .service-tab .nav-tabs li a:hover {
          color: #48c7ec;
          background-color: #FFFFFF; }
  .service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane {
    margin-top: 22px; }
    .service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p {
      font-size: 15px;
      font-weight: 300;
      line-height: 25px;
      color: #6a6a6a; }
      @media only screen and (max-width: 479px) {
        .service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p {
          margin-bottom: 15px; } }
      .service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p:last-child {
        margin-bottom: 0; }

/* =========================================================
        ContactPage-STYLE 
============================================================ */
.contactPage .contact-section::before {
  display: none; }

/* =========================================================
        Scroll-To-Top-STYLE 
============================================================ */
#toTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #48c7ec;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #48c7ec;
  border-radius: 4px;
  text-align: center;
  z-index: 999; }

.owl-stage{
	transform:none !important;
    transition: 0s;
    width: 100% !important;
}
.owl-item{
	margin-right: 15px !important;
}
/* =========================================================
        SubPage-STYLE 
============================================================ */
.subPage .header-title {
  background: url(../images/inuix-images/slider-5.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    .subPage .header-title {
      background-attachment: inherit; } }
.subPage .header-section .top-bar {
  min-height: 50px;
  line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .subPage .header-section .top-bar {
      line-height: 35px; } }
  .subPage .header-section .top-bar .header-left-bar .contact-wrapper li {
    font-size: 14px;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      .subPage .header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 13px; } }
  .subPage .header-section .top-bar .header-right-bar {
    margin-bottom: -20px; }
    @media only screen and (max-width: 991px) {
      .subPage .header-section .top-bar .header-right-bar {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .subPage .header-section .top-bar .header-right-bar {
        margin-bottom: -10px; } }
    .subPage .header-section .top-bar .header-right-bar .social-icon {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .subPage .header-section .top-bar .header-right-bar .social-icon li {
          margin-right: 10px; } }
      .subPage .header-section .top-bar .header-right-bar .social-icon li:last-child {
        margin-right: 0; }
      .subPage .header-section .top-bar .header-right-bar .social-icon li i {
        color: #FFFFFF; }
        .subPage .header-section .top-bar .header-right-bar .social-icon li i:hover {
          color: #48c7ec; }
.subPage .header-section .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: .5s; }
  .subPage .header-section .navbar.sticky {
    background-color: #fff; }
    .subPage .header-section .navbar.sticky .navbar-collapse {
      width: auto; }
  .subPage .header-section .navbar .navbar-header .navbar-brand img {
    padding: 5px 0; }
  .subPage .header-section .navbar .navbar-collapse .navbar-nav {
    margin: 0; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li a, .subPage .header-section .navbar .navbar-collapse .navbar-nav li .search-view, .subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
      color: #1c3b74;
      line-height: 90px; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li.active a, .subPage .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
      color: #ef5a28; }
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu, .subPage .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,
    .subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
      top: 65px; }
.text-bold{
	font-weight: bold;
}