/*
  Theme Name:  Versity - Education HTML Template
  Author: Kazi Sahiduzzman
  Description: Versity - Education HTML Template
  Version: 1.0
*/
/*01*/
/*-------------------------------------------------------
01. Variable css  
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
:root {
  --clr-heading: #0e1133;
  --clr-body: #53545b;
  --clr-bg: #f3f6f8;
  --clr-def: #D7B24D;
  --clr-def-2: #8007E6;
  --clr-def-3: #DD246E;
  --clr-def-4: #f3aa92;
  --clr-menu: #FF4A17;
  --clr-white: #fff;
  --clr-black: #000;
  --font-1: 'Open Sans', sans-serif;
  --font-2: 'Montserrat', sans-serif;
  --rad-1: 1rem;
  --clr-ftr:#c2d1e2;
  --box-shadow-1: 0 0 10px rgba(0, 0 , 0, .09);
  --clr-1:#2D69F0;
  --clr-2:#DD246E;
  --clr-3:#8007E6;
  --clr-4:#0CAE74;
  --clr-rgb:215, 178, 77; }

/*02*/
/*-------------------------------------------------------
02. Mixins Css #070E27 #5416CF #0B0F28;
---------------------------------------------------------*/
/*03*/
/*-------------------------------------------------------
02. Typography css
---------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

* {
  scroll-behavior: inherit !important; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  color: var(--clr-body); }

a {
  color: var(--clr-body); }

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover {
  color: var(--clr-def); }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 1.4; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 1.5rem; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400; }

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

/*04*/
/*-------------------------------------------------------
04. Theme Default css
---------------------------------------------------------*/
.pos-rel {
  position: relative;
  z-index: 1; }

.width-100 {
  width: 100%; }

.ovrflow-hidden {
  overflow: hidden; }

.text-right {
  text-align: right; }

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

.c-pd {
  padding: 0 7rem; }

.s-pd {
  padding: 0 12rem; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(img/logo/pre-loader.gif) center no-repeat var(--clr-white);
  text-align: center; }

.h-100 {
  height: 100%; }

.h-100vh {
  height: 100vh; }

.bg {
  background-color: var(--clr-bg); }

.grad-1 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), var(--clr-bg)); }

.bg-theme {
  background-color: var(--clr-def); }

.bg-theme-2 {
  background-color: var(--clr-def-2); }

.bg-theme-3 {
  background-color: var(--clr-def-3); }

.bg-heading {
  background-color: var(--clr-heading); }

/*Theme button css*/
.site-title {
  margin-bottom: 6rem;
  line-height: 1; }
  .site-title h2 {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 3rem; }
  .site-title h3 {
    margin-bottom: 3rem; }

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
  color: var(--clr-white); }

/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem; }

.pd-50 {
  padding: 5rem 0; }

.de-padding {
  padding: 12rem 0; }

.de-pt {
  padding-top: 12rem; }

.de-pb {
  padding-bottom: 12rem; }

.pd-0 {
  padding: 0; }

.pl-30 {
  padding-left: 3rem; }

.pt-0 {
  padding-top: 0rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }

.mr-100 {
  margin-right: 10rem; }

.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-top: 4rem; }

.mt-50 {
  margin-top: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mt-90 {
  margin-top: 9rem; }

.mt-100 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-80 {
  margin-bottom: 8rem; }

.mb-90 {
  margin-bottom: 9rem; }

.mb-100 {
  margin-bottom: 10rem; }

.mr-300 {
  margin-right: 30rem; }

.ml-300 {
  margin-left: 30rem; }

.pos-rel {
  position: relative;
  z-index: 1; }

/*Theme Button*/
.tm-btn {
  padding: 2rem 4rem;
  border: 2px solid var(--clr-white);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;
  transition: .5s ease; }
  .tm-btn:hover {
    background-color: var(--clr-white);
    color: var(--clr-heading); }

.tm-btn-2 {
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  background-color: var(--clr-def);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  gap: 8px;
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block; }
  .tm-btn-2 i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
    background-color: var(--clr-white);
    color: var(--clr-def);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-in-out;
    margin-left: 7px; }
  .tm-btn-2::before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: var(--clr-def-3);
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 3rem;
    transition: all .5s ease-in-out; }
  .tm-btn-2:hover {
    color: var(--clr-white); }
    .tm-btn-2:hover::before {
      width: 100%; }
    .tm-btn-2:hover i {
      background-color: var(--clr-def);
      color: var(--clr-white); }

.sec-title {
  font-size: 3rem;
  line-height: 4.6rem;
  font-weight: 500;
  margin-bottom: 0; }

.btn-1 {
  padding: 2rem 4rem;
  line-height: 1;
  background-color: #222222;
  border: none;
  color: var(--clr-body);
  outline: none;
  font-weight: 600;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block; }
  .btn-1::before {
    position: absolute;
    content: '';
    background-color: var(--clr-def);
    height: 100%;
    width: 5%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: -1;
    transform-origin: left; }
  .btn-1:hover::before {
    width: 100%;
    border: 1px solid var(--clr-def);
    -webkit-border-radius: 0%;
    border-radius: 0%; }
  .btn-1:hover {
    color: var(--clr-white); }

.btn-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.0015em;
  color: var(--clr-def); }
  .btn-2 i {
    margin-left: 7px; }

.btn-4 {
  background-color: var(--clr-def);
  border: none; }

.btn-5 {
  background-color: var(--clr-def);
  border: 3px solid var(--clr-white); }

.btn-6 {
  background-color: var(--clr-def);
  border: none;
  border-radius: var(--rad-1) !important;
  padding: 2rem 3rem; }
  .btn-6 img {
    margin-right: 8px; }

.btn-4,
.btn-5,
.btn-6 {
  padding: 2rem 4rem;
  line-height: 1;
  color: var(--clr-white);
  outline: none;
  font-weight: 600;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.8rem; }
  .btn-4::before,
  .btn-5::before,
  .btn-6::before {
    position: absolute;
    content: '';
    background-color: #532f91;
    border: none;
    height: 0;
    width: 102%;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: -1;
    visibility: hidden; }
  .btn-4:hover::before,
  .btn-5:hover::before,
  .btn-6:hover::before {
    height: 102%;
    visibility: visible;
    color: var(--clr-white); }
  .btn-4:hover,
  .btn-5:hover,
  .btn-6:hover {
    color: var(--clr-white); }

.btn-7 {
  padding: 2rem 4rem;
  line-height: 1;
  color: var(--clr-white);
  outline: none;
  border-radius: 2px;
  background-color: var(--clr-black);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .btn-7::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 0%;
    background-color: var(--clr-def);
    top: 0;
    right: 0;
    transition: all .5s ease; }
  .btn-7:hover::before {
    width: 100%; }
  .btn-7:hover {
    color: var(--clr-white); }

.btn-3 {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: var(--clr-menu);
  color: var(--clr-white);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  line-height: 1; }
  .btn-3:hover {
    background-color: var(--clr-black); }

.btn-sub {
  height: 5rem;
  width: 5rem;
  border: none;
  background-color: var(--clr-def);
  border-radius: 2px;
  outline: none; }

.input-style-1 {
  height: 5rem;
  border: none;
  padding: 2rem;
  outline: none;
  border-radius: 2px;
  font-size: 1.4rem;
  color: var(--clr-heading); }
  .input-style-1::placeholder {
    color: #747070;
    opacity: 1; }

.input-style-2 {
  height: 5rem;
  padding: 2rem;
  outline: none;
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--clr-heading);
  width: 100%;
  background-color: var(--clr-white);
  border: 1px solid #ccc; }
  .input-style-2:focus {
    outline: none;
    box-shadow: none;
    background: var(--clr-white); }

