/* ===========================

Template: Space;
Author: GrayGrids;

Index Of css

01. Common CSS
02. Header CSS
03. Hero CSS
04. About CSS
05. Service CSS
06. Process CSS
07. Pricing CSS
08. Testimonial CSS
09. Team CSS
10. Subscribe CSS
11. Blog CSS
12. Contact CSS
13. Footer CSS


========================== */
/*===========================
    01. Common CSS
===========================*/
/*
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
*/
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*max-width: 1158px;*/
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}
}
/*
:root{
    --hcolor:black;
}
*/
html {
  scroll-behavior: smooth; 
}

body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #86888b;
  overflow-x: hidden; 
}
img{
    width:100%;    
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #3763EB; }

a:focus,
a:hover {
  text-decoration: none; }

button {
  cursor: pointer; }

i,
span,
a {
  display: inline-block;
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #051441;
  margin: 0px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 40px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 31px; } }

h3 {
  font-size: 30px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #86888b;
  margin: 0px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 26px; } }

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px; } }

.gray-bg {
  background: #EFF2F9; }

.alert-link {
  font-weight: 600; }

.alert h4 {
  margin-bottom: 10px; }

.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #3763EB; }

.page-404-content h4 {
  font-size: 40px;
  color: #6A7C92; }

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
  background-size: 200% auto;
  overflow: hidden; }
  .theme-btn:hover, .theme-btn:focus {
    background-position: right center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
    box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45); }
  .theme-btn.border-btn {
    padding: 14px 40px;
    background: transparent;
    border: 1.5px solid #3763EB;
    color: #6A7C92;
    font-size: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.scroll-top {
  width: 45px;
  height: 45px;
  background: #3889ff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .scroll-top:hover {
    background: rgba(55, 99, 235, 0.7);
    color: #fff; }

@keyframes animation1 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.29; }
  50% {
    -webkit-transform: translateY(-700px);
    -moz-transform: translateY(-700px);
    -ms-transform: translateY(-700px);
    -o-transform: translateY(-700px);
    transform: translateY(-700px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0; } }

/*===== All Section Title Style =====*/
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #3763EB;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .section-title span {
      font-size: 20px; } }

.section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section-title h2 {
      line-height: 41px; } }

