@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.product_title h2{
    font-size: 32px;
    color: #383838;
    margin-top: 30px;
  }
  form.cartform .form-control{
    margin-top: 15px;
  }
.menu-item{
  padding: 7px 0px 7px 10px;
  font-size: 15px;
  background: #02506f;
  margin-bottom: 2px;

}
.menu-item:hover{
  background: #000;
}
  .checkbox-container {
  display: inline-block;
  vertical-align: middle; /* Aligns the checkbox and label vertically */
}

.checkbox-container input[type="checkbox"] {
  transform: scale(1.5); /* Increase the size of the checkbox */
  margin-right: 10px; /* Adjust spacing between checkbox and label */
  width: auto;
}

#ls_checked, #hinge_checked, #interior_design_checked, #eff_checked{
  color:#006993;
}
.radio-image-selector
{display: flex; flex-wrap: wrap; }

.radio-image-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}


.image-cc {
  cursor: pointer;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 52px;
  height: 52px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
border-radius: 6px;
position: absolute;
top: 2px;
left: 2px;
}


.image-parent
{
  width: 58px;
  height: 58px;
  margin: 0 4px 4px 0;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #A0A0A0;
  cursor: pointer;
  display: block;
  position: relative;
}
.image-parent:hover
{
  border-color: #000;
}
.radio-image-selector input:checked + label {
  box-shadow: 0 0 0 4px #0484b7;
  -webkit-box-shadow: 0 0 0 4px #0484b7;
  -moz-box-shadow: 0 0 0 4px #0484b7;
}