.input-style-3 {
  height: 5rem;
  padding: 2rem;
  color: var;
  font-size: 16px; }

.textarea-style-1 {
  height: 150px; }

.round-move {
  animation: round-move 5s linear infinite; }

@keyframes round-move {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.up-move {
  animation: up-move 5s ease-in-out infinite; }

@keyframes up-move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0px); } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px; } }
/*05*/
/*-------------------------------------------------------
05. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr); }

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

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

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

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

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.gap-0 {
  grid-gap: 0; }

.cs-gap-1 {
  grid-gap: 1rem; }

.cs-gap-2 {
  grid-gap: 2rem; }

.cs-gap-3 {
  grid-gap: 3rem; }

.cs-gap-4 {
  grid-gap: 4rem; }

.cs-gap-5 {
  grid-gap: 5rem; }

.cs-gap-6 {
  grid-gap: 6rem; }

.cs-gap-7 {
  grid-gap: 7rem; }

.cs-gap-8 {
  grid-gap: 8rem; }

.cs-gap-9 {
  grid-gap: 9rem; }

.cs-gap-10 {
  grid-gap: 10rem; }

/*06*/
/*-------------------------------------------------------
06. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ddd;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1; }
  #scrtop:hover {
    background-color: var(--clr-heading); }

.se-pre-con {
  display: none; }

.scroll-left {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ddd;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1; }
  .scroll-left:hover {
    background-color: var(--clr-heading); }

#scroll-left {
  transform: rotate(-90deg); }

/*07*/
/*-------------------------------------------------------
02. Mobile Menu css
---------------------------------------------------------*/
.header-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .header-1 .main-navigation {
    padding: 0; }

main.main {
  overflow: hidden; }

.header-1.dhr-clr {
  background-color: var(--clr-def); }

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0; }

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.logo-area {
  line-height: 1;
  display: flex;
  align-items: center; }

.nav-item a i {
  font-size: 1.2rem;
  color: #ccc; }

.menu-search {
  display: flex;
  align-items: center;
  gap: 3rem; }

.offcanvas {
  padding: 45px; }

.offcanvas-end {
  width: 500px;
  border-left: none; }

.card {
  border: none;
  border-radius: 0rem; }

.nav-link {
  font-weight: 700;
  color: var(--clr-heading);
  background-color: var(--clr-bg);
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 1rem 2rem; }
  .nav-link i {
    margin-top: -1.5px; }
  .nav-link:hover {
    background-color: #532f91;
    color: var(--clr-white); }
    .nav-link:hover i {
      color: var(--clr-white); }

.offcanvas-header {
  padding: 0;
  align-items: center; }

.offcanvas-header .btn-close {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: var(--clr-def);
  font-size: 1.3rem;
  opacity: 1; }

h5#offcanvasRightLabel {
  margin-bottom: 0; }

header.header-1.header-2.newClass {
  background-color: var(--clr-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07); }

button.site-btn {
  height: 6rem;
  width: 6rem;
  line-height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  color: var(--clr-def);
  border: none;
  border-radius: 50%;
  background-color: var(--clr-bg);
  outline: none; }

.search-cart {
  margin-left: 4rem;
  margin-top: 1.5rem; }
  .search-cart .cart-li {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .search-cart .cart-li li {
      display: block;
      margin-bottom: 1.5rem; }
      .search-cart .cart-li li i {
        font-size: 2rem;
        cursor: pointer;
        height: 6rem;
        width: 6rem;
        display: inline-block;
        line-height: 6rem;
        text-align: center;
        color: var(--clr-def);
        background-color: var(--clr-bg);
        border-radius: 50%; }
      .search-cart .cart-li li .site-cart {
        position: relative;
        z-index: 1; }
        .search-cart .cart-li li .site-cart .site-checkbox-cart:checked ~ .site-cart-list {
          opacity: 1;
          visibility: visible;
          top: 200%; }
        .search-cart .cart-li li .site-cart .site-checkbox-cart {
          display: none; }
        .search-cart .cart-li li .site-cart .site-cart-list {
          position: absolute;
          top: 100%;
          left: -280%;
          width: 300px;
          background-color: var(--clr-white);
          padding: 3rem;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          opacity: 0;
          visibility: hidden;
          transition: all .8s ease-in-out; }
          .search-cart .cart-li li .site-cart .site-cart-list ul li .site-cart-up {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem; }
      .search-cart .cart-li li .site-search .site-input-checkbox {
        display: none; }
      .search-cart .cart-li li .site-search .site-input-checkbox:checked ~ .site-search-content {
        display: flex;
        transition: all 2s ease-in-out;
        align-items: center;
        justify-content: center; }
      .search-cart .cart-li li .site-search .site-input-label .site-close {
        position: fixed;
        top: 3rem;
        right: 3rem;
        z-index: 999;
        display: none; }
        .search-cart .cart-li li .site-search .site-input-label .site-close i {
          height: 4rem;
          width: 4rem;
          line-height: 4rem;
          border-radius: 50%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          text-align: center;
          font-size: 1.8rem;
          display: inline-block;
          background-color: var(--clr-white);
          color: var(--clr-heading); }
      .search-cart .cart-li li .site-search .site-input-checkbox:checked ~ .site-input-label .site-close {
        display: inline-block; }
      .search-cart .cart-li li .site-search .site-search-content {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 90; }
        .search-cart .cart-li li .site-search .site-search-content form {
          text-align: center; }
          .search-cart .cart-li li .site-search .site-search-content form .input-style-3 {
            height: 6rem;
            padding: 1.5rem;
            border-radius: 3rem;
            border: 1px solid var(--clr-white);
            outline: none;
            margin-right: 2rem;
            width: 100%;
            background-color: transparent;
            color: var(--clr-white); }
          .search-cart .cart-li li .site-search .site-search-content form button {
            padding: 1.5rem 4rem;
            background-color: var(--clr-menu);
            border: none;
            font-weight: 600;
            border-radius: 3rem;
            color: var(--clr-white);
            transition: all .5s ease;
            margin-top: 2rem; }
            .search-cart .cart-li li .site-search .site-search-content form button:hover {
              background-color: var(--clr-def); }

.navigation__background {
  opacity: 0;
  visibility: hidden;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 34;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.site-input-checkbox:checked ~ .navigation__background {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(80);
  transform: scale(80); }

.site-cart-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd; }

.site-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.3rem; }
  .site-cart-button .button-btns {
    border: none;
    padding: 7px 1.2rem;
    background-color: var(--clr-def);
    color: var(--clr-white);
    font-size: 1.4rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all .5s ease;
    display: inline-block; }
    .site-cart-button .button-btns:hover {
      background-color: var(--clr-def-3); }

.header-2.navbar-brand .logo-display {
  display: block; }

.header-2 .navbar-brand .logo-scrolled {
  display: none; }

.header-2.newClass .navbar-brand .logo-display {
  display: none; }

.header-2.newClass .navbar-brand .logo-scrolled {
  display: block; }

#box {
  height: 200px;
  width: 200px;
  background-color: deeppink;
  position: fixed;
  right: 6rem;
  top: 6rem;
  z-index: 999999; }

.header-1.header-2.newClass .middle-3 .ht-line {
  color: var(--clr-heading); }
.header-1.header-2.newClass .middle-3 .portal {
  display: flex;
  gap: 1.5rem;
  align-items: center; }
  .header-1.header-2.newClass .middle-3 .portal li a {
    color: var(--clr-heading); }

