@import url("https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200;300;400;500;600;700;800&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  scroll-behavior: smooth;
  font-family: 'Josefin Sans', sans-serif; }

body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .section-bg-banner-1, .section-bg-banner-2, .section-bg-banner-3, .section-bg-banner-4, .welcome-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.separator--type-1 {
  position: relative; }
  .separator--type-1::before {
    content: "";
    height: 3px;
    width: 6px;
    background-color: #fe2600;
    position: absolute;
    bottom: 0;
    left: 0; }
  .separator--type-1:after {
    content: "";
    height: 3px;
    width: 20px;
    background-color: #194792;
    position: absolute;
    bottom: 0;
    left: 8px; }

.before-after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.gray-color {
  color: #8e989f; }

.blue-color {
  color: #194792; }

.red-color {
  color: #194792; }

.darkgray-color {
  color: #222222; }

.black-color {
  color: #010225; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gemunu Libre", sans-serif;
  color: #010225;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal; }

a {
  color: #010225;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fe2600; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #545b62; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-left: 10px; }

.icon-xs {
  font-size: 22px;
  line-height: 22px; }

.icon-sm {
  font-size: 30px;
  line-height: 2.7; }

.icon-md {
  font-size: 50px;
  line-height: normal; }

.unit {
  display: flex;
  flex: 0 1 100%; }
  .unit .unit-left, .unit .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 0; }
    .unit .unit-left .icon, .unit .unit-right .icon {
      position: relative;
      display: inline-block;
      font-weight: 400;
      font-style: normal;
      padding: 10px;
      border-radius: 5px; }
    .unit .unit-left .icons-circle, .unit .unit-right .icons-circle {
      background: #ffffff;
      height: 60px;
      width: 60px;
      border-radius: 58px 50px 123px 50px;
      line-height: 1;
      color: #6d6b65;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      font-size: 2em;
      /* opacity: .3; */
      box-shadow: 0.3rem 0.1rem #acb5b5; }
  .unit .unit-body {
    flex: 0 1 auto; }
    .unit .unit-body a {
      text-decoration: none;
      color: inherit; }
      .unit .unit-body a:hover {
        color: #194792; }

.para-ellipsis {
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ------:: Buttons----------- */
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

.button--effect-1 {
  color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .button--effect-1 {
      font-size: .656rem; } }
  .button--effect-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #194792, #072556);
    transition: all 0.3s;
    z-index: -1;
    box-shadow: 0px 0px 8px #275cb3; }
  .button--effect-1:hover {
    color: #000; }
    .button--effect-1:hover::before {
      opacity: 0;
      transform: scale(0.5, 0.5); }
    .button--effect-1:hover::after {
      opacity: 1;
      transform: scale(1, 1); }
  .button--effect-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    border: 2px solid #194792;
    transform: scale(1.2, 1.2);
    background: transparent; }

.button--effect-2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #010225;
  padding: 10px 15px 10px;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid #010225;
  text-transform: capitalize;
  z-index: 1; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .button--effect-2 {
      font-size: .656rem; } }
  .button--effect-2 i {
    font-size: 20px; }
  .button--effect-2:hover {
    color: #fff;
    border-color: #fe2600; }
    .button--effect-2:hover::before {
      opacity: 1;
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1); }
  .button--effect-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #fe2600;
    transition: all 0.4s;
    transform: scale(1, 0.5); }

/* ------:: Buttons //----------- */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 60px 0; }

.section-slightly-white {
  background-color: #f5f5f5; }

.section-slightly-gray {
  background-color: #f6f6f6; }

.section-slightly-lightblue {
  background-color: #d7e6ff; }

.section-bg-banner-1 {
  background-image: url(../images/banner/bg-1.jpg); }

.section-bg-banner-2 {
  background-image: url(../images/banner/bg-2.jpg); }

.section-bg-banner-3 {
  background-image: url(../images/banner/bg-3.jpg); }

.section-bg-banner-4 {
  background-image: url(../images/banner/bg-4.jpg);
  background-attachment: fixed; }

.swiper-container {
  padding: 40px 0; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: #194792;
  border-radius: 0;
  height: 50px;
  width: 50px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px; }

.swiper-button-prev,
.swiper-button-next {
  color: #fff; }

.swiper-pagination .swiper-button-next, .swiper-pagination .swiper-button-prev {
  color: #46a0a0 !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 0;
  opacity: .6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fe2600;
  opacity: 1; }

.section-title {
  margin-bottom: 30px; }
  .section-title h4 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #545b62;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .section-title h4 {
        font-size: .825rem; } }
    @media only screen and (min-width: 600px) {
      .section-title h4 {
        font-size: 1rem; } }
  .section-title h2 {
    position: relative;
    font-size: 2.3rem;
    color: #0341a7;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#194792, #011b46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .section-title h2:before {
      content: "";
      height: 1px;
      width: 113px;
      position: absolute;
      top: 55px;
      left: 0;
      background: linear-gradient(45deg, #194792, white);
      right: 40px;
      margin: 0 auto;
      text-align: center;
      z-index: 1; }
    .section-title h2:after {
      content: "";
      width: 113px;
      position: absolute;
      top: 62px;
      right: 0;
      left: 40px;
      margin: 0 auto;
      text-align: center;
      z-index: 1;
      background: linear-gradient(45deg, #ffffff, #194792);
      height: 1px; }
    @media only screen and (max-width: 600px) {
      .section-title h2 {
        font-size: 1rem; }
        .section-title h2:before {
          top: 25px; }
        .section-title h2:after {
          top: 32px; } }
    @media only screen and (min-width: 600px) {
      .section-title h2 {
        font-size: 1.1rem; }
        .section-title h2:before {
          top: 35px; }
        .section-title h2:after {
          top: 42px; } }
    @media only screen and (min-width: 992px) {
      .section-title h2 {
        font-size: 1.875rem; }
        .section-title h2:before {
          top: 55px; }
        .section-title h2:after {
          top: 62px; } }
    @media only screen and (min-width: 1200px) {
      .section-title h2 {
        font-size: 2.3rem; } }
    .section-title h2 span {
      color: #010225; }

.sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
  color: #194792;
  font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
      font-size: 1.15rem; } }

option {
  color: #010225; }

/* Tab List */
.nav-pills .nav-item {
  margin: .3rem; }
  .nav-pills .nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    color: #06758e;
    border: 1px solid transparent;
    background: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 100%;
    border-radius: 0;
    min-width: 150px;
    padding: .3rem .5rem;
    text-align: center;
    box-shadow: 0px 0px 150px 0px #0000001a; }
    .nav-pills .nav-item .nav-link span {
      display: block;
      font-size: 2.7rem;
      line-height: initial; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background: #194792;
  border-color: #194792; }

.tab-content-minheight {
  min-height: 60vh;
  padding: 20px;
  background: white;
  box-shadow: 0 0 25px #0000002b; }

.text-justify {
  text-align: justify; }

/* ------:: LightBox Gallery----------- */
.lightBox--gallery > ul > li {
  float: left;
  margin-bottom: 15px; }
  .lightBox--gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left; }
    .lightBox--gallery > ul > li a > img {
      transition: transform 0.15s ease 0s;
      transform: scale3d(1, 1, 1);
      width: 100%;
      height: 200px; }
    .lightBox--gallery > ul > li a:hover > img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .lightBox--gallery > ul > li a:hover .light-gallery-poster {
      width: 100%;
      height: 100%;
      background-color: #194792; }
      .lightBox--gallery > ul > li a:hover .light-gallery-poster > img {
        opacity: 1; }
    .lightBox--gallery > ul > li a .light-gallery-poster {
      left: 0;
      top: 0;
      position: absolute;
      background-color: #194792;
      width: 0%;
      height: 0%;
      transition: 0.6s;
      opacity: .80; }
      .lightBox--gallery > ul > li a .light-gallery-poster > img {
        left: 45%;
        opacity: 0;
        position: absolute;
        top: 40%;
        filter: invert(1);
        width: 40px;
        transition: opacity 0.3s ease 0s; }
.lightBox--gallery .justified-gallery > a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%; }
.lightBox--gallery .justified-gallery > a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1); }
.lightBox--gallery .justified-gallery > a:hover .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5); }
  .lightBox--gallery .justified-gallery > a:hover .light-gallery-poster > img {
    opacity: 1; }
.lightBox--gallery .justified-gallery > a .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s; }
  .lightBox--gallery .justified-gallery > a .light-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s; }
.lightBox--gallery .video > ul > li a > img {
  height: 100%;
  width: 100%; }
.lightBox--gallery .video .light-gallery-poster img {
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0; }

.social-icon {
  margin: 15px 0 0; }
  .social-icon .list-inline > li {
    display: inline-block; }
    .social-icon .list-inline > li .icon-xxs.icon-rect, .social-icon .list-inline > li .icon-xxs.icon-rounded, .social-icon .list-inline > li .icon-xxs.icon-circle, .social-icon .list-inline > li .icon-xxs.icon-outlined {
      width: 33px;
      height: 33px;
      line-height: 33px;
      font-size: 17px; }
    .social-icon .list-inline > li .icon-circle {
      border-radius: 2px;
      text-align: center; }
    .social-icon .list-inline > li .icon-gray-light-filled {
      border: none;
      background: #e0e3e7;
      text-decoration: none;
      transition: all .3s linear; }
      .social-icon .list-inline > li .icon-gray-light-filled:hover {
        color: #fff;
        transform: rotate(360deg); }
    .social-icon .list-inline > li .fa-facebook:hover {
      background: #395b98; }
    .social-icon .list-inline > li .fa-instagram:hover {
      background: #125486; }
    .social-icon .list-inline > li .fa-twitter:hover {
      background: #2ca7e0; }
    .social-icon .list-inline > li .fa-google-plus:hover {
      background: #d95139; }
    .social-icon .list-inline > li .fa-linkedin-square:hover {
      background: #0271ae; }
    .social-icon .list-inline > li .fa-pinterest:hover {
      background: #c8232c; }
    .social-icon .list-inline > li .fa-youtube:hover {
      background: #c4302b; }

.common-breadcrum-banner {
  background-color: #194792;
  background-image: url(../images/banner/breadcrum-banner.jpg);
  background-size: cover;
  background-position: 50% 80%;
  z-index: 1;
  min-height: 300px;
  display: flex;
  align-items: flex-end; }
  .common-breadcrum-banner:before {
    content: '';
    background: #d7e0f1a6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0; }
  .common-breadcrum-banner h1 {
    /*  color: $white-color; */
    font-weight: 600;
    margin-bottom: 20px;
    color: #0341a7;
    background: -webkit-linear-gradient(#194792, #011b46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .common-breadcrum-banner h1 {
        font-size: 1.3rem; } }
  .common-breadcrum-banner ul {
    display: inline-block;
    background: white;
    padding: 5px 20px;
    float: right; }
    .common-breadcrum-banner ul li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/"; }
    .common-breadcrum-banner ul li + li:last-child {
      color: #194792; }

button.button-slide {
  padding: .3em .5em; }

.reduced-inputHeight .form-floating > .form-control, .reduced-inputHeight .form-floating > .form-select {
  padding: 0.75rem .75rem;
  height: calc(3.5rem + -15px); }
.reduced-inputHeight .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.35rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out; }

.form-wrap {
  border-radius: 5px;
  box-shadow: 0 12px 54px 0 #69696980;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 25px; }

.list-custom {
  margin-bottom: 30px; }
  .list-custom li {
    padding-left: 25px;
    position: relative;
    text-align: justify;
    margin-bottom: 5px; }
    .list-custom li::before {
      content: "";
      position: absolute;
      height: 10px;
      width: 10px;
      background: #194792;
      top: 8px;
      left: 3px;
      border-radius: 0; }
    .list-custom li::after {
      content: "";
      position: absolute;
      height: 15px;
      width: 2px;
      background: #194792;
      top: 6px;
      left: 0px;
      border-radius: 0; }
    .list-custom li a {
      color: inherit;
      text-decoration: none;
      transition: all .2s linear; }
    .list-custom li:hover > a {
      padding-left: 5px;
      color: #194792; }

.link-list li {
  position: relative;
  margin-bottom: 12px; }
  .link-list li a {
    text-decoration: none;
    transition: all .2s linear; }
    .link-list li a:hover {
      color: #194792; }
      .link-list li a:hover:before {
        width: 100%; }
    .link-list li a:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background-color: #194792;
      width: 0;
      transition: .5s; }
  .link-list li:hover > a {
    color: #194792; }

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #629e44;
  border: none;
  margin-bottom: 20px;
  width: 100%; }
  .text-subline:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #629e44;
    /* background-size: 20px; */
    z-index: -1;
    transform: rotateZ(45deg); }

/* Table */
.table-responsive {
  padding: 10px; }
  .table-responsive .table-effect--primary {
    background: transparent;
    box-shadow: 2px 7px 15px -7px #00000087; }
    .table-responsive .table-effect--primary thead {
      background: #377438;
      border-bottom: 7px double #ffffff;
      background-image: linear-gradient(45deg, #3e7c3a, #629e44, #377438, #619d43, transparent);
      color: #fff; }
      .table-responsive .table-effect--primary thead th {
        vertical-align: middle;
        text-align: center; }
    .table-responsive .table-effect--primary tbody td {
      vertical-align: middle;
      font-size: .9rem;
      text-align: justify; }
      .table-responsive .table-effect--primary tbody td a {
        color: #000; }
        .table-responsive .table-effect--primary tbody td a:hover, .table-responsive .table-effect--primary tbody td a:visited, .table-responsive .table-effect--primary tbody td a:active {
          color: #194792; }
  .table-responsive .tbl--1 thead tr th:nth-child(1) {
    width: 23%; }
  .table-responsive .table-sr-no tbody tr td:nth-child(1),
  .table-responsive .tbl--1 tbody tr td:nth-child(4),
  .table-responsive .tbl--1 tbody tr td:nth-child(6),
  .table-responsive .tbl--3 tbody tr td:nth-child(2),
  .table-responsive .tbl--3 tbody tr td:nth-child(3),
  .table-responsive .tbl--3 tbody tr td:nth-child(4),
  .table-responsive .tbl--4 tbody tr td:nth-child(4),
  .table-responsive .tbl--6 tbody tr td {
    text-align: center; }
  .table-responsive .tbl--2 thead th {
    padding: 0; }
    .table-responsive .tbl--2 thead th:nth-child(2), .table-responsive .tbl--2 thead th:nth-child(4), .table-responsive .tbl--2 thead th:nth-child(5), .table-responsive .tbl--2 thead th:nth-child(11) {
      width: 5%; }
    .table-responsive .tbl--2 thead th:nth-child(1), .table-responsive .tbl--2 thead th:nth-child(3), .table-responsive .tbl--2 thead th:nth-child(7) {
      width: 3%; }
    .table-responsive .tbl--2 thead th:nth-child(6), .table-responsive .tbl--2 thead th:nth-child(8), .table-responsive .tbl--2 thead th:nth-child(10), .table-responsive .tbl--2 thead th:nth-child(12) {
      width: 15%; }
    .table-responsive .tbl--2 thead th:nth-child(9) {
      width: 11%; }
  .table-responsive .tbl--2 tbody td {
    padding: 5px; }
  .table-responsive .tbl--4 thead tr th:nth-child(3) {
    width: 42%; }
  .table-responsive .tbl--5 thead tr th:nth-child(2) {
    width: 25%; }
  .table-responsive .tbl--5 thead tr th:nth-child(3) {
    width: 35%; }
  .table-responsive .tbl--6 tbody tr td:nth-child(2) {
    text-align: justify !important; }
  .table-responsive .tbl--7 tbody tr td:nth-child(8) a {
    word-break: break-all; }
  .table-responsive .tbl--7 thead tr th:nth-child(1), .table-responsive .tbl--7 thead tr th:nth-child(6) {
    width: 5%; }
  .table-responsive .tbl--7 thead tr th:nth-child(2), .table-responsive .tbl--7 thead tr th:nth-child(5), .table-responsive .tbl--7 thead tr th:nth-child(8) {
    width: 20%; }
  .table-responsive .tbl--7 thead tr th:nth-child(3), .table-responsive .tbl--7 thead tr th:nth-child(4), .table-responsive .tbl--7 thead tr th:nth-child(7) {
    width: 10%; }
  .table-responsive tfoot {
    background: #02a0e1;
    color: #fff;
    font-weight: 600; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.brand {
  display: inline-block; }
  .brand .logo-text-name {
    width: 275px;
    margin-left: 5px; }
    @media only screen and (max-width: 600px) {
      .brand .logo-text-name {
        width: 165px; } }
    @media only screen and (min-width: 600px) {
      .brand .logo-text-name {
        width: 165px; } }
    @media only screen and (min-width: 992px) {
      .brand .logo-text-name {
        width: 275px; } }
  .brand .brand_name {
    overflow: hidden;
    color: #194792;
    font-size: 2.188rem;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gemunu Libre', sans-serif;
    line-height: normal;
    background: -webkit-linear-gradient(#194792, #012560);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 600px) {
      .brand .brand_name {
        font-size: 1rem; } }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /* ============ only desktop view ============ */
    /* ============ desktop view .end// ============ */ }
    .page-bg-top header .top-header {
      background-color: #e5efff;
      padding: 6px 0; }
      .page-bg-top header .top-header .input-group {
        box-shadow: 0 0 25px #dcdcdc;
        border-radius: 4rem; }
      .page-bg-top header .top-header .form-select {
        max-width: 25%;
        border-radius: 25px 0 0 25px; }
      .page-bg-top header .top-header .form-control {
        height: 42px; }
        .page-bg-top header .top-header .form-control:focus {
          box-shadow: none; }
      .page-bg-top header .top-header .search-btn {
        background-color: #194792;
        border-color: #194792;
        color: #fff;
        border-radius: 0 25px 25px 0; }
      .page-bg-top header .top-header .contact-no .unit-spacing-xs > * {
        margin-bottom: 0px;
        margin-left: 0px; }
      .page-bg-top header .top-header .contact-no .unit {
        line-height: initial;
        color: #194792; }
        .page-bg-top header .top-header .contact-no .unit .unit-left .icon-sm {
          line-height: 1; }
        .page-bg-top header .top-header .contact-no .unit .unit-body .info-box li {
          position: relative;
          font-size: 14px;
          line-height: 20px;
          color: #222222;
          font-weight: 400;
          text-transform: capitalize; }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background: #e9e9e9c4;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background: #ededed;
          padding: 0; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 70px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 40px; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
        margin-right: 0px !important; }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 30px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #010225;
          font-size: 0.938rem;
          display: block;
          line-height: 30px;
          font-weight: 600;
          padding: 15px 0;
          opacity: 1;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media (max-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 10px;
              padding: 1em 5% 13px;
              text-align: left;
              color: #677294; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #aaa;
            height: 1px;
            transition: all .5s; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #194792; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .active {
          color: #fe2600; }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
        content: "\f16b";
        font-family: 'Flaticon';
        font-size: 10px;
        border: none;
        padding: 0;
        color: inherit;
        float: right; }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        padding: 0; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
          border-bottom: 1px solid #19479221;
          width: 100%; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
            padding: .5em .5em;
            color: #010225;
            transition: .3s;
            padding: 10px 20px;
            line-height: 24px;
            font-weight: 400;
            font-size: .95rem;
            text-transform: capitalize;
            transition: all 500ms ease; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
              color: #fff;
              background-color: #fe2600;
              padding-left: .8em; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .active {
            color: #fff;
            background-color: #fe2600;
            padding-left: .8em; }
    .page-bg-top header .navbar.scrolled {
      background: #fff;
      box-shadow: 0 2px 28px 0 #0000003d;
      /* .brand .brand_name {
          font-size: 1.6rem;
      } */ }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 55px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 40px; } }
    @media all and (min-width: 992px) {
      .page-bg-top header .navbar .dropdown-menu-end {
        right: 0;
        left: auto; }
      .page-bg-top header .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        transition: all 300ms ease;
        border-radius: 0;
        min-width: 250px;
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
        width: 220px;
        background: #fff;
        border: 0;
        border-top: 2px solid #fe2600;
        box-shadow: 0 0 15px 0 #0000001a; }
      .page-bg-top header .navbar .nav-item:hover .nav-link {
        color: #fff; }
      .page-bg-top header .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: scaleY(0);
        transform-origin: 50% 0%; }
      .page-bg-top header .navbar .dropdown-menu.fade-up {
        top: 180%; }
      .page-bg-top header .navbar .nav-item:hover .dropdown-menu {
        border-radius: 0;
        box-shadow: 0 20px 14px #08080814;
        min-width: 250px;
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1); } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 70px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #010225;
        box-shadow: none; } }

/* ----------------------------------------------------------
:: Swiper Slider :: Home
---------------------------------------------------------- */
.home-slider {
  height: 100vh;
  background-color: #1f1f1f;
  /* @media only screen and (min-width: 1600px) {
      height: 100vh;
  } */ }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 41vh; }
      .home-slider .swiper-button-prev,
      .home-slider .swiper-button-next {
        display: none; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 100vh; } }
  .home-slider .swiper-container {
    padding: 0 !important; }
  .home-slider .swiper-home-slide {
    height: 100%;
    /* height: 100vh; */
    z-index: 2; }
    .home-slider .swiper-home-slide .swiper-slide {
      background-size: cover;
      background-position: 50% 50%;
      display: flex;
      justify-content: left;
      align-items: center;
      background-repeat: repeat; }
      @media only screen and (max-width: 600px) {
        .home-slider .swiper-home-slide .swiper-slide {
          margin-top: 25px; } }
      @media only screen and (min-width: 600px) {
        .home-slider .swiper-home-slide .swiper-slide {
          margin-top: 0px; } }
      .home-slider .swiper-home-slide .swiper-slide:before {
        content: '';
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
        z-index: 2;
        /* white-space: nowrap; */
        position: absolute;
        transform: translate(0%, 15%);
        left: 0;
        height: auto;
        width: 100%; }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm {
          background: #ffffffbf;
          padding: 30px; }
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            line-height: 60px; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 {
                font-size: 1rem;
                line-height: normal; } }
            .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h2 span {
              color: #194792;
              background: -webkit-linear-gradient(#fc2402, #891d0b);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h6 {
            margin: 20px 0;
            line-height: 1.5;
            position: relative;
            font-size: 1rem;
            color: #010225;
            font-weight: 400;
            font-family: "Josefin Sans", sans-serif; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm h6 {
                font-size: .6rem;
                margin: 0 0 10px; } }

/* ----------------------------------------------------------
:: welcome
---------------------------------------------------------- */
.welcome-area {
  background-image: url(../images/banner/bg-1.jpg);
  background-attachment: fixed; }
  .welcome-area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.80;
    z-index: -1;
    content: ""; }

.image-column {
  position: relative; }

.image-column .pattern-one {
  position: absolute;
  right: 0px;
  top: -70px;
  width: 329px;
  height: 494px;
  background: url(https://rstheme.com/products/html/braintech/assets/images/services/shape.png);
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.image-column .pattern-two {
  position: absolute;
  left: 0px;
  bottom: -70px;
  width: 329px;
  height: 494px;
  background: url(https://rstheme.com/products/html/braintech/assets/images/about/effect-1.png) no-repeat;
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.image-column .inner-column {
  position: relative;
  padding: 0px 70px; }

.image-column .image {
  position: relative;
  border: 3px solid #a1a1a1;
  background: #d7e3ec; }

.image-column .image:before {
  position: absolute;
  content: '';
  left: -12px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  border: 12px solid #ffffff; }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
/* ----------------------------------------------------------
:: Our Service
---------------------------------------------------------- */
.service-block {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 365px; }
  .service-block:hover .image-box .image:before {
    width: 100%;
    height: 100%;
    opacity: .80; }
  .service-block:hover .image-box .link {
    padding-right: 25px;
    opacity: 1;
    visibility: visible; }
  .service-block .image-box {
    position: relative; }
    .service-block .image-box .image {
      position: relative;
      margin-bottom: 0; }
      .service-block .image-box .image:before {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 0;
        width: 0;
        content: "";
        z-index: 1;
        background-color: #194792;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .service-block .image-box .image img {
        display: block;
        width: 100%;
        height: auto; }
    .service-block .image-box .link {
      position: absolute;
      right: 0px;
      bottom: 20px;
      opacity: 0;
      visibility: hidden;
      z-index: 9;
      text-align: right;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .service-block .image-box .link a {
        position: relative;
        font-size: 14px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif; }
  .service-block .lower-content {
    position: relative;
    padding-top: 25px; }
    .service-block .lower-content h3 {
      font-size: 1.6rem;
      font-weight: 700; }
      .service-block .lower-content h3 a {
        color: #010225;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .service-block .lower-content h3 a:hover {
          color: #fe2600; }
    .service-block .lower-content p {
      font-size: .9rem;
      margin: 0; }

/* ----------------------------------------------------------
:: Why Choose Us
---------------------------------------------------------- */
.why-choose-us:before {
  background-image: url(../images/banner/about.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1; }
  @media screen and (max-width: 600px) {
    .why-choose-us:before {
      background-image: none; } }

.squre-effect {
  position: relative;
  box-shadow: 0px 0px 150px 0px #0000001a;
  z-index: 1; }
  .squre-effect .icon-box {
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 4px; }
    .squre-effect .icon-box .img-effect i {
      display: inline-block;
      line-height: normal;
      font-size: 50px; }
    .squre-effect .icon-box h5 {
      font-size: 1em;
      font-weight: 600; }
  .squre-effect:hover:before {
    transform: rotate(7deg); }
  .squre-effect:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #194792;
    transform: rotate(0deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    transform: rotate(0deg); }

/* ----------------------------------------------------------
:: Team
---------------------------------------------------------- */
.team-block .inner-box {
  position: relative; }
  .team-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .team-block .inner-box:hover .image-box .social-links li {
    left: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
      transition-delay: 100ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
      transition-delay: 200ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
      transition-delay: 300ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
      transition-delay: 400ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
      transition-delay: 500ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
      transition-delay: 600ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
      transition-delay: 700ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
      transition-delay: 800ms; }
    .team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
      transition-delay: 900ms; }
.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden; }
  .team-block .image-box .image {
    position: relative;
    margin-bottom: 0; }
    .team-block .image-box .image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: all 5000ms ease;
      -moz-transition: all 5000ms ease;
      -ms-transition: all 5000ms ease;
      -o-transition: all 5000ms ease;
      transition: all 5000ms ease; }
.team-block .social-links {
  position: absolute;
  left: 0;
  top: 10%;
  transform: translateY(-10%); }
  .team-block .social-links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    left: -150px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .team-block .social-links li:last-child {
      margin-bottom: 0; }
    .team-block .social-links li a {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 30px;
      color: #ffffff;
      padding: .3rem .6rem;
      text-align: center;
      border-radius: 0 20px 20px 0;
      background-color: #ff2700;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .team-block .social-links li a:hover {
        background-color: #194792; }
.team-block .info-box {
  position: relative;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 24px #00000021; }
  .team-block .info-box h5 {
    position: relative;
    display: block;
    color: #010225;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0;
    font-size: 1.5rem; }
    .team-block .info-box h5:hover {
      color: #194792; }
  .team-block .info-box p {
    font-size: .9rem;
    font-weight: 400;
    margin: 0; }

/* ----------------------------------------------------------
:: Our Clients
---------------------------------------------------------- */
.client-image-box {
  text-align: center; }
  .client-image-box img {
    /* filter: drop-shadow(2px 4px 6px #222); */
    border: 1px solid #000;
    padding: 10px; }

/* ----------------------------------------------------------
:: Our Inner Page Testimonials 
---------------------------------------------------------- */
.testimonial-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #194792;
  opacity: 0.90;
  z-index: -1;
  content: ""; }
.testimonial-section .section-title h2,
.testimonial-section h4 {
  color: #fff;
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.testimonial-section .section-title h2:before {
  background-color: #fff; }
.testimonial-section .swiper-pagination-bullet {
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 0; }
.testimonial-section .swiper-pagination-bullet-active {
  background: #ffffff; }
.testimonial-section .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-section .swiper-pagination-custom,
.testimonial-section .swiper-pagination-fraction {
  bottom: -10px; }

.testimonials-block {
  box-shadow: 0px 0px 14px 0px #0000001a;
  border-radius: 20px 0 20px 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .testimonials-block {
      display: block; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .testimonials-block .testimonials-heading {
      display: block;
      text-align: center; }
      .testimonials-block .testimonials-heading h6 {
        font-size: .83rem; } }
  .testimonials-block .testimonials-heading .test-image {
    height: auto;
    width: 170px;
    border-radius: 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .testimonials-block .testimonials-heading .test-image {
        margin: 0 auto 15px; } }
    .testimonials-block .testimonials-heading .test-image img {
      height: 100%;
      width: 100%; }
  .testimonials-block .testimonials-heading .rating {
    font-size: 1.063rem;
    color: #c08c4d;
    text-align: center;
    margin: 10px 0; }
  .testimonials-block .test-comment {
    position: relative;
    padding: 0 50px 10px 80px; }
    .testimonials-block .test-comment:before {
      position: absolute;
      content: '';
      left: 28px;
      top: 0;
      width: 2px;
      height: 200px;
      background-color: #cacaca; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .testimonials-block .test-comment {
        padding: 0 0px 10px 60px; } }
    .testimonials-block .test-comment .quote-icon {
      position: absolute;
      left: 0px;
      top: 0; }
      .testimonials-block .test-comment .quote-icon:before {
        position: absolute;
        content: '';
        left: 22px;
        top: 50px;
        width: 2px;
        height: 110px;
        background-color: #cacaca; }
      .testimonials-block .test-comment .quote-icon:after {
        position: absolute;
        content: '';
        left: 34px;
        top: 50px;
        width: 2px;
        height: 110px;
        background-color: #cacaca; }
      .testimonials-block .test-comment .quote-icon .icon {
        position: absolute;
        left: 10px;
        top: 30px;
        width: 40px;
        height: 40px;
        z-index: 1;
        color: #777777;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
    .testimonials-block .test-comment p {
      text-align: justify; }
    .testimonials-block .test-comment .name h4 {
      text-transform: uppercase;
      font-size: 1.425rem;
      font-weight: 700; }
    .testimonials-block .test-comment .name h6 {
      color: #cbcbcb;
      text-transform: capitalize;
      font-size: 1rem;
      font-weight: 600; }

.best-sale-product {
  padding: 60px;
  background-color: #f7f8f9;
  position: relative; }
  @media screen and (max-width: 600px) {
    .best-sale-product {
      padding: 30px; } }

.best-sale-product__inner {
  /*   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; */ }

.best-sale-product__img {
  /*  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; */
  margin-top: -30px; }

.best-sale-product__info {
  /* max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; */ }

.best-sale-product__heading--main {
  line-height: 0.22;
  font-size: 4.7rem;
  color: rgba(1, 2, 37, 0.102);
  display: block;
  font-weight: 900;
  font-family: ui-monospace; }
  @media screen and (max-width: 600px) {
    .best-sale-product__heading--main {
      font-size: 2.7rem; } }

.best-sale-product__heading--sub {
  font-size: 2.8rem;
  color: #010225;
  display: block; }
  @media screen and (max-width: 600px) {
    .best-sale-product__heading--sub {
      font-size: 1.8rem; } }

.best-sale-product__desc {
  color: #010225;
  /* max-width: 56%; */ }

.best-sale-product__top-image {
  right: 9%;
  top: 0;
  position: absolute; }
  @media screen and (max-width: 600px) {
    .best-sale-product__top-image {
      opacity: .2; } }
  @media screen and (min-width: 600px) {
    .best-sale-product__top-image {
      opacity: .2; } }
  @media screen and (min-width: 992px) {
    .best-sale-product__top-image {
      opacity: 1; } }

/* ----------------------------------------------------------
:: Contact
---------------------------------------------------------- */
.serviceBox {
  background: #dee1f27d;
  text-align: center;
  padding: 0px 25px 10px;
  position: relative;
  transition: all 0.3s ease; }
  .serviceBox:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
    .serviceBox:hover .service-icon i {
      transform: rotateX(360deg);
      transition: all 0.3s; }
  .serviceBox:before {
    content: "";
    background: linear-gradient(to top, #103674, #779cd9);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 50px;
    bottom: 35px;
    left: 0; }
  .serviceBox:after {
    content: "";
    background: linear-gradient(to top, #103674, #779cd9);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 50px;
    bottom: 35px;
    left: 0;
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0; }
  .serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(-45deg, #103573 49%, #1a4c9f 50%);
    font-size: 2rem;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px #0003;
    transform: translateY(-20px);
    transition: all 0.3s ease; }
  .serviceBox .unit-spacing-xs > * {
    margin-bottom: 0px; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  background-color: #fe2600;
  box-shadow: 0px 0px 20px 0px #00000070;
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  border: 1px solid #fe2600;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #010225;
    border: 1px solid #010225;
    outline: 0; }

footer {
  font-size: 14px;
  z-index: 1;
  color: #000;
  padding: 0;
  background: #fff;
  position: relative;
  font-weight: 600;
  background: url(https://cdn.wallpapersafari.com/42/39/BycdKN.jpg);
  background-size: cover;
  background-position: 50% 30%; }
  footer:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #eaf2ffe8;
    z-index: -1; }
  footer .footer-top {
    /* .social-icon .list-inline > li .icon-gray-light-filled {
        background: #f0f4f6;
    } */ }
    footer .footer-top h6 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 10px;
      text-transform: uppercase; }
    footer .footer-top .separator--type-1 {
      margin-bottom: 30px; }
    footer .footer-top .icon {
      color: #565656; }
    footer .footer-top .unit .unit-left .icon,
    footer .footer-top .unit .unit-right .icon {
      padding: 0; }
  footer .footer-bottom {
    border-top: 1px solid #e1e2e6;
    padding: 25px 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    footer .footer-bottom p {
      text-align: center;
      margin: 0; }
      footer .footer-bottom p a {
        color: #010225;
        font-weight: 600;
        text-decoration: none; }
        footer .footer-bottom p a:hover {
          color: #194792; }

/* ----------------------------------------------------------
:: Responsive CSS
---------------------------------------------------------- */
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }
.error {
  position: relative !important;
  padding: 0 0 0 13px !important;
  color: #fe2600;
  transform: none !important;
  opacity: 1; }

.int-sticky-bar {
  width: 200px;
  right: -160px; }

.sticky-bar {
  display: block;
  top: 50%;
  right: -126px;
  position: fixed;
  z-index: 9;
  width: 167px; }
  .sticky-bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sticky-bar ul li {
      background-color: #1bd741;
      border-radius: 4px 0 0 4px;
      margin: 4px;
      transition: 0.4s;
      padding: 4px; }
      .sticky-bar ul li i {
        padding: 0 5px;
        font-size: 1.5rem; }
      .sticky-bar ul li .fa-envelope {
        font-size: 1.2rem; }
      .sticky-bar ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-size: 13px; }
      .sticky-bar ul li:hover {
        margin-left: -99px; }
      .sticky-bar ul li .st-label {
        margin-left: 5px; }
      .sticky-bar ul li:nth-child(5) {
        margin-left: -100px; }

/*# sourceMappingURL=style.css.map */
