/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");

:root {
  --color-primary: #525FE1;
  --color-secondary: #EABB00;
  --color-secondary-alt: #FFF6F4;
  --color-tertiary: #FFA41B;
  --color-tertiary-2: #7152E9;
  --color-dark: #231F40;
  --color-body: #6F6B80;
  --color-heading: #002d5b;
  --color-white: #ffffff;
  --color-shape: #EEEEEE;
  --color-shade: #F5F5F5;
  --color-border: #EEEEEE;
  --color-black: #000000;
  --color-blackest: #0f0f11;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --color-extra06: #DBF1C0;
  --color-extra07: #C6ECE8;
  --color-extra08: #C3ECCE;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --border-width: 2px;
  --radius-small: 5px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
  --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
  --transition: 0.3s;
  --transition-2: 0.7s;
  --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
  --font-primary: 'Urbanist', sans-serif;
  --font-secondary: 'Urbanist', sans-serif;
  --font-awesome: 'Font Awesome 5 Pro';
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.63;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 72px;
  --h2: 68px;
  --h3: 40px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
  --h1-lineHeight: 1.25;
  --h2-lineHeight: 1.24;
  --h3-lineHeight: 1.4;
  --h4-lineHeight: 1.38;
  --h5-lineHeight: 1.5;
  --h6-lineHeight: 1.6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 500;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}

body.modal-open {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

.display-one {
  font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight);
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-heading);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

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

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-extra-bold);
}

h4,
.h4 {
  font-weight: var(--p-bold);
}

h5,
.h5 {
  font-weight: var(--p-bold);
}

h6,
.h6 {
  font-weight: var(--p-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: 500;
  color: var(--color-body);
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}

p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-very-light-gray-color {
  color: var(--color-white);
}

p.has-background {
  padding: 20px 30px;
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/* Font Weight */
.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-800 {
  font-weight: 800 !important;
}

.w-900 {
  font-weight: 900 !important;
}


/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}

ul.liststyle.bullet li+li {
  margin-top: 8px;
}

ul li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 500;
}

ul li a {
  text-decoration: none;
  color: var(--color-body);
}