.section-title p {
  font-size: 18px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #3763EB #3763EB #F4EEFB;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #F4EEFB;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #F4EEFB;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

.mt-205 {
  margin-top: 205px; }

.mt-210 {
  margin-top: 210px; }

.mt-215 {
  margin-top: 215px; }

.mt-220 {
  margin-top: 220px; }

.mt-225 {
  margin-top: 225px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.mb-205 {
  margin-bottom: 205px; }

.mb-210 {
  margin-bottom: 210px; }

.mb-215 {
  margin-bottom: 215px; }

.mb-220 {
  margin-bottom: 220px; }

.mb-225 {
  margin-bottom: 225px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 50px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-205 {
  padding-top: 205px; }

.pt-210 {
  padding-top: 210px; }

.pt-215 {
  padding-top: 215px; }

.pt-220 {
  padding-top: 220px; }

.pt-225 {
  padding-top: 225px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-205 {
  padding-bottom: 205px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-215 {
  padding-bottom: 215px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-225 {
  padding-bottom: 225px; }

/*===========================
    02. Header CSS 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0; }

.sticky {
  position: fixed;
  z-index: 99;
  background: #3763EB;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 8px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
     width: 125px; 
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

.navbar-toggler {
  padding: 0px; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color:var(--hcolor);
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll; } }

.navbar-nav .nav-item {
  position: relative;
  z-index: 1; }
  .navbar-nav .nav-item:hover a {
    color: #3763EB; }
  .navbar-nav .nav-item a {
    font-size: 16px;
    color: #051441;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 20px;
    display: inline-flex;
    align-items: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav .nav-item a {
        padding: 20px 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        color: #051441;
        display: flex;
        justify-content: space-between;
        padding: 10px 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        color: #051441;
        display: flex;
        justify-content: space-between;
        padding: 10px 0; } }
    .navbar-nav .nav-item a.active {
      color: #3763EB; }
    .navbar-nav .nav-item a.dd-menu {
      padding-right: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .navbar-nav .nav-item a.dd-menu {
          padding-right: 30px; } }
      .navbar-nav .nav-item a.dd-menu::after {
        content: "\ea58";
        font: normal normal normal 1em/1 "LineIcons";
        position: absolute;
        right: 18px;
        font-size: 12px;
        margin-left: 5px;
        margin-top: 0px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .navbar-nav .nav-item a.dd-menu::after {
            right: 13px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-nav .nav-item a.dd-menu::after {
            right: 0; } }
        @media (max-width: 767px) {
          .navbar-nav .nav-item a.dd-menu::after {
            right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a.show::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover > .sub-menu {
        visibility: hidden;
        opacity: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover > .sub-menu {
        visibility: hidden;
        opacity: 0; } }
    .navbar-nav .nav-item:hover > .sub-menu .sub-menu {
      left: 100%;
      top: 0; }
  .navbar-nav .nav-item .sub-menu {
    min-width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0; }
    .navbar-nav .nav-item .sub-menu.left-menu {
      left: -100%; }
    .navbar-nav .nav-item .sub-menu::after {
      content: '';
      position: absolute;
      background: #fff;
      width: 20px;
      height: 20px;
      top: -10px;
      left: 20%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      border-left: 1px solid rgba(0, 0, 0, 0.05); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
        .navbar-nav .nav-item .sub-menu.show {
          max-height: 1000px;
          height: auto;
          opacity: 1;
          visibility: visible;
          transform: scaleY(1); }
        .navbar-nav .nav-item .sub-menu::after {
          display: none; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
        .navbar-nav .nav-item .sub-menu.show {
          max-height: 1000px;
          height: auto;
          opacity: 1;
          visibility: visible;
          transform: scaleY(1); }
        .navbar-nav .nav-item .sub-menu::after {
          display: none; } }
    .navbar-nav .nav-item .sub-menu > li {
      display: block;
      margin-left: 0; }
      .navbar-nav .nav-item .sub-menu > li:last-child {
        border: none; }
      .navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
        color: #3763EB; }
      .navbar-nav .nav-item .sub-menu > li:first-child a {
        border-top: none; }
      .navbar-nav .nav-item .sub-menu > li > a {
        font-weight: 400;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        color: #222;
        border-top: 1px solid rgba(0, 0, 0, 0.03); }
        .navbar-nav .nav-item .sub-menu > li > a:hover {
          background: rgba(0, 0, 0, 0.05); }

.search-form {
  position: relative;
  width: 140px;
  height: 40px;
  border-radius: 50px;
  margin-left: 20px;}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-form {
      width: 220px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-form {
      width: 100%;
      margin: 10px 0; } }
  @media (max-width: 767px) {
    .search-form {
      width: 100%;
      margin: 10px 0; } }
  .search-form input {
    width: 100%;
    font-style: italic;
    height: 100%;
    padding: 0px 15px;
    border: 1px solid #F4EEFB;
    background: #fff;
    border-radius: 33px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .search-form input:focus {
      -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
  .search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 10px; }

/*===========================
    03. Hero CSS
===========================*/
.hero-section {
  padding-top: 100px; }
  .hero-section .hero-content-wrapper {
    padding-top: 150px;
    padding-bottom: 290px; }
    @media only screen and (min-width: 1400px) {
      .hero-section .hero-content-wrapper {
        padding-top: 130px;
        padding-bottom: 230px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .hero-section .hero-content-wrapper {
        padding-top: 130px;
        padding-bottom: 230px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-section .hero-content-wrapper {
        padding-top: 130px;
        padding-bottom: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-section .hero-content-wrapper {
        padding: 90px 0; } }
    @media (max-width: 767px) {
      .hero-section .hero-content-wrapper {
        padding: 90px 0 60px; } }
    .hero-section .hero-content-wrapper h2 {
      font-weight: 700;
      font-size: 25px;
      line-height: 50px;
      color: #3763EB;
      margin-bottom: 0; }
    .hero-section .hero-content-wrapper h1 {
      font-weight: bold;
      font-size: 50px;
      line-height: 65px;
      color: #051441;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .hero-section .hero-content-wrapper h1 {
          font-size: 40px;
          line-height: 52px; } }
    .hero-section .hero-content-wrapper p {
      font-size: 18px;
      line-height: 26px;
      color: #6A7C92;
      opacity: 0.8;
      margin-bottom: 30px; }
  .hero-section .hero-img {
    position: absolute;
    right: 0;
    top: 107px;
    width: 48%;
    text-align: right; }
    @media only screen and (min-width: 1400px) {
      .hero-section .hero-img {
        top: 70px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .hero-section .hero-img {
        top: 70px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-section .hero-img {
        top: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-section .hero-img {
        position: relative;
        width: 100%;
        top: 0; } }
    @media (max-width: 767px) {
      .hero-section .hero-img {
        position: relative;
        width: 100%;
        top: 0; } }
    .hero-section .hero-img.hero-img-2 {
      top: 0; }
    .hero-section .hero-img .hero-img-right {
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-section .hero-img .hero-img-right {
          position: static; } }
      @media (max-width: 767px) {
        .hero-section .hero-img .hero-img-right {
          position: static; } }
    .hero-section .hero-img img.dot-shape {
      position: absolute;
      left: -60px;
      bottom: 60px;
      z-index: -1; }
    .hero-section .hero-img .video-btn {
      position: absolute;
      left: -40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-section .hero-img .video-btn {
          left: 50%;
          -webkit-transform: translate(-50%);
          -moz-transform: translate(-50%);
          -ms-transform: translate(-50%);
          -o-transform: translate(-50%);
          transform: translate(-50%); } }
      @media (max-width: 767px) {
        .hero-section .hero-img .video-btn {
          left: 50%;
          -webkit-transform: translate(-50%);
          -moz-transform: translate(-50%);
          -ms-transform: translate(-50%);
          -o-transform: translate(-50%);
          transform: translate(-50%); } }
      .hero-section .hero-img .video-btn a {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #3763EB;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
        -moz-box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
        box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45); }
        .hero-section .hero-img .video-btn a:hover {
          -webkit-box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
          -moz-box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
          box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65); }
  .hero-section.hero-section-2 .hero-content-wrapper {
    padding-bottom: 200px; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 150px 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 150px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 90px 0; } }
    @media (max-width: 767px) {
      .hero-section.hero-section-2 .hero-content-wrapper {
        padding: 90px 0 60px; } }
  .hero-section.hero-section-2 .border-btn:hover {
    background: rgba(55, 99, 235, 0.7);
    color: #fff; }


.client-logo-carousel {
  margin: 0px 40px;
}    
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto; }
  .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 220px;
    width: 100%;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
      opacity: 1; }

.box-style {
  padding: 40px 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .box-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
    .box-style:hover .box-icon-style {
      color: #fff;
      border-color: transparent; }
      .box-style:hover .box-icon-style::after {
        opacity: 1;
        visibility: visible; }
  .box-style .box-icon-style {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #fff;
    border: 2px solid #3763EB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(#3763eb 0%, #6f58e8 100%);
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative; }
    .box-style .box-icon-style::after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background: linear-gradient(#3763eb 0%, #6f58e8 100%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: -1;
      border-radius: 50%;
      border: 1px solid transparent; }
  .box-style .box-content-style h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px; }

/*===========================
    04. About CSS 
===========================*/
.about-section {
  background: #EFF2F9;
  padding: 180px 0;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .about-section {
      padding: 120px 0; } }
  .about-section .about-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px; } }
    .about-section .about-img-wrapper img {
      width: 100%; }
    .about-section .about-img-wrapper .about-experience {
      width: 300px;
      border-radius: 27px;
      background: linear-gradient(to top left, #3763eb 0%, #6f58e8 100%);
      border: 5px solid #eff2f9;
      padding: 40px 20px;
      position: absolute;
      right: -40px;
      bottom: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-section .about-img-wrapper .about-experience {
          right: 40px; } }
      @media (max-width: 767px) {
        .about-section .about-img-wrapper .about-experience {
          right: 40px; } }
      .about-section .about-img-wrapper .about-experience h3 {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px; }
      .about-section .about-img-wrapper .about-experience p {
        color: #fff; }
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .about-section .about-content-wrapper .about-content .counter-up {
        display: block; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .about-section .about-content-wrapper .about-content .counter-up {
        display: flex; } }
    .about-section .about-content-wrapper .about-content .counter-up .counter {
      margin-right: 10px; }
      .about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
        margin-right: 0; }
      .about-section .about-content-wrapper .about-content .counter-up .counter span {
        font-size: 40px;
        font-weight: 600;
        color: #3763EB;
        display: block;
        margin-bottom: 8px; }
      .about-section .about-content-wrapper .about-content .counter-up .counter h4 {
        font-weight: 500;
        margin-bottom: 10px; }


/*===========================
    07. Pricing CSS 
===========================*/
.pricing-section .pricing-btn ul {
  display: inline-flex;
  border: 1px solid #F4EEFB;
  border-radius: 50px; }
  @media (max-width: 767px) {
    .pricing-section .pricing-btn ul {
      margin-bottom: 40px; } }
  .pricing-section .pricing-btn ul li.nav-item a {
    background: #fff;
    padding: 24px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #051441;
    box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16); }
    @media (max-width: 767px) {
      .pricing-section .pricing-btn ul li.nav-item a {
        padding: 20px;
        font-size: 14px; } }
    .pricing-section .pricing-btn ul li.nav-item a.active {
      color: #fff;
      background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
      background-size: 200%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px; }
    @media (max-width: 767px) {
      .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
        border-radius: 50px;
        padding: 20px 35px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
        border-radius: 50px 0 0 50px;
        padding: 20px 30px; } }
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0; }
    @media (max-width: 767px) {
      .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
        border-radius: 50px;
        padding: 20px 35px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
        border-radius: 0 50px 50px 0;
        padding: 20px 30px; } }

.pricing-section .single-pricing {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
  position: relative;
  z-index: 1; }
  .pricing-section .single-pricing h4 {
    margin-bottom: 25px;
    color: #6A7C92;
    font-weight: 600; }
  .pricing-section .single-pricing h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 40px; }
  .pricing-section .single-pricing ul {
    margin-bottom: 30px; }
    .pricing-section .single-pricing ul li {
      font-size: 16px;
      line-height: 40px; }
  .pricing-section .single-pricing a {
    margin-bottom: 20px; }
    .pricing-section .single-pricing a.border-btn:hover {
      background: rgba(55, 99, 235, 0.8);
      color: #fff; }
  .pricing-section .single-pricing.active {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2; }
    .pricing-section .single-pricing.active h3 {
      color: #3763EB; }


/*===========================
    10. Subscribe CSS 
===========================*/
.subscribe-section {
  position: relative; }
  .subscribe-section .subscribe-form {
    position: relative; }
    .subscribe-section .subscribe-form input {
      border: 2px solid transparent;
      border-radius: 50px;
      width: 100%;
      font-size: 16px;
      padding: 18px 30px;
      background: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .subscribe-section .subscribe-form input:focus {
        -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
        -moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.15); }
    .subscribe-section .subscribe-form button {
      border-radius: 50px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      border: none;
      background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
      background-size: 200%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      position: absolute;
      height: 54px;
      width: 54px;
      top: 5px;
      right: 5px; }
      .subscribe-section .subscribe-form button:hover {
        background-position: right center; }


/*===========================
    12. Contact CSS 
===========================*/
.contact-section {
  position: relative;
  z-index: 3; }
  .contact-section.cta-bg {
    clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
    z-index: 3; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-section.cta-bg {
        clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%); } }
    @media (max-width: 767px) {
      .contact-section.cta-bg {
        clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%); } }
    .contact-section.cta-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(to left, rgba(111, 88, 232, 0.18) 0%, #3763eb 100%); }
  .contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid #F4EEFB;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .contact-section .contact-item-wrapper .contact-item:hover {
      -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
      .contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
        -webkit-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
        -moz-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
        box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45); }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .contact-section .contact-item-wrapper .contact-item {
        padding: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column; } }
    .contact-section .contact-item-wrapper .contact-item .contact-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(#3763eb 0%, #6f58e8 100%);
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .contact-section .contact-item-wrapper .contact-item .contact-content {
      margin-left: 25px; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 0px;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 0px;
          margin-top: 20px; } }
      .contact-section .contact-item-wrapper .contact-item .contact-content h4 {
        font-size: 20px;
        color: #3763EB;
        margin-bottom: 10px; }