.middle-3 .ht-line {
  color: var(--clr-white); }
.middle-3 .portal {
  display: flex;
  gap: 1.5rem;
  align-items: center; }
  .middle-3 .portal li a {
    color: var(--clr-white); }

.nav-middle.middle-2 {
  display: none; }

.nav-social i {
  height: 3rem;
  width: 3rem;
  display: inline-block;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
  background-color: var(--clr-def);
  border-radius: 50%;
  color: var(--clr-white); }

.nav-middle {
  line-height: 1; }

.nv-social-portal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem; }

.portal {
  display: flex;
  gap: 1.5rem;
  align-items: center; }
  .portal li a {
    font-size: 1.6rem;
    color: var(--clr-heading);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-2); }
    .portal li a:hover {
      color: var(--clr-def); }

.ht-line {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize; }

.nav-social {
  display: flex;
  align-items: center;
  gap: 1.5rem; }

/*08*/
/*-------------------------------------------------------
08. Hero css 
---------------------------------------------------------*/
.hero-section {
  background-size: cover !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1; }
  .hero-section::before {
    position: absolute;
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--clr-black);
    opacity: .5; }

.hero-shape img {
  position: absolute;
  z-index: -1; }
  .hero-shape img.hero-shape-1 {
    top: 25%;
    right: 47%; }
  .hero-shape img.hero-shape-4 {
    bottom: 0;
    right: 0; }

.hero-right-pic {
  display: flex;
  justify-content: center; }
  .hero-right-pic .ori {
    border-radius: 2rem; }
  .hero-right-pic .hero-shape-3 {
    position: absolute;
    z-index: -1;
    top: 22%;
    left: 0;
    animation: to-right 4s ease-in-out infinite; }

@keyframes to-right {
  0% {
    transform: rotate(0); }
  51% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(0); } }
.to-rotate {
  animation: to-rotate 8s ease-in-out infinite; }

@keyframes to-rotate {
  0% {
    transform: rotate(0); }
  51% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0); } }
.hero-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top left !important;
  background-color: #fff !important; }

.hero-single {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }
  .hero-single .hero-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .hero-single .hero-desc .hero-content .hero-title {
      margin-bottom: 3rem;
      line-height: 1.2;
      font-size: 6rem;
      text-transform: capitalize;
      font-weight: 700;
      color: var(--clr-white); }
    .hero-single .hero-desc .hero-content .hero-sub-title {
      margin-bottom: 2rem;
      color: var(--clr-white); }
    .hero-single .hero-desc .hero-content p {
      font-size: 2.2rem;
      line-height: 38px;
      margin-bottom: 4rem;
      color: var(--clr-white);
      padding-right: 5rem; }
    .hero-single .hero-desc .hero-content .hero-btn {
      gap: 2rem;
      line-height: 1;
      margin-top: 3rem; }

.hero-title {
  font-size: 40px;
  line-height: 5rem;
  margin-bottom: 3rem;
  font-weight: 600; }

.hero-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }

.hero-sldr.owl-theme .owl-nav {
  margin-top: 0px; }

.hero-sldr.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 2rem;
  margin: 0;
  padding: 0;
  background: var(--clr-white);
  display: inline-block;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px #D7B24D; }

.hero-sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--clr-def);
  color: var(--clr-white); }

.hero-sldr.owl-theme .owl-nav .owl-prev {
  left: 5rem; }

.hero-sldr.owl-theme .owl-nav .owl-next {
  right: 5rem; }

.hero-sldr.owl-theme .owl-nav .owl-prev,
.hero-sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.owl-carousel .owl-item img {
  display: block;
  width: inherit; }

.hero-sldr .owl-item .hero-single .hero-content h2 {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(-20px); }
.hero-sldr .owl-item .hero-single .hero-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateX(-50px); }
.hero-sldr .owl-item .hero-single .hero-content .hero-btn {
  transform: scaleY(0);
  transition: all 500ms ease;
  transition-delay: 2000ms;
  transform-origin: bottom; }
.hero-sldr .owl-item .hero-single .hdr-2-pic {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(50px); }

.hero-sldr .owl-item.active .hero-single .hero-content h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 800ms;
  transform: translateY(0px); }
.hero-sldr .owl-item.active .hero-single .hero-content p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1600ms;
  transform: translateX(0px); }
.hero-sldr .owl-item.active .hero-single .hero-content .hero-btn {
  transform: scale(1); }
.hero-sldr .owl-item.active .hero-single .hdr-2-pic {
  opacity: 1;
  visibility: visible;
  transition-delay: 1200ms;
  transform: translateY(0px); }

.play-bt {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--clr-def);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  color: var(--clr-white);
  padding-left: 5px; }
  .play-bt:hover {
    color: var(--clr-white); }
  .play-bt::before {
    content: '';
    background-color: var(--clr-def);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: button_wave 3s infinite ease-in-out;
    animation: button_wave 3s infinite ease-in-out; }

@-webkit-keyframes button_wave {
  0% {
    -webkit-box-shadow: 0 0 0 30px rgba(var(--clr-rgb), 0.65), 0 0 0 50px rgba(var(--clr-rgb), 0.8);
    box-shadow: 0 0 0 30px rgba(var(--clr-rgb), 0.65), 0 0 0 50px rgba(var(--clr-rgb), 0.8); }
  50% {
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(var(--clr-rgb), 0.65), 0 0 0 50px rgba(var(--clr-rgb), 0.8);
    box-shadow: 0 0 0 30px rgba(var(--clr-rgb), 0.65), 0 0 0 50px rgba(var(--clr-rgb), 0.8); } }
.bo {
  height: 20rem;
  width: 20rem;
  clip-path: path("M 102.905 18.268 c 28.412 -37.588 97.208 3.111 97.208 58.371 A 100.057 100.057 0 0 1 0 76.639 C 0 21.379 74.493 55.857 102.905 18.268 Z");
  background-color: var(--clr-def);
  display: inline-block; }

/*09*/
/*-------------------------------------------------------
10. About css
---------------------------------------------------------*/
.owl-nav {
  display: none; }

.about-section {
  position: relative;
  z-index: 1; }

.about-shape img {
  position: absolute;
  z-index: -1;
  height: 100vh; }
  .about-shape img.about-shape-1 {
    right: 0;
    bottom: 25%; }

.about-left-title {
  font-size: 40px;
  color: var(--clr-heading);
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 3rem;
  line-height: 5.6rem; }
  .about-left-title span {
    color: var(--clr-def-3);
    font-weight: 700;
    text-transform: uppercase; }

.about-left {
  position: relative;
  z-index: 1; }
  .about-left::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: -15px;
    left: -15px;
    width: 165px;
    clip-path: polygon(100% 0, 0 100%, 0 0);
    background-color: var(--clr-def);
    height: 170px; }
  .about-left::after {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -15px;
    right: 65px;
    width: 212px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: var(--clr-def);
    height: 170px; }

.about-right h2 {
  margin-bottom: 2rem; }
.about-right p {
  margin-bottom: 3rem;
  text-align: justify;
  font-size: 19px; }
.about-right .about-opt-box {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem; }
  .about-right .about-opt-box .about-opt-icon i {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
    font-size: 4rem;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 50%;
    display: inline-block;
    text-align: center; }
  .about-right .about-opt-box .about-opt-info h4 {
    text-transform: capitalize;
    font-weight: 700; }