ul li a:hover {
  color: var(--color-primary);
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

ol li a {
  color: var(--heading-color);
  text-decoration: none;
}

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*=====================
Colors pallete
=======================*/
.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-tertiary {
  color: var(--color-tertiary) !important;
}

.color-heading {
  color: var(--color-heading) !important;
}

.color-body {
  color: var(--color-body) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

[data-overlay]:before {
  background: var(--color-primary);
}

/* Radius */
.post-scale,
.radius {
  border-radius: var(--radius);
}

.radius-big {
  border-radius: var(--radius-big);
}

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-light {
  box-shadow: var(--shadow-light);
}

.shadow-lighter {
  box-shadow: var(--shadow-lighter);
}

/*=============== css styles for website =============*/
.edu-rating.rating-default .rating,
.edu-event .event-meta,
.edu-accordion-02 .edu-accordion-body ul,
.pricing-billing-duration ul,
.pricing-table .pricing-body .list-item,
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul,
.brand-list,
.blog-meta,
.edu-blog-widget.widget-categories .category-list,
.edu-blog-widget-2.widget-categories .category-list,
.blog-main-content .gallery,
.list-style-1,
.list-style-2,
.column-gallery,
.banner-style-4 .social-text-share,
.eduvibe-widget-details .widget-content ul,
.edu-product-details-style .content .product-feature,
.cart-summary .cart-summary-inner,
.footer-style-default .information-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li a,
ol li a,
#scrollUp,
.form-group input,
.form-group textarea,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  transition: var(--transition);
}

.bgImagePosition,
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*keyframes-css*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

/*keyframes-css*/
@keyframes loading-left {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-left {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes loading-right {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-right {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden;
}

.post-scale img {
  transition: 0.5s;
}

.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes line1 {
  0% {
    opacity: 1;
    bottom: 0;
  }

  30% {
    bottom: 30%;
  }

  50% {
    bottom: 50%;
  }

  70% {
    bottom: 70%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes bounceSlide {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@keyframes line5 {
  0% {
    opacity: 1;
    bottom: 400px;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes line2 {
  0% {
    opacity: 1;
    top: 0;
  }

  30% {
    bottom: 30%;
  }

  50% {
    bottom: 50%;
  }

  70% {
    bottom: 70%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line3 {
  0% {
    opacity: 1;
    top: 500px;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line4 {
  0% {
    opacity: 1;
    top: 300px;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes customOne {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(100px, 0px);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

.customOne {
  animation: customOne 2s infinite;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------
      Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

/*------------------------------------- 
    font-family: 'Urbanist', sans-serif;
--------------------------------------*/
@media only screen and (max-width: 767px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

iframe {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.edu-line-separator {
  position: relative;
}

.edu-line-separator::after {
  position: absolute;
  content: "";
  background: #EBE7E5;
  width: 1170px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .edu-line-separator::after {
    width: 100%;
  }
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background-color: var(--color-primary);
}

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

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

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

.bg-color-grey {
  background-color: #F0F2F5;
}

.bg-color-white {
  background-color: #FFFFFF;
}

.bg-color-black {
  background-color: #1A1A1A;
}

.bg-color-grey {
  background-color: #E5E5E5;
}

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

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

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-darker);
  background-image: linear-gradient(180deg, var(--color-black), transparent);
}

/*===========================
    Background Image 
=============================*/
.bg-image_fixed {
  background-attachment: fixed !important;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
    Custom Row
======================*/
.row--0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row--0>[class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

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

.row--5>[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

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

.row--10>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.row--15>[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--20>[class*="col"],
.row--20>[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--25>[class*="col"],
.row--25>[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--30>[class*="col"],
.row--30>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--40>[class*="col"],
.row--40>[class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--45>[class*="col"],
.row--45>[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--50>[class*="col"],
.row--50>[class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--60>[class*="col"],
.row--60>[class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	  Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*=========================
      margin & padding
,==========================*/
.mt_dec--30 {
  margin-top: -30px;
}

.mt_dec--20 {
  margin-top: -20px;
}

.edu-section-gap {
  padding: 100px 0 !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap {
    padding: 60px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gap {
    padding: 60px 0 !important;
  }
}

.edu-section-gap.slider-dots {
  padding: 130px 0 205px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

.edu-section-gapBottom {
  padding-bottom: 130px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {

  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

.edu-section-gapTop {
  padding-top: 130px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {

  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

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

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

.pt--260 {
  padding-top: 260px !important;
}

.pt--250 {
  padding-top: 250px !important;
}

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

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

.plr--270 {
  padding: 0 270px !important;
}

.plr--300 {
  padding: 0 300px !important;
}

.plr--340 {
  padding: 0 340px !important;
}

.ptb--300 {
  padding: 300px 0 !important;
}

.ptb--340 {
  padding: 340px 0 !important;
}

.ptb--450 {
  padding: 450px 0 !important;
}

.plr_dec--15 {
  margin: 0 -15px !important;
}

.pt--300 {
  padding-top: 300px !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

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

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

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

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

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

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

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

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

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

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

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

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

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

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

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

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

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

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

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

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

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

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

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

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

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

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

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

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

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

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

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

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

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

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

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

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

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

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

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

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

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

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

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

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

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

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

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

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

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

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

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

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

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

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

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

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

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

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

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

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

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

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

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

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

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

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

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

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

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

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

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

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

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

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

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

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

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

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

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

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

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

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

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0 !important;
  }

  .plr_lp--5 {
    padding: 0 5px !important;
  }

  .pt_lp--5 {
    padding-top: 5px !important;
  }

  .pb_lp--5 {
    padding-bottom: 5px !important;
  }

  .pl_lp--5 {
    padding-left: 5px !important;
  }

  .pr_lp--5 {
    padding-right: 5px !important;
  }

  .mt_lp--5 {
    margin-top: 5px !important;
  }

  .mb_lp--5 {
    margin-bottom: 5px !important;
  }

  .ptb_lp--10 {
    padding: 10px 0 !important;
  }

  .plr_lp--10 {
    padding: 0 10px !important;
  }

  .pt_lp--10 {
    padding-top: 10px !important;
  }

  .pb_lp--10 {
    padding-bottom: 10px !important;
  }

  .pl_lp--10 {
    padding-left: 10px !important;
  }

  .pr_lp--10 {
    padding-right: 10px !important;
  }

  .mt_lp--10 {
    margin-top: 10px !important;
  }

  .mb_lp--10 {
    margin-bottom: 10px !important;
  }

  .ptb_lp--15 {
    padding: 15px 0 !important;
  }

  .plr_lp--15 {
    padding: 0 15px !important;
  }

  .pt_lp--15 {
    padding-top: 15px !important;
  }

  .pb_lp--15 {
    padding-bottom: 15px !important;
  }

  .pl_lp--15 {
    padding-left: 15px !important;
  }

  .pr_lp--15 {
    padding-right: 15px !important;
  }

  .mt_lp--15 {
    margin-top: 15px !important;
  }

  .mb_lp--15 {
    margin-bottom: 15px !important;
  }

  .ptb_lp--20 {
    padding: 20px 0 !important;
  }

  .plr_lp--20 {
    padding: 0 20px !important;
  }

  .pt_lp--20 {
    padding-top: 20px !important;
  }

  .pb_lp--20 {
    padding-bottom: 20px !important;
  }

  .pl_lp--20 {
    padding-left: 20px !important;
  }

  .pr_lp--20 {
    padding-right: 20px !important;
  }

  .mt_lp--20 {
    margin-top: 20px !important;
  }

  .mb_lp--20 {
    margin-bottom: 20px !important;
  }

  .ptb_lp--25 {
    padding: 25px 0 !important;
  }

  .plr_lp--25 {
    padding: 0 25px !important;
  }

  .pt_lp--25 {
    padding-top: 25px !important;
  }

  .pb_lp--25 {
    padding-bottom: 25px !important;
  }

  .pl_lp--25 {
    padding-left: 25px !important;
  }

  .pr_lp--25 {
    padding-right: 25px !important;
  }

  .mt_lp--25 {
    margin-top: 25px !important;
  }

  .mb_lp--25 {
    margin-bottom: 25px !important;
  }

  .ptb_lp--30 {
    padding: 30px 0 !important;
  }

  .plr_lp--30 {
    padding: 0 30px !important;
  }

  .pt_lp--30 {
    padding-top: 30px !important;
  }

  .pb_lp--30 {
    padding-bottom: 30px !important;
  }

  .pl_lp--30 {
    padding-left: 30px !important;
  }

  .pr_lp--30 {
    padding-right: 30px !important;
  }

  .mt_lp--30 {
    margin-top: 30px !important;
  }

  .mb_lp--30 {
    margin-bottom: 30px !important;
  }

  .ptb_lp--35 {
    padding: 35px 0 !important;
  }

  .plr_lp--35 {
    padding: 0 35px !important;
  }

  .pt_lp--35 {
    padding-top: 35px !important;
  }

  .pb_lp--35 {
    padding-bottom: 35px !important;
  }

  .pl_lp--35 {
    padding-left: 35px !important;
  }

  .pr_lp--35 {
    padding-right: 35px !important;
  }

  .mt_lp--35 {
    margin-top: 35px !important;
  }

  .mb_lp--35 {
    margin-bottom: 35px !important;
  }

  .ptb_lp--40 {
    padding: 40px 0 !important;
  }

  .plr_lp--40 {
    padding: 0 40px !important;
  }

  .pt_lp--40 {
    padding-top: 40px !important;
  }

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

  .pl_lp--40 {
    padding-left: 40px !important;
  }

  .pr_lp--40 {
    padding-right: 40px !important;
  }

  .mt_lp--40 {
    margin-top: 40px !important;
  }

  .mb_lp--40 {
    margin-bottom: 40px !important;
  }

  .ptb_lp--45 {
    padding: 45px 0 !important;
  }

  .plr_lp--45 {
    padding: 0 45px !important;
  }

  .pt_lp--45 {
    padding-top: 45px !important;
  }

  .pb_lp--45 {
    padding-bottom: 45px !important;
  }

  .pl_lp--45 {
    padding-left: 45px !important;
  }

  .pr_lp--45 {
    padding-right: 45px !important;
  }

  .mt_lp--45 {
    margin-top: 45px !important;
  }

  .mb_lp--45 {
    margin-bottom: 45px !important;
  }

  .ptb_lp--50 {
    padding: 50px 0 !important;
  }

  .plr_lp--50 {
    padding: 0 50px !important;
  }

  .pt_lp--50 {
    padding-top: 50px !important;
  }

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

  .pl_lp--50 {
    padding-left: 50px !important;
  }

  .pr_lp--50 {
    padding-right: 50px !important;
  }

  .mt_lp--50 {
    margin-top: 50px !important;
  }

  .mb_lp--50 {
    margin-bottom: 50px !important;
  }

  .ptb_lp--55 {
    padding: 55px 0 !important;
  }

  .plr_lp--55 {
    padding: 0 55px !important;
  }

  .pt_lp--55 {
    padding-top: 55px !important;
  }

  .pb_lp--55 {
    padding-bottom: 55px !important;
  }

  .pl_lp--55 {
    padding-left: 55px !important;
  }

  .pr_lp--55 {
    padding-right: 55px !important;
  }

  .mt_lp--55 {
    margin-top: 55px !important;
  }

  .mb_lp--55 {
    margin-bottom: 55px !important;
  }

  .ptb_lp--60 {
    padding: 60px 0 !important;
  }

  .plr_lp--60 {
    padding: 0 60px !important;
  }

  .pt_lp--60 {
    padding-top: 60px !important;
  }

  .pb_lp--60 {
    padding-bottom: 60px !important;
  }

  .pl_lp--60 {
    padding-left: 60px !important;
  }

  .pr_lp--60 {
    padding-right: 60px !important;
  }

  .mt_lp--60 {
    margin-top: 60px !important;
  }

  .mb_lp--60 {
    margin-bottom: 60px !important;
  }

  .ptb_lp--65 {
    padding: 65px 0 !important;
  }

  .plr_lp--65 {
    padding: 0 65px !important;
  }

  .pt_lp--65 {
    padding-top: 65px !important;
  }

  .pb_lp--65 {
    padding-bottom: 65px !important;
  }

  .pl_lp--65 {
    padding-left: 65px !important;
  }

  .pr_lp--65 {
    padding-right: 65px !important;
  }

  .mt_lp--65 {
    margin-top: 65px !important;
  }

  .mb_lp--65 {
    margin-bottom: 65px !important;
  }

  .ptb_lp--70 {
    padding: 70px 0 !important;
  }

  .plr_lp--70 {
    padding: 0 70px !important;
  }

  .pt_lp--70 {
    padding-top: 70px !important;
  }

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

  .pl_lp--70 {
    padding-left: 70px !important;
  }

  .pr_lp--70 {
    padding-right: 70px !important;
  }

  .mt_lp--70 {
    margin-top: 70px !important;
  }

  .mb_lp--70 {
    margin-bottom: 70px !important;
  }

  .ptb_lp--75 {
    padding: 75px 0 !important;
  }

  .plr_lp--75 {
    padding: 0 75px !important;
  }

  .pt_lp--75 {
    padding-top: 75px !important;
  }

  .pb_lp--75 {
    padding-bottom: 75px !important;
  }

  .pl_lp--75 {
    padding-left: 75px !important;
  }

  .pr_lp--75 {
    padding-right: 75px !important;
  }

  .mt_lp--75 {
    margin-top: 75px !important;
  }

  .mb_lp--75 {
    margin-bottom: 75px !important;
  }

  .ptb_lp--80 {
    padding: 80px 0 !important;
  }

  .plr_lp--80 {
    padding: 0 80px !important;
  }

  .pt_lp--80 {
    padding-top: 80px !important;
  }

  .pb_lp--80 {
    padding-bottom: 80px !important;
  }

  .pl_lp--80 {
    padding-left: 80px !important;
  }

  .pr_lp--80 {
    padding-right: 80px !important;
  }

  .mt_lp--80 {
    margin-top: 80px !important;
  }

  .mb_lp--80 {
    margin-bottom: 80px !important;
  }

  .ptb_lp--85 {
    padding: 85px 0 !important;
  }

  .plr_lp--85 {
    padding: 0 85px !important;
  }

  .pt_lp--85 {
    padding-top: 85px !important;
  }

  .pb_lp--85 {
    padding-bottom: 85px !important;
  }

  .pl_lp--85 {
    padding-left: 85px !important;
  }

  .pr_lp--85 {
    padding-right: 85px !important;
  }

  .mt_lp--85 {
    margin-top: 85px !important;
  }

  .mb_lp--85 {
    margin-bottom: 85px !important;
  }

  .ptb_lp--90 {
    padding: 90px 0 !important;
  }

  .plr_lp--90 {
    padding: 0 90px !important;
  }

  .pt_lp--90 {
    padding-top: 90px !important;
  }

  .pb_lp--90 {
    padding-bottom: 90px !important;
  }

  .pl_lp--90 {
    padding-left: 90px !important;
  }

  .pr_lp--90 {
    padding-right: 90px !important;
  }

  .mt_lp--90 {
    margin-top: 90px !important;
  }

  .mb_lp--90 {
    margin-bottom: 90px !important;
  }

  .ptb_lp--95 {
    padding: 95px 0 !important;
  }

  .plr_lp--95 {
    padding: 0 95px !important;
  }

  .pt_lp--95 {
    padding-top: 95px !important;
  }

  .pb_lp--95 {
    padding-bottom: 95px !important;
  }

  .pl_lp--95 {
    padding-left: 95px !important;
  }

  .pr_lp--95 {
    padding-right: 95px !important;
  }

  .mt_lp--95 {
    margin-top: 95px !important;
  }

  .mb_lp--95 {
    margin-bottom: 95px !important;
  }

  .ptb_lp--100 {
    padding: 100px 0 !important;
  }

  .plr_lp--100 {
    padding: 0 100px !important;
  }

  .pt_lp--100 {
    padding-top: 100px !important;
  }

  .pb_lp--100 {
    padding-bottom: 100px !important;
  }

  .pl_lp--100 {
    padding-left: 100px !important;
  }

  .pr_lp--100 {
    padding-right: 100px !important;
  }

  .mt_lp--100 {
    margin-top: 100px !important;
  }

  .mb_lp--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

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

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

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

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

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

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

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

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

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

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

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

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

  .mr_sm--25 {
    margin-right: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

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

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

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

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

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

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

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

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

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

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

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

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------
    Header Quote start
-------------------------*/
.header-quote {
  display: flex;
  justify-content: flex-end;
  margin: 0 -17px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-quote {
    margin: 0 -10px;
  }
}

.header-quote .quote-icon {
  margin: 0 17px;
}

@media only screen and (max-width: 767px) {
  .header-quote .quote-icon {
    margin: 0 10px;
  }
}

.header-quote .quote-icon a,
.header-quote .quote-icon button {
  padding: 0;
  border: 0 none;
  width: auto;
  background: transparent;
  display: flex;
  align-items: center;
}

.header-quote .quote-icon a i,
.header-quote .quote-icon button i {
  color: var(--color-heading);
  font-size: 16px;
  transition: 0.3s;
}

.header-quote .quote-icon a:hover i,
.header-quote .quote-icon button:hover i {
  color: var(--color-primary);
}
/* 
.ri-menu-line{
  padding: 5px 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 3px;
  font-size: 18px;
} */

/*------------------------
    Header Quote end
-------------------------*/

/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary) !important;
}

.bg-secondary-color {
  background: var(--color-secondary) !important;
}

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

.color-white {
  color: var(--color-white);
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px;
  }
}

.list-icon li .icon {
  width: 30px;
  background-color: var(--color-blackest);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}

.list-icon li .icon.background-transparent {
  background-color: transparent;
}

.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.radius-small {
  border-radius: var(--radius-small);
}

.line-before {
  position: relative;
  padding-left: 18px;
}

.line-before::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 81%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.bg-image--7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}

.bg-image--12 {
  background-size: auto;
}

.border-bottom-1 {
  border-bottom: 1px solid #EEEEEE;
}

/* Breadcrumb  */

.edu-breadcrumb-area {
  background-image: url(../images/home-banner/about-banner.jpg);
}

.edu-breadcrumb-area .shape-image {
  position: absolute;
  z-index: -1;
}

.edu-breadcrumb-area .shape-image.shape-image-1 {
  top: -30px;
  left: -180px;
}

.edu-breadcrumb-area .shape-image.shape-image-2 {
  top: -10px;
  left: 60%;
}

.edu-breadcrumb-area .shape-image.shape-image-3 {
  top: -24px;
  right: -90px;
}

.edu-breadcrumb-area .shape-image.shape-image-4 {
  bottom: -39px;
  right: -220px;
}

.edu-breadcrumb-area .shape-image.shape-image-5 {
  bottom: -28px;
  left: 35%;
}

.edu-breadcrumb-area .shape-image.shape-image-6 {
  bottom: -30px;
  left: -108px;
}

/* Animation */
.eduvibe-animated-shape {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@-webkit-keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@-webkit-keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@-webkit-keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes eduvibe-zoom2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
}

.edu-select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background-color: #F5F5F5;
  border-radius: 5px;
  max-width: 256px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}

input[type="text"].p-holder__active,
input.input-active[type="text"],
.input-active input[type="text"],
input[type="password"].p-holder__active,
input.input-active[type="password"],
.input-active input[type="password"],
input[type="email"].p-holder__active,
input.input-active[type="email"],
.input-active input[type="email"],
input[type="number"].p-holder__active,
input.input-active[type="number"],
.input-active input[type="number"],
input[type="tel"].p-holder__active,
input.input-active[type="tel"],
.input-active input[type="tel"],
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}

input[type="text"].p-holder__active::placeholder,
input.input-active[type="text"]::placeholder,
.input-active input[type="text"]::placeholder,
input[type="password"].p-holder__active::placeholder,
input.input-active[type="password"]::placeholder,
.input-active input[type="password"]::placeholder,
input[type="email"].p-holder__active::placeholder,
input.input-active[type="email"]::placeholder,
.input-active input[type="email"]::placeholder,
input[type="number"].p-holder__active::placeholder,
input.input-active[type="number"]::placeholder,
.input-active input[type="number"]::placeholder,
input[type="tel"].p-holder__active::placeholder,
input.input-active[type="tel"]::placeholder,
.input-active input[type="tel"]::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}

input[type="text"].p-holder__active:-ms-input-placeholder,
input.input-active[type="text"]:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input[type="password"].p-holder__active:-ms-input-placeholder,
input.input-active[type="password"]:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input[type="email"].p-holder__active:-ms-input-placeholder,
input.input-active[type="email"]:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input[type="number"].p-holder__active:-ms-input-placeholder,
input.input-active[type="number"]:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input[type="tel"].p-holder__active:-ms-input-placeholder,
input.input-active[type="tel"]:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}

input[type="text"].p-holder__active::-ms-input-placeholder,
input.input-active[type="text"]::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input[type="password"].p-holder__active::-ms-input-placeholder,
input.input-active[type="password"]::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input[type="email"].p-holder__active::-ms-input-placeholder,
input.input-active[type="email"]::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input[type="number"].p-holder__active::-ms-input-placeholder,
input.input-active[type="number"]::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input[type="tel"].p-holder__active::-ms-input-placeholder,
input.input-active[type="tel"]::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}

input[type="text"].p-holder__error,
input.input-error[type="text"],
.input-error input[type="text"],
input[type="password"].p-holder__error,
input.input-error[type="password"],
.input-error input[type="password"],
input[type="email"].p-holder__error,
input.input-error[type="email"],
.input-error input[type="email"],
input[type="number"].p-holder__error,
input.input-error[type="number"],
.input-error input[type="number"],
input[type="tel"].p-holder__error,
input.input-error[type="tel"],
.input-error input[type="tel"],
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}

input[type="text"].p-holder__error::placeholder,
input.input-error[type="text"]::placeholder,
.input-error input[type="text"]::placeholder,
input[type="password"].p-holder__error::placeholder,
input.input-error[type="password"]::placeholder,
.input-error input[type="password"]::placeholder,
input[type="email"].p-holder__error::placeholder,
input.input-error[type="email"]::placeholder,
.input-error input[type="email"]::placeholder,
input[type="number"].p-holder__error::placeholder,
input.input-error[type="number"]::placeholder,
.input-error input[type="number"]::placeholder,
input[type="tel"].p-holder__error::placeholder,
input.input-error[type="tel"]::placeholder,
.input-error input[type="tel"]::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}

input[type="text"].p-holder__error:-ms-input-placeholder,
input.input-error[type="text"]:-ms-input-placeholder,
.input-error input[type="text"]:-ms-input-placeholder,
input[type="password"].p-holder__error:-ms-input-placeholder,
input.input-error[type="password"]:-ms-input-placeholder,
.input-error input[type="password"]:-ms-input-placeholder,
input[type="email"].p-holder__error:-ms-input-placeholder,
input.input-error[type="email"]:-ms-input-placeholder,
.input-error input[type="email"]:-ms-input-placeholder,
input[type="number"].p-holder__error:-ms-input-placeholder,
input.input-error[type="number"]:-ms-input-placeholder,
.input-error input[type="number"]:-ms-input-placeholder,
input[type="tel"].p-holder__error:-ms-input-placeholder,
input.input-error[type="tel"]:-ms-input-placeholder,
.input-error input[type="tel"]:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}

input[type="text"].p-holder__error::-ms-input-placeholder,
input.input-error[type="text"]::-ms-input-placeholder,
.input-error input[type="text"]::-ms-input-placeholder,
input[type="password"].p-holder__error::-ms-input-placeholder,
input.input-error[type="password"]::-ms-input-placeholder,
.input-error input[type="password"]::-ms-input-placeholder,
input[type="email"].p-holder__error::-ms-input-placeholder,
input.input-error[type="email"]::-ms-input-placeholder,
.input-error input[type="email"]::-ms-input-placeholder,
input[type="number"].p-holder__error::-ms-input-placeholder,
input.input-error[type="number"]::-ms-input-placeholder,
.input-error input[type="number"]::-ms-input-placeholder,
input[type="tel"].p-holder__error::-ms-input-placeholder,
input.input-error[type="tel"]::-ms-input-placeholder,
.input-error input[type="tel"]::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

input[type="text"].p-holder__error:focus,
input.input-error[type="text"]:focus,
.input-error input[type="text"]:focus,
input[type="password"].p-holder__error:focus,
input.input-error[type="password"]:focus,
.input-error input[type="password"]:focus,
input[type="email"].p-holder__error:focus,
input.input-error[type="email"]:focus,
.input-error input[type="email"]:focus,
input[type="number"].p-holder__error:focus,
input.input-error[type="number"]:focus,
.input-error input[type="number"]:focus,
input[type="tel"].p-holder__error:focus,
input.input-error[type="tel"]:focus,
.input-error input[type="tel"]:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"]~label,
input[type="radio"]~label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  font-weight: 500;
  padding-left: 34px;
  cursor: pointer;
  margin-bottom: 0;
}

input[type="checkbox"]~label::before,
input[type="radio"]~label::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  transition: all .3s;
}

input[type="checkbox"]~label::after,
input[type="radio"]~label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 8px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all .3s;
}

input[type="checkbox"]:checked~label::before,
input[type="radio"]:checked~label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

input[type="checkbox"]:checked~label::after,
input[type="radio"]:checked~label::after {
  opacity: 1;
}

input[type="radio"]~label::before {
  border-radius: 50%;
}

input[type="radio"]~label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 7px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}

.form-group input:focus {
  border-color: var(--color-primary);
}

.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}

.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type="submit"] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}

input[type="submit"]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

.login-register-page-wrapper .login-form-box {
  border: 1px solid #eeeeee;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}

.login-register-page-wrapper .login-form-box input[type="checkbox"] {
  width: auto;
}

.login-register-page-wrapper .login-form-box .lost-password {
  color: var(--color-secondary);
}

/* button style */

a.btn-transparent,
button.btn-transparent {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

a.btn-transparent::after,
button.btn-transparent::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.3s;
}

a.btn-transparent i,
button.btn-transparent i {
  padding-left: 10px;
  top: 3px;
  position: relative;
}

a.btn-transparent.sm-size,
button.btn-transparent.sm-size {
  font-size: 16px;
  line-height: 26px;
}

a.btn-transparent.heading-color,
button.btn-transparent.heading-color {
  color: var(--color-heading);
}

a.btn-transparent.heading-color i,
button.btn-transparent.heading-color i {
  color: var(--color-heading);
}

a.btn-transparent.heading-color:hover,
button.btn-transparent.heading-color:hover {
  color: var(--color-primary);
}

a.btn-transparent.heading-color:hover i,
button.btn-transparent.heading-color:hover i {
  color: var(--color-primary);
}

a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

a.edu-btn,
button.edu-btn {
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none;
}

@media only screen and (max-width: 575px) {

  a.edu-btn,
  button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
  }
}

a.edu-btn i,
button.edu-btn i {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
}

a.edu-btn.btn-medium.header-button,
button.edu-btn.btn-medium.header-button {
  line-height: 47px;
}

a.edu-btn.btn-medium.header-button.bg-color-white,
button.edu-btn.btn-medium.header-button.bg-color-white {
  color: var(--color-primary);
}

a.edu-btn.btn-medium.header-button.purchase-button,
button.edu-btn.btn-medium.header-button.purchase-button {
  line-height: 50px;
}

a.edu-btn.btn-small,
button.edu-btn.btn-small {
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
}

a.edu-btn.btn-small i,
button.edu-btn.btn-small i {
  padding-left: 7px;
}

a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
  padding-left: 0;
  padding-right: 10px;
}

a.edu-btn:hover,
button.edu-btn:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

a.edu-btn.btn-dark,
button.edu-btn.btn-dark {
  background: var(--color-dark);
  color: var(--color-white);
}

a.edu-btn.btn-dark:hover,
button.edu-btn.btn-dark:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

a.edu-btn.btn-shade,
button.edu-btn.btn-shade {
  background: var(--color-shade);
  color: var(--color-heading);
}

a.edu-btn.btn-shade:hover,
button.edu-btn.btn-shade:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}

a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

a.edu-btn.btn-bg-alt,
button.edu-btn.btn-bg-alt {
  background: rgba(82, 95, 225, 0.1);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 59px;
}

a.edu-btn.btn-bg-alt:hover,
button.edu-btn.btn-bg-alt:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

a.edu-btn.btn-white,
button.edu-btn.btn-white {
  background: var(--color-white);
  color: var(--color-primary);
}

a.edu-btn.btn-white:hover,
button.edu-btn.btn-white:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}

a.edu-btn.btn-border,
button.edu-btn.btn-border {
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  line-height: 58px;
}

.bg-color-primary a.edu-btn.btn-white:hover,
.bg-color-primary button.edu-btn.btn-white:hover {
  background: var(--color-secondary);
}


@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration='200'] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration='250'] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration='300'] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration='350'] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration='400'] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration='450'] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration='500'] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration='550'] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration='600'] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration='650'] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration='700'] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration='750'] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration='800'] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration='850'] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration='900'] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration='950'] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration='1000'] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration='1050'] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration='1100'] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration='1150'] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration='1200'] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration='1250'] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration='1300'] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration='1350'] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration='1400'] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration='1450'] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration='1500'] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration='1550'] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration='1600'] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration='1650'] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration='1700'] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration='1750'] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration='1800'] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration='1850'] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration='1900'] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration='1950'] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration='2000'] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay='50'] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay='100'] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay='150'] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay='200'] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay='250'] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay='300'] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay='350'] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay='400'] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay='450'] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay='500'] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay='550'] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay='600'] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay='650'] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay='700'] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay='750'] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay='800'] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay='850'] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay='900'] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay='950'] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay='1000'] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing='linear'] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing='ease'] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing='ease-in'] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing='ease-out'] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing='ease-in-out'] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing='ease-in-cubic'] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing='ease-out-cubic'] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-out-cubic'] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-circ'] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing='ease-out-circ'] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing='ease-in-out-circ'] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing='ease-in-expo'] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing='ease-out-expo'] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing='ease-in-out-expo'] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing='ease-in-quad'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing='ease-out-quad'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing='ease-in-out-quad'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing='ease-in-quart'] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing='ease-out-quart'] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing='ease-in-out-quart'] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing='ease-in-quint'] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing='ease-out-quint'] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing='ease-in-out-quint'] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing='ease-in-sine'] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing='ease-out-sine'] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing='ease-in-out-sine'] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing='ease-in-back'] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing='ease-out-back'] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing='ease-in-out-back'] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|='fade'] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
  opacity: 1;
}