.comment-form-wrapper,
.contact-form-wrapper {
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #F4EEFB;
  margin-left: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .comment-form-wrapper:hover,
  .contact-form-wrapper:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .comment-form-wrapper,
    .contact-form-wrapper {
      margin-left: 30px; } }
  .comment-form-wrapper .comment-form input,
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form input,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form input,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form input,
  .contact-form-wrapper .contact-form textarea {
    padding: 18px 25px;
    border-radius: 30px;
    border: 1px solid #F4EEFB;
    margin-bottom: 25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .comment-form-wrapper .comment-form input,
      .comment-form-wrapper .comment-form textarea,
      .comment-form-wrapper .contact-form input,
      .comment-form-wrapper .contact-form textarea,
      .contact-form-wrapper .comment-form input,
      .contact-form-wrapper .comment-form textarea,
      .contact-form-wrapper .contact-form input,
      .contact-form-wrapper .contact-form textarea {
        padding: 12px 25px; } }
    .comment-form-wrapper .comment-form input:focus,
    .comment-form-wrapper .comment-form textarea:focus,
    .comment-form-wrapper .contact-form input:focus,
    .comment-form-wrapper .contact-form textarea:focus,
    .contact-form-wrapper .comment-form input:focus,
    .contact-form-wrapper .comment-form textarea:focus,
    .contact-form-wrapper .contact-form input:focus,
    .contact-form-wrapper .contact-form textarea:focus {
      border-color: #3763EB; }
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form textarea {
    border-radius: 18px; }
  .comment-form-wrapper .comment-form .theme-btn,
  .comment-form-wrapper .contact-form .theme-btn,
  .contact-form-wrapper .comment-form .theme-btn,
  .contact-form-wrapper .contact-form .theme-btn {
    font-weight: 500;
    padding: 18px 90px; }

.page-banner-section {
  margin-top: 107px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section {
      margin-top: 94px; } }
  .page-banner-section .banner-content h2 {
    margin-bottom: 20px; }
  .page-banner-section .banner-content .page-breadcrumb nav ol {
    background: none;
    padding: 0; }
    .page-banner-section .banner-content .page-breadcrumb nav ol li {
      color: rgba(255, 255, 255, 0.7);
      font-size: 20px;
      font-weight: 500; }
      .page-banner-section .banner-content .page-breadcrumb nav ol li::before {
        color: #fff; }
      .page-banner-section .banner-content .page-breadcrumb nav ol li a {
        color: #fff; }

.carousel-section-wrapper {
  position: relative;
  z-index: 3; }
  .carousel-section-wrapper .carousel-section {
    position: relative;
    z-index: 3; }
    .carousel-section-wrapper .carousel-section.clip-bg {
      clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .carousel-section-wrapper .carousel-section.clip-bg {
          clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%); } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .carousel-section-wrapper .carousel-section.clip-bg {
          clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%); } }
      @media (max-width: 767px) {
        .carousel-section-wrapper .carousel-section.clip-bg {
          clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%); } }
      .carousel-section-wrapper .carousel-section.clip-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(to right, rgba(111, 88, 232, 0.8) 0%, #3763eb 100%); }
    .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
      margin-bottom: 25px; }
    .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
      margin-bottom: 40px; }
    .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn {
      border-color: #fff;
      color: #fff; }
      .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn:hover {
        background: rgba(255, 255, 255, 0.2); }
  .carousel-section-wrapper .carousel-control {
    background: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F4EEFB;
    color: #fff;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; }
    .carousel-section-wrapper .carousel-control:hover {
      background: #fff;
      color: #3763EB; }
    .carousel-section-wrapper .carousel-control.carousel-control-next {
      left: auto;
      right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .carousel-section-wrapper .carousel-control {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        bottom: 80px;
        margin: auto; }
        .carousel-section-wrapper .carousel-control.carousel-control-prev {
          left: 42%; }
        .carousel-section-wrapper .carousel-control.carousel-control-next {
          left: 10%; } }
    @media (max-width: 767px) {
      .carousel-section-wrapper .carousel-control {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        bottom: 80px;
        margin: auto; }
        .carousel-section-wrapper .carousel-control.carousel-control-prev {
          left: 37%; }
        .carousel-section-wrapper .carousel-control.carousel-control-next {
          left: 23%; } }
    .carousel-section-wrapper .carousel-control span {
      background: none; }

/*===========================
    13. Footer CSS 
===========================*/
.footer {
  position: relative;
  z-index: 2;
  background-color: #212325; 
  color: white;
}


	@media (min-width: 375px) {
      .footer .footer-widget h4 {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .footer .footer-widget h4 {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .footer .footer-widget h4 {
        font-size: 24px; } }


		
  .footer .footer-widget .footer-desc {
    line-height: 30px; }
  .footer .footer-widget h4 {
    margin-bottom: 35px;
    font-weight: 500; }
		
  .footer .footer-widget ul.footer-links li a {
    color: white;
    display: block;
    line-height: 35px;
    transition: all .3s; }
    .footer .footer-widget ul.footer-links li a:hover {
      text-shadow: white;
     }
  .footer .footer-widget ul {
    padding-left: 0px; }
    .footer .footer-widget ul li {
      list-style: none; }
  .footer .footer-widget .footer-contact li p {
    line-height: 35px; font-size: 15px;}
  .footer .copyright-area {
    border-top: 2px solid rgba(106, 124, 146, 0.44);
    padding: 25px 0;
    font-size: 16px;
    position: relative;
    z-index: 2; }
    .footer .copyright-area p {
      text-align: right; }
      @media (max-width: 767px) {
        .footer .copyright-area p {
          font-size: 14px;
          text-align: center; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer .copyright-area p {
          font-size: 15px; } }
      .footer .copyright-area p a {
        color: #6A7C92; }
        .footer .copyright-area p a:hover {
          color: #3763EB; }

@media (max-width: 767px) {
  .footer-social-links {
    margin-bottom: 15px; } }

.footer-social-links ul {
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .footer-social-links ul {
      justify-content: center; } }
  .footer-social-links ul li {
    display: inline-block; }
    .footer-social-links ul li a {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-align: center;
      line-height: 45px;
      background: rgba(106, 124, 146, 0.1);
      display: block;
      font-size: 18px;
      color: #6A7C92;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .footer-social-links ul li a {
          padding: 0 7px;
          margin-right: 10px; } }
      .footer-social-links ul li a:hover {
        background: linear-gradient(#3763eb 0%, #6f58e8 100%);
        color: #fff; }



.breadcrumbs a {
  color: #86888b;
  font-weight: 500;
  font-size: 17px;
}
.breadcrumbs a:not(:last-child)::after {
  content: "|";   
  margin: 0px 7px 0px 12px;
    
}
.breadcrumbs a:not(:last-child) {
  text-decoration: underline;
}
.breadcrumbs a:last-child {
  color:#3889ff;
}
        



.page {    
    align-self: center; 
    background-color: #212325;
    background-repeat: no-repeat;    
    background-size: cover;
}

@media (max-width: 1720px) {
  .page {
   /* background-size: contain ;*/
  }
}




.sticky .navbar-brand img {
   max-width: 65px;  
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.sticky #nav {
  padding: 0px;
}


.footer h4 {
  color: white;
}


.footer ul {
  list-style: none;
}

.bg-black {
  padding: 45px 0px 45px 0px;  
  background-color: #191b1d;
  background-repeat: no-repeat;
}


.bg-white {
  background-color: white;
  padding: 50px 0px 50px 0px;
}

.bg-black h1, .page h1 {
  color: white;
  font-size: 36px;
  margin: 60px 0px 30px 0px;
  font-weight: 600;
}

.bg-white li::marker, .bg-black li::marker {
  color:  #3889ff;
  font-size: 19px;
}

.bg-white li, .bg-black li {
		margin-right: 15px;}

.bg-white ul, .bg-black ul {
  padding-left: 20px;
  margin-top: 5px;

}

.bg-black td {
  border: 2px solid #3889ff;
  padding: 6px 14px;
}


.description h4 {

    color:#1864fd;
    font-size: 16px;
    margin: 20px 0px 10px 0px;
    font-weight: 500;
}

.product-list .col {
  flex: initial;
}
.product-list .row {
  justify-content: flex-start;
}



.product-list img {
  max-width: 100%;
  border-radius: 3px;
}

.product-list .name {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.1;
  height: 65px;
  display: flex; 
  color: white;
  font-weight: 500;
}




.product-list {
  margin-top: 30px;
  padding: 0px 0px 15px 0px;
}


.product-list .col {
  margin-bottom: 40px;
  flex-basis: 30%;
  position: relative;
  flex-shrink: 0;  
}

.product-list .icon {
  background-repeat: no-repeat;  
  border-radius: 3px;
  width: fit-content;
  position: relative;    
}


.product-list .icon:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(148, 154, 172, 0.45);
  -moz-box-shadow: 0px 0px 30px rgba(148, 154, 172, 0.45);
  box-shadow: 0px 0px 30px rgba(148, 154, 172, 0.45);
  transform: scale(1.01);  
}


.contact-form  button {width: 100%;}

.contact-form .form-group {
  margin-bottom: 17px;
}

.contact-form textarea {
   height: 150px;
   border-radius: 5px;
   padding: 15px;
   width: 100%;   
}


.more-btn{
  left: 30px;
  bottom: 30px;
  position: absolute;
  font-size: 21px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
 
} 


.plus {
  border-radius: 50px;
  padding: 0px 0px;
  margin-right: 13px;
  font-size: 100px;
  color: black;
  line-height: 0.55;
  background-color: white;
  font-weight: 200;
}


.more-btn:hover{
  color:  white;
}

.more-btn div:hover{
  background-color: #3889ff;
  color: white;
}

.oc-text-matirials_block {
  background-color: #253a57;
  padding: 5px 15px;
  margin-top: 20px;
  color: white;
  border-left: 2px solid #3889ff;
  
}
.oc-text-matirials_block ul {list-style:none;}

.oc-text-matirials_block p, .oc-text-matirials_block li {color: white; margin-bottom: 5px;}
.oc-text-matirials_block h4 {font-weight: bold; color: white;}

@media (min-width: 800px) {
  .oc-text-matirials_block {
    width: 70%;   
  }

  .product-list .name {
    width: 100%;
  }
  
}


/* Плитка тегов*/
.litr-a {
    color: white;
}

a.litr-a:hover {
    text-decoration: none;
    color: white;
}

.litr:hover {
    /* width: 105%; */
    /* margin-right: 5px; */
    /* border-radius: 10px; */
    background: #86888b;
    color: white;
}

.litr {
    float: left;
    border: 1px solid #86888b;
    /* background: #86888b; */
    padding: 20px;
    border-radius: 5px;
    margin: 5px;
    /*background-image: url(https://sibtankigroup.ru/storage/app/media/uploaded-files/photo_2023-04-26_17-45-07.jpg);*/
}

/* Плитка тегов*/

.partnership h2 {
  font-size: 26px;
  color: #3889ff;
  margin-bottom: 20px;
  font-weight: 500;
}

.partnership .number {
  color: white;
  font-size: 24px;
}

.partnership {
  padding-top: 20px;
}

.partnership .row {    margin-bottom: 15px;}

.partnership-description {
  color:#86888b;
}

.partnership-description li::marker{

  color:  #3889ff;
  font-size: 19px;
}
.partnership-description  ul { padding-left: 22px; }

.partnership p {
  font-size: 17px;
  font-weight: 500;
}

#nav > li >  a { text-transform: uppercase;}

#nav > li > a::after {
 /*
  margin-left: 5px;
  color: #00a1ff;
  font-size: 21px;
  font-weight: 550;*/
}

.f-blue {
  color: #3889ff;
  font-weight: 700;
  font-size: 18px;
}

.f-white {
  color: white;
  font-weight: 500;
  font-size: 18px;
}


.f-grey {
  color: #86888b;  
  font-size: 18px;
  text-align: justify; 
}

.props .f-blue {font-size: 17px;}
.props .f-grey {font-size: 17px; line-height: 1.1;}
.props ul.f-grey  li::marker {font-size: 21px;}



 .f-indent {
  text-indent: 1.5em;
  margin-bottom: 15px;
}


ul.f-grey {
  list-style-type: disc;
  padding-left: 90px;  
}

ul.f-grey li::first-letter{
  /*text-transform: lowercase;  */
}

ul.f-grey  li::marker {
  color: #0d6efd;
  font-size: 25px;
}

.props {
  margin-bottom: 25px;
}

blue {
  color: #0d6efd;
  font-weight: 500;
}

white {
  color: white;
  font-weight: 500;
}


.breadcrumbs {
  margin-top: 25px;
}

.search {
  margin-bottom: 60px;
}
.catalog-layout {
    display: flex;
    align-items: center;
}

.catalog-layout .view-label {color: white; margin-right: 15px;}

.viewListDel {
  margin: 0px 5px;
  color: white;
}

.search button {
  background: #87e0fd;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  border: none;
  padding: 8px 18px;
    background: -moz-linear-gradient(135deg, #5e9efd 0%,#2a80ff 40%,#3889ff 100%);
    background: -webkit-linear-gradient( 135de , #5e9efd 0%,#2a80ff 40%,#3889ff 100%);
    background: linear-gradient( 135deg, #81b4ff 0%,#448df9 40%,#4c8eef 100%);
    top: 0px;
    bottom: 0px;
    right: 10px;
}

.search input, .contact-form input, .contact-form textarea {     
  background-color: #4a4a4a;
  border-radius: 5px;
  border: 2px solid #3889ff;
  color: white;
}
  
.search input, .contact-form input:focus, .contact-form textarea {     
  background-color: #4a4a4a;
  border: 2px solid #3889ff;
  color: white;
}

  .search-form {
    padding-left: 20%;
  }

.vertical-left-blue {
    border-left: 4px solid #3889ff;
    padding-left: 10px;
}




@media (min-width: 1020px) {
  section.page[category-id="12"] h1 {
      width: 70%;
  }
}
@media (min-width: 1020px) {
  .w70, .description {
    width:100%;
    text-align: justify;
  }
  }
.col-lg-4 {
	margin-bottom: 30px;
}

  .w70 span {
    font-size: 18px;
    border: 2px solid #3889ff;
    color: #3889ff;
    border-radius: 44px;
    text-align: center;
    display: inline;
    padding: 4px 11px;
    margin-right: 15px;
  }

section td, section th {
  border: 2px solid #3889ff;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0px;
}

.description .pt-0 {
  padding-top: 0;
}

.space-holder-120-80 {
  margin-top:150px;
}

.changeView {
  cursor: pointer;
}
.changeView:checked  + label {
  border-bottom:  2px solid #1864fd;
}



.viewList .more-btn {display: none;}
.viewList .row {    flex-direction: column;}
.viewList .row .col a { flex-direction: row-reverse; display: flex;  justify-content: flex-end;}
.viewList .row .col img {width:80px;}
.viewList .name {margin-left: 15px;     align-items: center; margin-bottom: unset; line-height: unset;  height: unset;}
  

.contact-list {
  display: flex;  
}
.contact-list .fio {font-size: 22px; font-weight: 700; color: white;}
.contact-list .department {font-size: 20px; font-weight: 500; color: #1864fd; margin-bottom: 15px;}
.contact-list .phone a {font-size: 18px; color:  #86888b;}
.contact-list .email {font-size: 18px; color:  #86888b;}

.contact-list > div {
  flex-basis: 33%;
  margin-bottom: 40px;
}

/*.contact-list .col:nth-child(2) {
  flex-basis: 66%;
}*/

.menu-chevron-down {  
  width: 20px;
  height: 20px;
  background: url(../images/chevron-down.svg);
  background-size: 18px 22px;
}

.dropdown-item-active {
  color:#3889ff;
  font-weight: 500;
  
}

.dropdown-item {
  white-space: inherit;
  display: flex;
  align-items: center;
}

#nav > li > a > div {
  width: min-content;
  margin-right: 10px;
  line-height: 1.3;
}

#main-menu-cat-85 > a > div {
  min-width: 200px;
}



.podbor {background-color: white; text-align: center; padding: 100px 0px; font-size: 22px; color: #a0a5ac;}
div[data="11"] .podbor {background-color: white; }
.podbor h2 {   color: black;font-size: 36px;margin-bottom: 25px;}
.podbor a {font-size: 36px; color: black; font-weight: 600;}



@media (max-width:900px) {

  .dropdown-item {
    white-space: pre-wrap;    
  }

  .bg-black h1 {   
    font-size: 22px;
  }

  .product-list .name { 
    font-size: 14px;
    height: 45px;
  }
 
  .product-list .col {
    flex-basis: 50%;
    margin-bottom: 10px;
  }

  .more-btn {
    left: 10px;
    bottom: 6px;
    font-size: 12px;
    margin-right: 5px
  }
  
  .plus {
    font-size: 42px;
    margin-right: 6px;
  }

  .breadcrumbs a { 
    font-size: 12px;
  }

  .podbor {  
    padding: 50px 20px;  
    font-size: 14px;
  }
  


   
  .space-holder-120-80 {
    margin-top:130px;
  }
  .navbar-brand img {
    width: 80px;
  }
  
  .search {
     margin-bottom: 10px;
  }
  .view-label {display: none;}
  .changeView {font-size: 11px;}  

  .search-form {
    padding-left: 0;
    flex-basis: 50%;
  }

  .contact-list .fio {font-size: 16px;}
  .contact-list .department, .contact-list .email, .contact-list .phone a{font-size: 14px; }
  .contact-list .col:nth-child(2) {flex-basis: 33%;}
  
}

.main-page {
  min-height: 600px;
  position: relative;
  margin-top: 210px;
}

.main-page h1 {
   color: #3988ff;
    line-height: 1.0;
    margin-bottom: 100px;
}

.arrows {
  font-size: 40px;
  color:#86888b;
  margin-top: -20px;
}

.arrow-active {
  color: white;
}

.arrows span {
  cursor: pointer;
}
    
body {
  transition: background 0.8s ease;
}

.second-menu {
  display: flex;
  margin-top:200px;  
}
.second-menu div {
  flex-basis: 165px;
  border-left: 2px solid #3988ff;
  padding-left: 15px;
}
.second-menu div:nth-child(3) {
  flex-basis: 205px;
}

.second-menu a {
  color: #86888b;
  text-decoration: underline;
}

.btn-blue {
  color: #fff;
  background-color: #3988ff;
  border-color: #0d6efd;
  padding: 10px 30px;  
  font-weight: 500;
}

.play {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #3988ff;
  font-size: 31px;
  color: white;
  text-align: center;
  padding-left: 12px;
  /*margin-left: 25px;*/
}

.main-page-buttons {
  display: flex;
  margin-top: 50px;
align-items: center;
justify-content: space-between;

}
.play-video-comment {
  display: flex;

  font-weight: 600;
    color: #3988ff;
}

.main-page-buttons div:nth-child(2):hover {
  cursor: pointer;
}



.body-main-page {
      background-image: url(/storage/app/media/main-background.webp);
}

#nav {
  margin-left: 0px !important;
}

.subcategory-wrap {
    display: inline-block;
}

.subcategory-col {
    /* display: inline-block; */
    float: left;
    margin: 10px;
    position: relative;
    width: 430px;
    height: 300px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 12px;
}

.text {
    position: absolute;
    bottom: 15px;
    left: 24px;
    width: 426px;
}

span.name {
    color: #fff;
    font-weight: 400;
    /*display: block;
    margin-bottom: 10px;*/
    font-size: 20px;
}

.body-main-page #nav { 
  background-color: transparent;
}
.body-main-page #nav a{ color: #bdbdbd; }

.body-main-page header .dropdown-menu li a {
  background: transparent;
}

.body-main-page header .dropdown-menu, 
.body-main-page header .dropdown-item:hover, 
.body-main-page header .dropdown-menu li a:hover,
.body-main-page header#nav li:hover {
  background-color: #1f1f1f;
}

.body-main-page header #nav a:hover {
  color:white;
  background-color:#3988ff;
  border-radius: 5px;
}

.body-main-page header .submenu {
  box-shadow: 0px 4px 11px 5px #2d2d2d;
  font-size: 16px;
  line-height: 1.35;
  padding-top:0px;
  padding-bottom:0px;
}

header .submenu li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-menu .submenu {
  width: 120%;
}

header .submenu li:last-child {padding-bottom: 12px;}
header .submenu li:first-child {padding-bottom: 12px;}

.sku_expanded td{
 border: 2px solid #3988ff;
 text-align: center;
 vertical-align: middle;
 padding: 12px 36px;
 color: black;
 font-weight: 500;
}

.sku_expanded thead td{ 
  font-weight: 600;
  color:  #3988ff;
}

.sku_expanded .name {
    font-size: 26px;
    line-height: 1.3;
    color: #3988ff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sku_expanded .desc, .sku_expanded .desc p { font-size: 14px; color: black; font-weight: 500;}
.sku_expanded .row {margin-bottom: 60px;}
.sku_expanded .col-preview {padding-right: 100px;}

strong { 
  /*color: black;*/
}

.photo3d {
  cursor: ew-resize;
}
.separatory-main-image {
  max-width: 100%;
}


.separatory .nav-tabs .nav-link {
  background-color: white;
  border: 0px;
}
.separatory .nav-tabs {
  border: 0px;
  padding: 0px;
}
 
.separatory .nav-tabs .nav-link {
  color:#3988ff;
  text-decoration: underline;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}

.separatory .nav-tabs .active {
  color: inherit;
  text-decoration: inherit;
}
.separatory .btn-blue {
  margin: 10px 15px;
}
.separatory .btn-white {
  border: 2px solid #3988ff;
  color:  #3988ff;
  margin: 10px 15px;
  font-weight: 600;
  padding: 10px 20px;

}

.separatory p {
  text-indent: 2.5em;
}
.separatory #gallary img {width: 100%;}


.bg-black h2 {
    color: white;
    font-size: 30px;
    margin: 20px 0 20px 0;
    font-weight: 500;
}

.bg-white h2 {
  color: #3988ff;
  margin: 20px 0 20px 0;
  font-size: 36px;
}
.bg-black h3 {
  font-size: 24px;
  color: #3988ff;
  margin: 15px 0 15px 0;
}

.bg-black h4 { 
  color: white;
  font-size: 18px;

}

.overlay {

    position: fixed;
    top: 0;
    background-color: #000000bf;
    height: 100vh;
    width: 100%;
}

#bgVideo {

  min-width: 100%;
  position: fixed;
  top: 0
  
}



.pulse {
  top: 100px;
  position: absolute;
  right: 20px;
  z-index: 10000;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/themes/pkurg-spacebootstrap5/assets/images/no-audio--v1.png);
  background-size: 30px 30px;
  background-position: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  animation: pulse 2s infinite;
}

.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

.video {
  display: none;
}

#features ul {padding-left: 0px;}



#nav ul.dropdown-menu {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .navbar-collapse {position: initial;}
}



 @media all and (min-width: 992px) {

        .dropdown-menu {position: relative; border: none;}
        .dropdown-menu li{ position: relative; 	}
      
        .dropdown-menu li li .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:0px;         
        }
         .submenu-left{ 
            right:100%; left:auto;
        }
        .dropdown-menu > li:hover{ /*background-color: #f1f1f1 */}
        .dropdown-menu > li:hover > .submenu{ display: block; }
    }	
    /* ============ desktop view .end// ============ */
    
    /* ============ small devices ============ */
    @media (max-width: 991px) {
      .dropdown-menu .dropdown-menu{
          margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
      }
    }	
    /* ============ small devices .end// ============ */
    

    @media (max-width: 1460px) { 
      .body-main-page video {
        width:110%;
        margin-left: -5%;
      }
    }



.f-blue-24-600 {
  color: #3889ff;
  font-weight: 600;
  font-size: 22px;
}

.f-white-24-600 {
  color: white;
  font-weight: 600;
  font-size: 22px;
}


.quize-section {
  padding-bottom: 50px;
}




.with-bg-image {
  background-color: #1c1c1c;
}

.with-bg-image {
  background-color: #1c1c1c;
}

.catalog-wrapper[data="95"]  .with-bg-image {

    background-color: #2f2f2f;
}



.catalog-wrapper[data="65"]    .product-list .col  { flex-basis: 25%;}

.catalog-wrapper[data="65"] .f-indent {margin-bottom:5px;}
.catalog-wrapper[data="65"] .product-list .name {
    width: 90%;
}






.catalog-wrapper[root-id="65"]  p {font-size:16px;}
.catalog-wrapper[root-id="65"]  tr:first-child p {color:white; font-weight:500;}

.catalog-wrapper[root-id="65"]   .striped tr:nth-child(odd) {background-color: #90bdff29;}
.catalog-wrapper[root-id="65"]    .striped tr:first-child {background-color: #3889ff;}

.catalog-wrapper[root-id="65"]   tr:first-child {background-color: #3889ff;}

.catalog-wrapper[root-id="65"]  td {border: 2px solid #1675ff; padding: 2px 2px;}

.catalog-wrapper[root-id="65"] img:first-child {margin-top: -45px; margin-bottom:15px;}

.catalog-wrapper[root-id="65"] .podbor { background-color: #f2f2f2;
   0px 1px 10px 2px #e8e8e88f;
}




.catalog-wrapper {
 /* padding-bottom: 35px;*/
}

.f20-500 {font-size:22px; font-weight:500; color:black;}


section.page {
  padding-bottom: 0px;
}


.gx-10 {
  --bs-gutter-x: 5rem;
}


.footer-contact {margin-left:-5px;}


#offerModal input{
	margin: 1rem;
}
.orderForm{
	padding: 1rem;
}
.btn-close{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAYBJREFUaEPtmLFOwzAQhr+ywlNCgS4gdeUBWCuBxAAS5SFhYaAoKK3SkDTnu98FS+6Sofbd/91vn53MKPw3K1w/FeCvHawOVAeCFahLKFjA8HSrA/fAEnhun1/hzMMBToAVcNU+76byWAHegdM22CtwCaghGvEvwHmb5wM4UwE8ADedYGqIvvgm1SNwqwJonHoCFp2Aa2AucCIU27qEGt2hRCOVDMdMAVBDhMVvBU0ts/7/isSKGD+6Uh3YwkQEROb+KrYXwLucpOIjDnickItXAFidyCJeBTAFscl4hrg38VDnGqvyJ3Cd4QAMdaGx1jsE0R2rOr13MSNdKBXiDbgQXD328laAng1FL6GiN/GhPv/v26jlkLKMSb1UStpoirCUsWaYSBfyCPLMOQjjBYgIicyVXKcVAhQxXHtAllj1jp2yhJTiPe8Tg3vBCpBDvATCClD8h63iPy0W/3HXfDIee6B1DxxblzlfBTCXKtPA6kCmwprDVgfMpco0sHgHvgHFoaAxy+qkRwAAAABJRU5ErkJggg==');
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: none;
}


/* SimpleCodeTM */
    /* montserrat-regular - cyrillic */
        @font-face {
          font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          src: url('/font/monseratt/montserrat-v25-cyrillic-regular.eot'); /* IE9 Compat Modes */
          src: url('/font/monseratt/montserrat-v25-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
               url('/font/monseratt/montserrat-v25-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
               url('/font/monseratt/montserrat-v25-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
               url('/font/monseratt/montserrat-v25-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
               url('/font/monseratt/montserrat-v25-cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
        }
        body{
            padding:0;
            margin:0;
            transition:0.3s;
        }
        header.nm .toggler-icon {
            background-color: black !important;
        }
        .ft{
            position: fixed;
            display:block;
            top: 0;
            width: 100%;
            background: white;
            padding-top: 165px;
            padding-bottom: 240px;
            z-index: -1 !important;
        }    
        .fta{
            width: 100%;
            height: 40vh;
            position: relative;
        }
        .fta>ul{
            position:absolute;
            top:0;
            left:30px;
            width: calc(100% - 60px);
            border: none;
        }
        .fta>ul li{
            border-bottom: 1px solid grey;
        }
        .fta>ul li a div{
             width: max-content !important;
        }
        .fta .menu-chevron-down {
            margin-left: 10px;
            transform: rotate(270deg);
            background: url(/themes/pkurg-spacebootstrap5/assets/images/black.svg);
        }
        .fta .dropdown-item {
            padding-left:0;
            padding-top:1em;
        }
        .fta #nav a {
            color:black;    
        }
        .g1x3>li:nth-child(2){
            height: 100px;
            display: grid;
            align-items: end;
            margin: auto;
        }
        @media only screen and (min-width: 1331px) {
            .g1x3{
                display: grid;
                grid-template-columns: 130px 1fr 200px;
                align-items: end;
                width: 100%;
            }
        }
        @media only screen and (max-width: 1330px) {
            .g1x3{ 
                display: grid;
                grid-template-columns: 130px 1fr 200px;
                align-items: end;
                width: 100%;
            }   
            .navbar-nav {
                font-size:0.7em;
            }
            #main-menu-cat-85 > a > div {
                min-width: 130px;
                
            }
            #nav > li > a > div {
                margin-right: 0px; 
            }
            .main-page h1 {
                font-size: 2.7em;
            }
        }
        @media only screen and (max-width: 990px) {
            .bg-black td {
                border: 2px solid #3889ff;
                padding: 4px 2px;
            }

           .g1x3{ 
                display: grid;
                grid-template-columns: 85px 1fr 200px;
                align-items: end;
                width: 100%;
            }    
            .g1x4{
                display:grid;
                grid-template-columns:1fr 1fr;
                grid-gap:20px;
                transition:0.3s;
            }
            ul#ui_56{
                display:block;  
            	padding:0;
            	margin:0;
            }
            #ui_56 a{text-decoration:none;}
            #ui_56 li{
            	border-bottom:1px solid grey;
            	list-style:none;display:block;padding:10px;cursor:pointer;
            	margin-bottom:2px;
            	position:relative;
            }
            #ui_56 li:not(.L1){ display:none; }
            #ui_56 li.multi div{
                width: max-content;
                position: relative;
            }
            #ui_56 li.multi div::after {
            	border-left: 2px solid black;
            	border-top: 2px solid black;
            	content: "";
            	display: block;
            	width: 10px;            	
            	height: 10px;
            	position: absolute;
            	right: -20px;
                top: 30%;
            	-webkit-transform: rotate(130deg);
            	-moz-transform: rotate(130deg);
            	transform: rotate(130deg);
            	z-index: 10;
            }
            #ui_56 .bc{
            	padding-left: 30px;
            }
            #ui_56 li.bc::before{
            	border-left: 2px solid black;
            	border-top: 2px solid black;
            	content: "";
            	display: block;
            	width: 10px;            	
            	height: 10px;
            	position: absolute;
            	left: 10px;
            	top: 40%;
            	-webkit-transform: rotate(316deg);
            	-moz-transform: rotate(316deg);
            	transform: rotate(316deg);
            	z-index: 10;
            }
            #ui_56 li.bc div::after{
            	opacity:0;
            }
        }
        @media only screen and (min-width: 990px) {
            #ui_56{
                display:none;    
            }
            .g1x4{
                display:grid;
                grid-template-columns:1fr 1fr 1fr 1fr;
                grid-gap:20px;
                 transition:0.3s;
            }
        }














section {

	margin-left: auto;
	margin-right: auto;
	
	& + section {
		margin-top: 2.5em;
	}
}

.zagolovok1 h1 {
	font-weight: 700;
	line-height: 1.125;
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.zagolovok h2 {
	margin-top: .25em;
	color: #999;
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	& + * {
		margin-top: 1.5em;
	}
}



summary {
	background-color: #fff;
	position: relative;
	cursor: pointer;
	padding: 1em .5em;
	list-style: none; // Remove arrow
	&::-webkit-details-marker {
		display: none; // Remove arrow
	}
	
	&:hover {
		background-color: #f2f5f9;
	}

	
	div {
		display: flex;
		align-items: center;
	}
	
	h3 {
		display: flex;
		flex-direction: column;
	}
	
	small {
		color: #999;
		font-size: .875em;
	}
	
	strong {
		font-weight: 700;
	}
	
	span:first-child {
		width: 4rem;
		height: 4rem;
		border-radius: 10px;
		background-color: #f3e1e1; 
		display: flex;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		margin-right: 1.25em;
		svg {
			width: 2.25rem;
			height: 2.25rem;
		}
	}
	
	span:last-child {
		font-weight: 700;
		margin-left: auto;
	}
	
	&:focus {
		outline: none;
	}
	
	.plus {
		color: #289672;
	}
}

details {
	border-bottom: 1px solid #b5bfd9;
	&[open] {
		box-shadow: -3px 0 0 #b5bfd9;
	}
	
	&:first-of-type {
		border-top: 1px solid #b5bfd9;
	}
	& > div {
		padding: 2em 2em 0;
		font-size: .875em;
	}
}

dl {
	display: flex;
	flex-wrap: wrap;
	dt {
		font-weight: 700;
	}
	div {
		margin-right: 4em;
		margin-bottom: 2em;
	}
}