.about-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .about-list li {
    display: grid;
    align-items: center;
    grid-gap: 1.5rem;
    grid-template-columns: 5rem 1fr;
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-heading); }
    .about-list li i {
      height: 4rem;
      width: 4rem;
      line-height: 4rem;
      color: var(--clr-def);
      font-size: 1.8rem;
      border: 1px solid var(--clr-def);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }

.list-2 {
  display: flex;
  gap: 1.5rem;
  flex-direction: column; }

/*10*/
/*-------------------------------------------------------
12. Counter css
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 1; }
  .counter-area .circle-shape {
    position: absolute;
    right: 5rem;
    top: 5rem; }

.counter-chm img {
  position: absolute;
  z-index: -1; }
  .counter-chm img:first-child {
    bottom: 0; }

.half-circle {
  height: 50px;
  width: 25px;
  border-radius: 150px 0 150px 0;
  background-color: green; }

.pd-60 {
  padding: 6rem; }

.counter-1 {
  border-radius: 5rem;
  position: relative;
  z-index: 1; }
  .counter-1::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100px;
    width: 50px;
    border-radius: 150px 0 150px 0;
    background-color: var(--clr-white);
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
  .counter-1::after {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100px;
    width: 50px;
    border-radius: 150px 0 150px 0;
    background-color: var(--clr-white);
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(-180deg); }
  .counter-1 .fun-fact {
    text-align: center;
    border-right: 1px solid #ccc; }
    .counter-1 .fun-fact:last-child {
      margin-right: 0;
      border-right: none;
      padding-right: 0; }
    .counter-1 .fun-fact .fun-icon {
      font-size: 7rem;
      color: var(--clr-white);
      margin-bottom: 2.5rem; }
    .counter-1 .fun-fact .fun-desc .timer {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding-right: 3rem;
      font-size: 5rem;
      font-weight: 700;
      line-height: 1;
      color: var(--clr-white);
      margin-bottom: 2rem; }
      .counter-1 .fun-fact .fun-desc .timer::before {
        position: absolute;
        z-index: -1;
        content: attr(data-count);
        right: 0;
        top: 0; }
    .counter-1 .fun-fact .fun-desc .medium {
      position: relative;
      z-index: 1;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 500;
      letter-spacing: 0.0015em;
      text-transform: capitalize;
      display: block;
      color: var(--clr-white); }

/*11*/
/*-------------------------------------------------------
15. Horizontal css
---------------------------------------------------------*/
.horizon {
  overflow-x: hidden;
  display: flex;
  margin-top: 9rem; }
  .horizon .section {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }

.header-1.header-2 {
  background: #fff; }

/*12*/
/*-------------------------------------------------------
12. Choose css
---------------------------------------------------------*/
.choose-shape img {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: -1; }

.chosse-title {
  font-size: 30px;
  color: var(--clr-heading);
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 2rem;
  line-height: 5.6rem; }
  .chosse-title span {
    color: var(--clr-def);
    font-weight: 700;
    text-transform: uppercase; }

.choose-left {
  position: relative;
  z-index: 1; }
  .choose-left .choose-dot img {
    position: absolute;
    z-index: -1;
    bottom: 3rem;
    left: 0; }

.choose-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  padding: 3rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--clr-white); }
  .choose-box::before {
    position: absolute;
    content: ' ';
    height: 20rem;
    width: 100%;
    top: 0;
    left: 0; }
  .choose-box .choose-icon {
    margin-bottom: 2.5rem; }
    .choose-box .choose-icon i {
      display: inline-block;
      height: 6rem;
      width: 6rem;
      line-height: 6rem;
      text-align: center;
      border-radius: 50%;
      box-shadow: var(--box-shadow-1);
      font-size: 2.8rem;
      color: var(--clr-def);
      background-color: var(--clr-white); }
  .choose-box .choose-desc h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-size: 2rem; }
  .choose-box .choose-desc p {
    line-height: 3.3rem; }

.choose-right {
  padding-left: 3rem; }

/*13*/
/*-------------------------------------------------------
13.Facility css  
---------------------------------------------------------*/
.facility-area {
  position: relative;
  z-index: 1; }

.faci-shape img {
  position: absolute;
  z-index: -1;
  top: 5rem;
  right: 0; }

.faci-box {
  padding: 20rem 2rem 4rem 2rem;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--rad-1);
  text-align: center;
  position: relative;
  z-index: 1; }
  .faci-box .faci-pic .faci-1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 20rem 10rem;
    z-index: -1; }
  .faci-box .faci-icon {
    margin-bottom: 3rem; }
    .faci-box .faci-icon i {
      height: 10rem;
      width: 10rem;
      font-size: 4rem;
      line-height: 10rem;
      text-align: center;
      background-color: var(--clr-white);
      box-shadow: var(--box-shadow-1);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      color: var(--clr-def);
      position: relative;
      z-index: 1;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .faci-box .faci-icon i::after {
        position: absolute;
        content: '';
        width: 1.8rem;
        height: 1.8rem;
        background-color: var(--clr-def);
        bottom: -6px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        border-radius: 50%; }
  .faci-box .faci-desc h4 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--font-1);
    margin-bottom: 2rem; }
  .faci-box:hover .faci-icon i {
    color: var(--clr-def-3); }
    .faci-box:hover .faci-icon i::after {
      background-color: var(--clr-def-3); }

.faci-sldr.owl-theme .owl-nav {
  margin-top: 0px; }

.faci-sldr.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 2rem;
  margin: 0;
  padding: 0;
  background: var(--clr-white);
  display: inline-block;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px #D7B24D; }

.faci-sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--clr-def);
  color: var(--clr-white); }

.faci-sldr.owl-theme .owl-nav .owl-prev {
  left: -8rem; }

.faci-sldr.owl-theme .owl-nav .owl-next {
  right: -8rem; }

.faci-sldr.owl-theme .owl-nav .owl-prev,
.faci-sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.owl-carousel .owl-stage-outer {
  padding: 15px;
  margin: -15px -15px 0; }

/*14*/
/*-------------------------------------------------------
14.Academic css  
---------------------------------------------------------*/
.academic-area {
  position: relative;
  z-index: 1; }

.aca-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0; }

.contact-social h5 {
  margin-bottom: 2.5rem;
  font-size: 2.2rem; }

/*15*/
/*-------------------------------------------------------
15. Register css 
---------------------------------------------------------*/
.cn-home {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .cn-home::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--clr-black);
    opacity: .7; }
  .cn-home .contact-adds .contact-desc h5 {
    color: var(--clr-white); }
  .cn-home .contact-adds .contact-desc p {
    color: var(--clr-ftr); }
  .cn-home .input-style-2:focus {
    background-color: transparent; }
  .cn-home .input-style-2::placeholder {
    color: var(--clr-ftr); }
  .cn-home .contact-social h5 {
    color: var(--clr-white); }

.contact-page-shape img {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0; }

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.contact-shape-1 {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 0; }

.contact-gif {
  width: 60px; }

.contact-adds {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3rem; }
  .contact-adds:last-child {
    margin-bottom: 0; }
  .contact-adds .contact-icon i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    display: inline-block;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 50%; }
  .contact-adds .contact-desc h5 {
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--font-1); }

.cont-info {
  display: grid;
  align-items: center;
  grid-template-columns: 5rem 1fr;
  gap: 1.5rem; }
  .cont-info .cont-icon i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    display: inline-block;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 50%; }
  .cont-info .cont-desc h6 {
    font-size: 1.7rem;
    font-family: var(--font-1);
    margin-bottom: 1rem; }

.contact-adds
.footer-social {
  display: flex;
  gap: 1.5rem; }
  .contact-adds
  .footer-social li a i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 50%;
    transition: background-color .5s ease; }
    .contact-adds
    .footer-social li a i:hover {
      background-color: var(--clr-menu); }