[data-sal|='slide'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal='slide-up'] {
  transform: translateY(20%);
}

[data-sal='slide-down'] {
  transform: translateY(-20%);
}

[data-sal='slide-left'] {
  transform: translateX(20%);
}

[data-sal='slide-right'] {
  transform: translateX(-20%);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
  opacity: 1;
  transform: none;
}

[data-sal|='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal='zoom-in'] {
  transform: scale(0.5);
}

[data-sal='zoom-out'] {
  transform: scale(1.1);
}

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
  opacity: 1;
  transform: none;
}

[data-sal|='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal='flip-left'] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal='flip-right'] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal='flip-up'] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal='flip-down'] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
  transform: none;
}

/**************************************
    Header Styles
***************************************/

.edu-header .logo a {
  display: block;
  transition: min-height 1s ease !important;
}

.edu-header .logo a img {
  max-height: 65px;
  /* padding-top: 5px; */
}

@media only screen and (max-width: 576px) {
  .edu-header .logo a img {
    height: 55px !important;
    padding-top: 5px;
  }

  /* spacing for left & right for header */
  .edu-header .header-spacing {
    padding: 0 10px !important;
  }
}


@media only screen and (max-width: 1199px) {
  .edu-header .logo a {
    height: 80px;
    line-height: 80px;
  }

  /* spacing for left & right for header */
  .edu-header .header-spacing {
    /* padding: 0 40px; */
    justify-content:space-between;
  }
}