label{
  margin-bottom: 0.2rem!important;
}
.edata{
  margin-left: 25px;
}
.edata p{
  line-height: 16px;
  font-size: 14px;
  text-transform: capitalize;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: #222; }

img {
  max-width: 100%; }

.w-img img {
  width: 100%; }

input, textarea, select {
  width: 100%;
  background-color: #f6f5f5;
  padding: 0px 20px; }

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

a,
button {
  color: inherit;
  outline: none;
  border: none; }

button:hover {
  cursor: pointer; }

button:focus {
  outline: 0;
  border: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #333;
  margin-top: 0px;
  font-weight: 600;
  -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; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #222;
  margin-bottom: 15px;
  line-height: 27px;
}

*::-moz-selection {
  background: #0000ff;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #0000ff;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #0000ff;
  color: #ffffff;
  text-shadow: none; }

/* Input Placeholder */
*::-moz-placeholder {
  color: #9196a3;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #9196a3;
  font-size: 14px;
  opacity: 1; }

/* Common Classes */
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

/* Background color */
.gray-bg {
  background: #fafbfc; }

.theme-bg {
  background: #0000ff; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #000; }

.footer-bg {
  background: #292571; }

/* color */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important; }

.theme-color h1,
.theme-color h2,
.theme-color h3,
.theme-color h4,
.theme-color h5,
.theme-color h6,
.theme-color p,
.theme-color span,
.theme-color li,
.theme-color a {
  color: #0000ff !important; }

.white-color {
  color: #ffffff !important; }

.black-color {
  color: #000; }

.pink-color {
  color: #ee1794; }

/* btn */
.thm-btn {
  display: inline-block;
  border: 2px solid #0000ff;
  background: transparent;
  color: #0000ff;
  padding: 13px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center; }
  .thm-btn:hover {
    background-color:  #006993;
    color: #ffffff;
    border-color:  #006993; }
  .thm-btn-fill {
    background-color:  #006993;
    color: #ffffff;
    border-color:  #006993; }
    .thm-btn-fill:hover {
      background-color:  #fff;
      border-color: #292571;
      color: #292571; }
  .thm-btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #000; }
    .thm-btn-white:hover {
      background: #000;
      border-color: #000;
      color: #ffffff; }

/* video btn */
.video__icon {
  position: absolute;
  background: #ffffff;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: #000 !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .video__icon::before, .video__icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.15;
    z-index: -10; }
  .video__icon::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite; }
  .video__icon::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite; }

/* sec title */
.sec__title {
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px; }
  .sec__title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .sec__title h2 {
        font-size: 30px; } }

  .sec__title-2 {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sec__title-2 {
        margin-left: inherit; } }
    .sec__title-2 span {
      font-size: 18px;
      color: #0000ff;
      display: inline-block;
      font-family: "Poppins", sans-serif;
      margin-bottom: 5px;
      position: relative; }
      .sec__title-2 span::before {
        position: absolute;
        right: -117px;
        top: 10px;
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #0000ff 0%, rgba(68, 194, 253, 0) 100%);
        content: ""; }
    .sec__title-2 h2 {
      margin-bottom: 18px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec__title {
      max-width: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec__title {
      max-width: 600px; } }

/* scroll to top */
#scrollUp {
  background: #ffffff;
  height: 45px;
  width: 45px;
  right: 20px;
  bottom: 50px;
  color: #0000ff;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  line-height: 50px;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15); }

/* pagination */
.pagination__wrap ul li {
  display: inline-block;
  margin-right: 10px; }
  .pagination__wrap ul li.active a {
    color: #ffffff;
    background: #0000ff; }
  .pagination__wrap ul li a {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #292571;
    font-size: 13px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(41, 37, 113, 0.3); }
    .pagination__wrap ul li a:hover {
      background: #0000ff;
      border-color: #0000ff;
      color: #ffffff; }

.circle__shape-01, .circle__shape-02 {
  position: absolute;
  width: 430px;
  height: 430px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(68, 194, 253, 0.1);
  left: 28%;
  bottom: -44%;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
  z-index: -1; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .circle__shape-01, .circle__shape-02 {
      left: 10%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circle__shape-01, .circle__shape-02 {
      left: 5%;
      bottom: -29%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .circle__shape-01, .circle__shape-02 {
      left: 5%;
      bottom: -20%; } }
  @media (max-width: 767px) {
    .circle__shape-01, .circle__shape-02 {
      left: -38px;
      bottom: -12%;
      width: 300px;
      height: 300px; } }

.circle__shape-02 {
  width: 280px;
  height: 280px;
  left: 43%;
  bottom: -31%; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .circle__shape-02 {
      left: 32%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circle__shape-02 {
      left: 30%;
      bottom: -23%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .circle__shape-02 {
      left: 36%;
      bottom: -14%; } }
  @media (max-width: 767px) {
    .circle__shape-02 {
      left: 36%;
      bottom: -8%;
      width: 200px;
      height: 200px; } }

.divider {
  width: 100%;
  height: 1px;
  background-color: #9196a3;
  margin-top: 120px;
  opacity: .3; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .divider {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .divider {
      margin-top: 80px; } }

/* animation */
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
/* preloder */
.preloder_part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background-color: #ffffff; }
  .preloder_part .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 48%;
    position: absolute;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    z-index: 99999; }
  .preloder_part .dot1, .preloder_part .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #0000ff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .preloder_part .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
.header__top {
  background: #0000ff;
  padding: 10px 0; }
  .header__top .left {
    float: left; }
    .header__top .left li {
      display: inline-block;
      margin-right: 30px;
      color: #ffffff; }
      .header__top .left li span {
        margin-right: 10px;
        font-size: 15px; }
  .header__top .right {
    float: right; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .header__top .right {
        float: none;
        text-align: center; } }
    @media (max-width: 767px) {
      .header__top .right {
        float: none;
        text-align: center; } }
    .header__top .right li {
      display: inline-block;
      color: #ffffff; }
      .header__top .right li:not(:first-child) {
        margin-left: 20px; }
      .header__top .right li a {
        font-size: 15px; }
.header__bottom {
  background-color:#006993 ;
   }
  .header__bottom .logo a {
    max-width: none;
    display: inline-block; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .header__bottom .logo a {
        max-width: 160px; } }
    @media (max-width: 767px) {
      .header__bottom .logo a {
        max-width: 160px; } }
.header__btn a {
  background-color: #9a9a9b;
  border-color: #9a9a9b;
  color: #FFF;
  padding: 13px 30px; }

.header__2 .header__top {
  background: transparent; }
.header__2 .header__bottom {
  padding: 10px 0; }
.header__2 .main__menu-wrap {
  background: #ffffff;
  padding: 10px 20px; }
.header__2 .sticky .main__menu-wrap {
  padding: 0; }
.header__2 .sticky.header__bottom {
  padding: 10px 0; }
.header__2 .header__bottom {
  padding: 0; }

.header__3 .logo a img:nth-child(2) {
  display: none; }
.header__3 .sticky .logo a img:nth-child(2) {
  display: inline-block; }
.header__3 .sticky .logo a img:nth-child(1) {
  display: none; }
.header__3 .sticky .main__menu ul li a {
  color: #1a1842; }
  .header__3 .sticky .main__menu ul li a.active {
    color: #fff; }
.header__3 .main__menu ul li a {
  color: #ffffff; }
.header__3 .main__menu ul li .submenu li a {
  color: #1a1842; }
.header__3 .header__btn a {
  background-color: #0000ff;
  border-color: #0000ff;
  color: #ffffff; }
  .header__3 .header__btn a:hover {
    color: #292571;
    background-color: #fff03d;
    border-color: #fff03d; }

.header__transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9; }

.sticky {
  background: #ffffff;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 0;
  border-bottom: 0;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 44;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; }

/* main menu css start */
.main__menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 40px; }
  .main__menu ul li:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main__menu ul li {
      margin-left: 20px; } }
  .main__menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block; text-transform: uppercase;}
    .main__menu ul li a.active {
      color: #fff; }
  .main__menu ul li:hover > a {
    color: #fff; }
  .main__menu ul li:hover ul.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .main__menu ul li ul.submenu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 230px;
    background: #ffffff;
    padding: 15px 0;
    border-radius: 3px;
    z-index: 99;
    border-top: 2px solid #0000ff;
    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;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); }
    .main__menu ul li ul.submenu li {
      display: block;
      margin: 0;
      padding: 6px 25px; }
      .main__menu ul li ul.submenu li a {
        display: inline-block;
        font-size: 15px;
        padding: 0;
        position: relative; }
        .main__menu ul li ul.submenu li a.active {
          color: #0000ff; }
        .main__menu ul li ul.submenu li a::before {
          position: absolute;
          width: 0;
          height: 1px;
          bottom: 0;
          left: auto;
          right: 0;
          content: "";
          z-index: -1;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          background: #0000ff; }
      .main__menu ul li ul.submenu li:hover > a {
        color: #0000ff; }
        .main__menu ul li ul.submenu li:hover > a::before {
          width: 100%;
          left: 0;
          right: auto; }
      .main__menu ul li ul.submenu li:hover > ul.submenu {
        top: 0;
        opacity: 1;
        visibility: visible; }
      .main__menu ul li ul.submenu li ul.submenu {
        top: 10%;
        left: 100%;
        opacity: 0;
        visibility: hidden; }

/* mobile menu css start */
.menu-toggle {
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -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-color: #fff;
  cursor: pointer;
  border-radius: 4px; }
  .menu-toggle .menu__bar {
    position: absolute;
    display: block;
    height: 2px;
    left: 13px;
    width: calc(100% - 25px);
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -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; }
    .menu-toggle .menu__bar:nth-child(1) {
      top: 13px; }
    .menu-toggle .menu__bar:nth-child(2) {
      top: 22px; }
    .menu-toggle .menu__bar:nth-child(3) {
      top: 30px; }
  .menu-toggle.active .menu__bar:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.active .menu__bar:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
  .menu-toggle.active .menu__bar:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.hamburger-menu {
  display: inline-block; }
  .hamburger-menu a {
    display: block; }

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-bar.show {
  left: 0; }

.close-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #0000ff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 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; }
  .close-mobile-menu a {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    left: 0;
    display: block; }
  .close-mobile-menu:hover {
    background-color: #0000ff; }

.body-overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }
  .body-overlay.active {
    opacity: .5;
    visibility: visible; }

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #1a1842;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    .side-mobile-menu ul li a:hover {
      color: #0000ff;
      padding-left: 5px; }
  .side-mobile-menu ul li a[aria-expanded="true"] {
    color: #0000ff; }
    .side-mobile-menu ul li a[aria-expanded="true"]:before {
      background: #0000ff;
      border-color: #0000ff; }
  .side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none; }
    .side-mobile-menu ul li ul li {
      padding-left: 15px; }
      .side-mobile-menu ul li ul li:hover > a {
        color: #0000ff;
        padding-left: 20px; }
        .side-mobile-menu ul li ul li:hover > a:before {
          background: #0000ff;
          border-color: #0000ff; }
      .side-mobile-menu ul li ul li a {
        position: relative;
        padding-left: 15px;
        text-transform: capitalize;
        font-size: 16px; }
        .side-mobile-menu ul li ul li a:before {
          content: "";
          width: 8px;
          height: 8px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border: 2px solid #1a1842;
          border-radius: 50%; }
      .side-mobile-menu ul li ul li a[aria-expanded="true"] {
        padding-left: 20px; }
  .side-mobile-menu ul li.dropdown > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    -webkit-transform-origin: top;
    -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; }
  .side-mobile-menu ul li.dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); }

/*----------------------------------------*/
/*  03. Slider
/*----------------------------------------*/
.slider__height {
  min-height: 550px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__height {
      min-height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__height {
      min-height: 700px; } }
  @media (max-width: 767px) {
    .slider__height {
      min-height: 600px; } }
  .slider__height::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    opacity: .5;
    content: "";
    width: 100%;
    height: 100%; }
.slider__content span {
  color: #0000ff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500; }
.slider__content h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 32px; text-transform: uppercase; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__content h2 {
      font-size: 50px;
      line-height: 70px; } }
  @media (max-width: 767px) {
    .slider__content h2 {
      font-size: 40px;
      line-height: 60px; } }
.slider__content p {
  color: #ffffff;
  margin-bottom: 20px; font-size: 19px;}
.slider__btn a {
  margin-right: 40px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .slider__btn a {
      margin-right: 20px; } }
.slider__btn .video__icon {
  position: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.slider__active .owl-nav .owl-next, .slider__active .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 25px;
  padding: 0;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 85px;
  text-align: center;
  -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; }
  .slider__active .owl-nav .owl-next:hover, .slider__active .owl-nav .owl-prev:hover {
    color: #0000ff; }
    .slider__active .owl-nav .owl-next:hover::before, .slider__active .owl-nav .owl-prev:hover::before {
      background-color: #0000ff; }
  .slider__active .owl-nav .owl-next::before, .slider__active .owl-nav .owl-prev::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: inherit;
    opacity: .2;
    background-color: #ffffff;
    -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; }
.slider__active .owl-nav .owl-next {
  right: 85px;
  left: auto; }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider__active .owl-nav {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__active .owl-nav {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__active .owl-nav {
    display: none; } }
@media (max-width: 767px) {
  .slider__active .owl-nav {
    display: none; } }
.slider__active:hover .owl-prev {
  left: 100px;
  opacity: 1;
  visibility: visible; }
.slider__active:hover .owl-next {
  right: 100px;
  opacity: 1;
  visibility: visible; }
.slider__2 .slider__height {
  min-height: 96vh; }
  .slider__2 .slider__height::before {
    background-color: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__2 .slider__height {
      min-height: 750px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__2 .slider__height {
      min-height: 750px; } }
  @media (max-width: 767px) {
    .slider__2 .slider__height {
      min-height: 700px; } }
.slider__2 .slider__content {
  padding-top: 60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider__2 .slider__content {
      padding-top: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__2 .slider__content {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .slider__2 .slider__content {
      padding-top: 80px; } }
  .slider__2 .slider__content h2 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider__2 .slider__content h2 {
        font-size: 60px;
        line-height: 72px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider__2 .slider__content h2 {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .slider__2 .slider__content h2 {
        font-size: 40px;
        line-height: 50px; } }
    .slider__2 .slider__content h2 span {
      color: #fff03d;
      font-size: 72px;
      line-height: 82px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider__2 .slider__content h2 span {
          font-size: 60px;
          line-height: 72px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider__2 .slider__content h2 span {
          font-size: 60px;
          line-height: 72px; } }
      @media (max-width: 767px) {
        .slider__2 .slider__content h2 span {
          font-size: 40px;
          line-height: 50px; } }
    .slider__2 .slider__content h2 span:nth-child(2) {
      color: #2F5161;
      font-weight: 700; }
  .slider__2 .slider__content p {
    max-width: 630px;
    margin: auto; }
  .slider__2 .slider__content .slider__btn a {
    margin: 0 15px;
    margin-top: 30px; }
  .slider__2 .slider__content .slider__btn .white-border-btn {
    border-color: #ffffff;
    color: #ffffff; }
    .slider__2 .slider__content .slider__btn .white-border-btn:hover {
      background-color: #ffffff;
      color: #292571; }

.hero__area {
  position: relative;
  overflow: hidden; }
  .hero__area .slider__content {
    padding-right: 100px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__area .slider__content {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .hero__area .slider__content {
      padding-right: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__area .slider__content h2 {
      font-size: 50px;
      line-height: 60px; } }
.hero__height {
  min-height: 920px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__height {
      min-height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__height {
      min-height: 800px; } }
  @media (max-width: 767px) {
    .hero__height {
      min-height: 800px; } }
.hero__right {
  position: absolute;
  right: 13%;
  bottom: 5%;
  z-index: 1; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero__right {
      max-width: 500px;
      right: 5%;
      bottom: 10%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__right {
      max-width: 450px;
      right: 5%;
      bottom: 10%; } }
@media (max-width: 767px) {
  .hero__shape {
    display: none; } }
.hero__shape .circle__shape-01 {
  width: 480px;
  height: 480px;
  top: -90px;
  right: 70px;
  left: auto;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__shape .circle__shape-01 {
      width: 300px;
      height: 300px;
      right: 0; } }
  @media (max-width: 767px) {
    .hero__shape .circle__shape-01 {
      width: 200px;
      height: 200px;
      right: -55px; } }
.hero__shape .circle__shape-02 {
  width: 220px;
  height: 220px;
  top: -90px;
  left: -90px;
  z-index: 1; }
.hero__shape .shape {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 24%;
  left: 10%;
  animation: animationFramesTwo 30s alternate infinite linear;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
  border: 3px solid #0000ff;
  padding: 4px; }
  .hero__shape .shape-2 {
    top: 50%;
    left: 8%;
    border-color: #ff4b4c;
    animation: animationFramesOne 30s alternate infinite linear;
    -webkit-animation: animationFramesOne 30s alternate infinite linear; }
  .hero__shape .shape-3 {
    top: 70%;
    left: 5%;
    border-color: #fff03d;
    animation: animationFramesThree 30s alternate infinite linear;
    -webkit-animation: animationFramesThree 30s alternate infinite linear; }
  .hero__shape .shape-4 {
    border: none;
    top: 70%;
    left: 40%;
    animation: animationFramesFour 30s alternate infinite linear;
    -webkit-animation: animationFramesFour 30s alternate infinite linear; }
  .hero__shape .shape-5 {
    border: none;
    top: 30%;
    right: 10%;
    left: auto;
    animation: animationFramesOne 30s alternate infinite linear;
    -webkit-animation: animationFramesOne 30s alternate infinite linear; }
  .hero__shape .shape-6 {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ee1794;
    border: none;
    top: 60%;
    right: 15%;
    left: auto;
    animation: animationFramesThree 30s alternate infinite linear;
    -webkit-animation: animationFramesThree 30s alternate infinite linear; }

/*----------------------------------------*/
/*  04. About
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__area {
    padding-top: 100px;
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .about__area {
    padding-top: 80px;
    padding-bottom: 50px; } }
.about__tab .nav__tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.about__tab .nav-link {
  width: 31.5%;
  margin: 0;
  border: none;
  border: 1px solid #dcdee2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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; }
  .about__tab .nav-link.active {
    box-shadow: 0px 20px 30px rgba(26, 24, 66, 0.1);
    border-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__tab .nav-link {
      padding: 0; } }
  @media (max-width: 767px) {
    .about__tab .nav-link {
      width: 100%;
      padding: 0; } }
.about__tab-item {
  position: relative;
  padding: 20px 15px 19px 65px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__tab-item {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__tab-item {
      padding: 20px; } }
  @media (max-width: 767px) {
    .about__tab-item {
      padding: 25px 20px; } }
  .about__tab-item .tab__thumb {
    position: absolute;
    left: 3px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0000ff;
    text-align: center;
    line-height: 70px; color: #fff; }
    .about__tab-item .tab__thumb-2 {
      background-color: #0000ff; }
    .about__tab-item .tab__thumb-3 {
      background-color: #0000ff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about__tab-item .tab__thumb {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about__tab-item .tab__thumb {
        display: none; } }
    @media (max-width: 767px) {
      .about__tab-item .tab__thumb {
        display: none; } }
  .about__tab-item .tab__content {
    margin-left: 33px; }
    .about__tab-item .tab__content h4 {
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 2px; }
    .about__tab-item .tab__content p {
      margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about__tab-item .tab__content {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about__tab-item .tab__content {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .about__tab-item .tab__content {
        margin-left: 0; } }
.about__content-wrapper {
  padding-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__content-wrapper {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .about__content-wrapper {
      padding-top: 80px; } }
  .about__content-wrapper .at__left {
    margin-right: 40px;
    position: relative; }
    .about__content-wrapper .at__left .at__big-img {
      max-width: 90%; }
    .about__content-wrapper .at__left .at__smll-img {
      position: absolute;
      bottom: 70px;
      right: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      display: block;
      overflow: hidden; }
      .about__content-wrapper .at__left .at__smll-img::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: #000;
        opacity: .5;
        width: 100%;
        height: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about__content-wrapper .at__left .at__smll-img {
          right: 50px; } }
      @media (max-width: 767px) {
        .about__content-wrapper .at__left .at__smll-img {
          max-width: 70%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about__content-wrapper .at__left {
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .about__content-wrapper .at__left {
        margin-right: 0; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__2 {
    padding-bottom: 160px; } }
.about__2 .at__left {
  margin-right: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__2 .at__left {
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .about__2 .at__left {
      margin-right: 0; } }
.about__2 .at__smll-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  margin-left: -30px; }
  @media (max-width: 767px) {
    .about__2 .at__smll-img {
      margin-left: 0; } }
.about__2 .at__big-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 55px;
  right: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__2 .at__big-img {
      top: 90px;
      max-width: 80%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__2 .at__big-img {
      right: 110px;
      top: 30px;
      max-width: 55%; } }
  @media (max-width: 767px) {
    .about__2 .at__big-img {
      max-width: 60%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about__2 .at__big-img {
      max-width: 45%;
      right: 100px; } }
.about__2 .at__right {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .about__2 .at__right {
      margin-top: 0; } }
.about__3 {
  overflow: hidden; }
  .about__3 .at__left {
    padding-right: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about__3 .at__left {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .about__3 .at__left {
        padding-right: 0; } }
  .about__3 .at__thumb {
    margin-left: 25px; }
    .about__3 .at__thumb img {
      max-width: 660px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .about__3 .at__thumb img {
          max-width: 600px; } }
      @media (max-width: 767px) {
        .about__3 .at__thumb img {
          max-width: 100%; } }
  .about__3 .at__text {
    position: absolute;
    left: 0;
    bottom: 32px;
    background: #0000ff;
    padding: 50px 32px 35px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 767px) {
      .about__3 .at__text {
        bottom: 20px; } }
    .about__3 .at__text::before {
      position: absolute;
      width: 145px;
      height: 145px;
      content: "";
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: rgba(68, 194, 253, 0.1);
      top: -45px;
      right: -72px;
      -webkit-animation: circleAnimation 7s linear infinite;
      animation: circleAnimation 7s linear infinite;
      z-index: -1; }
    .about__3 .at__text h3 {
      color: #ffffff;
      font-size: 40px;
      font-weight: 500;
      margin-bottom: 10px; }
    .about__3 .at__text span {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500; }
.about__4 .about__content-wrapper {
  padding-top: 0; }

/*----------------------------------------*/
/*  05. Features
/*----------------------------------------*/
.features__area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features__area {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .features__area {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .features__area {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .features__area .circle__shape-01 {
    left: 22%;
    bottom: -35%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features__area .circle__shape-01 {
        left: 3%;
        bottom: -30%; } }
  .features__area .circle__shape-02 {
    left: 40%;
    bottom: -23%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features__area .circle__shape-02 {
        bottom: -20%; } }
.features__single {
  padding: 30px 15px;
  padding-left: 30px;
  border: 1px solid #dcdee2;
  -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: #ffffff; }
  .features__single:hover {
    box-shadow: 0px 20px 30px rgba(26, 24, 66, 0.1);
    border-color: transparent; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features__single {
      padding: 25px 7px; } }
.features__thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0000ff;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 73px;
  text-align: center; }
  .features__thumb-2 {
    background: #0000ff;
  color: #fff; }
  .features__thumb-3 {
    background: #0000ff;
  color: #fff; }
  .features__thumb-4 {
    background: rgba(58, 134, 196, 0.3); }
.features__content h4 {
  font-size: 18px; }
.features__content a {
  color: #292571;
  text-decoration: underline;
  margin-top: 28px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__2 .row {
    justify-content: center; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .features__2 .row {
    justify-content: center; } }
.features__2 .features__thumb {
  background: none;
  position: relative;
  z-index: 1; }
  .features__2 .features__thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: rgba(68, 194, 253, 0.2);
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .features__2 .features__thumb-2::before {
    background: rgba(255, 240, 61, 0.2); }
  .features__2 .features__thumb-3::before {
    background: rgba(58, 134, 196, 0.2); }
.features__2 .features__single {
  padding: 35px;
  padding-right: 30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__3 {
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .features__3 {
    padding-top: 80px;
    padding-bottom: 50px; } }

.services__details .sidebar__widget {
  padding-right: 20px;
  padding-left: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services__details .sidebar__widget {
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services__details .sidebar__widget {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .services__details .sidebar__widget {
      padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__details {
    padding-top: 100px;
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .services__details {
    padding-top: 80px;
    padding-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__content-wrapper {
    margin-bottom: 0; } }
.services__content-wrapper .s__thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px; }
.services__content-wrapper .s__text h3 {
  font-size: 30px;
  margin-bottom: 12px; }
.services__content-wrapper .s__text p {
  margin-bottom: 30px; }
.services__content-wrapper .s__text .s__list {
  margin-bottom: 30px; }
  .services__content-wrapper .s__text .s__list li {
    margin-bottom: 15px;
    color: #000;
    padding-left: 30px;
    position: relative; }
    .services__content-wrapper .s__text .s__list li::before {
      position: absolute;
      top: 7px;
      left: 0;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #0000ff;
      content: ""; }
    .services__content-wrapper .s__text .s__list li:nth-child(2)::before {
      background-color: #fff03d; }
    .services__content-wrapper .s__text .s__list li:nth-child(3)::before {
      background-color: #ee1794; }
.services__content-wrapper .s__text .divider {
  margin-top: 50px; }

.sidebar__widget .widget {
  padding: 30px;
  border: 1px solid #dcdee2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .sidebar__widget .widget__title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdee2;
    position: relative; }
    .sidebar__widget .widget__title::before {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 70px;
      height: 1px;
      content: "";
      background: #0000ff; }
  .sidebar__widget .widget__category li {
    border-bottom: 1px solid #dcdee2;
    padding: 12px 0; }
    .sidebar__widget .widget__category li:first-child {
      padding-top: 0; }
    .sidebar__widget .widget__category li:last-child {
      border: none;
      padding-bottom: 0; }
    .sidebar__widget .widget__category li a {
      color: #292571; }

/*----------------------------------------*/
/*  06. Counter
/*----------------------------------------*/
.counter__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .counter__area::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #1a1842;
    opacity: .8;
    content: "";
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter__area {
      padding-top: 100px;
      adding-bottom: 70px; } }
  @media (max-width: 767px) {
    .counter__area {
      padding-top: 80px;
      padding-bottom: 50px; } }
.counter__single {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px; }
  .counter__single h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0; }
  .counter__single span {
    color: #fff03d;
    display: inline-block;
    font-size: 18px;
    font-weight: 600; }
.counter__icon {
  margin-right: 20px;
  margin-top: 10px; }

/*----------------------------------------*/
/*  07. Portfolio

/*  19. Page Title
/*----------------------------------------*/
.page__title {
  position: relative; }
  .page__title::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #1a1842;
    opacity: .7;
    content: "";
    width: 100%;
    height: 100%; }
  .page__title-content h2 {
    color: #ffffff;
    font-size: 60px; }
    @media (max-width: 767px) {
      .page__title-content h2 {
        font-size: 36px; } }
  .page__title-content .breadcrumb-list ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #0000ff;
    font-size: 18px;
    position: relative; }
    .page__title-content .breadcrumb-list ul li:last-child {
      padding-right: 0;
      margin-right: 0; }
    .page__title-content .breadcrumb-list ul li a {
      color: #ffffff; }
    .page__title-content .breadcrumb-list ul li::before {
      position: absolute;
      top: 6px;
      right: -4px;
      width: 2px;
      height: 14px;
      content: "";
      background: #e7e7e7; }
    .page__title-content .breadcrumb-list ul li:last-child::before {
      background: none; }

/*----------------------------------------*/
.pt-100 {
  padding-top: 100px;
}
.mtb-50 {
margin: 50px 0px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pt-50 {
  padding-top: 50px;
}
/*---------- thumbnails----------------*/


.row > .column {
  padding: 0 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;

      border: 2px solid #006993;
/*    padding: 20px;
    margin: 10px*/;
    margin-bottom: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*------------end -------------*/

 /*------------ custom css -------------*/

  
  .cart-btn {
        margin: 10px 0px;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .column_img {
        
    background-color: #006993;
    color: #fff;
    padding: 12px 0px;
  }
.nav-space {
      margin-right: 20px;
    font-weight: 600;
}