/*16*/
/* -------------------------------------------------------
23. Team css
---------------------------------------------------------*/
ul.about-list-2 h5 {
  font-size: 2.6rem;
  font-weight: 900; }

.team-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px; }
  .team-box:hover {
    background-color: #f4f4f4; }
  .team-box.team-box-2 {
    justify-content: flex-end; }
  .team-box .team-pic img {
    border-radius: 50%;
    width: 200px;
    transition: all .5s ease; }
  .team-box .team-bio h5 {
    margin-bottom: 1rem; }
  .team-box .team-bio p {
    margin-bottom: 5px; }

/*17*/
/*-------------------------------------------------------
21. Faq css 
---------------------------------------------------------*/
.faq-area {
  position: relative;
  z-index: 1; }
  .faq-area .faq-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .3;
    z-index: -1; }

.faq-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee; }

.accordion-item:not(last-child) {
  margin-bottom: 3rem; }

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.5rem;
  color: var(-clr-heading);
  background-color: var(-clr-bg);
  font-weight: 500; }

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  /* FontAwesome Unicode */
  font-weight: 900;
  background-image: inherit;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f068";
  /* FontAwesome Unicode */
  font-weight: 900;
  font-size: 1.4rem; }

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

.accordion-button:not(.collapsed) {
  color: var(-clr-heading);
  background-color: var(-clr-heading);
  box-shadow: none; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none; }

.accordion-body {
  padding: 2rem 2rem 2rem 2rem; }
  .accordion-body p {
    font-size: 1.6rem; }

/*18*/
/*-------------------------------------------------------
18. Menu Opt css 
---------------------------------------------------------*/
.menu-opt ul {
  display: flex;
  flex-direction: column; }

.menu-opt .nav-link {
  background-color: var(--clr-def);
  border-radius: 3rem;
  padding: 7px 2rem;
  margin-right: 1rem;
  color: var(--clr-heading);
  font-size: 16px;
  font-weight: 500; }
  .menu-opt .nav-link.active {
    background: #532f91;
    color: var(--clr-white); }

.about-list-2 {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .about-list-2 b {
    margin-bottom: 2rem; }

.list-2 b {
  margin-bottom: 2rem;
  display: block; }

.theme-single.menu-opt h5 {
  font-size: 2.4rem; }

.nav-link.btn-txt {
  background: transparent;
  color: #000;
  padding: 0;
  font-weight: 400; }
  .nav-link.btn-txt.active {
    background: transparent;
    color: var(--clr-def); }

/*19*/
/*-------------------------------------------------------
14. Project css 
---------------------------------------------------------*/
@media (min-width: 1600px) {
  .ver-container-fluid {
    max-width: 1810px; } }
.project-card .project-img {
  position: relative;
  z-index: 1; }
  .project-card .project-img img {
    border-radius: 2rem; }
  .project-card .project-img .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; }
    .project-card .project-img .img-overlay i {
      height: 6rem;
      width: 6rem;
      line-height: 6rem;
      text-align: center;
      background-color: var(--clr-def);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 25px;
      color: var(--clr-white);
      display: inline-block; }
    .project-card .project-img .img-overlay::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      background-color: #000;
      z-index: -1;
      opacity: .7;
      border-radius: 20px; }

.project-card:hover .project-img .img-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%; }

.filter-menu-style-1 {
  margin-bottom: 4rem; }
  .filter-menu-style-1 button {
    padding: 1.2rem 2rem;
    line-height: 1;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 2rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    margin-right: 2rem;
    border: none; }
    .filter-menu-style-1 button::before {
      position: absolute;
      background-color: var(--clr-def);
      border: 2px solid var(--clr-white);
      content: '';
      top: 50%;
      left: -8px;
      transform: translate(0, -50%);
      z-index: -1;
      height: 1.4rem;
      width: 1.4rem;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: all .5s ease-in-out; }
    .filter-menu-style-1 button::after {
      position: absolute;
      background-color: var(--clr-def);
      border: 2px solid var(--clr-white);
      content: '';
      top: 50%;
      right: -8px;
      transform: translate(0, -50%);
      z-index: -1;
      height: 1.4rem;
      width: 1.4rem;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: all .5s ease-in-out; }
    .filter-menu-style-1 button:last-child {
      margin-right: 0; }

.filter-menu-style-1 button:hover::before,
.filter-menu-style-1 button:hover::after,
.filter-menu-style-1 button.active::before,
.filter-menu-style-1 button.active::after {
  opacity: 1;
  visibility: visible; }

/*20*/
/*-------------------------------------------------------
09. Prom css 
---------------------------------------------------------*/
.prom-area {
  position: relative;
  z-index: 2; }

.shape-pencil {
  position: absolute;
  height: 45rem;
  width: 70rem;
  z-index: -1;
  top: -227px;
  right: -349px;
  opacity: .256; }

.prom-left-pic {
  position: relative;
  z-index: 1; }
  .prom-left-pic::before {
    position: absolute;
    content: '';
    height: 40rem;
    width: 40rem;
    background-color: var(--clr-def);
    border-radius: 50%;
    z-index: -1;
    bottom: 20px;
    left: -230px; }
  .prom-left-pic::after {
    position: absolute;
    content: '';
    height: 51.2rem;
    width: 51.2rem;
    background-image: url(assets/img/dot/dot.png);
    border-radius: 50%;
    z-index: -1;
    top: -60px;
    left: -200px; }

.prom-right h2 {
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 5rem; }
.prom-right .prom-right-txt {
  margin-bottom: 0;
  padding: 3rem;
  border-radius: var(--rad-1);
  border-bottom: 2px solid var(--clr-def);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.prom-opt {
  margin-top: 4rem; }
  .prom-opt ul {
    display: flex;
    gap: 3rem;
    align-items: center; }

.prom-info {
  text-align: center; }
  .prom-info i {
    font-size: 3rem;
    height: 8rem;
    width: 8rem;
    text-align: center;
    line-height: 7rem;
    border: 5px solid var(--clr-def);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: var(--clr-def);
    margin-bottom: 2.6rem; }
  .prom-info .prom-txt p {
    margin-bottom: 0; }

/*21*/
/*-------------------------------------------------------
18.Event css 
---------------------------------------------------------*/
.event-area {
  position: relative;
  z-index: 1; }
  .event-area::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 212px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: var(--clr-def);
    height: 170px; }
  .event-area .event-shape {
    position: absolute;
    z-index: -1;
    height: 30rem;
    width: 30rem;
    border: 50px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 60px;
    left: 5rem; }

/*Event Single Csss*/
.flip {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 220px; }
  .flip > .front,
  .flip > .back {
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    padding: 1em 2em;
    border-radius: 10px;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity; }
  .flip > .front {
    position: absolute;
    transform: rotateY(0deg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .flip > .front::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(to top, black 0%, transparent 100%);
      border-radius: 10px; }
    .flip > .front h4 {
      color: var(--clr-white); }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    background: #313131;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .flip > .back img {
      width: 70px; }
    .flip > .back::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 10px; }
    .flip > .back p {
      font-size: 30px;
      color: var(--clr-white);
      margin-bottom: 0;
      font-weight: 600; }
  .flip:hover > .front {
    transform: rotateY(180deg); }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg); }

.slide-3-flip .flip {
  height: 300px; }