.edu-header.disable-transparent .logo a {
  height: 90px;
  line-height: 90px;
}

.edu-header.header-relative {
  position: relative;
}

.edu-header.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  z-index: 9;
}

.edu-header.header-sticky {
  transition: height .5s ease-in;
  max-width: 100%;
  z-index: 99;
}

.edu-header.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-white) !important;
  width: 100%;
  height: 85px;
  animation: headerSticky .95s ease forwards;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.edu-header.header-sticky.sticky .logo a {
  height: 80px;
  line-height: 80px;
}

.header-default {
  max-width: 100%;
  background-color: var(--color-white);
  color: #fff;
  font-size: 12px;
  z-index: 99;
  position: relative;
}

.header-default .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.white-box-icon {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  outline: none;
  color: var(--color-primary);
  border: 0 none;
  padding: 0;
  background: var(--color-white);
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .white-box-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  /* justify-content: space-evenly; */
  justify-content: space-around;
}

.mainmenu-nav .mainmenu>li>a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 600;
  padding: 0 23px;
  display: block;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}

.call-icon{
  width: 30px !important;
  height: 30px !important;
  background-color: #EABB00;
  color: #fff;
  padding: 8px 10px;
  border-radius: 20px;
  align-items: center;
  margin-right: 5px;

}

.mainmenu .mail-icon{
  width: 30px !important;
  height: 30px !important;
  background-color: #EABB00;
  color: #fff;
  padding: 10px 12px;
  border-radius: 20px;
  align-items: center;
  margin-right: 5px;
}

.mainmenu .main-nav-contact{
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu>li>a {
    padding: 0 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav .mainmenu>li>a {
    padding: 0 12px;
  }
}

.mainmenu-nav .mainmenu>li>a:hover,
.mainmenu-nav .mainmenu>li>a.active {
  color: var(--color-primary) !important;
}

.mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a {
  position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a::after {
  position: absolute;
  content: "\e969";
  font-family: 'icomoon';
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu li.has-droupdown>a::after {
    right: 0px;
  }
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu {
  min-width: 420px;
  height: 300px;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 20px 0;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid var(--color-primary);
  overflow:hidden;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
  position: relative;
  display:inline-block;
  width:200px;
  transition: 0.5s all;
  padding:4px 0;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li:hover {
    transform: translateX(10px);
}
/* .mainmenu-nav .mainmenu li.has-droupdown .submenu {
  min-width: 210px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 20px 0;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid var(--color-primary);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
  position: relative;
} */

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 3px 20px;
  display: block;
  color: var(--color-heading);
  margin: 0 10px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown>a::after {
  content: "\e92c";
  font-family: 'icomoon';
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
  left: 100%;
  top: 90%;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu {
  left: 100%;
  top: 0;
  z-index: 90;
  opacity: 1;
  visibility: visible;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  height: 300px;
  overflow: overlay;
}

/*------------------------------
    Popup Menu
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-out;
}

.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all .5s ease-out;
}

.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
  max-height: 45px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  /* padding: 15px 20px; */
  padding: 0;
}

.popup-mobile-menu .mainmenu li {
  margin: 0;
}

.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 19px;
}

.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu li+li {
  border-top: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  display: none;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
  font-size: 15px;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu .has-droupdown>a {
  position: relative;
}

.popup-mobile-menu .mainmenu .has-droupdown>a::after {
  position: absolute;
  content: "\e935";
  font-family: 'icomoon' !important;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.popup-mobile-menu .mainmenu .has-droupdown>a.open::after {
  content: "\e934";
}

.popup-mobile-menu .mainmenu .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}

.page-title + img{width:300px}

/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
  color: #002d5b;
}

@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title br {
    display: none;
  }
}

.section-title.text-white .pre-title {
  color: var(--color-white);
}

.section-title.text-white .title {
  color: var(--color-white);
}

/*-------------------------
   Home Banner Style  start
--------------------------*/

.banner-image{
  position: relative;
}

.banner-title{
  position: absolute;
  z-index: 1;
}

.banner-text-size{
  font-size: 75px;
  padding-bottom: 10px;
}
.pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 576px){
  .banner-section{
    justify-content: center;
  }
  .banner-title{
    margin-top: 30px;
    text-align: center !important;
  }
  .banner-text-size{
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .pre-title{
    display: none;
  }
  .carousel-indicators{
    margin-bottom: 0;
  }
  .carousel-indicators [data-bs-target]{
    margin-top: 5px;
  }

  }

  @media only screen and (min-width:575px) and (max-width: 767px){
    .banner-title{
      margin-left: 15px;
      margin-top: 50px;
    }
    .banner-text-size{
      font-size: 30px;
      margin-bottom: 10px;
    }
    a.edu-btn, button.edu-btn {
      border-radius: 5px;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      color: var(--color-white);
      background: var(--color-primary);
      padding: 0 20px;
      font-size: 15px;
      font-weight: 700;
      transition: 0.4s;
      font-family: var(--font-primary);
      border: 0 none;
  }
}

@media only screen and (min-width:768px) and (max-width: 1200px){
  .banner-title{
    margin-left: 15px;
    margin-top: 50px;
  }
  .banner-text-size{
    font-size: 48px;
    margin-bottom: 10px;
  }
  a.edu-btn, button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}
 
}
/*  */

/* .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} */

#carousel {
  position: relative;
  display: flex;
  overflow: hidden;
  /* gap: 10px; */
}

