/*@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*..............embedded fonts..............*/

/*..............custom fonts..............*/
:root {
  --main-color: #000;
  --text-color: #222;
  --white-color: #fff;
  --orange-color: #774D9F;
  --footer-color: #584E4C;
  --second-color:#C6A745;
}

/*..............common styles..............*/
html{
  font-family: "Open Sans", sans-serif;
}
body{
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 25px;
  padding: 0;
  color: #092234;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 25px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
  /* color: #179ae2; */
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  outline: none;
}

input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease 0s;
  outline: none;
}

select {
  /* appearance: none;
  -webkit-appearance: none; */
  /* height: 60px !important; */
  /* padding-right: 40px !important; */
  background-image: url(../images/select-arw.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

/* input:not([type="submit"]) {
  height: 50px !important;
} */

input.form-control,
textarea.form-control {
  border: 1px solid #C3CAD4 !important;
  box-shadow: none !important;
}

textarea.form-control {
  /* height: 170px !important; */
  /* resize: none; */
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #fff;
}
*:focus {
    box-shadow: none !important;
}



/* --- common background color start--- */

.common-bg {
  background-color: #000;
}

.dark-blue-bg {
  background-color: #265374;
}

.dark-blue-bg-two {
  background-color: #194768;
}

.home-latest-greatest-sec .image-box img,
.home-contributors-wraper ul li .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- common background color end--- */

/*------owl nav--------*/
.owl-nav button svg {
  color: var(--white-color);
}

.owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}

.owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-nav button span {
  color: transparent !important;
}

.owl-nav button:hover::before {
  transform: scale(1) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {border: 2px solid #222;} */
/* .owl-nav button.owl-prev:hover{background-image: url('../images/arrow-l-w.svg')!important;} */
/* .owl-nav button.owl-next:hover{background-image: url('../images/arrow-r-w.svg')!important;} */
.owl-carousel .owl-nav button {}

.owl-carousel .owl-nav button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: var(--white-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-carousel .owl-nav button:hover {
  color: #092234;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-nav {
  left: auto;
  position: absolute;
  width: 100%;
  top: 40%;
}

button.owl-prev {
  left: 25%;
}

button.owl-next {
  right: -70%;
}


/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter {
  margin: 10px auto;
  display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn {
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-weight: bold;
  /* background: var(--white-color); */
  color: var(--white-color)!important;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  /* text-transform: uppercase; */
  border-radius: 0px;
  z-index: 1;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}

/* .btn:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background-color: var(--white-color);
  z-index: -1;
  transition: .3s;
  box-shadow: 5px 6px 0px 1px #ccc;
} */

.btn:hover {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: .3s;
  border: 1px solid var(--white-color);
  border-radius: 10px;
  background: var(--second-color);
  color: var(--white-color) !important;
  border: 1px solid var(--second-color);
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
  font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
  opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked~label:before {
  background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */
.common-padd-xl {
  padding-top: 171px;
  padding-bottom: 171px;
}

.common-padd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.common-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.form-control {
  height: 50px;
  padding: 12px 15px;
}

.top-largr-padding {
  padding-top: 210px;
  padding-bottom: 100px;
}

.common-header-lft h2 {
  font-weight: 600;
}

.header-with-line h2::before {
  content: "";
  width: 155px;
  height: 20px;
  background-image: url('../images/yellow-line.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -26px;
}

.header-with-line h2 {
  position: relative;
  margin-bottom: 50px;
}

.common-header-center {
  text-align: center;
  margin-bottom: 50px !important;
}

.common-header-center h2 {
  font-weight: 600;
}

.common-header-center.header-with-line h2::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.common-header-center p {
  font-size: clamp(25px, 4vw, 30px);
}

/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3B3B3C;
  border-radius: 10px;
}


/*-----scroll-bar-design----------*/


/*..............common styles..............*/
/* =============header css===================  */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.sidebar-open .overlay {
  opacity: 1;
  visibility: visible;
}

.header {
  position: relative;
  padding: 35px 0px 0px 0px;
  background-color: var(--orange-color);
  /* box-shadow: 3px 3px 3px #ccc; */
  z-index: 99;
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
}
.header .left-part{
  display: none;
}

.logo-wrap {
  max-width: 80px;
  /*margin: 0 auto;*/
}

.container {
  padding: 0 15px;
}

.row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-list li {
  padding: 0 15px;
}

.nav-list li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 4px 20px;
  position: relative;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 18px;
}
.nav-list li a p{
    font-weight: 400;
}
.nav-list li a:hover {
  font-weight: 700;
  color:var(--second-color);
}

.nav-list li.active a {
  position: relative;
  z-index: 2;
  color: var(--white-color);
}

.nav-list li.with-submenu {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nav-list li.with-submenu>a {
  margin-right: 10px;
}

.nav-list li.with-submenu::after {
  content: "";
  border-bottom: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.nav-list li.with-submenu:hover::after {
  transform: rotate(225deg);
  margin-top: 10px;
}

.nav-list li.with-submenu .submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  background:var(--white-color);
  border-radius: 10px;
  /* transform: translateX(-50%); */
  box-shadow: 0px 0px 2px 0px #ccc;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  /* transform: translateY(35px); */
  transform: translate(-38px, 35px);
}

.nav-list li.with-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-38px, 10px);
}

.nav-list li.with-submenu .submenu li {
  padding: 0;
}

.nav-list li.with-submenu .submenu a {
  color: var(--main-color);
  display: block;
  padding: 8px 15px;
  transition: all 0.3s;
  width: 230px;
}

.nav-list li.with-submenu .submenu a:hover {
  background-color: rgba(49, 20, 50, 0.3);
}

/* .nav-list li.with-submenu .submenu a::after {
display: none;
} */
.nav-list li.with-submenu>a {
  position: relative;
  z-index: 1;
}

.hamburger {
  display: none;
  z-index: 99;
}

.hamburger .line {
  width: 25px;
  height: 1.5px;
  background-color: var(--white-color);
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
  width: 15px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line {
  background-color: #311432;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6.5px) rotate(45deg);
  -ms-transform: translateY(6.5px) rotate(45deg);
  -o-transform: translateY(6.5px) rotate(45deg);
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-45deg);
  -ms-transform: translateY(-6.5px) rotate(-45deg);
  -o-transform: translateY(-6.5px) rotate(-45deg);
  transform: translateY(-6.5px) rotate(-45deg);
}

.right-part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-part .social-icons ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-part .social-icons {
  margin-left: 100px;
}

.right-part .social-icons ul li a {
  color:var(--white-color);
}

@media (max-width: 992px) {
  .header {
    padding: 0px 0;

  }

  .hamburger {
    display: block;
    margin-left: 15px;
  }

  .nav-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    transform: translateX(100%);
    background-color: var(--second-color);
    transition: all 0.5s linear;
    max-width: 300px;
    width: 100%;
    height: 100%;
    box-shadow: 2px -5px 5px 3px #ccc;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }

  .nav-wrap.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9;
    padding-top: 50px;
  }

  .nav-list {
    flex-direction: column;
    align-items: unset;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition-duration: 1s;
    transition-property: all;
    padding: 10px;
  }

  .nav-wrap.is-open .nav-list {
    opacity: 1;
    visibility: visible;
  }

  .nav-list li {
    padding: 7px 10px;
  }

  .nav-list li a {
    color: #311432;
    text-align: left;
    display: inline-block;
    padding: 2px 0;
  }

  .nav-list li a::after {
    background-color: #311432;
  }

  .nav-list li.with-submenu {
    display: block;
  }

  .nav-list li.with-submenu::after {
    border-color: #311432;
    right: 10px;
    top: 12px;
  }

  .nav-list li.with-submenu:hover::after {
    transform: rotate(45deg);
    margin-top: 0;
  }

  .nav-list li.with-submenu.is-open::after {
    transform: rotate(225deg);
    margin-top: 5px;
  }

  .nav-list li.with-submenu .submenu {
    position: static;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #ccc;
    display: none;
    transition: auto;
    margin: 10px 0;
  }

  .nav-list li.with-submenu .submenu li {
    padding: 7px 10px;
  }

  .nav-list li.with-submenu .submenu li:hover a {
    background-color: transparent;
  }

  .nav-list li.with-submenu .submenu li a {
    display: inline-block;
    padding: 2px 0;
  }

  .nav-list li.with-submenu .submenu li a::after {
    display: block;
  }

  .hamburger.is-active {
    /*position: absolute;*/
    right: 25px;
    z-index: 999;
  }
  .left-part .logo-wrap a{
     display: none;
  }
}

/* ====================header css end=======================  */
.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.banner_sec .slick-nav i {
  background: url(../images/service_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -10px;
  height: 18px;
  z-index: 1;
}

.banner_sec .slick-nav:hover i {
  filter: brightness(0) invert(1) !important;
}

.banner_sec .slick-nav:before,
.banner_sec .slick-nav:after {
  background: #F3FBFF;
  border: 1px solid rgb(33 157 188 / 32%);
}

.banner_sec .slick-nav:hover:before,
.banner_sec .slick-nav:hover:after {
  background: var(--orange-color);
  border: 1px solid var(--white-color);
}

.slider,
.slide {
  height: 70vh;
}


.slide {
  position: relative;
  transition: 1s;
}

/* .slide__img::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
} */

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  /*opacity: 1 !important;*/
  /*-webkit-animation-duration: 3s;*/
  /*animation-duration: 3s;*/
  /*transition: all 1s ease;*/
  object-fit: cover;
}

.slide .slide__content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slide .slide__content.slide__content__left {
  left: 0%;
  transform: translate(0%, -15%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: var(--white-color);
  text-align: center;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--white-color);
  text-align: center;
}

.slide .slide__content--headings .title {
  font-size: 50px;
  font-weight: bold;
  color: var(--white-color);
  margin-bottom: 0px;
}

.slide .slide__content--headings h4 {
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 400;
}

.slide .slide__content--headings .title span {
  color: var(--green-color);
}

.slide__content--headings {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0%, -50%);
}

.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: var(--white-color);
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}



.stick-dots .slick-dots li {
  height: 50px;
  width: 50px;
  padding: 0px 5px;
}

.stick-dots .slick-dots li button {
  color: var(--main-color);
  background: none;
  border: none;
  margin: 0px 0px;
  font-size: 20px;
  font-family: var(--text-font);
  position: relative;
  width: 25px;
  height: 25px;
}

.slick-dots li.slick-active button {
  color: var(--green-color);
}

.slick-dots li.slick-active button::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.slick-dots li.slick-active button::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--green-color);
  width: 100%;
  height: 2px;
  border-radius: 50%;
}