/*22*/
/*-------------------------------------------------------
19.Pro css  
---------------------------------------------------------*/
.pro-area {
  position: relative;
  z-index: 1; }
  .pro-area .pro-shape img {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.academic-desc {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pro-area .chosse-title {
  color: var(--clr-heading);
  margin-bottom: 4rem; }
.pro-area .about-list li {
  color: var(--clr-heading); }
  .pro-area .about-list li i {
    color: var(--clr-def); }
.pro-area .btn-2 {
  color: var(--clr-def); }
.pro-area .academic-list {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  .pro-area .academic-list li {
    padding: 1.5rem;
    border: 1px solid var(--clr-def);
    line-height: 1;
    color: var(--clr-heading); }

/*23*/
.pl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.about-shape-2 {
  top: 0;
  right: 0; }

/*-------------------------------------------------------
17. Register css 
---------------------------------------------------------*/
.reg-wpr {
  display: flex;
  justify-content: center;
  align-items: center; }

.login-form {
  text-align: center;
  width: 47rem;
  padding: 6rem 5rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background-color: var(--clr-white); }
  .login-form .header-icon {
    display: block;
    margin-bottom: 3rem; }
  .login-form .input-style-2 {
    height: 5.5rem;
    border-radius: 4px;
    border: 1px solid #eee; }
    .login-form .input-style-2::placeholder {
      font-size: 1.6rem; }
  .login-form .login-btn {
    display: block;
    width: 100%;
    text-align: center; }
  .login-form .reg-acc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.005em;
    margin-top: 3rem; }
    .login-form .reg-acc a {
      color: var(--clr-def); }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1; }

.form-check-input[type=checkbox] {
  border-radius: 0;
  margin-top: 0;
  vertical-align: top;
  float: inherit;
  margin-left: -3em; }

.rs-ps {
  margin-top: -7px;
  display: block;
  font-size: 1.4rem; }

.form-check-label {
  color: var(--clr-body);
  margin-left: 1rem; }

.register-title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.005em; }

/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--clr-white); }

.ft-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%; }
  .ft-shape img {
    width: 100%; }

.copyright {
  padding: 0 0 30px 0;
  z-index: 99; }
  .copyright .copyright-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem; }
  .copyright p {
    color: var(--clr-heading); }
    .copyright p a {
      color: var(--clr-def); }

.footer-widget-title {
  color: var(--clr-heading);
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  z-index: 1; }
  .footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 6rem;
    height: 4px;
    background-color: var(--clr-heading);
    bottom: 0;
    left: 0; }

.about-us {
  padding-right: 5rem; }
  .about-us .footer-logo {
    margin-bottom: 4rem; }
  .about-us p {
    color: var(--clr-heading);
    padding-right: 5rem;
    line-height: 3.2rem;
    margin-bottom: 4rem; }

.footer-sub form {
  position: relative;
  z-index: 1; }
  .footer-sub form .input-style-1 {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee; }
  .footer-sub form .input-btn {
    background-color: var(--clr-def);
    color: var(--clr-white);
    outline: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 4rem;
    width: 4rem;
    border-radius: 5px;
    font-size: 1.5rem; }
    .footer-sub form .input-btn:hover {
      background-color: var(--clr-menu); }

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .footer-list li {
    position: relative;
    z-index: 1;
    padding-left: 2.5rem; }
    .footer-list li::before {
      height: 7px;
      width: 7px;
      border-radius: 50%;
      background-color: var(--clr-def);
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      position: absolute;
      content: '';
      z-index: -1;
      transition: background-color .5s ease; }
    .footer-list li::after {
      height: 1.5rem;
      width: 1.5rem;
      border-radius: 50%;
      border: 1px solid var(--clr-def);
      top: 50%;
      left: -4px;
      transform: translate(0, -50%);
      position: absolute;
      content: '';
      z-index: -1;
      transition: border .5s ease; }
    .footer-list li a {
      color: var(--clr-heading);
      transition: color .5s ease; }
    .footer-list li:hover::before {
      background-color: var(--clr-menu); }
    .footer-list li:hover::after {
      border: 1px solid var(--clr-menu); }
    .footer-list li:hover a {
      color: var(--clr-menu); }

