* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #d94934;
  border-radius: 8px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background-color: #231c6f;
}

.container {
  max-width: 1230px;
  position: relative;
  z-index: 2;
}

.main {
  padding-top: 0px;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

a:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

button {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  outline: none;
  border: 0px;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
}

label {
  list-style: none;
  padding: 0;
  margin: 0;
}

span {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
}

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

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

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

.relative {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overflow-x {
  overflow-x: hidden;
}

.overflow-h {
  overflow: hidden;
}

.z-index-1 {
  z-index: 1;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.max-width-1100 {
  max-width: 1100px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1 {
  padding: 0px 20px;
}

section {
  overflow: hidden;
}

.dark-color {
  background-color: #29217e !important;
}

.flip-y {
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-carousel .owl-nav {
  padding-top: 65px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 80px;
  height: 30px;
  border: 2px solid #d3d2e2 !important;
  background: #fff2fa;
  position: relative;
  font-size: 0px !important;
  margin: 0px 25px;
  line-height: 23px !important;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(142deg,
      #1c82f5,
      #902bf9,
      #ff0096,
      #ff9505) !important;
}

.owl-carousel .owl-nav .owl-prev::after {
  content: "\f104";
  font-family: fontawesome;
  font-size: 16px;
}

.owl-carousel .owl-nav .owl-next::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  margin-left: 2px;
}

.owl-carousel .owl-dots {
  line-height: 10px;
  padding-top: 35px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0px 5px;
  background-color: #ffffff !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #d94934 !important;
}

.label::after {
  content: "";
  display: block;
  height: 36px;
  background-image: url("../images/headings.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ----------- Headings Style  ---------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: 5vw;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  font-weight: 800;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

/*----------- Spacer Style  ---------------- */
.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

/*----------- Button Style -----------*/
.btn-small,
.btn-medium,
.btn-large {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  background-color: #d94934;
  padding: 5px 15px;
  border: 2px solid #d94934;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.btn-small:hover,
.btn-medium:hover,
.btn-large:hover {
  background: linear-gradient(142deg, #1c82f5, #902bf9, #ff0096, #ff9505);
  color: #ffffff;
}

.btn-medium {
  font-size: 18px;
  padding: 8px 20px;
}

.btn-large {
  font-size: 20px;
  padding: 12px 25px;
}

/*----------- Form Style -----------*/
.form-group {
  margin-bottom: 35px;
}

.form-group textarea {
  min-height: 140px;
}

.form-control {
  background-color: #29217e;
  border-radius: 6px;
  outline: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  font-size: 17px;
  padding: 7px 25px;
  min-height: 30px;
  width: 100%;
  /* color: #ffffff !important; */
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(182, 212, 255, 0.13) !important;
  box-shadow: 0 0 0 2px rgba(182, 212, 255, 0.13) !important;
  outline: none !important;
  background-color: #29217e;
}

.form-control::-webkit-input-placeholder {
  color: #d3d2e2;
}

.form-control:-ms-input-placeholder {
  color: #d3d2e2;
}

.form-control::-ms-input-placeholder {
  color: #d3d2e2;
}

.form-control::placeholder {
  color: #d3d2e2;
}

/*------- Pattern Style -------*/
.bg-pattern .wow {
  opacity: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: 4s !important;
  transition: 4s !important;
}

.bg-pattern .wow.animated {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.pattern-1,
.pattern-2 {
  position: absolute;
  z-index: 1;
}

.pattern-1 {
  left: 0;
}

.pattern-2 {
  right: 0;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*------- Preloader Style -------*/
.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #231c6f;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}

.preloader .preloader-box {
  width: 400px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preloader .preloader-box .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(217, 73, 52, 0.6);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.preloader .preloader-box .circle.circle-2 {
  -webkit-animation-name: moveTwo;
  animation-name: moveTwo;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: rgba(21, 146, 185, 0.6);
}

.preloader .preloader-box .circle.circle-1 {
  -webkit-animation-name: moveOne;
  animation-name: moveOne;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.preloader.loaded {
  width: 0px;
  opacity: 0;
}

.preloader.loaded .preloader-box {
  opacity: 0;
}

@-webkit-keyframes moveOne {
  from {}

  to {
    background: rgba(21, 146, 185, 0.9);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

@keyframes moveOne {
  from {}

  to {
    background: rgba(21, 146, 185, 0.9);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

@-webkit-keyframes moveTwo {
  from {}

  to {
    background: rgba(217, 73, 52, 0.9);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes moveTwo {
  from {}

  to {
    background: rgba(217, 73, 52, 0.9);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

/*----------------------------------------
    Header Style Start
-----------------------------------------*/
/*------- Header Style -------*/
.header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .logo img {
  max-width: 245px;
  -webkit-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
  filter: brightness(0) invert(1);
}

.header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .main-menu .sign-in {
  margin-left: 20px;
}

.header .nav-menu li .active {
  color: #ffffff;
}

.header .nav-menu>ul>li {
  padding: 0px 20px;
  position: relative;
}

.header .nav-menu>ul>li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.header .nav-menu>ul>li>a {
  padding: 30px 0px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.header .nav-menu>ul>li:hover>a {
  color: #cdcdcd;
}

.header .nav-menu>ul ul {
  position: absolute;
  min-width: 226px;
  padding: 20px 34px;
  text-align: left;
  background-color: rgba(47, 38, 142, 0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.header .nav-menu>ul ul li {
  display: block;
}

.header .nav-menu>ul ul li a {
  display: block;
  padding: 7px 0px;
}

.header .mega-menu>a {
  margin-right: -7px;
}

.header .mega-menu .fa-angle-down {
  font-size: 17px;
  padding-left: 7px;
  padding-right: 7px;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.header .mega-menu:hover .fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header.sticky-header {
  background-color: rgba(41, 33, 126, 0.93);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(35, 28, 111, 0.7);
  box-shadow: 0px 0px 10px 4px rgba(35, 28, 111, 0.7);
}

.header.sticky-header .logo img {
  max-width: 200px;
  filter: brightness(100%) invert(0);
}

.header.sticky-header .nav-menu>ul>li>a {
  padding: 28px 0px;
}

/*------- Menu Toggle Style -------*/
.menu-toggle {
  display: none;
  position: absolute;
  width: 26px;
  height: 18px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}

.menu-toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle span::before {
  top: -8px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle span::after {
  top: 8px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle.active span {
  background: transparent;
}

.menu-toggle.active span::before {
  top: 0px;
  transform: translate(-50%) rotate(-45deg);
  -webkit-transform: translate(-50%) rotate(-45deg);
}

.menu-toggle.active span::after {
  top: 0px;
  transform: translate(-50%) rotate(45deg);
  -webkit-transform: translate(-50%) rotate(45deg);
}

/*------- Dropdown Opener Style -------*/
.opener {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 18px;
  z-index: 1;
  right: 0px;
  top: 13px;
  display: none;
}

.opener::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}

.opener.active::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

/*----------------------------------------
    CONTENT STYLE
-----------------------------------------*/
/*------- Home Banner -------*/
.home-banner {
  padding-top: 170px;
  padding-bottom: 200px;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-banner .banner-des {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  max-width: 830px;
  margin: 0px auto;
  padding: 40px 0px 50px 0px;
}


.home-banner #gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #1c82f5;
  --gradient-color-2: #902bf9;
  --gradient-color-3: #ff0096;
  --gradient-color-4: #ff9505;
  z-index: 0;
  position: absolute;
  top: -60px;
  left: 0;
}

.home-banner .canvas-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  --tw-gradient-from: #231c6f;
  --tw-gradient-stops: #231c6f, var(--tw-gradient-to, hsla(0, 0%, 100%, 0));
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hero-video {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  object-fit: cover;
}


/*------- Heading Part -------*/
.heading-part {
  padding-bottom: 90px;
}

.heading-part p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  padding-top: 26px;
}

.heading-center {
  text-align: center;
}

.heading-center p {
  max-width: 1000px;
  margin: 0px auto;
}

/*------- Newsletter -------*/
.newsletter-box .newsletter-form .form-group {
  margin-bottom: 0px;
}

.newsletter-box .newsletter-form .form-group .form-control {
  background-color: #fff;
}

.newsletter-box .newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  margin: 0px auto;
}

.newsletter-box .newsletter-form form .form-btn {
  margin-left: 20px;
}

.newsletter-box .newsletter-form form .form-btn .btn-large {
  padding: 5px 20px;
  min-height: 20px;
}

/*------- Our Books -------*/
.book-box {
  position: relative;
}

.book {
  perspective: 800px;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}

.pages {
  display: none;
}

.page {
  position: absolute;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  width: 20px;
}

.page-1 {
  height: 100%;
  width: 30px;
  top: 0;
  right: 32px;
  z-index: -1;
}

.page-2 {
  height: 97%;
  top: 5px;
  right: 20px;
  z-index: -2;
}

.page-3 {
  height: 93%;
  top: 8px;
  right: 10px;
  z-index: -3;
}

@media(max-width:990px) {
  .page-1 {
    right: 60px;
  }

  .page-2 {
    right: 50px;
  }

  .page-3 {
    right: 40px;
  }
}

@media(max-width:850px) {
  .page-1 {
    right: 35px;
  }

  .page-2 {
    right: 25px;
  }

  .page-3 {
    right: 15px;
  }
}

@media(max-width:500px) {
  .page-1 {
    right: 55px;
  }

  .page-2 {
    right: 45px;
  }

  .page-3 {
    right: 35px;
  }
}

@media(max-width:450px) {
  .page-1 {
    right: 120px;
  }

  .page-2 {
    right: 110px;
  }

  .page-3 {
    right: 100px;
  }
}

@media(max-width:400px) {
  .page-1 {
    right: 90px;
  }

  .page-2 {
    right: 80px;
  }

  .page-3 {
    right: 70px;
  }
}

@media(max-width:350px) {
  .page-1 {
    right: 65px;
  }

  .page-2 {
    right: 55px;
  }

  .page-3 {
    right: 45px;
  }
}

.blog-box .blog-img {
  overflow: hidden;
  padding: 15px 5px;
  transition: all 0.5s;
}

.blog-box .blog-img img {
  margin: 0 auto;
}

.blog-box .blog-detail .blog-title {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-top: 8px;
}

.blog-box .book-price {
  display: none;
}

.blog-box .book-price .cart {
  /* background: #fff2fa;
  color: #1c82f5; */
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 2px 0 !important;
  transition: all 0.2s;
  font-size: 10px !important;
  margin-inline: auto;
  margin-top: 10px;
  width: 100px;
}

.blog-box:hover .book {
  transform: rotateY(-30deg);
}

.blog-box:hover .pages {
  display: block;
}

.blog-box:hover .book-price {
  display: block;
}

.see-all {
  display: block;
  text-align: center;
  margin: 70px auto;
  width: 200px;
}

.our-blog .bg-book {
  width: 30vw;
  position: absolute;
  right: 0px;
  bottom: 0;
}

/*------- About us-------*/
.about {
  background: linear-gradient(142deg, #1c82f5, #902bf9, #ff0096, #ff9505);
  border-radius: 5px;
}

.about .vision,
.about .mission {
  border: 2px solid transparent;
  transition: all 0.5s;
  border-radius: 20px;
}

.about .vision:hover,
.about .mission:hover {
  border: 2px solid #ff9505;
}

/*------- Values -------*/
.values .values-image {
  border-right: 10px double #fff;
  border-bottom: 2px double #fff;
}

.values .values-desc {
  background: #2f268e;
  border-bottom: 2px solid #e56a50;
  border-right: 2px solid #e56a50;
  border-radius: 25px;
}

.values .values-desc .value:hover {
  background: linear-gradient(142deg, #1c82f5, #902bf9, #ff0096, #ff9505);
  border-radius: 25px;
}

.values .values-desc h3 {
  font-size: 18px;
  padding: 17px 0;
}

.values .values-desc p {
  font-size: 16px;
  padding-bottom: 20px;
}

/*------- Our Team -------*/
.team-box .team-content {
  /* padding-top: 32px; */
  margin-top: 20px;
  ;
}

.team-box .team-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-box .team-des {
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  padding: 5px;
}


.team-box .star-rating {
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: #d94934;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  z-index: 3;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin-left: -58px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-box .star-rating::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-transform: translateX(-72%);
  transform: translateX(-72%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box .star-rating ul {
  z-index: 4;
  position: relative;
}

.team-box .star-rating ul li i {
  opacity: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
  margin: 0 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-box .team-img {
  border-radius: 40px;
  overflow: hidden;
}

.team-box .team-img a {
  display: block;
}

.team-box .team-img a:hover .star-rating {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-box .team-img a:hover .star-rating::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-box .team-img a:hover .star-rating ul li i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-box .team-img a:hover .star-rating ul li:nth-child(1) i {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.team-box .team-img a:hover .star-rating ul li:nth-child(2) i {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.team-box .team-img a:hover .star-rating ul li:nth-child(3) i {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.team-box .team-img a:hover .star-rating ul li:nth-child(4) i {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.team-box .team-img a:hover .star-rating ul li:nth-child(5) i {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.social-icon {
  line-height: 12px;
  padding: 8px;
}

.social-icon li {
  padding: 0px 5px;
}

.social-icon li:first-child {
  padding-left: 0px;
}

.social-icon li:last-child {
  padding-right: 0px;
}

.social-icon li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
}

.social-icon li a i {
  text-shadow: 0 0 0 #ffffff, 0 45px 0 #ffffff;
  color: transparent;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}

.social-icon li a.fb {
  background-color: #1773ea;
}

.social-icon li a.twit {
  background-color: #02abe8;
}

.social-icon li a.insta {
  background-color: #b6338f;
}

.social-icon li a.pinterest {
  background-color: #bd412f;
}

.social-icon li a:hover {
  color: #ffffff;
}

.social-icon li a:hover i {
  text-shadow: 0 -45px 0 #ffffff, 0 0 0 #ffffff;
}

/*------- Best Feature -------*/
.best-feature .pattern-1 {
  bottom: 80px;
}

.best-feature .pattern-2 {
  top: 70px;
}

.feature-box-main {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 40px;
  min-height: 215px;
}

.bg-grad-orange {
  background: linear-gradient(to right, #ff922b, #ffa94d, #ffc078);
}

.bg-grad-blue {
  background: linear-gradient(to right, #4263eb, #4c6ef5, #91a7ff);
}

.bg-grad-green {
  background: linear-gradient(to right, #099268, #2f9e44, #69db7c);
}

.bg-grad-purple {
  background: linear-gradient(to right, #7048e8, #7950f2, #b197fc);
}

.feature-box-main .feature-icon {
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.feature-box-main .feature-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.feature-box-main .feature-content {
  padding-top: 15px;
  position: relative;
  top: 100px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-box-main .feature-des {
  font-size: 13px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 1.4;
}

.feature-box-main:hover {
  background: linear-gradient(142deg, #1c82f5, #902bf9, #ff0096, #ff9505);
}

.feature-box-main:hover .feature-content {
  top: 0px;
}

.feature-box-main:hover .feature-des {
  opacity: 1;
  visibility: visible;
}

.img-center {
  object-fit: cover;
  object-position: end;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 35%;
}

.feature-box-main:hover .img-center {
  display: none;
}

@media(max-width:768px) {
  .img-center {
    right: 42%;
  }
}

@media(max-width:600px) {
  .img-center {
    right: 40%;
  }
}

@media(max-width:450px) {
  .img-center {
    right: 36%;
  }
}

@media(max-width:400px) {
  .img-center {
    right: 32%;
  }
}

/*------- Contact -------*/
.contact {
  background: linear-gradient(142deg,
      #1c82f5 0%,
      #902bf9 34%,
      #ff0096 68%,
      #ff9505 100%);
  padding-top: 100px;
}

.contact .email {
  font-size: 20px;
  margin-bottom: 30px;
}

.contact .address img {
  width: 300px;
  height: 250px;
  transition: all 0.5s;
  overflow: hidden;
  display: -moz-box;
  position: relative;
}

.contact .address .add .content {
  position: absolute;
  padding: 15px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(140deg,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 1) 100%);
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.9);
}

.contact .address .add {
  overflow: hidden;
}

.contact .address .add .content h3 {
  font-size: 18px;
}

.contact .address .add .content p {
  font-size: 14px;
}

.contact .address .add:hover img {
  transform: scale(1.2);
}

.contact .address .add:hover .content {
  position: absolute;
  display: block;
  overflow: hidden;
  transform: scale(1);
  transition-delay: 2ms;
}

.contact .bg-image {
  position: absolute;
  top: -25%;
  right: -5%;
  width: 40%;
  z-index: 1;
}

@media (max-width: 992px) {
  .contact .bg-image {
    display: none;
  }
}

.contact .bg-image .side-img-2 {
  width: 95%;
  z-index: -1;
}

.contact .bg-image .side-img-2 {
  width: 45%;
  display: none;
  margin: 0 auto;
}

/*----------------------------------------
    Footer Style Start
-----------------------------------------*/
.footer .bg-pattern .pattern-1 {
  top: -100px !important;
}

.footer-content .footer-logo p {
  padding: 24px 0px 30px 0px;
  max-width: 330px;
}

.footer-content .footer-link .footer-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding-bottom: 45px;
}

.footer-content .footer-link .footer-title::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #d94934;
}

.footer-content .footer-link ul li {
  display: block;
  font-size: 18px;
  padding-bottom: 20px;
}

.footer-content .footer-link ul li:last-child {
  padding-bottom: 0px;
}

.footer-content .footer-link ul li a {
  font-size: 18px;
}

.copyright {
  /* padding: 35px 0px; */
  border-top: 1px solid #2f268e;
}

.copyright .copyright-text a {
  text-decoration: underline;
}

.copyright .copyright-link ul li {
  padding: 0px 12px;
  position: relative;
}

.copyright .copyright-link ul li:first-child {
  padding-left: 0px;
}

.copyright .copyright-link ul li:last-child {
  padding-right: 0px;
}

.copyright .copyright-link ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3px;
  height: 12px;
  width: 2px;
  background-color: #ffffff;
}

.copyright .copyright-link ul li:last-child::after {
  display: none;
}

@media (max-width: 1299px) {

  /*------- General Style -------*/
  .container {
    padding: 0px 40px;
  }

  /*------- Headings Style -------*/
  h1 {
    font-size: 4.5vw;
  }

  h2 {
    font-size: 35px;
  }

  /*------- Spacer Style -------*/
  .pt-90 {
    padding-top: 70px;
  }

  /*------- Pattern Style -------*/
  .pattern-1,
  .pattern-2 {
    max-width: 165px;
  }

  .pattern-1.w-100,
  .pattern-2.w-100 {
    max-width: 100%;
  }

  .pattern-1.line-pattern,
  .pattern-2.line-pattern {
    max-width: 400px;
  }

  /*------- Home Banner -------*/
  .home-banner {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .home-banner .banner-des {
    padding: 30px 0px 40px 0px;
  }

  /*------- Heading Part -------*/
  .heading-part {
    padding-bottom: 65px;
  }

  .heading-part p {
    padding-top: 24px;
  }

  @media (max-width: 1199px) {

    /*------- General Style -------*/
    .order-lg_1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }

    .order-lg_2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }

    .order-lg_3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }

    /*------- Header Style -------*/
    .header .nav-menu>ul>li {
      padding: 0px 15px;
    }

    /*------- Spacer Style -------*/
    .pt-200 {
      padding-top: 120px;
    }

    .pb-200 {
      padding-bottom: 120px;
    }

    .ptb-200 {
      padding-top: 120px;
      padding-bottom: 120px;
    }

    .pb-160 {
      padding-bottom: 80px;
    }

    /*------- Best Feature -------*/

    .feature-box-main .feature-title {
      font-size: 20px;
    }

    .feature-box-main .feature-content {
      padding-top: 20px;
    }

    /*------- Our Team Page -------*/
    .team-part-main {
      padding-bottom: 50px;
    }
  }

  @media (max-width: 1024px) {

    /*------- General Style -------*/
    .owl-carousel .owl-nav {
      padding-top: 50px;
    }

    /*------- Pattern Style -------*/
    .delay-1 {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
    }

    .delay-2 {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
    }

    .delay-3 {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
    }

    /*------- Header Style -------*/
    .header {
      padding: 20px 0px;
    }

    .header .main-menu {
      position: absolute;
      width: 100%;
      left: 0;
      top: 71px;
      height: calc(100vh - 71px);
      display: block;
      text-align: left;
      padding: 20px 40px 40px 40px;
      overflow-y: auto;
      overflow-x: hidden;
      display: none;
      background-color: #29217e;
      z-index: 99;
      -webkit-transition: top 400ms ease;
      transition: top 400ms ease;
    }

    .header .main-menu .sign-in {
      margin-left: 0px;
    }

    .header .main-menu .sign-in .btn-small,
    .header .main-menu .sign-in .btn-medium,
    .header .main-menu .sign-in .btn-large {
      padding: 11px 0px;
      background-color: transparent;
      border: 0px;
    }

    .header .main-menu .sign-in .btn-small:hover,
    .header .main-menu .sign-in .btn-medium:hover,
    .header .main-menu .sign-in .btn-large:hover {
      color: #d94934;
    }

    .header .nav-menu>ul>li {
      display: block;
      padding: 0px 0px;
    }

    .header .nav-menu>ul>li>a {
      padding: 11px 0px;
    }

    .header .nav-menu>ul ul {
      min-width: auto;
      position: static;
      background-color: transparent;
      border-radius: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none;
      padding: 0px 25px 6px 25px;
      display: none;
      -webkit-transition: 0s;
      transition: 0s;
    }

    .header .mega-menu .fa-angle-down {
      display: none;
    }

    .header .mega-menu .opener {
      display: block;
    }

    .header .menu-toggle {
      display: block;
    }

    .header.sticky-header .main-menu {
      top: 60px;
      height: calc(100vh - 60px);
    }

    .header.sticky-header .nav-menu>ul>li>a {
      padding: 11px 0px;
    }

    /*------- Spacer Style -------*/
    .pt-200 {
      padding-top: 100px;
    }

    .pb-200 {
      padding-bottom: 100px;
    }

    .ptb-200 {
      padding-top: 100px;
      padding-bottom: 100px;
    }

    .pb-160 {
      padding-bottom: 60px;
    }

    .pt-90 {
      padding-top: 50px;
    }

    .pb-70 {
      padding-bottom: 40px !important;
    }

    /*------- Button Style -------*/
    .btn-medium {
      font-size: 18px;
      padding: 11px 34px;
    }

    .btn-large {
      font-size: 18px;
      padding: 11px 34px;
    }

    /*------- Headings Style -------*/
    h1 {
      font-size: 5vw;
      /* line-height: 76px; */
    }

    h2 {
      font-size: 35px;
      line-height: 50px;
    }

    h3 {
      font-size: 20px;
      line-height: 54px;
    }

    /*------- Home Banner -------*/
    .home-banner {
      padding-top: 160px;
      padding-bottom: 160px;
    }

    .home-banner .banner-des {
      padding: 18px 0px 30px 0px;
      font-size: 20px;
    }

    /*------- Heading Part -------*/
    .heading-part {
      padding-bottom: 50px;
    }

    .heading-part p {
      padding-top: 15px;
      font-size: 18px;
    }

    /*------- Our Blog -------*/
    .blog-box .blog-detail .blog-title {
      font-size: 17px;
      line-height: 34px;
      padding-bottom: 16px;
    }

    /*------- Newsletter -------*/
    .newsletter-box {
      padding: 65px 50px;
    }

    .newsletter-box .newsletter-form {
      padding-top: 35px;
    }

    /*------- Footer -------*/
    .footer .bg-pattern .pattern-1 {
      top: -30px !important;
    }

    .footer-content .footer-logo p {
      padding: 22px 0px 26px 0px;
      max-width: 630px;
    }

    .footer-content .footer-link .footer-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 40px;
    }

    .footer-content .footer-link .footer-title::after {
      bottom: 20px;
    }

    .footer-content .footer-link ul li {
      font-size: 16px;
      padding-bottom: 16px;
    }

    .footer-content .footer-link ul li a {
      font-size: 16px;
    }
  }

  @media (max-width: 991px) {

    /*------- General Style -------*/
    .mb-50 {
      margin-bottom: 40px;
    }

    /*------- Pattern Style -------*/
    .pattern-1,
    .pattern-2 {
      max-width: 120px;
    }

    .pattern-1.w-100,
    .pattern-2.w-100 {
      max-width: 100%;
    }

    .pattern-1.line-pattern,
    .pattern-2.line-pattern {
      max-width: 320px;
    }

    /*------- Footer -------*/
    .footer-content {
      padding-bottom: 45px;
    }

    .footer-content .footer-link {
      padding-top: 40px;
    }

    .copyright .copyright-text {
      text-align: center;
    }

    .copyright .copyright-link {
      padding: 20px 0;
    }
  }

  @media (max-width: 767px) {

    /*------- General Style -------*/
    .container {
      padding: 0px 20px;
    }

    .owl-carousel .owl-nav {
      padding-top: 35px;
    }

    .order-sm_1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }

    .order-sm_2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }

    /*------- Spacer Style -------*/
    .pt-200 {
      padding-top: 70px;
    }

    .pb-200 {
      padding-bottom: 70px;
    }

    .ptb-200 {
      padding-top: 70px;
      padding-bottom: 70px;
    }

    .pb-160 {
      padding-bottom: 30px;
    }

    .pt-90 {
      padding-top: 40px;
    }

    .pb-50 {
      padding-bottom: 40px !important;
    }

    .mb-sm-40 {
      margin-bottom: 40px;
    }

    .mb-sm-30 {
      margin-bottom: 30px;
    }

    /*------- Form Style -------*/
    .form-group {
      margin-bottom: 30px;
    }

    .form-control {
      font-size: 16px;
      padding: 15px 20px;
      min-height: unset;
    }

    /*------- Button Style -------*/
    .btn-medium {
      font-size: 16px;
      padding: 9px 28px;
    }

    .btn-large {
      font-size: 16px;
      padding: 9px 28px;
    }

    /*------- Headings Style -------*/
    h1 {
      font-size: 6.5vw;
    }

    h2 {
      font-size: 25px;
      line-height: 30px;
    }

    h3 {
      font-size: 20px;
      line-height: 46px;
    }

    /*------- Header Style -------*/
    .header .logo img {
      max-width: 200px;
    }

    .header .main-menu {
      top: 66px;
      height: calc(100vh - 66px);
      padding: 10px 20px 40px 20px;
    }

    .menu-toggle {
      right: 20px;
    }

    /*------- Home Banner -------*/
    .home-banner {
      padding-top: 140px;
      padding-bottom: 0px;
    }

    .home-banner .banner-des {
      font-size: 18px;
      line-height: 30px;
    }

    /*------- Heading Part -------*/
    .heading-part {
      padding-bottom: 40px;
    }

    .heading-part p {
      font-size: 16px;
      line-height: 28px;
    }

    /*------- Newsletter -------*/
    .newsletter-box {
      padding: 50px 30px;
    }

    .newsletter-box .newsletter-title h3 {
      font-size: 26px;
      line-height: 36px;
    }

    .newsletter-box .newsletter-form {
      padding-top: 24px;
    }

    .newsletter-box .newsletter-form form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .newsletter-box .newsletter-form form .form-btn {
      margin-left: 0px;
      margin-top: 24px;
    }

    .newsletter-box .newsletter-form form .form-btn .btn-large {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 33px;
      padding-right: 33px;
      min-height: unset;
    }

    /*------- Our Team Page -------*/
    .team-part-main {
      padding-bottom: 20px;
    }
  }
}

.mt-50 {
  margin-top: 120px;
}

@media(max-width:768px) {
  .mt-50 {
    margin-top: 85px;
  }
}