.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
  /* box-shadow: 0px 10px 26px 0px #ccc; */
  /* border-radius: 50%; */
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 1;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
/* ==========Home Page css start============  */
.top-bar {
  width: 100%;
  height: auto;
  background-color: var(--second-color);
  padding: 15px 0px;
}
.top-bar .buttons-item{
  width: 33.33%;
}
.top-bar .buttons-item>ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .buttons-item>ul>li{
  margin: 0px 0px 0px 10px;
}
.top-bar .buttons-item>ul>li>a{
  color: var(--white-color);
  background-color: var(--orange-color);
  /* padding: 10px; */
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .buttons-item>ul>li{
  position: relative;
}
.top-bar .buttons-item>ul>li>span{
  position: absolute;
  right: 0;
  top: -4px;
  width: 15px;
  height: 15px;
  background-color: #ff0000;
  border-radius: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}
.top-bar .buttons-item .dropdown-toggle::after{
display: none !important;
}
/*.top-bar .buttons-item .user-icon{*/
/*  margin-right: 3px;*/
/*}*/
.top-bar .top-rivon{
  display: flex;
  justify-content: space-between;
}
.common-heading h2 {
  font-size: 48px;
  color: #3B3B3B;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}
.common-heading span {
  color: var(--orange-color);
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.common-heading p {
  color: var(--main-color);
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

/* =================================standing on the rock css===================================== */
.all-classes{
  width: 100%;
  height: auto;
  background-color: var(--orange-color);
  padding: 30px 0px;
}
.all-classes .rivon-heading h2{
  color: var(--white-color);
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: bold;
}
.all-classes .rivon-heading p{
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 0px;
}
.tab-area-wrepper .nav .nav-item button{
  color: var(--main-color) !important;
}
.tab-area-wrepper .nav .nav-item button.active {
  background-color: transparent;
  color: var(--orange-color) !important;
}
.tab-area-wrepper .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--orange-color);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
.tab-area-wrepper .nav{
  justify-content: center !important;
}
.rock-slider .img-box{
  width: 100%;
  height: 252px;
  overflow: hidden;
  border-radius: 10px;
}
.rock-slider .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .9s;
}
.rock-slider:hover .img-box>img{
  transform: scale(1.2);
  transition: .9s;
}

.course-img .img-box{
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
.course-img .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .9s;
}
.course-img:hover .img-box>img{
  transform: scale(1.2);
  transition: .9s;
}




.rock-slider .text-box{
  padding: 15px 0px 0px 0px;
}
.rock-slider .text-box ul{
  display: flex;
  gap: 3px;
  justify-content: center;
}
.rock-slider .text-box ul li{
  font-size: 12px;
}
.rock-slider .text-box ul li i{
  font-size: 12px;
  color: #f5d900 !important;
}
.rock-slider .text-box h5{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rock-slider .text-box p{
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.para-center p{
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}


.course-description .text-box{
  padding: 15px 0px 0px 0px;
}
.course-description .text-box ul{
  display: flex;
  gap: 3px;
}
.course-description .text-box ul li{
  font-size: 12px;
}
.course-description .text-box ul li i{
  font-size: 12px;
  color: #f5d900 !important;
}
.course-description .text-box h5{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.course-description .text-box p{
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.para-center p{
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.course-description{
    padding-left: 50px;
}

/* ======================counter============================== */
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.count-area {
    position: relative;
    text-align: center;
}
.count-area-content {
    /* margin-top: 30px; */
    text-align: center;
}
.count-digit {
    font-weight: 700;
    font-size: 50px;
}
.count-title {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.count-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange-color);
}
.count-number span{
  font-size: 48px;
  font-weight: 600;
}
.partner-sec{
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0 0 15px #ccc;
  padding: 20px 0px;
}
.card-sec{
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: var(--orange-color); */
  background: #D084C3;
  background: linear-gradient(90deg,rgba(208, 132, 195, 1) 0%, rgba(182, 119, 236, 1) 100%);
  padding-bottom: 150px;
}
.card-sec::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 200px;
  clip-path: polygon(100% 100%, 100% 74%, 68% 49%, 0 77%, 0 100%);
  background-color: var(--white-color);
}
.course-card{
  width: 100%;
  height: 100%;
  background-color:var(--white-color);
  padding: 20px;
  border-radius: 20px;
}
.course-card .img-top{
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.course-card .img-top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-card .text-bottom p{
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}
.show-btn{
  background-color: var(--orange-color);
  color: var(--white-color);
  font-size: 18px;
  padding: 4px 10px;
  border: 2px solid var(--orange-color);
  border-radius: 5px;
}
.show-btn:hover{
  background-color: var(--white-color);
  border: 2px solid var(--orange-color);
  color: var(--orange-color);
}
.text-bottom .offer-text{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.text-bottom .offer-text p{
  margin-bottom: 0px;
  font-weight: 900;
}
.text-bottom h4{
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.insta-addres ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insta-addres ul li a{
  color: var(--main-color);
}

.rock-slider{
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px;
  min-height: 375px;
}
.rate-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--orange-color);
  margin-top: 20px;
  padding: 10px;
}
.rate-box .rate ul{
  display: flex;
  align-items: center;
}
.rate-box .rate ul li a{
  color: var(--white-color);
}
.rate-box .rate ul li a span{
  margin-left: 5px;
  color: #FFA500;
}
.rate-box .amount{
  color: var(--white-color);
}
.profile-box .img-box{
  width: 81px;
  height: 81px;
  border-radius: 40px;
  overflow: hidden;
  flex-shrink: 0;
}
.profile-box{
  display: flex;
  gap: 20px;
}
.profile-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-box .text-box ul{
  display: flex;
  gap: 5px;
}
.profile-box .text-box ul li i{
  color: #f5d900 !important;
}
.profile-box .text-box h4{
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
}
.profile-box .text-box p{
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.student-feedback{
  margin-top: 50px;
}
.feedback-main{
  background-color: var(--white-color);
  box-shadow: 0 0 15px #ccc;
  padding: 50px;
  border-radius: 20px;
  margin: 20px 10px;
}
.details-text{
  padding: 30px 0px 0px 0px;
}
.details-text p{
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}
.success-story{
  margin-top: 50px;
}
.story-btn{
  background-color: var(--orange-color);
  color: var(--white-color);
  font-size: 24px;
  padding: 20px 50px;
  border-radius: 40px;
}
.story-btn:hover{
  color: var(--main-color);
  background-color: var(--second-color);
}
.link-btn{
  width: 100%;
  height: 400px;
  background-color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-direction: column;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  min-height: 512px;
}
.common-heading .sub-top{
  font-size: 20px;
  letter-spacing: 5px;
  color: #3B3B3B;;
}
.blog-big .blog-text ul{
  display: flex;
  gap: 40px;
}
.blog-big{
  border-radius: 20px;
  overflow: hidden;
}
.blog-big .blog-img{
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.blog-big .blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-big .blog-text{
  padding: 35px;
}
.blog-big .blog-text ul li a{
  color: var(--main-color);
  font-size: 16px;
}
.blog-big .blog-text h5{
  font-size: 24px;
  color: var(--main-color);
  font-weight: bold;
  /*padding: 30px 60px 30px 0px;*/
  line-height: 38px;
}
.blog-list .list-box{
  display: flex;
  gap: 30px;
  /* align-items: center; */
}
.blog-list .list-box h6{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.blog-list .list-box p{
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.blog-list .list-box .img-box{
  width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
  flex-shrink: 0;
}
.blog-list .list-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list{
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
footer{
  width: 100%;
  height: auto;
  background-color: #774D9F;
}
.contact-info{
  display: flex;
  align-items: center;
  gap: 70px;
}
.info-area h4{
  color: var(--white-color);
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
.info-area ul li{
  margin: 10px 0px;
}
.info-area ul li a{
  color:var(--white-color);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.f-text p{
  font-size: 16px;
  color: var(--white-color);
  max-width: 535px;
  font-family: "Open Sans", sans-serif;
}
.info-area.quick-link h4{
  /*font-weight: bold;*/
  color: var(--white-color);
}
.info-area.quick-link ul li{
  margin: 15px 0px;
}
.info-area.quick-link ul li a{
  color: var(--white-color);
  font-family: "Open Sans", sans-serif;
}
.social-icon{
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-icon ul{
display: flex;
}
.social-icon ul li{
  margin: 0px 10px;
}
.info-area.social-icon ul li a i{
  font-size: 30px;
}
.info-area.social-icon ul li a i:hover{
  color: #C6A745;
}
.info-area.social-icon h4{
  margin-bottom: 0px;
}
.copy-right p{
  padding: 20px 0px 0px 0px;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 4px;
  font-size: 14px;
  opacity: 0.6;
  border-top: 1px solid #ccc;
}
.copy-right{
  padding: 50px 0px 20px 0px;
}
.link-btn:hover{
  color: var(--orange-color);
}
.inner-banner{
  width: 100%;
  /* height: 400px; */
  background-size: cover;
  background-position: center center;
}
.inner-banner-text{
  padding: 160px 0px;
}
.inner-banner-text h2{
  color: var(--orange-color);
  font-weight: bold;
}
/* =======================the rock page css================================= */
.the-rock-inner-wrepper{
  margin-top: 50px;
}
.classes-wrepper{
  margin-top: 50px;
}
/* ========================blog page css==================================== */
.inner-blog-sec .blog-sl-box .img-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.inner-blog-sec .blog-sl-box {
  margin-bottom: 25px;
}

.inner-testimonial-sec .ts-slider-wrepper .ts-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--white-color);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 25px;
}

.inner-blog-wrepper {
  margin-top: 50px;
}


/*=============================== blog-details page css  start======================================*/
.blog-details .blog-details-img-box {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.blog-details .blog-details-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .blog-main-box {
  width: 100%;
  height: auto;
  background-color: transparent;
  transition: .5s;
  overflow: hidden;
  border: 0px solid var(--white-color);
}

.blog-details .blog-main-box .content-box {
  display: block;
}

.blog-details .blog-main-box .text-box {
  padding: 24px 0px;
}

.blog-details-list .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-list .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-details-list {
  width: 100%;
  height: 812px;
  overflow-x: auto;
  padding: 0px 20px 0px 0px;
}

.bolg-border {
  background-color: var(--white-color);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 920px;
}

.blog-details-list .list-box {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 5px;
  transition: .3s;
  border: 1px solid #bbb;
}

.blog-details-list .list-box:hover {
  box-shadow: 0 0 10px #bbb;
  transition: .3s;
}

.blog-details .blog-details-list .list-box .item p {
  margin-bottom: 5px;
  font-size: 14px;
}

.blog-details .slid-box {
  background-color: var(--white-color);
  border-radius: 20px;
}

.blog-details-slid .blog-slider .slid-box {
  padding: 0px;
}

.post-date ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.blog-details-list .read-more{
  font-size: 14px;
  color: var(--orange-color);
}
.blog-list .list-box .text-box .read-more{
  font-size: 16px;
  color: var(--orange-color);
  font-family: "Open Sans", sans-serif
  font-weight: 500;
}
.blog-right-box{
  background-color: var(--white-color);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.sub-heading h6{
  font-size: 20px;
  font-weight: 600;
}
.catagory-product{
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 5px;
  display: inline-block;
  color: #222;
}
.catagory-product:hover{
  background-color: var(--second-color);
  color: var(--white-color);
}
.search-field-box{
  border-radius: 5px;
  border: 1px solid #ccc;
}
.search-btn{
  border: none;
  background-color: var(--orange-color);
  padding: 0px 20px;
}
.search-btn i{
  color: var(--white-color);
}
.search-field-box .form-control{
  border: none !important;
}

/*=============================== blog-details page css end======================================*/
/* ==================================Login page css start============================================== */
.login-sec .login {
  margin: 20px auto;
  padding: 40px 50px;
  max-width: 50%;
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0px 0px 50px #d1d1d1;
}
 .login-sec .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
  }

.login-sec .login input[type=text],
.login-sec .login input[type=password] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.login-sec .login input[type=text]:hover {
  border-color: var(--orange-color);
  outline: none;
  transition: all .2s ease-in-out;
}

.login-sec .login input[type=submit] {
  border: none;
  background: var(--orange-color);
  color: var(--white-color);
  font-weight: bold;
  transition: 0.2s;
  margin: 20px 0px;
}

.login-sec .login input[type=submit]:hover {
  background: var(--orange-color);
}

 .login-sec .login h2 {
    margin: 20px 0 0;
    color: var(--orange-color);
    font-size: 28px;
  }

.login-sec .login p {
  margin-bottom: 40px;
}

.login-sec .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.login-sec .links a {
  display: table-cell;
  padding-top: 10px;
  color: var(--orange-color);
}

.login-sec .links a:first-child {
  text-align: left;
}

.login-sec .links a:last-child {
  text-align: right;
}

 .login-sec .login h2,
 .login-sec .login p,
 .login-sec .login a {
    text-align: center;
  }

  .login-sec .login a {
  text-decoration: none;
  font-size: .8em;
}

.login-sec .login a:visited {
  color: inherit;
}

.login-sec .login a:hover {
  text-decoration: underline;
}
/* ==================================Login page css end============================================== */


/* ============================log in dropdown css===================================== */
@media screen and (min-width: 990px) {
  .dropdown-niv2 .dropdown-menu-niv2 {
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.2s ease;
 }
  .dropdown-niv2:hover .dropdown-menu-niv2 {
    transform: translateY(0);
    margin-top: 0;
    visibility: visible;
    opacity: 1;
 }
}
@media screen and (min-width: 990px) {
  .dropdown-niv3 .dropdown-menu-niv3 {
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.2s ease;
 }
  .dropdown-niv3:hover .dropdown-menu-niv3 {
    transform: translateY(0);
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
    animation: fadeIn 0.3s alternate;
 }
  .dropdown-item-niv3-desk {
    display: block;
 }
  .dropdown-item-niv3-mob {
    display: none;
 }
}
@media screen and (max-width: 989px) {
  .dropdown-item-niv3-desk {
    display: none;
 }
  .dropdown-item-niv3-mob {
    display: block;
 }
}

@keyframes fadeIn {
  from {
    opacity: 0;
 }
  to {
    opacity: 1;
 }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
 /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: var(--white-color);
  text-shadow: 0 0 30px var(--white-color);
}

/*================== gallery sec css start==========================  */
.gl-box {
  position: relative;
  display: block;
  height: 300px;
  width: 32%;
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 6.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 70%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 50%;
  }
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3 ,1fr);
}

.gl-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.gl-box .img-overlay {
  width: 80px;
  height: 80px;
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.gl-box .img-overlay i {
  transform: rotate(-45deg);
  font-size: 30px;
  color: var(--white-color);
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.modal {
  overflow-y: hidden;
}

.button-group {
  text-align: center;
  margin: 40px 0px 50px 0px;
}

.gl-box .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--orange-color);
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.gl-box .text-box p{
  margin-bottom: 0px;
}
.gl-box .text-box h5{
  margin-bottom: 0px;
}
.gl-box:hover .text-box {
  opacity: 1;
  transition: .5s;
}

.gl-box:hover .text-box p,
.gl-box:hover .text-box h5 {
  color: var(--white-color);
}
.video-wrepper .video-box{
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
.video-wrepper .video-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*================== gallery sec css end==========================  */

/* =============================================================================== */
/* .page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  z-index: 11111;
  top: 0;
}

.page-header.is-sticky .nav-list.shadow {
  box-shadow: 0 .0rem 0rem rgba(0, 0, 0, .0) !important;
}

.page-header.is-sticky img {
  max-width: 100%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
} */


/* ===========================the rock page css start========================================= */
.add-product{
  background-color: var(--orange-color);
  color: var(--white-color);
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 5px;


}
.add-product:hover{
  background-color: var(--second-color);
  color: var(--white-color);
}
.the-rock-inner-wrepper .rock-slider{
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.rock-slider .text-main{
padding: 0px 20px 20px 20px;
text-align: center;
}
.the-rock-inner-wrepper .rock-slider .text-box h5 {
  font-size: 18px;
}
.the-rock-inner-wrepper .rock-slider .text-box{
  padding: 20px 20px 10px 0px;
}
.the-rock-inner-wrepper .rock-slider .img-box{
  position: relative;
}
.the-rock-inner-wrepper .rock-slider .img-box .wish-list {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the-rock-inner-wrepper .rock-slider .img-box .wish-list i{
  color: #ff0000;
}
/* ===========================the rock page css end========================================= */
/* ===============================blog page css start============================================ */
.pk-blog-box{
  margin-bottom: 25px;
}
.pk-blog-box .img-box{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.pk-blog-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pk-blog-box .cont-box{
  padding: 20px;
}
.pk-blog-box .cont-box h6{
  font-size: 20px;
  margin: 15px 0px 10px 0px;
}
.pk-blog-box .cont-box p{
  font-size: 16px;
  margin-bottom: 10px;
}
.read-more{
  font-size: 16px;
  color: var(--orange-color);
}
.read-more:hover{
  color: var(--second-color);
}
/* ===============================blog page css end============================================ */
/* ===============================profile page css start============================================ */
.user-profile-box{
  padding: 20px;
  border-radius: 10px;
}
.user-profile-box .user-img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: var(--white-color);
  position: relative;
}
.user-profile-box .user-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-box{
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100px;
  transition: .5s;
  background-color: rgba(0, 0, 0, 0.05);
    margin-top: -45px;
}
.user-profile-box:hover .social-box{
  transition: .5s;
}
.social-box ul{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.social-box ul li{
  margin: 0px 6px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-box ul li a i{
  color: var(--main-color);
}
.profile-details{
  text-align: center;
  margin: 20px 0px;
  border-bottom: 1px solid var(--white-color);
}
.profile-details h3{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.profile-details p{
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.others-details ul{
  margin-top: 20px;
}
.others-details ul li a{
  color: #2E2E2E;
  display: flex;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
}
.others-details ul li a i{
  color:var(--orange-color);
}
.others-details ul li a .identy-box{
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
}
.other-information{
  position: relative;
  padding: 50px;
  border-radius: 10px;
}
.other-information .edit-profile{
  position: absolute;
  left: auto;
  right: 10px;
  top: 15px;
}
.other-information .edit-profile a{
    background-color: var(--orange-color);
    padding: 10px;
    border-radius: 40px;
    color: var(--white-color);
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.other-information .table tr td{
  font-family: "Open Sans", sans-serif;
}


/* ====================================checkout page css start================================================== */
.shopping_cart_sec {
  border-top: 1px solid var(--main-color);
  padding: 30px 0;
}

.cart_product {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cart_product .cart_images {
  width: 100%;
}

.cart_product .cart_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.cart_text {
  padding: 20px;
}

.cart_text h4 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.color_code {
  font-size: 20px;
}

.wl_price {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.wl_price li {
  font-size: 20px;
}

.wl_price li:last-child {
  color: var(--main-color);
}

.wl_price li:last-child span {
  text-decoration: line-through;
  font-size: 16px;
  color: #B3B3B3;
}

.left_p_text h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 0;
  letter-spacing: 3px;
}

.right_p_text h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: var(--orange-color);
  margin-bottom: 0;
  letter-spacing: 3px;
}

.final_price {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 12px 0;
}

.only_left {
  color: #E92F2A;
  font-size: 18px;
}

.expeted {
  margin-bottom: 0;
}

.call_us_drop {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

.qty span {
  font-size: 17px;
}

.qty_te {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  margin: 0 10px;
}

.coupons_sec {
  border: 1px solid #B3B3B3;
  padding: 10px;
  border-radius: 10px;
}

.coupon_text p {
  font-size: 16px;
  margin-bottom: 0;
}

.coupon_text span {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--orange-color);
}

.coupon_here {
  padding: 7px 12px;
  background: rgb(179 179 179 / 20%);
  border: none;
  border-radius: 6px;
  width: 100%;
}

.bill_details {
  padding: 20px 0;
}

.bill_details h4 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: var(--orange-color);
}

.bill_text {
  padding: 25px;
  background: var(--white-color);
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.bill_text ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bill_text ul li {
  font-size: 16px;
}

.total_payable {
  display: flex;
  justify-content: space-between;
}

.total_payable_l {
  color: var(--orange-color);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.total_payable_r {
  color: var(--orange-color);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.by_con {
  padding: 25px;
}

.by_con .form-group label {
  font-size: 14px;
  color: var(--orange-color);
  margin-bottom: 20px;
}

.by_con .form-group label a {
  font-size: 14px;
  color: var(--orange-color);
  margin-bottom: 20px;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.back_arrow {
  color: var(--main-color);
  font-weight: 200;
  margin-right: 10px;
  font-size: 25px;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 27px;
  margin-right: 20px;
}

.radio-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 1px var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radio-input:checked+.radio-label:after {
  transition: all 0.5s;
  background-color: var(--orange-color);
}

.radio-input:checked+.radio-label .radio-border {
  outline: solid 1px var(--orange-color);
  background: #FFD1DF;
}

.select_danger {
  font-size: 20px;
  margin-bottom: 5px;
}

.checkout_item {
  padding-right: 150px;
}

.save_as {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.save_as li {
  padding-right: 10px;
}

.save_as li a {
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  color: var(--main-color);
  padding: 8px 20px;
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
}

.save_as li a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.save_as li a span {
  vertical-align: middle;
}

.offcanvas_vision {
  bottom: auto;
  min-height: 50%;
  background: #FBF9F7;
  width: 700px !important;
  top: 20px !important;
  right: 20px !important;
  box-shadow: 0 0 26px rgb(0 0 0 / 15%);
  border-left: 0 !important;
}

.vision_all {
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.vision_text h4 {
  width: 100%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
}

.vision_text p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.single_vision span {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}

.single_vision span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.subtotal_frame {
  font-size: 24px;
  margin-top: 50px;
}

.subtotal_frame span {
  color: var(--orange-color);
  display: block;
}

.select_lens_back {
  color: var(--main-color);
}

.off_body {
  padding: 0px 50px 20px 20px;
}

.offcanvas-header {
  padding-bottom: 0;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.rimless {
  width: 100%;
  display: block;
  background: var(--white-color);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 45px;
}

.lens_feature p {
  margin-bottom: 0;
}

.lens_feature h5 {
  margin-bottom: 0;
  color: var(--orange-color);
}

.rimless h4 {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.lens_heading a {
  font-size: 35px;
}

.warranty_period {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  padding: 15px;
}

.warranty_period ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.width_200 {
  width: 46%;
}

.select_lens_btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: -40px;
}

.form {
  width: 440px;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  right: 0;
  transition: all 0.5s ease;
  transform: scale(0);
  background: var(--white-color);
}

.input {
  width: 400px;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid var(--main-color);
  outline: none;
  padding: 0 20px 10px;
  color: var(--main-color);
  font-size: 20px;
  background: var(--white-color);
}

.cross_search_btn {
  position: absolute;
  right: 33px;
  top: 6px;
}

#search {
  color: var(--main-color);
  position: relative;
  top: 18px;
  left: 90px;
  opacity: 0;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}

#search.viewsarch {
  opacity: 1;
}

.form.viewsarch {
  transform: scale(1);
}

#search.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
}
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--main-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--main-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/*-------- button Effect-------*/
.red_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  color: var(--white-color);
  background: var(--orange-color);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  border: none;
}

.red_btn span {
  z-index: 1;
  position: relative;
  letter-spacing: 3px;
  font-size: 16px;
}

.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--orange-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}

.red_btn:hover span {
  color: var(--white-color);
}

.red_btn.red_border {
  color: var(--white-color);
  background: transparent;
  border: 1px solid var(--white-color);
}

.red_btn.red_border_black {
  color: var(--black-color);
  background: var(--second-color);
  border: 1px solid var(--black-color);
}

.red_btn.white_bg {
  color: var(--main-color);
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 100%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}
.form-control{
  font-family: "Open Sans", sans-serif;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  font-family: "Open Sans", sans-serif;
}
/*-------- button Effect-------*/
/* ====================================checkout page css end================================================== */

/* ====================================cart page css start================================================== */
.shopping_cart_sec {
  border-top: 1px solid var(--black-color);
  padding: 30px 0;
}

.cart_product {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cart_product .cart_images {
  width: 100%;
}

.cart_product .cart_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}


.color_code {
  font-size: 20px;
}

.wl_price {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.wl_price li {
  font-size: 20px;
}

.wl_price li:last-child {
  color: var(--main-color);
}

.final_price {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 12px 0;
}

.expeted {
  margin-bottom: 0;
}

.call_us_drop {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

.qty span {
  font-size: 17px;
}

.qty_te {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  margin: 0 10px;
}

.add_wishlist {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black-color);
  letter-spacing: 3px;
}
.add_wishlist:hover{
  color: var(--orange-color);
}
.coupons_sec {
  border: 1px solid #B3B3B3;
  padding: 10px;
  border-radius: 10px;
}

.coupon_text p {
  font-size: 16px;
  margin-bottom: 0;
}

.coupon_text span {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--main-color);
}

.coupon_here {
  padding: 7px 12px;
  background: rgb(179 179 179 / 20%);
  border: none;
  border-radius: 6px;
  width: 100%;
}

.bill_details {
  padding: 20px 0;
}

.bill_details h4 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: var(--black-color);
}

.bill_text {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.bill_text ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bill_text ul li {
  font-size: 20px;
}

.total_payable {
  display: flex;
  justify-content: space-between;
}

.by_con {
  padding: 25px;
}

.by_con .form-group label {
  font-size: 18px;
  color: var(--black-color);
}

.by_con .form-group label a {
  font-size: 18px;
  color: var(--main-color);
}

.back_arrow {
  color: var(--black-color);
  font-weight: 200;
  margin-right: 10px;
  font-size: 25px;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 27px;
  margin-right: 20px;
}

.radio-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 1px #000;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radio-input:checked+.radio-label:after {
  transition: all 0.5s;
  background-color: #EF1C5B;
}

.radio-input:checked+.radio-label .radio-border {
  outline: solid 1px #EF1C5B;
  background: #FFD1DF;
}

.select_danger {
  font-size: 20px;
  margin-bottom: 5px;
}

.checkout_item {
  padding-right: 150px;
}

.save_as {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.save_as li {
  padding-right: 10px;
}

.save_as li a {
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  color: var(--black-color);
  padding: 8px 20px;
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
}

.save_as li a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.save_as li a span {
  vertical-align: middle;
}

.offcanvas_vision {
  bottom: auto;
  min-height: 50%;
  background: #FBF9F7;
  width: 700px !important;
  top: 20px !important;
  right: 20px !important;
  box-shadow: 0 0 26px rgb(0 0 0 / 15%);
  border-left: 0 !important;
}

.vision_all {
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.vision_text h4 {
  width: 100%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
}

.vision_text p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.single_vision span {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}

.single_vision span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.subtotal_frame {
  font-size: 24px;
  margin-top: 50px;
}

.subtotal_frame span {
  color: var(--main-color);
  display: block;
}

.select_lens_back {
  color: var(--black-color);
}

.off_body {
  padding: 0px 50px 20px 20px;
}

.offcanvas-header {
  padding-bottom: 0;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.rimless {
  width: 100%;
  display: block;
  background: var(--white-color);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 45px;
}

.lens_feature p {
  margin-bottom: 0;
}

.lens_feature h5 {
  margin-bottom: 0;
  color: var(--main-color);
}

.rimless h4 {
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.lens_heading a {
  font-size: 35px;
}

.warranty_period {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  padding: 15px;
}

.warranty_period ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.width_200 {
  width: 46%;
}

.select_lens_btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: -40px;
}

.form {
  width: 440px;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  right: 0;
  transition: all 0.5s ease;
  transform: scale(0);
  background: #fff;
}

.input {
  width: 400px;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid #000;
  outline: none;
  padding: 0 20px 10px;
  color: #000;
  font-size: 20px;
  background: #fff;
}

.cross_search_btn {
  position: absolute;
  right: 33px;
  top: 6px;
}

#search {
  color: #000;
  position: relative;
  top: 18px;
  left: 90px;
  opacity: 0;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}

#search.viewsarch {
  opacity: 1;
}

.form.viewsarch {
  transform: scale(1);
}

#search.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
}
.edit_lens {
    padding: 7px;
    font-size: 12px;
    background: var(--orange-color);
    margin-right: 5px;
    color: #fff;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_lens:hover i{
  color: #fff;
}
.rating-box ul{
  display: flex;
  margin-bottom: 10px;
}
.rating-box ul li{
  font-size: 14px;
}
.rating-box ul li i{
  font-size: 12px;
  color: #f5d900 !important;
}
.cart_text p{
  margin-bottom: 10px;
  font-size: 14px;
}
.btn-catagory{
  color: #fff;
  background-color: var(--second-color);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 14px;
}
.btn-catagory:hover{
  color: #fff;
}
.btn-remove{
  color: #fff;
  background-color: var(--orange-color);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 14px;
}
.btn-remove:hover{
  color: #fff;
}
.product-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-image {
  width: 100%;
  height: 200px;
}
.course-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ====================================cart page css end================================================== */

/*---- Profile -----*/
.dashboard_section {
  padding: 50px 0;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.img_image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 5px;
}

.img_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.name_price h5 {
  font-size: 20px;
}

.name_price span {
  font-size: 18px;
  color: var(--orange-color);
  display: inline-block;
}

.img-market {
  padding: 18px 0;
  margin: 0;
}

.img-market a {
  color: #424242;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.img-market a i {
  color: var(--orange-color);
  font-size: 18px;
  margin-right: 5px;
}

.dashboard_left {
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 15px;
  border-radius: 0px;
}

.left_drop_dashboard {
  padding-left: 10px;
}

.left_drop_dashboard li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.left_drop_dashboard li i {
  color: #747474;
  margin-right: 7px;
  font-size: 14px;
}

.left_drop_dashboard li a {
  font-size: 15px;
  color: #747474;
}

.right_content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 28px;
  border-radius: 0px;
  position: relative;
}

.edit_profile {
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 2px;
}

.edit_profile a {
  color: var(--white-color) !important;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resend {
  position: relative;
  background: #fd3103 !important;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 40px;
  border-radius: 6px;
  display: block;
  margin-bottom: 5px;
}

.my_order_titel h4 {
  color: var(--main-color);
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  margin-bottom: 20px;
  padding-bottom: 6px;
}

.my_orders {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  margin-bottom: 15px;
}

.my_orders .order_images {
  width: 100%;
}

.my_orders .order_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.order_text {
  padding: 15px;
}

.order_text h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.order_text h4 span {
  color: var(--main-color);
}

.expeted {
  font-size: 14px;
}

.btn_text {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 15px;
  border-radius: 6px;
  position: relative;
  color: var(--white-color);
  background: var(--orange-color);
  text-decoration: none;
  text-align: center;
}
.btn_text:hover{
  color: #fff;
}
.cancel_order {
  background: var(--second-color);
  /* border: 1px solid var(--main-color); */
  color: var(--main-color);
}

.personal_infor h5 {
  font-size: 16px;
}

.personal_infor a {
  color: var(--main-color);
}

.profile-form-addr h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

.profile-form-addr p {
  margin-bottom: 0px;
  font-size: 14px;
}

.profile-form-addr {
  display: flex;
  justify-content: space-between;
}

.profile-form-addr-right a {
  color: var(--heading-color);
}

.add_nn {
  display: none;
}

.add_nn.add_open {
  display: block;
}

.rate_this_product ul {
  list-style: none;
  padding-left: 0;
}

.rate_this_product ul li {
  color: #c7c7c7;
  display: inline-block;
  font-size: 15px;
}

/*---- Profile -----*/

/* ==============================add filter css start======================================= */
.filter-area{
  width: 100%;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 5px;
}

.left-product-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.search-box-left{
  position: relative;
}
.search-box-left button{
    position: absolute;
    top: 48px;
    right: 7px;
    border: none;
    background-color: transparent;
    font-size: 20px;
}
.left-product-box h3{
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 500;
}
.search-box-left .form-control{
  border: 1px solid #373737 !important;
}
.filter-area .accordion-button:not(.collapsed){
  background-color: transparent !important;
  font-weight: bold;
  font-size: 22px;

}
.accordion-item .accordion-button.collapsed{
      font-weight: bold;
     font-size: 22px;
}
.filter-area .accordion-button:not(.collapsed){
  color: #000 !important;
      font-weight: bold;
    font-size: 22px;
}
.accordion-button:not(.collapsed)::after{
      background-image: var(--bs-accordion-btn-icon) !important;
}
.filter-area .form-check{
  margin-bottom: 0.725rem;
}
.filter-area .form-check a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: var(--orange-color) !important;
    border-color: var(--orange-color) !important;
}
.form-check .form-check-input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.search-box-left .form-label{
  font-size: 20px;
}
/* ==============================add filter css end======================================= */
.field-icon {
  float: right;
  margin-right: 15px;
  margin-top: -33px;

  position: relative;
  z-index: 2;
}
/* ===============================product details page css=========================================== */
.prd_img {
  width: 100%;
}
.inner-heading h2{
  font-size: 50px;
  border-bottom: 1px solid #ccc;
}
.prd_img span {
  width: 100%;
  height: 500px;
  border-radius: 6px;
  border: 1px solid #B3B3B3;
  display: block;
  margin-bottom: 25px;
}

.prd_img span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.reting_boo i {
    color: #f1cd28 !important;
}
.fa_hart {
  color: rgb(0 0 0 / 50%);
  font-size: 22px;
}

.wl_logo span {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
}

.wl_logo span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_main_heading h2 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
}

.product_main_heading h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.product_main_heading p {
  color: var(--text-color);
  font-size: 14px;
}

.product_det_right .reting_boo {
  display: inline-block;
}

.size_text {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.round_30.color_filter ul li a {
  width: 30px;
  height: 30px;
}

.round_30.color_filter {
  margin-bottom: 20px;
}

.full_price {
  font-size: 24px;
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 1;
}

.discount_price {
  font-size: 16px;
  color: #808080;
  text-decoration: line-through;
  padding-left: 10px;
}

.total_off {
  font-size: 20px;
  color: #0CAA32;
  padding-left: 20px;
  line-height: 1;
}

.instock {
  font-size: 20px;
  color: #0CAA32;
  margin-bottom: 10px;
}
.w_350 {
  width: 350px;
}

.technical_information {
  width: 100%;
}

.technical_information ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 5px;
}

.technical_information ul li {
  text-align: left;
  width: 50%;
}

.product_det_right .accordion {
  margin-bottom: 25px;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 25px;
}

.product_det_right .accordion-button {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.product_det_right .accordion-item {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.product_det_right .accordion-button:not(.collapsed) {
  background: none;
}

.product_det_right .accordion-body {
  padding: 10px 0 0;
}

.product_det_right .accordion-button:after {
  background-image: url(../images/filter_arrow.svg);
  background-size: 16px;
}

.product_det_right h2.accordion-header button {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--main-color);
}
/* .reting_boo i {
    color: var(--main-color);
} */
.product_det_right .reting_boo {
    display: inline-block;
}
.reting_boo {
    background: #F5F5FF;
    padding: 6px 0px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 6px;
}
.product_feature ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
}

.product_feature ul li {
  padding-right: 10px;
  position: relative;
  margin-right: 8px;
}

.product_feature ul li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #1e1e1e;
}

.rate_product {
  padding: 10px 15px;
  background: var(--white-color);
  border: 1px solid var(--text-color);
  color: var(--text-color);
  border-radius: 6px;
}

.review_img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 8px;
}

.review_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.status_review h4 {
  color: var(--black-color);
  padding-left: 15px;
  font-size: 20px;
}

.certified_buy {
  font-size: 15px;
  color: rgb(30 30 30 / 50%);
}

.age_buy {
  font-size: 14px;
  color: rgb(30 30 30 / 50%);
}

.single_review {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product_review .single_review:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.call_us_btn {
  background: #FBD6E8;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 8px;
  white-space: nowrap;
}

.doubts_text h4 {
  text-transform: uppercase;
  font-size: 22px;
}

.shopping_cart_sec {
  border-top: 1px solid var(--black-color);
  padding: 30px 0;
}

.cart_product {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cart_product .cart_images {
  width: 100%;
}

.cart_product .cart_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.cart_text {
  padding: 30px;
}

.cart_text h4 {
  font-size: 24px;
}

.color_code {
  font-size: 20px;
}

.wl_price {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.wl_price li {
  font-size: 20px;
}

.wl_price li:last-child {
  color: var(--main-color);
}

.wl_price li:last-child span {
  text-decoration: line-through;
  font-size: 16px;
  color: #B3B3B3;
}

.left_p_text h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 0;
  letter-spacing: 3px;
}

.right_p_text h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 0;
  letter-spacing: 3px;
}

.final_price {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 12px 0;
}

.only_left {
  color: #E92F2A;
  font-size: 20px;
}

.expeted {
  margin-bottom: 0;
}

.call_us_drop {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

.qty span {
  font-size: 17px;
}

.qty_te {
  padding: 8px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  margin: 0 10px;
}

.add_wishlist {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black-color);
  letter-spacing: 3px;
}

.coupons_sec {
  border: 1px solid #B3B3B3;
  padding: 10px;
  border-radius: 10px;
}

.coupon_text p {
  font-size: 16px;
  margin-bottom: 0;
}

.coupon_text span {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--main-color);
}

.coupon_here {
  padding: 7px 12px;
  background: rgb(179 179 179 / 20%);
  border: none;
  border-radius: 6px;
  width: 100%;
}

.bill_details {
  padding: 20px 0;
}

.bill_details h4 {
  font-size: 24px;
  color: var(--black-color);
}

.bill_text {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.bill_text ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bill_text ul li {
  font-size: 20px;
}

.total_payable {
  display: flex;
  justify-content: space-between;
}

.total_payable_l {
  color: var(--black-color);
  font-size: 20px;
}

.total_payable_r {
  color: var(--black-color);
  font-size: 20px;
  text-transform: uppercase;
}

.by_con {
  padding: 25px;
}

.by_con .form-group label {
  font-size: 20px;
  color: var(--black-color);
}

.by_con .form-group label a {
  font-size: 20px;
  color: var(--main-color);
}

.back_arrow {
  color: var(--black-color);
  font-weight: 200;
  margin-right: 10px;
  font-size: 25px;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 27px;
  margin-right: 20px;
}

.radio-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 1px #000;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* ==============================my courses page===================================== */
.head-tab-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-information .nav-tabs .nav-link{
    background-color: var(--orange-color);
    border: none !important;
    color: #fff;
    margin-right: 5px;
    border-radius: 10px;
}
.other-information .nav-tabs{
  border-bottom: 0px;
}
.other-information .nav-tabs .nav-link.active{
  background-color: var(--second-color);
}
.my-courses .other-information{
  padding: 30px;
}
.tab-content .row .col-lg-4{
  margin-bottom: 25px;
}
.my-courses .other-information .course-card{
  position: relative;
}
.my-courses .other-information .course-card a{
  position: absolute;
  bottom: 20px;
}
.cont-area-box h5{
  height: 60px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.cont-area-box p{
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
margin-bottom: 35px;
}
/* ==========================my order invoice page css====================================== */
.d-load a{
  color: var(--orange-color);
  font-size: 25px;
}
.order-details-area{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 20px;
}
.order-details-area .order-name{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-details-area .order-name h5{
  margin-bottom: 0px;
}
.order-details-area .order-name a{
  background-color: #036b1b;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}
.amount-div{
  margin-top: 50px;
}
.amount-div .amount-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amount-div .amount-list p{
  font-size: 16px;
  font-weight: 600;
}
.link a{
    color: #774D9F;
}

.icon-load i{
    color: #fff;
    font-size: 25px;
}
#edit_profile{
    display: none;
}


.text-main .text-box{
    margin-top: 20px;
}
.text-main .text-box h5{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.text-main .text-box p{
    font-size: 18px;
    margin-bottom: 6px;
}
.dropdown-niv2 .dropdown-menu-niv2{
    padding: 0px;
}
.dropdown-niv2 .dropdown-menu-niv2 li{
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 0px;
}
.dropdown-niv2 .dropdown-menu-niv2 li:nth-child(2){
    border-bottom: none;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #fff !important;
    background-color: var(--second-color);
}
/*==================================css 30-5-25=================================================*/
.rock-slider{
    position: relative;
}
.rock-slider .add-to-cart{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.course-card{
    position: relative;
}
.course-card .add-to-cart{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* =================================contact page csss================================================== */

.form-area-wrepper {
    background-color: #fff;
    padding: 58px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
}

.form-area-wrepper h2 {
    text-align: center;
    margin-bottom: 50px;
}

input.form-control {
    height: 50px;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea.form-control {
    height: 150px;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-label {
    font-weight: 500;
}

.con-card .icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-card .icon i {
    font-size: 25px;
    color: var(--second-color);
}

.con-card .icon-heading {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.con-card .cont-details a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.sec-text .common-heading {
    margin: 0 auto;
    max-width: 900px;
}

.contact-card-wprepper {
    background-color: var(--orange-color);
    border-radius: 10px;
    padding: 20px;
}

.con-card {
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 25px 0px;
}

.contact-card-wprepper .con-card:last-child {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
}

.call-rivan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #04013a;
    border-radius: 100px;
    padding: 10px 30px;
    position: relative;
}

.call-rivan::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -45%;
    transform: translate(-50%, -50%);
    background-color: rgb(71, 129, 253, 0.5);
    width: 93%;
    height: 50%;
    z-index: -1;
    border-radius: 50px;
}

.call-rivan .img-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.call-rivan .item .img-box h2 {
    color: #fff;
}

.call-rivan .item .img-box p {
    color: #fff;
}

.call-rivan .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-rivan .item h2 {
    color: #fff;
}


.call-rivan .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.follow-us-icon-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 15px;
}

.follow-us-icon-list ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgb(4, 1, 58);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgba(71, 129, 253, 0.5);
    transition: .3s;
}

.follow-us-icon-list ul li a:hover {
    box-shadow: -5px -6px 0px rgb(4, 1, 58);
    background-color: rgba(71, 129, 253, 0.5);
    transition: .3s;
}

.follow-us-icon-list ul li a i {
    color: #fff;
    font-size: 20px;
}

.follow-us-icon-list ul li a:hover i {
    color: #000;
}

.follow-us h2 {
    text-align: center;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-container{
    border-radius: 0px !important;
}
.badge{
    background-color:var(--orange-color) !important;
}

/*===========================About page css start===========================================*/
     .about-sec{
  width: 100%;
  height: auto;
  background-color: #c6a74529;
}


.about-section{
position: relative;
}

.about-section .content-column .inner-column{
position: relative;
padding-right: 30px;
}

.about-section .image-column .image-1{
position: relative;
width: 100%;
height: auto;
border: 1px solid var(--orange-color);
}
.about-section .image-column .image-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .row:nth-child(even){
  flex-direction: row-reverse;
  margin-top: 80px;
}

.about-section .row:nth-child(even) .content-column .inner-column{
    padding-left: 30px;
}

/*===========================About page css end===========================================*/
/*============================10-06-25 css========================================*/

.sec-three-point .point-wrepper{
    margin-top: 150px;
}

.point-wrepper .row .col-lg-4:nth-child(2){
    margin-top: -150px;
}

.three-point h4{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}
.three-point p{
    color: #000;
    font-size: 24px;
}
.Equity-sec{
    width: 100%;
    height: auto;
    /*background-color: #e7e7e7;*/
}
.sec-three-point{
    width: 100%;
    height: auto;
    /*background-color: #e7e7e7;*/
}
.three-point{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 20px;
    background-color: #774d9f1f;

}
.three-point:hover{
    box-shadow: 0 0 15px #ccc;
}

.about-text p{
        font-size: 18px;
}





/* ============================11-06-25 css end========================================= */

.for-desktop ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 20px;
    position: relative;
    display: block;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-top: -20px;
}
.for-desktop ul li a:hover{
    color: var(--second-color);
}
.row-wrap .right-part .nav-wrap .nav-list li:nth-child(1){
  display: none;
}
.row-wrap .right-part .nav-wrap .nav-list li:nth-child(5){
  display: none;
}
.row-wrap .right-part .nav-wrap .nav-list li:nth-child(3){
  margin-top: -70px;
}
.row-wrap .right-part .nav-wrap .nav-list li a p{
  margin-bottom: 0px;
  font-size: 12px;
}
/*.for-desktop ul li.active a{*/
/*        color: #fff;*/
/*}*/



.video-section{
    width:100%;
    height:auto;
    background-color: #e9e9e9;
}
.video-section .video_box{
    width: 100%;
    height: 250px;
    /*background-color: #fff;*/
}
.video-section .video_box video{
    width: 100%;
    height: 100%;
}
.video-description{
    padding: 20px;
}
.video-description{
    /*background-color: #fff;*/
}
.video-description h6{
    margin-bottom: 10px;
}
.video-description p{
    margin-bottom: 10px;
}
.video-main-box{
    margin-bottom: 25px;
}
.blog-wrepper{
    margin-top: 50px;
}
.video-wrepper{
    margin-top: 50px;
}

/* ======================payment option css============================= */
.payment-option{
  margin: 25px 0px;
}
.payment-option .payment{
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: var(--orange-color);
  color: #fff;
}
.btn.payment{
    padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: var(--orange-color);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.payment-option-model .modal-header .modal-title{
    font-size: 24px;
    color: var(--orange-color);
    font-weight: bold;
}
.payment-option-model .modal-footer.accept-conition{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-footer.accept-conition .form-check-label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.modal-footer.accept-conition .form-check .form-check-input{
    border: 1px solid #000;
    width: 16px;
    height: 16px;
}
.payment-option-model .modal-body p{
    font-size: 16px;
    color: var(--text-color);
    font-family: "Open Sans", sans-serif;
}
.f-logo{
    width: 100px;
}
.buttons-container {
    gap: 15px;
}
.buttons-item .flex-grow-1 {
    display: flex;
    justify-content: center;
}
.dropdown-menu-niv2 {
    right: 0;
    left: auto;
}


/*=================================19-06-2025=========================================*/

.home-courses-wrepper .cs-wrepper:nth-child(even) .row{
    flex-direction: row-reverse;
}

.home-courses-wrepper .cs-wrepper:nth-child(even) .row .course-description{
        padding-left: 0px;
}
.av-course h6{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.av-course h6 a{
    color: var(--orange-color);
    font-size: 24px;
}

/*===================================footer news letter css===============================================*/
.news-letter-sec input[type="email"] {
  display: inline-block;
  width: 98%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 60px;
  border-radius: 40px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
}
.news-letter-sec input,
.news-letter-sec input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.news-letter-sec .bt {
  margin-left: -150px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 10px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #774D9F;
  color: #fff;
}
.news-letter-sec{
    margin-top: 20px;
}
.news-letter-sec h6{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.news-letter-sec p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.product-description{
    background-color: #774d9f29;
    padding: 15px 30px;
}
.payment-option.payment-sec{
    background-color: #c6a7454a;
    padding: 30px 30px;
    text-align: center;
}

.payment-option.payment-sec h5{
    font-size: 24px;
    font-weight: bold;
}
.newsletter-name-input{
    width: 98%;
    border-radius: 40px;
    border: none;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-weight: 500;
}

.comming-blog{
    width: 100%;
    height: auto;
    background-color: var(--second-color);
}




.the-remedy-home{
    display: none;
}
.the-refuge-home{
    display: none;
}
.list-point{
    padding-left: 15px;
}
.list-point ul li{
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 10px;
}
.list-point ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 40px;

}
.teligram{
    color: #fff;
}

.btn-main {
    background-color: var(--orange-color) !important;
    border: none !important;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}

.btn-main:disabled {
    background-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed;
}

.btn-second {
    background-color: var(--second-color) !important;
    border: none !important;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}