.in-touch {
  padding-left: 3rem; }
  .in-touch .footer-address ul {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .in-touch .footer-address ul li {
      display: flex;
      flex-direction: column;
      color: var(--clr-heading);
      gap: 20px; }
      .in-touch .footer-address ul li strong {
        line-height: 1; }
      .in-touch .footer-address ul li a {
        color: var(--clr-body); }

.footer-social {
  display: flex;
  gap: 1.5rem;
  z-index: 99; }
  .footer-social li a i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 50%;
    transition: background-color .5s ease; }
    .footer-social li a i:hover {
      background-color: #532f91; }

/*-------------------------------------------------------
15. Blog Single css
---------------------------------------------------------*/
.blockqoute {
  padding: 3rem;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.0015em;
  color: var(--clr-white);
  background-color: var(--clr-def);
  position: relative;
  z-index: 1; }
  .blockqoute .block-qoute {
    position: absolute;
    content: '';
    left: 3rem;
    top: 2.5rem;
    z-index: -1; }

.single-content-img {
  position: relative;
  z-index: 1; }
  .single-content-img img {
    border-radius: 6px;
    width: 100%; }
  .single-content-img .single-sci-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(7, 14, 39, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }

.single-comments-section.blg-single {
  background: var(--clr-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 4rem 5rem;
  margin-top: 3rem; }
  .single-comments-section.blg-single .single-content-title {
    margin-bottom: 3rem;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.0015em; }
  .single-comments-section.blg-single .single-comments-section-form h4 {
    margin-bottom: 3rem; }
  .single-comments-section.blg-single .single-commentor {
    margin-bottom: 0rem; }
    .single-comments-section.blg-single .single-commentor ul {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
    .single-comments-section.blg-single .single-commentor .single-commentor-user {
      display: flex;
      align-items: center;
      gap: 3rem; }

.single-comments-section.blg-single .single-comments-section-form form .form-control {
  margin-bottom: 0; }

textarea.input-style-2 {
  height: 15rem; }

.blog-single-pic {
  margin-bottom: 6rem;
  display: block; }

.blog-single-info .blog-single-header .blog-single-title {
  font-weight: 400;
  margin-bottom: 3rem; }
.blog-single-info .blog-single-header .blog-single-meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.3rem; }
  .blog-single-info .blog-single-header .blog-single-meta li i {
    margin-right: 1rem; }
  .blog-single-info .blog-single-header .blog-single-meta li:first-child i {
    color: #2878eb; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(2) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(3) i {
    color: #00d2ff; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(4) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(5) i {
    color: #1a01ff; }
.blog-single-info .blog-tag-links {
  gap: 2rem; }
.blog-single-info .blog-single-nxt-prev {
  display: flex;
  gap: 1.5rem; }
  .blog-single-info .blog-single-nxt-prev a i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white-color);
    display: inline-block;
    font-size: 3rem; }
  .blog-single-info .blog-single-nxt-prev a:last-child i {
    background-color: #f14d5d; }
.blog-single-info .blog-single-comment .blog-single-single {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 4rem;
  align-items: center;
  margin-bottom: 3rem; }
  .blog-single-info .blog-single-comment .blog-single-single:last-child {
    margin-bottom: 0; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 {
    font-weight: 500; }
    .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 .reply {
      color: var(--body-color);
      font-size: 1.6rem;
      font-weight: 400; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio span {
    display: block;
    margin-bottom: 1.5rem; }

.single-comments-section-form .input-style-2 {
  padding: 2.1rem 2rem;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  line-height: 1;
  background-color: var(--clr-white); }
  .single-comments-section-form .input-style-2::placeholder {
    font-size: 1.6rem;
    color: #787781;
    opacity: 1; }
  .single-comments-section-form .input-style-2:focus {
    outline: none;
    box-shadow: none; }

.blog-single-area .single-comments-section .single-commentor .single-commentor-user p {
  margin-bottom: 2rem; }

textarea.input-style-2 {
  height: 15rem !important; }

button.theme-btn {
  border: none; }

.single-user-title {
  font-weight: 500;
  margin-bottom: 6rem; }

.b-qoute {
  padding: 3rem 6rem;
  font-style: italic;
  border: 1px solid #eaeaea; }

.theme-info {
  padding: 3rem 3rem 2rem 3rem; }

.theme-pic {
  position: relative;
  z-index: 1; }
  .theme-pic .big-pic {
    width: 100%;
    border-radius: 5px; }
  .theme-pic .pdt-title {
    position: absolute;
    bottom: -5rem;
    left: 3%;
    box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.1);
    padding: 1.5rem 2rem;
    border-radius: 5px;
    background-color: var(--clr-white);
    text-transform: capitalize;
    font-size: 3.2rem; }

.theme-opt-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.0015em; }

.de-list {
  column-count: 2;
  column-gap: 4rem; }
  .de-list li {
    margin-bottom: 2rem; }
    .de-list li:last-child {
      margin-bottom: 0; }
    .de-list li .de-wpr {
      display: flex;
      align-items: flex-start;
      gap: 2rem; }
      .de-list li .de-wpr .de-icon {
        font-size: 5rem;
        color: var(--clr-def); }

.theme-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem; }
  .theme-meta .theme-meta-left ul {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .theme-meta .theme-meta-left ul li i {
      color: var(--clr-def);
      margin-right: 1rem; }
  .theme-meta .theme-meta-right {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .theme-meta .theme-meta-right a i {
      color: var(--clr-def);
      margin-right: 8px; }
    .theme-meta .theme-meta-right .footer-social li a i {
      height: 4rem;
      width: 4rem;
      line-height: 4rem;
      text-align: center;
      border: 1px solid var(--clr-def);
      font-size: 1.6rem;
      color: var(--clr-def); }
  .theme-meta .share-btn a {
    display: flex;
    align-items: center; }
    .theme-meta .share-btn a i {
      font-size: 2rem;
      margin-right: 1rem; }

.theme-desc h2 {
  margin-bottom: 3rem;
  text-transform: capitalize; }

.theme-opt {
  margin-bottom: 3rem; }
  .theme-opt:last-child {
    margin-bottom: 0; }
  .theme-opt ul {
    display: flex;
    flex-direction: column;
    gap: 3px; }
    .theme-opt ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0.0015em;
      position: relative;
      z-index: 1;
      padding-left: 2rem; }
      .theme-opt ul li a {
        text-decoration: underline; }
      .theme-opt ul li::before {
        position: absolute;
        content: '';
        height: 1rem;
        width: 1rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: var(--clr-heading);
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }

.theme-price-plan .theme-price-single {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .theme-price-plan .theme-price-single .form-check-input {
    margin-top: 0;
    outline: none;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
    .theme-price-plan .theme-price-single .form-check-input:focus {
      outline: none;
      box-shadow: none; }
    .theme-price-plan .theme-price-single .form-check-input:checked {
      background-color: transparent;
      border: 1px solid var(--clr-def); }
      .theme-price-plan .theme-price-single .form-check-input:checked::before {
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: var(--clr-def);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.plan-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.005em;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1); }

.theme-price-single .form-check-label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.005em;
  color: var(--clr-heading); }
.theme-price-single .theme-price-value {
  color: var(--clr-def-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.005em; }

.theme-bottom-price-btuoon {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem; }

.theme-bottom-price-port {
  margin-top: 3rem; }

.price {
  padding: 3rem 2rem; }

.theme-bottom-price-btuoon .btn-6 {
  padding: 1.2rem 3rem; }

.btn-11 {
  display: inline-block;
  padding: 2rem;
  background-color: var(--clr-bg-2);
  color: var(--clr-def);
  border-radius: 4px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.0015em; }
  .btn-11:hover {
    background-color: var(--clr-def);
    color: var(--clr-white); }

.theme-single-pill {
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  background-color: var(--clr-white); }
  .theme-single-pill .nav {
    display: flex;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between; }
  .theme-single-pill .nav-pills .nav-item {
    width: 100%; }
    .theme-single-pill .nav-pills .nav-item .nav-link {
      border: 3px solid transparent;
      border-radius: 5px 5px 0 0;
      padding: 2rem;
      line-height: 1;
      margin-right: 0;
      color: var(--clr-body);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.0015em;
      width: 100%; }
  .theme-single-pill .nav-pills .nav-link.active,
  .theme-single-pill .nav-pills .show > .nav-link {
    color: var(--clr-white); }

.blog-page-single {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
  padding: 3rem;
  margin-bottom: 3rem;
  background-color: var(--clr-white); }
  .blog-page-single:last-child {
    margin-bottom: 0; }
  .blog-page-single .blog-pic {
    margin-bottom: 3rem; }
  .blog-page-single .blog-content .blog-text {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc; }
    .blog-page-single .blog-content .blog-text h3 {
      text-transform: capitalize;
      line-height: 4.6rem; }
  .blog-page-single .blog-content .blog-user {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-page-single .blog-content .blog-user .blog-user-info {
      display: flex;
      align-items: center;
      gap: 2rem;
      line-height: 1; }
      .blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio h4 {
        font-size: 2.2rem;
        text-transform: capitalize;
        line-height: 1;
        margin-bottom: 1rem; }
      .blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio span {
        color: var(--clr-heading);
        display: block;
        font-size: 1.4rem;
        line-height: 1; }
    .blog-page-single .blog-content .blog-user .blog-mta {
      display: flex;
      align-items: center;
      gap: 2rem; }
      .blog-page-single .blog-content .blog-user .blog-mta li i {
        color: var(--clr-def);
        margin-right: 2rem; }

/*-------------------------------------------------------
15. Sidebar css
---------------------------------------------------------*/
.widget {
  padding: 4rem 3rem;
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem;
  background-color: var(--clr-white); }
  .widget:last-child {
    margin-bottom: 0; }

.ps.g-5 {
  --bs-gutter-x: 5rem; }

.work-title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1; }
  .work-title::before {
    position: absolute;
    z-index: -1;
    height: 5px;
    width: 6rem;
    border-radius: 2rem;
    content: '';
    bottom: 0;
    left: 0;
    background-color: var(--clr-def); }

.search-form {
  position: relative;
  z-index: 1; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px; }
    .search-form button i {
      color: var(--clr-white); }

.category-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .category-list ul li {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #ccc; }
    .category-list ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .category-list ul li a {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
      .category-list ul li a i {
        height: 5rem;
        width: 5rem;
        line-height: 5rem;
        text-align: center;
        border-radius: 50%;
        background-color: var(--clr-def);
        color: var(--clr-white);
        display: inline-block;
        font-size: 3rem; }

.slidecontainer {
  width: 100%; }
  .slidecontainer .slider {
    -webkit-appearnce: none;
    width: 100%;
    height: 4px;
    background: var(--clr-bg-2);
    outline: none;
    border: none; }
    .slidecontainer .slider:hover {
      opacity: 1; }
    .slidecontainer .slider::-webkit-slider-thumb {
      -webkit-appearnce: none;
      width: 5px;
      height: 5px;
      background: red;
      cursor: pointer; }
    .slidecontainer .slider::-moz-range-thumb {
      width: 5px;
      height: 5px;
      background: red;
      cursor: pointer; }

.sidebar-rating {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .sidebar-rating li {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-left: 3rem; }
    .sidebar-rating li::before {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      border: 1px solid var(--clr-def);
      border-radius: 50%;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .sidebar-rating li::after {
      width: 8px;
      height: 8px;
      position: absolute;
      content: '';
      z-index: -1;
      background: var(--clr-def);
      left: 4px;
      border-radius: 50%;
      top: 50%;
      transform: translate(0, -50%); }

.recent-post-single {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem; }
  .recent-post-single:last-child {
    margin-bottom: 0; }
  .recent-post-single .recent-post-bio h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 10px; }
  .recent-post-single .recent-post-bio span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    gap: 8px; }

.content-tags {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .content-tags h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.0015em; }
  .content-tags ul {
    display: flex;
    align-items: center;
    gap: 1.5rem; }

.tags-link {
  padding: 1.5rem 2rem;
  background-color: var(--clr-bg);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  color: var(--clr-heading);
  display: inline-block; }
  .tags-link:hover {
    background-color: var(--clr-def);
    color: var(--clr-white); }

.sidebar-tags .tags a {
  margin: 8px 8px 8px 0; }

.share {
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  text-transform: capitalize;
  color: var(--clr-heading); }
  .share img {
    margin-right: 7px; }

.de-bpd {
  padding-left: 10rem; }

.service-sidebar ul li {
  margin-bottom: 1.5rem;
  display: block; }
  .service-sidebar ul li:last-child {
    margin-bottom: 0; }
  .service-sidebar ul li a {
    display: flex;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #e6ecf7;
    background-color: var(--clr-bg);
    align-items: center;
    justify-content: space-between; }

.project-sidebar .project-sidebar-single {
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  margin-bottom: 3rem; }
  .project-sidebar .project-sidebar-single:last-child {
    margin-bottom: 0; }
  .project-sidebar .project-sidebar-single ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font-2);
    font-weight: 600;
    line-height: 33px; }
    .project-sidebar .project-sidebar-single ul li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .project-sidebar .project-sidebar-single ul li span {
      display: block;
      font-weight: normal;
      margin: 0;
      text-transform: capitalize; }

.rating a i {
  color: var(--clr-def); }

/* -------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
  height: 50vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 9rem; }
  .site-breadcrumb::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--clr-black);
    position: absolute;
    z-index: -1;
    content: '';
    opacity: .5;
    z-index: 1; }
  .site-breadcrumb .breadcrumb-title {
    font-size: 4rem;
    text-transform: capitalize;
    color: var(--clr-white);
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 0.0025em; }
  .site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    color: var(--clr-white);
    font-weight: 600;
    text-transform: capitalize; }
    .site-breadcrumb .breadcrumb-menu li a {
      color: var(--clr-white);
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .site-breadcrumb .breadcrumb-menu li.active {
      color: #d63031; }
    .site-breadcrumb .breadcrumb-menu li::before {
      position: absolute;
      content: '/';
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900;
      width: 2rem;
      right: -24px;
      top: 1px;
      text-align: center;
      font-size: 1.4rem;
      color: var(--clr-white); }
    .site-breadcrumb .breadcrumb-menu li:first-child {
      margin-left: 0; }
    .site-breadcrumb .breadcrumb-menu li:last-child:before {
      display: none; }
    .site-breadcrumb .breadcrumb-menu li:hover {
      color: #d63031; }

.site-breadcrumb-content {
  z-index: 45; }

.wavy-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9; }

.sitebread-menu {
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 99; }
  .sitebread-menu .sitebread-menu-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    background: var(--clr-def);
    color: var(--clr-heading);
    border-radius: 50%;
    transition: all .5s ease; }
    .sitebread-menu .sitebread-menu-icon:hover {
      background: #532f91;
      color: var(--clr-white); }
  .sitebread-menu .sitebread-menu-list {
    display: flex;
    align-items: center; }
    .sitebread-menu .sitebread-menu-list li {
      color: var(--clr-white);
      font-weight: 500;
      font-size: 20px; }
    .sitebread-menu .sitebread-menu-list.active {
      color: red; }

/*-------------------------------------------------------
17. Counter css 
---------------------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem; }
  .pagination a {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.5);
    color: var(--clr-heading);
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 50%;
    transition: all .5s ease; }
    .pagination a:hover {
      background-color: var(--clr-def);
      color: var(--clr-white); }

.cnt {
  justify-content: center; }

/*-------------------------------------------------------
10. RTL css
---------------------------------------------------------*/
body.rtl-mode {
  direction: rtl; }
  body.rtl-mode .item-area {
    direction: ltr; }
  body.rtl-mode .price-wpr {
    direction: rtl; }
  @media (min-width: 992px) {
    body.rtl-mode .navbar-brand {
      margin-left: 3rem; }
    body.rtl-mode .navbar .nav-item .nav-link {
      margin-left: 3rem;
      margin-right: 0; } }

/* CSS Document */
.whatsapp-link {
  position: fixed;
  bottom: 11rem;
  right: 3rem;
  z-index: 999999; }
  .whatsapp-link i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background: green;
    color: var(--clr-white);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 3rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

/* New Changes */
.vt {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 99999999; }

.inq {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  right: -60px;
  z-index: 99999999; }
  .inq a {
    padding: 10px 22px;
    background: #C69C6C;
    color: var(--clr-white);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    transition: all .5s ease; }
    .inq a:hover {
      background: #532f91;
      color: var(--clr-white); }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px; }

.lrn-box {
  text-align: center; }
  .lrn-box h2 {
    height: 160px;
    width: 100%;
    line-height: 160px;
    text-align: center;
    color: var(--clr-white);
    font-size: 90px;
    margin: 0 auto;
    background: #532f91; }
  .lrn-box p {
    background: #ebebeb;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 26px; }

.yrn-btn {
  font-size: 14px;
  padding: 14px 20px;
  background: var(--clr-def);
  color: var(--clr-white);
  display: block;
  border-radius: 5px; }
  .yrn-btn:hover {
    color: var(--clr-white);
    background: #532f91; }

.yearbook-content {
  margin-bottom: 20px; }
  .yearbook-content:last-child {
    margin-bottom: 0; }

.contact-form-2 .input-style-2 {
  color: var(--clr-heading); }

.cont-info {
  align-items: flex-start; }

.input-label {
  color: var(--clr-heading);
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px; }

.form-select {
  display: inline-block;
  width: inherit;
  font-size: 16px; }

.pre-nav {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.code-of-conduct .flip {
  height: 600px; }
.code-of-conduct .flip > .front {
  justify-content: center; }
  .code-of-conduct .flip > .front::before {
    background: white; }
.code-of-conduct .flip > .back::before {
  background: white; }
.code-of-conduct .flip > .front, .code-of-conduct .flip > .back {
  padding: 0; }

.ghjk {
  width: 450px; }

.event-box .big-pk img {
  width: 100%; }

button.nav-link.jkl {
  background: transparent;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px; }

.sm-icon-list li img {
  width: 60px; }

.adsp li {
  text-align: center; }
  .adsp li img {
    margin: 0 auto;
    width: 100px; }

.txt-und {
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
  color: var(--clr-heading);
  font-weight: 500; }
  .txt-und::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 5rem;
    height: 2px;
    background: var(--clr-heading); }

.icon-custom-1 {
  width: 40px;
  display: inline-block; }

.icon-custom-2 {
  width: 30px;
  display: inline-block; }