.circle-buttons button{
  color: #fff;
  background-color: #525fe1;
  border-radius: 37px;
  height: 50px;
  width: 50px;
  border: none;
}

.circle-buttons button:hover{
  background-color: #002d5b;
}
.square {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbbbbb;
  font-size: 50px;
  min-width: 200px;
  height: 200px;
  background-color: #ffffff14;
  border-radius: 6px;
  margin: 20px;
  transition: 100ms ease-in-out;
}

.square:hover{
  background-color: #ffffff27;
  border-color: #f4f4f4;
  color: #d2d2d2;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 10px;
}

button {
  cursor: pointer;
  margin: 10px 10px;
  font-size: 20px;
  background-color: unset;
  color: #bbbbbb;
  border: 2px solid #bbbbbb;
  border-color: #bbbbbb;
  border-radius: 7px;
  height: 40px;
  width: 60px;
  transition: 60ms ease-in-out;
}

button:hover {
  border-color: #f4f4f4;
  color: #f4f4f4;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-title{
    margin-left: 15px;
  }
  .banner-text-size{
    font-size: 55px;
    margin-bottom: 10px;
  }
}
.banner-style .content .title {
  font-weight: 800;
  font-size: 62px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #002d5b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style .content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style .content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style .content .title {
    font-size: 40px;
  }
}

.banner-style .content .description {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style .content .description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

.banner-style .banner-image .banner-main-image {
  margin-right: -45px;
  margin-bottom: -260px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style .banner-image .banner-main-image {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style .banner-image .banner-main-image {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-style .banner-image .banner-main-image {
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
  }
}

.banner-style .banner-image .img-02 {
  position: absolute;
  right: -232px;
  bottom: 125px;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
  .banner-style .banner-image .img-02 {
    right: -152px;
    bottom: 190px;
    max-width: 240px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style .banner-image .img-02 {
    right: -88px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style .banner-image .img-02 {
    right: -88px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-style .banner-image .img-02 {
    display: none;
  }
}

.banner-style .banner-image .img-03 {
  position: absolute;
  right: 0;
  bottom: 435px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style .banner-image .img-03 {
    right: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style .banner-image .img-03 {
    right: 90px;
    bottom: 345px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-style .banner-image .img-03 {
    display: none;
  }
}

.banner-style .shape-image {
  position: absolute;
  z-index: -1;
}

.banner-style .shape-image.shape-image-1 {
  left: -114px;
  top: 30px;
}

.banner-style .shape-image.shape-image-2 {
  right: 45%;
  top: 105px;
}

.banner-style .shape-image.shape-image-3 {
  right: -260px;
  top: 20px;
}

.banner-style .shape-image.shape-image-4 {
  right: -241px;
  bottom: -50px;
}

.banner-style .shape-image.shape-image-5 {
  left: -180px;
  bottom: -100px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #002d5b;
  background-clip: padding-box;
  border-width: 10px 0px;
  border-right-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition: opacity 0.6s;
}

/*-------------------------
   Home Banner Style end 
--------------------------*/

/*------------------------
   Home About Styles start  
-------------------------*/
.about-feature-list .our-feature {
  display: flex;
  /* align-items: center; */
}

.about-feature-list .our-feature .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--color-secondary);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.about-feature-list .our-feature .icon i {
  color: var(--color-white);
  font-size: 24px;
}

.about-feature-list .our-feature .feature-content .feature-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.about-feature-list .our-feature .feature-content .feature-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: justify;
}

.about-feature-list .our-feature+.our-feature {
  margin-top: 30px;
}

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

.about-style .about-image-gallery {
  margin-right: 100px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style .about-image-gallery {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style .about-image-gallery {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-style .about-image-gallery {
    margin-right: 0;
  }
}

.about-style .about-image-gallery .image-1 {
  border-radius: 5px;
  width: 100%;
}

.about-style .about-image-gallery .image-2 {
  position: absolute;
  bottom: -61px;
  right: -50px;
  border-radius: 5.2px;
}

@media only screen and (max-width: 767px) {
  .about-style .about-image-gallery .image-2 {
    position: absolute;
    right: 0;
    border-radius: 5px;
    margin-top: 30px;
    transform: none !important;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .about-style .about-image-gallery .image-2 {
    display: none;
  }
}

.about-style .about-image-gallery .image-2 img {
  border-radius: 5px;
}

.about-style .about-image-gallery .badge-inner {
  position: absolute;
  top: 42px;
  left: -55px;
  width: 150px;
  height: 150px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 100%;
}

@media only screen and (max-width: 575px) {
  .about-style .about-image-gallery .badge-inner {
    display: none;
  }
}

.about-style .about-image-gallery .badge-inner .image-3 {
  animation: rotateIt 7s linear infinite;
  border-radius: 100%;
}

.about-style .about-image-gallery .shape-image-1 {
  position: absolute;
  bottom: -35px;
  left: -35px;
  z-index: -1;
}

.about-style .inner .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
  margin-top: 40px;
}

.about-style .inner .description::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 46px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.about-style .inner .read-more-btn {
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .about-style .inner .read-more-btn {
    margin-top: 15px;
  }
}

.about-style .inner .about-parallax-2 {
  position: absolute;
  right: 88px;
  top: 379px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style .inner .about-parallax-2 {
    right: 8px;
  }
}

/*------------------------
   Home About Styles end  
-------------------------*/

/*---------------------------
 *  Home Why choose start
----------------------------*/

.h-100{
  height: 100%;
}

.why-choose-section {
  position: relative;
  z-index: 1;
  padding-bottom: 281px;
}

.why-choose-section .about-us-two-service-wrapper {
  background-image: url(../images/home-banner/Frame\ 1.jpg);
}

.why-choose-card {
  padding: 30px 30px;
  background: var(--color-white);
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}

.why-choose-card .inner {
  text-align: center;
}

.why-choose-card .inner .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.why-choose-card .inner .icon a {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  text-align: center;
  margin: 0 auto;
  border-radius: 35px 35px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-card .inner .icon a i {
  font-size: 30px;
  color: var(--color-white);
}

.why-choose-card .inner .content .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.why-choose-card .inner .content .description {
  margin-bottom: 20px;
}

.why-choose-card.shape-bg-1 .inner .icon a {
  background: rgba(113, 82, 233, 0.15);
}

.why-choose-card.shape-bg-1 .inner .icon a i {
  color: var(--color-tertiary-2);
}

.why-choose-card.shape-bg-1:hover .inner .icon a {
  background: var(--color-tertiary-2);
}

.why-choose-card.shape-bg-2 .inner .icon a {
  background: rgba(255, 164, 27, 0.15);
}

.why-choose-card.shape-bg-2 .inner .icon a i {
  color: var(--color-tertiary);
}

.why-choose-card.shape-bg-2:hover .inner .icon a {
  background: var(--color-tertiary);
}

.why-choose-card.shape-bg-3 .inner .icon a {
  background: rgba(82, 95, 225, 0.15);
}

.why-choose-card.shape-bg-3 .inner .icon a i {
  color: var(--color-primary);
}

.why-choose-card.shape-bg-3:hover .inner .icon a {
  background: var(--color-primary);
}

.why-choose-card.shape-bg-4 .inner .icon a {
  background: rgba(248, 111, 3, 0.15);
}

.why-choose-card.shape-bg-4 .inner .icon a i {
  color: var(--color-secondary);
}

.why-choose-card.shape-bg-4:hover .inner .icon a {
  background: var(--color-secondary);
}

.why-choose-card.text-left .inner {
  text-align: left;
}

.why-choose-card.bg-grey {
  background: #F5F5F5;
  height: 100%;
}

.why-choose-card.bg-grey:hover {
  background: var(--color-white);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}

.why-choose-card:hover {
  transform: translateY(-20px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}

.why-choose-card:hover .inner .icon a i {
  color: #ffffff;
}

.eduvibe-home-one-video .shape-image {
  position: absolute;
  z-index: -1;
}

.eduvibe-home-one-video .shape-image.shape-image-1 {
  bottom: 80px;
  left: -232px;
  animation: eduvibe-rotate-x 15s infinite linear;
}

.eduvibe-home-one-video .shape-image.shape-image-2 {
  top: 20px;
  right: -262px;
}

.eduvibe-home-one-video .shape-image.shape-image-3 {
  bottom: 80px;
  right: -242px;
}

/* Awards icon   */

.edu-counterup {
  background: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: center;
  padding: 50px 30px;
}

.edu-counterup .odometer.odometer-auto-theme,
.edu-counterup .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}

.edu-counterup .inner .icon {
  margin-bottom: 25px;
}

.edu-counterup .inner .icon img {
  max-height: 60px;
}

.edu-counterup .inner .content .counter {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 0;
}

.edu-counterup .inner .content span {
  display: inline-block;
}

.counterup-overlay-top {
  position: relative;
  margin-top: -145px;
  padding-top: 275px !important;
}

.counterup-style-2 {
  position: relative;
  z-index: 2;
}

.counterup-style-2 .line-separator {
  position: relative;
}

.counterup-style-2 .line-separator::after {
  position: absolute;
  content: "";
  height: 160px;
  background: rgba(255, 255, 255, 0.15);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

@media only screen and (max-width: 575px) {
  .counterup-style-2 .line-separator::after {
    display: none;
  }
}

.counterup-style-2 .line-separator:last-child::after {
  display: none;
}

.counterup-style-2 .line-separator.color-var-2::after {
  background: #2D284E;
  opacity: 0.1;
}

.edu-counterup-2 .odometer.odometer-auto-theme,
.edu-counterup-2 .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}

.edu-counterup-2 .inner {
  text-align: center;
}

.edu-counterup-2 .inner .icon {
  margin-bottom: 7px;
}

.edu-counterup-2 .inner .icon i {
  color: var(--color-white);
  font-size: 30px;
}

.edu-counterup-2 .inner .content .counter {
  color: var(--color-white);
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 5px;
}

.edu-counterup-2 .inner .content .counter .after-icon {
  color: var(--color-white);
  position: relative;
  display: inline-block;
  left: -7px;
}

.edu-counterup-2 .inner .content .subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}

.edu-counterup-2.variation-2 .inner {
  text-align: center;
}

.edu-counterup-2.variation-2 .inner .icon i {
  color: var(--color-primary);
  font-size: 50px;
}

.edu-counterup-2.variation-2 .inner .content .counter {
  color: var(--color-heading);
}

.edu-counterup-2.variation-2 .inner .content .counter .after-icon {
  color: var(--color-heading);
}

.edu-counterup-2.variation-2 .inner .content .subtitle {
  color: var(--color-body);
}

.edu-countdown-area {
  background-image: url(../images/bg/about-us-two-countdown.jpg);
}

.edu-countdown-area .countdown .countdown-container .countdown-value {
  color: var(--color-secondary);
}

.our-core-features {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.our-core-features .feature-list {
  flex-basis: 50%;
  padding: 15px;
}

@media only screen and (max-width: 575px) {
  .our-core-features .feature-list {
    flex-basis: 100%;
  }
}

.feature-list .icon {
  /* margin-bottom: 25px; */
  margin-bottom: 0;
}

.feature-list .icon i {
  font-size: 45px;
  color: #EABB00;
}

.feature-list .icon svg {
  width: 50px;
  height: 50px;
}

.feature-list .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media screen and (max-width:575px){
  .feature-list .content .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
}

.feature-list .content p {
  margin-bottom: 0;
}

.feature-thumbnail {
  position: relative;
  z-index: 2;
  right: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-thumbnail {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-thumbnail {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature-thumbnail {
    right: 0;
  }
}

.feature-thumbnail .circle-image {
  position: absolute;
  top: -11px;
  right: 7px;
  z-index: -1;
  width: 97%;
}

@media only screen and (max-width: 767px) {
  .feature-thumbnail .circle-image {
    display: none;
  }
}

.radius-round {
  border-radius: 100%;
}

.circle-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.circle-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  pointer-events: none;
  animation: eduvibe-rotate-animate 13s linear infinite;
}

.circle-image span:nth-child(1) {
  border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}

.circle-image span:nth-child(2) {
  animation-direction: reverse;
  border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}

.circle-image span:nth-child(3) {
  animation-duration: 3s;
  border-radius: 73% 27% 56% 44% / 57% 74% 26% 43%;
}

@keyframes eduvibe-rotate-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*---------------------------
 *  Home Why choose end
----------------------------*/


/*---------------------------
 *  Home study destination start
----------------------------*/

.Destination-detail-section li i{
padding-right: 10px;
color: #525fe1;
}


.study-destination {
  position: relative;
}

.study-destination .shape-image {
  position: absolute;
  z-index: -1;
}

.study-destination .shape-image.shape-image-1 {
  top: -28px;
  left: -206px;
}

.study-destination .shape-image.shape-image-2 {
  top: -51px;
  right: -257px;
}

.study-destination .shape-image.shape-image-3 {
  bottom: 80px;
  right: -37px;
}

.study-destination .shape-image.shape-image-4 {
  bottom: -25px;
  left: -201px;
}

.home-one-cat {
  background-image: url(../images/home-banner/Frame\ 1.jpg);
}

.edu-instructor-2 {
  text-align: center;
  padding: 10px;
}

.edu-instructor-2 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.edu-instructor-2 .edu-instructor .inner {
  position: relative;
}

.edu-instructor-2 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}

.edu-instructor-2 .edu-instructor .inner .thumbnail a::after {
  background: linear-gradient(180deg, rgba(45, 40, 78, 0) 0.01%, rgba(45, 40, 78, 0) 15.58%, rgba(45, 40, 78, 0.75) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  border-radius: 185px 185px 5px 5px;
}

.edu-instructor-2 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 185px 185px 5px 5px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.edu-instructor-2 .edu-instructor .inner .team-share-info {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.edu-instructor-2 .edu-instructor .inner .team-share-info a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(8px) scale(0.8);
}

.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(1) {
  transition-delay: .07692s;
}

.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(2) {
  transition-delay: .15385s;
}

.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(3) {
  transition-delay: .23077s;
}

.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(4) {
  transition-delay: .31077s;
}

.edu-instructor-2 .edu-instructor-info {
  margin-top: 25px;
}

.edu-instructor-2 .edu-instructor-info .title {
  margin-bottom: 5px;
}

.edu-instructor-2 .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
}

.edu-instructor-2:hover .edu-instructor .team-share-info a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.edu-instructor-2:hover .edu-instructor .inner .thumbnail a::after {
  border-radius: 5px;
  opacity: 1;
}

.edu-instructor-2:hover .edu-instructor .inner .thumbnail a img {
  border-radius: 5px;
}

.edu-instructor-2:hover .edu-instructor-info .desc {
  color: var(--color-primary);
}


/*  */
/*---------------------------
 * Home study destination end
----------------------------*/


/*---------------------------
 * Home find map start
----------------------------*/
.map-section {
  background-image: url(../images/bg/video-home-3-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}

.map-section .shape-image {
  position: absolute;
  z-index: -1;
}

.map-section .shape-image.shape-image-1 {
  top: -59px;
  right: -199px;
}

.map-section .shape-image.shape-image-2 {
  bottom: -47px;
  right: -63px;
}

.map-section .shape-image.shape-image-3 {
  bottom: -91px;
  left: -229px;
}

.map-feature {
  display: flex;
  flex-wrap: wrap;
}

.map-feature .single-feature {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

.map-feature .single-feature .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.15);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.find-us .map .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.map-feature .single-feature .icon i {
  color: var(--color-secondary);
}

.map-feature .single-feature .content .feature-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .map-feature .single-feature .content .feature-title {
    font-size: 16px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-feature .single-feature .content .feature-title {
    font-size: 16px;
  }
}

.map-style .workshop-inner .description {
  color: var(--color-white);
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-style .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .map-style .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*---------------------------
 * Home find map end
----------------------------*/

/*---------------------------
 * Home destination place start
----------------------------*/
.destination-style .shape-image {
  position: absolute;
  z-index: -1;
}

.destination-style .shape-image.shape-image-1 {
  top: 81px;
  right: -46px;
}

.destination-style .shape-image.shape-image-2 {
  bottom: -40px;
  left: -250px;
}

.destination-style .shape-image.shape-image-2 img {
  max-width: 80%;
}

.destination-style .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}

.destination-style .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}

.destination-style .shape-dot-wrapper .shape.shape-1 {
  top: 111px;
  right: -50px;
}

.destination-style .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 130px;
  height: 130px;
  background: var(--color-tertiary);
  opacity: 0.4;
}

.team-share-info {
  margin: -3px;
}

.team-share-info .primary-btn-blue {
  border-radius: 7px;
  width: 150px !important;
  height: 44px !important;
  font-weight: 600;
}


.team-share-info a {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  color: var(--color-primary);
  margin: 3px;
  transition: 0.4s;
}

.team-share-info a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.destination-place-card .inner {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 20px;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.destination-place-card .inner .icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  transition: 0.4s;
  justify-content: center;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .destination-place-card .inner .icon {
    margin-right: 15px;
  }
}

.destination-place-card .inner .icon i {
  color: var(--color-primary);
  font-size: 30px;
  transition: 0.4s;
}

.destination-place-card .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .destination-place-card .inner .content .title {
    font-size: 17px;
    line-height: 28px;
  }
}

.destination-place-card .inner .content .description {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
}

.destination-place-card:hover .inner {
  background: var(--color-primary);
}

.destination-place-card:hover .inner .icon {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}

.destination-place-card:hover .inner .icon i {
  color: var(--color-white);
}

.destination-place-card:hover .inner .content .title a {
  color: var(--color-white);
}

.destination-place-card:hover .inner .content .description {
  color: var(--color-white);
}

.edu-tab-nav {
  margin: -7.5px;
  border: 0 none;
  justify-content: center;
}

.edu-tab-nav li {
  margin: 7.5px;
}

.edu-tab-nav li.nav-item button.nav-link {
  background: #F5F5F5;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  color: var(--color-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  border: 0 none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .edu-tab-nav li.nav-item button.nav-link {
    padding: 0 15px;
  }
}

.edu-tab-nav li.nav-item button.nav-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/shape-bg/shape-57.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 77px;
  height: 92%;
  left: -5px;
  top: -3px;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}

.edu-tab-nav li.nav-item button.nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.edu-tab-nav li.nav-item button.nav-link.active::after {
  opacity: 0.4;
}


.destination-image img{
  height: 600px;
  object-fit: cover;

}

/*---------------------------
 * Home destination place end
----------------------------*/

/*---------------------------
 * Testimonial home page start
----------------------------*/

.eduvibe-testimonial-one {
  background-image: url(../images/home-banner/Frame\ 1.jpg);
}

.eduvibe-testimonial-one .shape-image {
  position: absolute;
  z-index: -1;
}

.eduvibe-testimonial-one .shape-image.shape-image-1 {
  top: 2px;
  left: -232px;
}

.eduvibe-testimonial-one .shape-image.shape-image-2 {
  top: 19px;
  right: -167px;
}

.eduvibe-testimonial-one .shape-image.shape-image-3 {
  bottom: 2px;
  right: -265px;
}

.eduvibe-testimonial-one .shape-image.shape-image-4 {
  bottom: -68px;
  left: -49px;
}

.satisfied-learner {
  padding-right: 70px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .satisfied-learner {
    padding-right: 0;
  }
}

.satisfied-learner .thumbnail img {
  width: 100%;
  border-radius: 5px;
}

.satisfied-learner .trophy-content {
  width: 235px;
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 5px;
  padding: 20px 25px;
  align-items: center;
  position: absolute;
  top: 97px;
  left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}

.satisfied-learner .trophy-content .icon {
  min-width: 49px;
  min-height: 49px;
  object-fit: cover;
  margin-right: 20px;
}

.satisfied-learner .trophy-content .content .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}

.satisfied-learner .trophy-content .content span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.testimonial-style {
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-style {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style.edu-slick-button.slick-button-left .slick-dots {
    bottom: -10px;
  }
}

.testimonial-style .single-testimonial .inner .quote-sign {
  margin-bottom: 50px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-style .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.testimonial-style .single-testimonial .inner .description {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 575px) {
  .testimonial-style .single-testimonial .inner .description {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-style .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-style .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}

.testimonial-style .single-testimonial .inner .client-information {
  display: flex;
  align-items: center;
}

.testimonial-style .single-testimonial .inner .client-information .thumb {
  margin-right: 20px;
  min-width: 80px;
}

.testimonial-style .single-testimonial .inner .client-information .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}

.testimonial-style .single-testimonial .inner .client-information .info .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}

.testimonial-style .single-testimonial .inner .client-information .info .designation {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
}


.edu-slick-button .slick-dots {
  bottom: -84px;
  margin: 0 -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}

.edu-slick-button .slick-dots li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding: 0;
  transition: 0.4s;
  line-height: 24px;
  position: relative;
  margin: 0 1px;
  display: inline-block;
}

.edu-slick-button .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.2s;
  opacity: 0;
  border-radius: 100%;
  left: 0;
  top: 0;
  transform: scale(0.2);
}

.edu-slick-button .slick-dots li.slick-active {
  margin: 0 3px;
}

.edu-slick-button .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(82, 95, 225, 0.5);
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.edu-slick-button .slick-dots li button::before {
  display: none;
}

.edu-slick-button .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  transform: scale(1);
}

.edu-slick-button .slick-dots li.slick-active button {
  background: var(--color-primary);
}

.edu-slick-button.slick-button-left .slick-dots {
  bottom: -80px;
  margin: 0px -6px;
  text-align: left;
  display: flex !important;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}

.edu-slick-button.slick-button-left .slick-dots li {
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.edu-slick-button.slick-button-left .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  width: 100%;
  height: 100%;
}

.edu-slick-button.instructor-profile-courses .slick-dots {
  bottom: -46px;
}

@media only screen and (max-width: 1199px) {
  .edu-slick-button.instructor-profile-courses .slick-list {
    margin-bottom: 30px;
  }
}

/*---------------------------
 * Testimonial home page end
----------------------------*/

.countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background-color: var(--color-white);
  padding: 15px 28px;
  border-radius: 5px;
}

.countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-body);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.countdown .countdown-container .countdown-value {
  display: block;
  font-size: 32px;
  color: var(--color-heading);
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.38;
}

.countdown .countdown-container:after {
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  position: absolute;
  font-size: 32px;
  color: var(--color-white);
  font-weight: 700;
}

.countdown .countdown-container:last-child::after {
  display: none;
}

.countdown-style-2 .countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown {
    margin: -5px !important;
  }
}

.countdown-style-2 .countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 40px 10px;
  border-radius: 5px;
  transition: 0.4s;
  min-width: 180px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container {
    padding: 10px;
    min-width: auto;
    margin: 5px !important;
  }
}

.countdown-style-2 .countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-heading);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}

.countdown-style-2 .countdown .countdown-container .countdown-value {
  display: block;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  color: var(--color-heading);
  text-align: center;
  position: relative;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 24px;
  }
}

.countdown-style-2 .countdown .countdown-container:after {
  display: none;
}

.countdown-style-2 .countdown .countdown-container:last-child::after {
  display: none;
}

.countdown-style-2 .countdown .countdown-container:hover {
  background: var(--color-primary);
  box-shadow: 0px 10px 30px rgba(82, 95, 225, 0.3);
}

.countdown-style-2 .countdown .countdown-container:hover .countdown-heading {
  color: var(--color-white);
}

.countdown-style-2 .countdown .countdown-container:hover .countdown-value {
  color: var(--color-white);
}

.eduvibe-about-two-countdown .countdown-style-1 {
  padding: 0 290px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0px;
  }
}

/*-----------------------------
    about individual page
------------------------------*/
.about-section .edu-feature-list {
  display: flex;
}

.about-section .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(251, 124, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.about-section .edu-feature-list .icon i {
  color: var(--color-secondary);
  font-size: 30px;
}

.about-section .edu-feature-list .content .title {
  margin-bottom: 5px;
}

.about-section .edu-feature-list .content p {
  margin-bottom: 30px;
}

.about-section .edu-feature-list.color-var-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}

.about-section .edu-feature-list.color-var-2 .icon i {
  color: var(--color-primary);
}

.about-section .edu-feature-list.color-variation-1 .icon {
  background: rgba(255, 164, 27, 0.1);
}

.about-section .edu-feature-list.color-variation-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}

.about-section .edu-feature-list.color-variation-3 .icon {
  background: rgba(251, 124, 86, 0.1);
}

.edu-feature-list .description{
  font-size: 18px;
  text-align: justify;
}

.about-head-section {
  position: relative;
}

.about-head-section .gallery-wrapper {
  position: relative;
  text-align: center;
  margin-right: 120px;
  margin-left: -50px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-head-section .gallery-wrapper {
    text-align: left;
    margin-left: 130px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-head-section .gallery-wrapper {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-head-section .gallery-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}

.about-head-section .gallery-wrapper img {
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .about-head-section .gallery-wrapper .image-1 {
    width: 100%;
  }
}

.about-head-section .gallery-wrapper .image-2 {
  position: absolute;
  left: 0;
  z-index: 0;
  top: 88px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-head-section .gallery-wrapper .image-2 {
    left: -120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-head-section .gallery-wrapper .image-2 {
    left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .about-head-section .gallery-wrapper .image-2 {
    display: none;
  }
}

.about-head-section .gallery-wrapper .image-3 {
  position: absolute;
  right: -73px;
  bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-head-section .gallery-wrapper .image-3 {
    left: 370px;
    right: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-head-section .gallery-wrapper .image-3 {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-head-section .gallery-wrapper .image-3 {
    right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-head-section .gallery-wrapper .image-3 {
    display: none;
  }
}

.about-head-section .gallery-wrapper .image-3 img {
  border: 3px solid #FFFFFF;
}

.edu-mission-vision-area .thumbnail {
  margin: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}

.edu-mission-vision-area .thumbnail img {
  border-radius: 5px;
}

.edu-mission-vision-area .thumbnail .shape-image {
  padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-about-three-mission .thumbnail img {
    transform: none !important;
  }
}

.testimonial-card-box {
  padding: 15px;
}

.testimonial-card-box .inner {
  position: relative;
  background: var(--color-white);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}

.testimonial-card-box .inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 27px;
  border-color: transparent transparent transparent var(--color-white);
  top: calc(99% - 1px);
  transform: rotate(90deg);
  z-index: 2;
  border-bottom-right-radius: 4px;
}

.testimonial-card-box .inner .description {
  margin-bottom: 22px;
}

.testimonial-card-box .inner .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card-box .inner .client-info .thumbnail {
  margin-right: 15px;
}

.testimonial-card-box .inner .client-info .thumbnail img {
  max-height: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 3px;
}

.testimonial-card-box .inner .client-info .content .title {
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box .inner .client-info .content .title {
    font-size: 18px;
    line-height: 29px;
  }
}

.testimonial-card-box .inner .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}

.testimonial-card-box.variation-2 .inner {
  padding: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner {
    padding: 50px 30px;
  }
}

.testimonial-card-box.variation-2 .inner::after {
  display: none;
}

.testimonial-card-box.variation-2 .inner .rating {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .rating {
    margin-bottom: 20px;
  }
}

.testimonial-card-box.variation-2 .inner .description {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial-card-box.variation-2 .inner .client-info {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info {
    display: block;
  }
}

.testimonial-card-box.variation-2 .inner .client-info .thumbnail {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.testimonial-card-box.variation-2 .inner .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial-card-box.variation-3 {
  padding: 0;
}

.testimonial-card-box.variation-3 .description {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-3 .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial-card-box.variation-3 .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.testimonial-card-box.variation-3 .client-info .thumbnail {
  margin-right: 15px;
}

.testimonial-card-box.variation-3 .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial-card-box.variation-3 .client-info .content .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-card-box.variation-3 .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}

.testimonial-nav-wrapper {
  max-width: 264px;
}

.testimonial-nav-button .single-thumbnail {
  padding: 5px;
  border: 5px solid transparent;
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
}

.testimonial-nav-button .single-thumbnail img {
  max-width: 68px;
  width: 68px;
  display: inline-block;
  height: 68px;
  border: 8px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial-nav-button .slick-current.slick-active .single-thumbnail .loader-container {
  opacity: 1;
}

.loader-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.loader-container .circle-loader-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 95, 225, 0.2);
  border-radius: 100%;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loader-container .circle-loader-wrap:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: white;
}

.loader-container .circle-loader-wrap div {
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 100%;
}

.loader-container .circle-loader-wrap .loader {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background-color: var(--color-primary);
}

.loader-container .circle-loader-wrap .left-wrap {
  left: 0;
}

.loader-container .circle-loader-wrap .left-wrap .loader {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  animation: loading-left 4s infinite linear;
  -webkit-animation: loading-left 4s infinite linear;
}

.loader-container .circle-loader-wrap .right-wrap {
  left: 50%;
}

.loader-container .circle-loader-wrap .right-wrap .loader {
  left: -100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  animation: loading-right 4s infinite linear;
  -webkit-animation: loading-right 4s infinite linear;
}

/*----------------------
    about-section 
-------------------------*/

.circle-image-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.circle-image-wrapper .circle-image {
  z-index: -1;
}

/*--------------------------
    Video Popup Styles  
----------------------------*/
.video-gallery-1 {
  padding: 8px;
  background: var(--color-white);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.video-popup-wrapper {
  position: relative;
}

.video-popup-wrapper.video-popup-two img {
  -webkit-mask: url("../images/choose-us/mask-shape-1.svg");
  mask: url("../images/choose-us/mask-shape-1.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.video-popup-wrapper .position-to-top {
  position: absolute;
  top: 21%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.video-popup-wrapper img {
  border-radius: 5px;
}

.video-play-btn {
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  margin-top: -30px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
}

.video-play-btn.with-animation::after,
.video-play-btn.with-animation::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.2px solid var(--color-white);
}

.video-play-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-play-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-play-btn.size-60 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .video-play-btn.size-60 {
    width: 15px;
    height: 15px;
    font-size: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .video-play-btn.size-60 {
    width: 15px;
    height: 15px;
  }
}

.video-play-btn.size-80 {
  width: 80px;
  height: 80px;
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  .video-play-btn.size-80 {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video-play-btn.size-80 {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .video-play-btn.size-80 {
    width: 45px;
    height: 45px;
  }
}

.video-play-btn.size-80 .play-icon::before {
  transform: translate(-6px, -12px);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid var(--color-white);
}

.video-play-btn.size-80.btn-secondary-color .play-icon::before {
  border-left: 21px solid var(--color-white);
}

.video-play-btn .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-btn .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-5px, -8px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid var(--color-primary);
}

.video-play-btn .play-icon.course-details-video-popup::before {
  border-left: 15px solid var(--color-primary);
}

.video-play-btn.color-secondary .play-icon::before {
  border-left: 17px solid var(--color-secondary);
}

.video-play-btn.color-secondary.size-80 .play-icon::before {
  border-left: 21px solid var(--color-secondary);
}

.video-play-btn.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}

.video-play-btn.btn-theme-color {
  color: #ffffff;
  background: var(--color-primary);
}

.video-play-btn.btn-theme-color::after {
  border-color: var(--color-primary);
}

.video-play-btn.btn-theme-color::before {
  border-color: var(--color-primary);
}

.video-play-btn.btn-secondary-color {
  color: #ffffff;
  background: var(--color-secondary);
}

.video-play-btn.btn-secondary-color::after {
  border-color: var(--color-secondary);
}

.video-play-btn.btn-secondary-color::before {
  border-color: var(--color-secondary);
}

.video-play-btn.btn-secondary-color .play-icon::before {
  border-left: 15px solid var(--color-white);
}

.video-popup-wrapper .map-play-btn {
  position: absolute;
  bottom: 7%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.map-play-btn {
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: -24px;
  margin-top: -60px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  /* margin: 0 auto; */
  display: inline-block;
}


/*-----------------------
    Slick Slider  
-------------------------*/
.edu-testimonial-activation.edu-slick-button {
  margin-bottom: 62px;
}

.edu-testimonial-activation.edu-slick-button .edu-slick-button .slick-dots {
  bottom: -74px;
}

.course-activation-item-2 .edu-slick-button .slick-dots {
  bottom: -45px;
}

.pro-qty {
  position: relative;
  display: inline-block;
}

.pro-qty input {
  height: 60px;
  border: 0 none;
  background: #F5F5F5;
  border-radius: 5px;
  max-width: 144px;
  margin-right: 15px;
  text-align: center;
  color: var(--color-heading);
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-qty input {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .pro-qty input {
    text-align: left;
  }
}

.pro-qty .qtybtn {
  position: absolute;
  top: 10px;
  right: 38px;
  font-size: 20px;
  cursor: pointer;
}

.pro-qty .dec.qtybtn {
  top: auto;
  bottom: 10px;
}


.edu-accordion-01 .edu-accordion-item:last-child .edu-accordion-button:not(.collapsed) {
  border-bottom: 0px solid;
}

.edu-accordion-01 .edu-accordion-item:last-child .accordion-collapse.show {
  border-bottom: 1px solid #eee;
}


.team-activation-03 .edu-instructor-3 .edu-instructor {
  margin-bottom: 45px;
}

.team-activation-03.edu-slick-button .slick-dots {
  bottom: -54px;
}


.edu-blog.blog-type-2.variation-2.bg-color-gray {
  background: var(--color-shade);
}

@media (max-width: 991px) {
  .eduvibe-masonry-grid {
    margin-top: 45px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

/*-------------------------
    Contact Us Area  
---------------------------*/
.contact-address-card-1 {
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 50px 20px;
  text-align: center;
  transition: 0.4s;
  height: 270px;
}

.contact-address-card-1 .inner .icon {
  background: rgba(82, 95, 225, 0.1);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.contact-address-card-1 .inner .icon i {
  color: var(--color-primary);
  font-size: 24px;
  transition: 0.4s;
}

.contact-address-card-1 .inner .content .title {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: 0.4s;
}

.contact-address-card-1 .inner .content p {
  margin-bottom: 0;
  transition: 0.4s;
}

.contact-address-card-1 .inner .content p a {
  color: var(--color-body);
  transition: 0.4s;
}

.contact-address-card-1 .inner .content p a:hover {
  color: var(--color-primary);
}

.contact-address-card-1.phone .inner .icon {
  background: rgba(251, 124, 86, 0.1);
}

.contact-address-card-1.phone .inner .icon i {
  color: var(--color-secondary);
}

.contact-address-card-1.email .inner .icon {
  background: rgba(255, 164, 27, 0.1);
}

.contact-address-card-1.email .inner .icon i {
  color: #FFA41B;
}

.contact-address-card-1:hover {
  background: var(--color-secondary);
  transform: translateY(-15px);
}

.contact-address-card-1:hover .inner .icon {
  background: var(--color-white);
}

.contact-address-card-1:hover .inner .icon i {
  color: var(--color-secondary);
}

.contact-address-card-1:hover .inner .content .title {
  color: var(--color-white);
}

.contact-address-card-1:hover .inner .content p {
  color: var(--color-white);
}

.contact-address-card-1:hover .inner .content p a {
  color: var(--color-white);
}

.contact-address-bottom-shape {
  position: relative;
  z-index: 1;
}

.contact-address-bottom-shape .bg-shape-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}

.form-message.error {
  margin-top: 20px;
  color: #f80707;
}

.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/**************************************
    Footer Styles start
***************************************/
.footer-style-default {
  position: relative;
  z-index: 1;
}

.footer-style-default .footer-top {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .footer-top {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-default .footer-top {
    padding: 40px 0;
  }
}

.footer-style-default .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-white);
}

.footer-style-default .description {
  color: var(--color-white);
  margin-top: 34px;
  margin-bottom: 40px;
}

.footer-style-default .information-list li {
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.footer-style-default .information-list li i {
  font-size: 15px;
  margin-right: 12px;
  position: relative;
  top: 5px;
}

.footer-style-default .information-list li a {
  color: var(--color-white);
  transition: 0.3s;
}

.footer-style-default .information-list li+li {
  margin-top: 20px;
}

.footer-style-default .information-list li:hover a {
  color: var(--color-primary);
}

.footer-style-default .edu-footer-widget .inner {
  margin-top: 34px;
}

.footer-style-default .edu-footer-widget .footer-link {
  list-style: none;
  padding: 0;
}

.footer-style-default .edu-footer-widget .footer-link li {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-style-default .edu-footer-widget .footer-link li a {
  font-size: 16px;
  display: block;
  color: var(--color-white);
  line-height: 26px;
}

.footer-style-default .edu-footer-widget .footer-link li a i {
  margin-right: 10px;
  font-size: 14px;
}

.footer-style-default .edu-footer-widget .footer-link li+li {
  margin-top: 20px;
}

.footer-style-default .edu-footer-widget .footer-link li:hover a {
  color: var(--color-primary);
}

.footer-style-default .edu-footer-widget.explore-widget {
  margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}

.footer-style-default .edu-footer-widget.quick-link-widget {
  margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}

.eduvibe-footer-one {
  background: #002D5B;
}

.eduvibe-footer-one .shape-image {
  position: absolute;
  z-index: -1;
}

.eduvibe-footer-one .shape-image.shape-image-1 {
  top: -11px;
  left: -263px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -150px;
  }
}

.eduvibe-footer-one .shape-image.shape-image-2 {
  bottom: -83px;
  right: -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -150px;
  }
}

/**************************************
    Footer Styles end
***************************************/

/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
  margin: -7px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social-share li {
  margin: 7px;
}

.social-share li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  display: inline-block;
  font-size: 18px;
  color: var(--color-white);
  transition: 0.4s;
  text-align: center;
}

.social-share li a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.social-share.bg-transparent li a {
  background: transparent;
  border: 1px solid rgba(45, 40, 78, 0.1);
  color: var(--color-primary);
  border-radius: 100%;
}

.social-share.bg-transparent li a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.social-share.icon-transparent {
  margin: 0 -15px;
}

.social-share.icon-transparent li {
  margin: 0 15px;
}

.social-share.icon-transparent li a {
  background: transparent;
  height: auto;
  width: auto;
  color: var(--color-body);
  transition: 0.4s;
  line-height: initial;
}

.social-share.icon-transparent li a:hover {
  color: var(--color-primary);
}

.social-share.border-style {
  margin: 0 -7px;
}

.social-share.border-style li {
  margin: 0 7px;
}

.social-share.border-style li a {
  background: transparent;
  height: 40px;
  width: 40px;
  color: var(--color-primary);
  transition: 0.4s;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(45, 40, 78, 0.1);
  border-radius: 100%;
  font-size: 16px;
}

.social-share.border-style li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.social-share.medium-size li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
}

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.paginacontainer {
  height: 3000px;
}

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #f8e3c3;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rn-progress-parent::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e90f";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-tertiary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
  color: var(--color-tertiary);
}

.rn-progress-parent::before {
  position: absolute;
  font-family: 'feather' !important;
  content: "\e914";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent svg path {
  fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
  stroke: var(--color-tertiary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*-------------------------
    Copyright Styles  
--------------------------*/
.copyright-default p {
  color: var(--color-white);
}

.copyright-default p a {
  color: var(--color-white);
  transition: 0.4s;
}

.copyright-default p a:hover {
  color: var(--color-primary);
}