/*!
Theme Name: fscs
Theme URI: https://premiumcampus.fscs.edu.pk
Author: fscs
Author URI: https://premiumcampus.fscs.edu.pk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fscs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
} */
 body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  font-family: 'Outfit', sans-serif;
   font-size: 18px;
   color: #252525;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #000;
}
/* a:visited {
  color: #fff;
} */
a:hover,
a:focus,
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #fff;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  padding: 16px 20px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background: #203f20;
  color: #fff;
  line-height: 1;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 2px solid rgb(233, 233, 233);
  border-radius: 3px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#onload-modal img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
    padding:50px;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.open_modal{
  background-color: #16C3B0;
  color: #fff !important;
  border-radius: 50px;
  padding: 12px 24px;
  text-transform: uppercase;
  text-decoration: navajowhite;
  font-size: 14px;
}
.open_modal:hover{
    background-color: #622915;
    color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostOutfit {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
  color: #fff;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*packagingx*/
.wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
@media (min-width: 1400px){
  .container{
    width: 1270px;
    padding: 0;
    margin: 0 auto;
   }
  .container-fluid{
    width: 1570px;
    padding: 0;
    margin: 0 auto;
   }
  }

  /* Home Slider */
  
 /*Header Area*/
 section#header {
  background-color: #ebebeb;
    position: relative;
 }
 header#navbar_top {
    background-color: #fff;
    z-index: 999999;
}
.top-logo {
    padding: 0;
    margin: 10px;
}
 .top-bar p{
  color: #2b2b2b;
    font-size: 12px;
  font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    margin: 0;
    letter-spacing: 1px;
}
.navbar-nav li a {
  font-family: 'Outfit', sans-serif;
    font-size: 17px;
    /* color: #2b2b2b !important; */
    font-weight: 500;
    margin: 0;
    margin-right: 10px;
    transition: .15s ease-in-out;
}
a.dropdown-item img {
    max-width: 46px;
    margin-right: 12px;
    margin-bottom: 3px;
}
.dropdown-menu{
border: 0px solid rgba(0,0,0,.15)!important;
}
ul.dropdown-menu{
  background: #ffffff;
    filter: drop-shadow(0 0 35px rgba(0,0,0,.16));
    border-radius: 6px;
    /* padding: 0px; */
    /* margin: 0; */
    display: none;
    top: 50px;
}
.dropdown:hover ul.dropdown-menu{
  display: inline-block;
}
.dropdown-menu li{
  margin: 0;
}
.dropdown-menu li a{
  font-family: 'Outfit', sans-serif;
   font-weight: 400;
   color: #212529;
}
.dropdown-menu li a:visited{
  color: #212529;
}
.dropdown-menu li a:hover{
    background-color: #f7f7f7;
}
.fixed-top {
  /* background-color: #fff !important;
  opacity: 1;
  padding: 0;
  box-shadow: 1px 4px 5px 0 rgb(0 0 0 / 5%); */
}
section#menubar {
    background-color: #ffede5;
    padding: 32px 0 80px 0;
    margin: 0;
}
.heading h1{
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  padding: 90px 0;
  margin: 0;
}
.page-title{
  background-position: center;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
}
.page-titles{
  background-position: center;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
}
/*Event Highlights*/
#event_highlights {
    position: relative;
}
#event_highlights::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
    bottom: 0;
    height: 30%;
    background-color: #8e1e00;
    width: 100%;
}
#highlight .card{
    border: none;
    margin-bottom: 40px;
    width: 350px;
    height: 200px;
}
#highlight .item{
  margin-left: 58px;
}
#highlight .card img{
    box-shadow: 5px 2px 19px -2px rgba(0,0,0,0.51);
    -webkit-box-shadow: 5px 2px 19px -2px rgba(0,0,0,0.51);
    -moz-box-shadow: 5px 2px 19px -2px rgba(0,0,0,0.51);
}
#highlight .item .col-lg-4 .col-md-4 .card img{
    width: 350px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}
.owl-carousel .owl-nav, .owl-dots {
    display: block;
}
#highlight.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    position: relative;
    top: -20px;
    bottom: 0;
}
#highlight.owl-carousel .owl-dots button.owl-dot {
    background: #1e0a3c;
    padding: 6px !important;
    border-radius: 90px;
    margin: 0 2px;
}
#highlight.owl-carousel .owl-dots button.owl-dot.active, 
#highlight.owl-carousel .owl-dots button.owl-dot:hover {
    background:#8e1e00;
}
/* Slider */
.slide-content-box h1{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
}
.slide-content-box p{
    padding: 7px 0;
}
#slider  .slick-prev, .slick-next{
  display: none !important;
}
.slick-dots li{
  margin: 0px 5px;
  padding: 0;
  display: block;
  position: relative;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-content-box h2{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: bold;
  line-height: 56px;
}
.slide-content-box h3{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
}
.programmes-list {
  padding-left: 0;
  list-style: none;
}
.programmes-list li {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
  list-style: none;
  margin: 0;
}
.programmes-list li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 40px;
}





.thm-btn {
 font-size: 14px;
  color: #fff;
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #F69F1D;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
  display: block;
}
.thm-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #203f20;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.thm-btn:hover{
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.thm-btn a:hover{
  background-color: #203f20;
  color: #fff;
}
.thm-btn span{
  margin-left: 7px;
}
.thm-btn-tr{
  color: #fff;
  font-size: 16px;
  padding: 16px 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background:#226424;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
  display: block;
}
/* Home page */
#foundation{
  position: relative;
  top: -40px;
  z-index: 1;
}
#foundation .container{
/* float: right;
  display: block; */
}
#foundation .col-lg-3{
  padding: 0;
  margin: 0;
}
#foundation .bg-primary{
 background-color: #8e1e00 !important;
  position: relative;
  border-radius: 50px 50px 50px 0px;
  margin: 0 10px;
}
#foundation .bg-primary::before{
  content: "";
  position: absolute;
  right: -40px;
  top: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
transition: all 0.5s ease-in-out;
  opacity: .2;
  animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
}
@keyframes float-bob-x {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -10px);
  }
}
#foundation .bg-secondary{
  background-color: #350554 !important;
    border-radius: 50px 50px 50px 0px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  display: block;
}
#foundation .bg-secondary::before{
  content: "";
  position: absolute;
  right: -40px;
  top: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
transition: all 0.5s ease-in-out;
  opacity: .2;
  animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
}
@keyframes float-bob-x {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -10px);
  }
}
#foundation .bg-tertiary{
  background-color: #ffa800;
  position: relative;
    border-radius: 50px 50px 50px 0px;
  margin: 0 10px;
}
#foundation .bg-tertiary::before{
  content: "";
  position: absolute;
  right: -40px;
  top: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
transition: all 0.5s ease-in-out;
  opacity: .2;
   animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
}
#foundation .bg-fourth{
  background-color: #123a00;
    border-radius: 50px 50px 50px 0px;
  margin: 0 10px;
}
.body{
  position: relative;
  padding: 30px 20px 30px 20px;
  color: white;
  text-align: center;
  min-height: 300px;
}
.body h4{
   font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.body p{
  font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight:400;
    text-align: center;
    padding: 10px 0;
    margin: 0; 
}
#button-style {
  background-color: #2c97ea;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
  transition: background-color 0.3s ease;
}
#button-style:hover {
  background-color: #1a7dcc;
  color: #ffffff;
  text-decoration: none;
}
#button-style_one{
  background-color: #ffa800;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#button-style_one:hover {
  background-color: #F1C22E;
  color: #ffffff;
  text-decoration: none;
}
#button-style_three{
  background-color: #16C3B0;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#button-style_three:hover {
  background-color: #16C3B0;
  color: #ffffff;
  text-decoration: none;
}
#button-style_forth{
    background-color: #FD4D40;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#button-style_forth:hover {
  background-color: #FD4D40;
  color: #ffffff;
  text-decoration: none;
}
#foundation_one .modal.show .modal-dialog{
  transform: none;
  width: 100%;
  max-width: 100%
}
#foundation_one .modal-dialog{
   width: 100% !important;
   max-width: 100% !important;
}
.modal-backdrop{
  position: relative !important;
  opacity: 0 !important;
}
#foundation_one .modal-content{
  padding: 0 !important;
  background-color: #8e1e00 !important;
}
#foundation_one .modal-header{
  display: block !important;
  padding: 0;
  border-bottom: 0;
}
#foundation_one .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#foundation_one .modal-body{
  padding: 0 40px 40px 40px;
}
#foundation_two .modal.show .modal-dialog{
  transform: none;
  width: 100%;
  max-width: 100%
}
#foundation_two .modal-dialog{
   width: 100% !important;
   max-width: 100% !important;
}
#foundation_two .modal-content{
  padding: 0 !important;
  background-color: #350554;
}
#foundation_two .modal-header{
  display: block !important;
  padding: 0;
  border-bottom: 0;
}
#foundation_two .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#foundation_two .modal-body{
  padding: 0 40px 40px 40px;
}

#foundation_third .modal-dialog{
   width: 100% !important;
   max-width: 100% !important;
}
#foundation_third .modal-content{
  padding: 0 !important;
  background-color: #ffa800;
}
#foundation_third .modal-header{
  display: block !important;
  padding: 0;
  border-bottom: 0;
}
#foundation_third .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#foundation_third .modal-body{
  padding: 0 40px 40px 40px;
}

#foundation_forth .modal-dialog{
   width: 100% !important;
   max-width: 100% !important;
}
#foundation_forth .modal-content{
  padding: 0 !important;
  background-color: #123a00;
}
#foundation_forth .modal-header{
  display: block !important;
  padding: 0;
  border-bottom: 0;
}
#foundation_forth .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#foundation_forth .modal-body{
  padding: 0 40px 40px 40px;
}
.body_txt h3{
  font-family: 'Outfit', sans-serif;
  color:#fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
}
.body_txt p{
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
/* Books */
#book{
  position: relative;
}
.books h4{
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.books a{
  background-color: #ffa800;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  margin: 12px auto;
  display: block;
  width: 200px;
  border: none;
  transition:all .3s ease-out; 
  -webkit-transition:all .3s ease-out; 
  -moz-transition:all .3s ease-out; 
}
.books a i{
  color: #fff;
  margin: 0 10px;
}
.btn-success:before{
  background: #28a745;
  z-index: -2;
}
.btn-success:after{
  background: #218838;
}
.btn-success:hover{
  background: #218838;
}

/* video */
#videoArea{
  background-color: #554da7;
  position: relative;
  background-image: url(./images/choose-area.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: 30% 100%;
}
#videoArea .col-lg-3{
  border-left: 3px dotted #fff;
}
#videoArea .col-lg-3:nth-child(2) {
  border-left: none;
}
.videoArea h5{
  font-size: 24px;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.awards{
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
.awards i{
  font-size: 40px;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.awards span{
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin: 0;
}
.awards h4{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
/* Expertise */
#expertise {
  background-color: #fafafa;
  padding: 0;
  margin: 0;
}
.expertise_left h4, 
.expertise_right h4{
   font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
.custom-bullets {
  list-style: none;
  padding-left: 0;
}
.custom-bullets li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.custom-bullets li::before {
  content: "";
  background-image: url('./images/check-points.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
.custom-bullet {
  list-style: none;
  padding-left: 0;
}
.custom-bullet li {
  position: relative;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}
.custom-bullet li::before {
  content: "";
  background-image: url('./images/check-points.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
/* why choose us */
#whychoose{
background-color:#f9f9f9;
}
.animations-10{
  position: absolute;
  left: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}
.animations-10 img{
   transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
   width: 100%;
}
@keyframes alltuchtopdown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.headings h1{
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  color: #1c1c1c;
  line-height: 1.4em;
  font-family: 'Outfit', sans-serif;
  display: block;
  text-align: center;
}
.heading h2{
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  color: #1c1c1c;
  line-height: 1.4em;
  font-family: 'Outfit', sans-serif;
  display: block;
  text-align: center;
}
.heading p{
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 27px;
  font-family: 'Outfit', sans-serif;
  display: block;
  text-align: center;
  padding: 0 140px;
  margin: 0;
}
.headings p{
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 27px;
  font-family: 'Outfit', sans-serif;
  display: block;
  text-align: center;
  padding: 0 140px;
  margin: 0;
}
.why_image img{
  border-radius: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  display: block;
}
.features-left .feature-item{
  text-align: right;
}
 .feature-item .content {
  display: table;
}

.feature-item .content h4 {
  font-size: 20px;
  color: #000;
  clear: both;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
}
 .feature-item .content p{
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  margin: 0 0 1.75em;
}
.features-left .feature-item img{
  float: right;
  margin-left: 20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #FD4D40;
  color: #fff;
  border-radius: 100%;
  margin-top: 10px;
  position: relative;
}
.features-left .feature-item img:hover{
  transform: rotate(360deg);
}
.readMoreBtn{
  color: #622915;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.readMoreBtn:hover{
  color: #203f20;
}
.readMoreBtns{
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 10px;
  margin: 0;
  float: right;
  display: block;
  text-decoration: none;
  background-color: #203f20;
  border-radius: 7px;
  position: relative;
}
.readMoreBtns:hover {
  color: #fff;
  background-color: #622915;
}
.readMoreBtns span{
  font-size: 15px;
}
.features-left .feature-item:nth-child(2) img {
    background-color: #92278f;
}
.features-left .feature-item:nth-child(3) img {
    background-color: #0fbaf4;
}
.features-left .feature-item:nth-child(4) img{
  background-color: #622915;
}
.features-left .feature-item:nth-child(5) img{
  background-color: #203f20;
}
.features-right .feature-item img {
  float: left;
  margin-right: 20px;
}
.features-right .feature-item img{
  float: left;
  margin-left: 20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #ffc000;
  color: #fff;
  border-radius: 100%;
  margin-top: 10px;
}
.features-right .feature-item:nth-child(2) img {
    background-color: #92278f;
}
.features-right .feature-item:nth-child(3) img {
    background-color: #ee257c;
}
.features-right .feature-item:nth-child(4) img {
    background-color: #fc7f0c;
}
.features-right .feature-item:nth-child(5) img {
    background-color: #392f3a;
}
/* Our Facilities */
.animations {
  position: relative;
}
.animations img {
  position: absolute;
  animation: float-down 5s ease-in-out infinite;
  -webkit-animation: float-down 5s ease-in-out infinite;
  left: 240px;
  right: 0;
  top: 0;
   transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.float-top {
  top: 0;
  right: 0;
  animation-delay: 0s;
}
.float-bottom {
  bottom: -10px;
  right: 0;
  animation-delay: 3s;
}
@keyframes float-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@-webkit-keyframes float-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.animations-06 {
  position: absolute;
  left: 50px;
  top: 100px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes alltuchtopdown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.footer-shape_animation{
  position: relative;
}
.footer-shape_animation img{
  bottom: 90px;
  right: 135px;
  animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
  position: absolute;
  z-index: -1;
}
@keyframes float-bob-x {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
.main-footer_shape{

}
.p-relative {
  position: relative;
}
.fix {
  overflow: hidden;
}
.inner_non{
  position: relative;
  padding: 0px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #f8f8f8;
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
  -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
  margin: 20px 20px;
  border-bottom: 2px solid #FF7300;
}
.inner_non:hover{
  box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 40px rgba(0, 0, 0, 0.2);
}
.icon-box{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.inner_non a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #1c1c1c;
  padding-bottom: 6px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.icon-box img{
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
}
.inner_non h3{
  position: relative;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.inner_non h3 a{
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.inner_non .text {
  position: relative;
  text-align: center;
  color: #888888;
  width: 70%;
  font-size: 12px;
  margin: 0 auto;
  line-height: 20px;
}
.inner_non .text p {
margin-bottom: 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  color: #1c1c1c;
  line-height: 23px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}
#read-more {
  padding: 13px 20px;
  border: 0;
  max-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #622915;
  display: block;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  position: relative;
  text-decoration: navajowhite;
  color: #fff;
}
#read-more span{
  margin-left: 5px;
}
#read-more:hover{
  background-color: #FD4D40;
}
/* Download APP */
#apps{
  position: relative;
  background-color: #123a00;
}
.download-apps-title {
  padding: 0;
  margin: 0;
}
.download-apps-title h3{
  font-weight: 800;
  text-transform: capitalize;
  color: #fff;
  font-size: 54px;
  line-height: 76px;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0;
}
.download-apps-bottom{
  padding: 0;
  margin: 0;
}
.download-apps-bottom p{
  font-weight: normal;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.download-apps-bottom ul{
  padding: 0;
  margin: 0;
  list-style: disc;
}
.download-apps-bottom ul li{
  padding: 2px 0;
  margin-left: 30px;
  color: #fff;
}
#apps:before {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 25px solid #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  opacity: 0.2;
  animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
  left: 450px;
  bottom: 0;
}


/* admission */
#admission{
  width: 100%;
  height: 800px;
  background-position: 100% 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.cta-content {
  position: relative;
  padding: 40px 40px;
  margin-top: -40px;
  z-index: 0;
}
.cta-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #123a00;
  border-radius: 80px 80px 80px 0;
  z-index: -1;
  opacity: 0.9;
}
.cta-content h1{
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
}
.cta-content p{
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}
.cta-btn .theme-btn{
  background-color: #fff;
  color: #19232b;
  text-decoration: none;
}
.cta-btn .theme-btn span{
  margin-left: 7px;
}
.cta-btn .theme-btn:hover{
  background-color: #16C3B0;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
   text-decoration: none;
   transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.theme-btn{
  font-size: 14px;
  padding: 20px 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.wpcf7-submit{
 font-size: 14px;
  padding: 20px 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); 
}
.theme-btn::before {
  /* content: "";
  height: 300px;
  width: 300px;
  background: #0F675D;
  border-radius: 50%;
  position: absolute;
    transition: all 0.3s ease-out 0s;
  top: 50%;
  left: 50%;
  z-index: -1; */
}
.theme-btn:hover::before {
  background-color: #16C3B0;
  color: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.cta-content::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  right: 8px;
  border: 1px double #fff;
  border-radius: 70px 70px 70px 0;
  -webkit-border-radius: 70px 70px 70px 0;
  -moz-border-radius: 70px 70px 70px 0;
  z-index: -1;
}
.cta-btn .theme-btns{
 background-color: #16C3B0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  display: block;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.cta-btn .theme-btns span{
  margin-left: 7px;
}
.cta-btn .theme-btns:hover{
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
   text-decoration: none;
}

.testimonial-one_pen{
 position: absolute;
  left: 10px;
  top: -290px;
}
.testimonial-one_pen img{
 -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* Choose Area */
#choose-area{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
.rr-downUp{
  top: 0;
  opacity: 0.2;
  right: 0;
  position: absolute;
  left: 170px;
  bottom: 0;
  z-index: 0;
}
#choose-areas{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
#Chairman{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 860px;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
#CEO{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 750px;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
#ProjectDirector{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 750px;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
#choose-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#choose-areas_Support{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:auto;
  z-index: 1;
  background-color: #fff;
  opacity: 1;
}
#choose-areas_Support::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#choose-areas_quality{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:auto;
  z-index: 1;
  background-color: #203f20;
  opacity: 1;
}
#choose-areas_quality::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#choose-areas_Step{
 position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:auto;
  z-index: 1;
  background-color: #123a00;
  opacity: 1;
}
#choose-areas_Step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.choose-content-infos{
  height: auto;
}
.choose-content-infos p{
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 400;
}
.choose-content-infos h2{
 color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
}
.choose-content-infos h3{
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.choose-content-infos h5{
  color: #fff;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 500;
}
.choose-content-infos ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.choose-content-infos ul li{
  color: #fff;
  padding: 0;
  margin: 10px 0;
}
.shape_chose{
bottom: 102px;
  left: 135px;
  animation: squareMover 10s linear 0s infinite;
}
@keyframes squareMover {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  75% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.video-content{
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99999;
  opacity: 1;
  width: 100%;
  height: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border-radius: 30% 0 30% 30%;
  -webkit-border-radius: 30% 0 30% 30%;
  -moz-border-radius: 30% 0 30% 30%;
  position: relative;
}
.video-content::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
   width: 100%;
  height: 600px;
  border: 5px solid #dcbb47;
  border-radius: 30% 0 30% 30%;
  -webkit-border-radius: 30% 0 30% 30%;
  -moz-border-radius: 30% 0 30% 30%;
}
.video-wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 600px;
  z-index: 100;
}
.video-wrapper .play-btn{
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.play-btn{
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #622915;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 1;
}
.play-btn:hover{
  color: #fff;
}
.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #622915;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
@keyframes ripple-wave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.choose-content-info{
  padding: 0px 0 80px 0;
}
.choose-content-info p{
 font-size: 16px;
  padding: 10px 0;
  margin: 0;
}
.site-title-tagline{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color:#fff;
  position: relative;
}
.site-title{
  font-weight: 800;
  text-transform: capitalize;
  font-size: 44px;
  margin-top: 10px;
  color: #19232b;
  margin-bottom: 0;
  position: relative;
  line-height: 50px;
}
.faq-right p{
  font-weight: 500;
  font-size: 16px;
  color: #19232b;
}
.site-title span{
  color: #dcbb47;
}
.choose-content-wrap{
  margin-top: 20px;
}
.choose-item{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 5px 5px;
  overflow: hidden;
}
.choose-item-icon{
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  color: #fff;
  background: #622915;
  border-radius: 50px 50px 50px 0;
  padding-right: 12px;
  margin-left: -12px;
}
.choose-item-info{
  flex: 1;
}
.choose-item-info h4{
  color: #19232b;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.choose-item-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}
.choose-item-info p{
 color: #19232b;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  padding: 5px 0;
  margin: 0;

}


.gallery {
    padding-top: 100px;
    position: relative;
}
.gallery-left {
  position: relative;
  cursor: pointer;
}
.gallery-left:hover .overlay{
  opacity: 1;
  top: 50%;
  left: 50%;
}
.overlay {
    position: absolute;
    display: inline-block;
    flex-direction: row;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(100, 93, 90, 0.9);
    width: 100%;
    top: 50%;
    height: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.overlay h3 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 600;
    top: 36%;
    display: block;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
}
.overlay h3:before{
    content: '';
    display: block;
    width: 34px;
    height: 4px;
    background-color: #8fc0af;
    margin: 0 auto 28px;
}
.more {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: 37%;
}
.more i {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}
.gallery-right{
  position: relative;
  cursor: pointer;
}
.gallery-right:hover .overlay{
  opacity: 1;
  top: 50%;
  left: 50%;
}
#top {
    position: relative;
    bottom: 160px;
}
#bottom {
  position: relative;
}
/*FAQs*/
.fscs_app {
  padding: 0;
  margin: 0;
  text-align: left;
}
.fscs_app img{
  width: 130px;
  padding: 0;
  margin: 0 60px;
  text-align: center;
  display: block;
}
.social{
  text-align: left;
}
.social ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.social ul li {
    display: inline-block;
    padding: 14px 0;
    position: relative;
    margin: 0 10px;
}
.social ul li i{
  color: #fff;
  font-size: 32px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.social ul li i:hover{
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.copyright p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
}
/*Category Page*/
#cat-menu .navbar-nav button {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #fff;
    position: relative;
    left: 900px;
    top: -40px;
}
.cat-slide {
    padding: 60px 0 40px 0px;
    margin: 0;
}
#box-top {
   	text-align: right;
    /* background-color: #f3f3f3; */
    padding: 0;
    margin: 10px auto;
    border-radius: 5px;
}
section#box-top {
	text-align: right;
    /* background-color: #f3f3f3; */
    padding: 0;
    margin: 10px auto;
    border-radius: 5px;
}
.box-top p{
	color: #bdbdbd;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 22px;
    /* padding: 25px; */
    /* text-align: left; */
    margin: 0;
}
.box-top span{
	color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    /* text-decoration: underline;*/
}
.cat-slide h1 {
  color: #2b2b2b;
    font-size: 40px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0;
    letter-spacing: -.04em;
}
section#cat-box-menu .cat-slide h1{
    width: 100%;
    max-width: 550px;
}

.cat-slide p {
  font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    max-width: 480px;
}
.cat-slide a {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
}
.cat-slide a:after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #2a616c;
    top: 20px;
    right: 0;
    left: 10px;
}
.cat-form {
    top: 100px;
    left: 60px;
    position: relative;
    background-color: #fff;
    right: 0;
    margin: 0;
    box-shadow: rgb(76 188 157 / 33%) 10px 10px 35px;
    padding: 40px;
    border-radius: 5px;
}
.cat-form h2{
  color: #4cbc9d;
  font-family: 'Outfit', sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.cat-form h2 img {
    margin: 0 10px;
    padding: 0;
}
.cat-form p {
  color: #7c7b7b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.cat-form span{
  border-top: 2px solid #ccc;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    top: -20px;
    bottom: 0;
}
.cat-form label {
    color: #848484;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    padding: 0 0 5px 16px;
    margin: 0;
}
.cat-form .form-group {
    padding: 10px 0;
    margin: 0;
}
.cat-form input{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-form select{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-form select:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.cat-form textarea {
    background-color: rgb(244, 244, 244);
    border: 0;
    color: #001d2f;
    font-size: 14px;
    outline: 0;
    resize: none;
    padding: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.cat-form button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(76, 188, 157);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 14px 40px 14px 20px;
    margin: 0;
    color: #ffffff;
    float: right;
    position: relative;
    border: 0;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cat-form button i {
    color: #fff;
    padding: 0 10px;
}
.cat-form button:hover{
  color: #fff;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
  background-color: #2a616c;
}
.cat-forms {
    left: 60px;
    position: relative;
    background-color: #fff;
    right: 0;
    margin: 0;
    box-shadow: rgb(76 188 157 / 33%) 10px 10px 35px;
    padding: 40px;
    border-radius: 5px;
}
.cat-forms h2{
  color: #4cbc9d;
  font-family: 'Outfit', sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.cat-forms h2 img {
    margin: 0 10px;
    padding: 0;
}
.cat-forms p {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    /* font-style: italic; */
    font-size: 22px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0;
}
.cat-forms span{
  border-top: 2px solid #ccc;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    top: -20px;
    bottom: 0;
}
.cat-forms label {
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    text-align: left;
    padding: 0 0 5px 16px;
    margin: 0;
}
.cat-forms .form-group {
    padding: 10px 0;
    margin: 0;
}
.cat-forms input{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-forms select{
  background-color: rgb(244, 244, 244);
  height: 49px;
  line-height: 49px;
  border: 0;
}
.cat-forms select:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.cat-forms textarea {
    background-color: rgb(244, 244, 244);
    border: 0;
    color: #001d2f;
    font-size: 14px;
    outline: 0;
    resize: none;
    padding: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.cat-forms button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(76, 188, 157);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 14px 40px 14px 20px;
    margin: 0;
    color: #ffffff;
    float: right;
    position: relative;
    border: 0;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cat-forms button i {
    color: #fff;
    padding: 0 10px;
}
.cat-forms button:hover{
  color: #fff;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
  background-color: #2a616c;
}

.trusted{
  margin: 0;
  padding: 0 10px;
}
.trusted h2{
  font-family: 'Outfit', sans-serif;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}
.trusted img{
  margin-right: 20px;
    padding: 0;
    max-width: 120px;
}
section#cbd-products {
    padding: 0;
    margin: 0;
}
.product_heading{
  padding: 0;
  margin: 20px 0;
}
.product_heading h2{
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.product_heading a{
  padding: 0;
  margin: 0;
  text-align: right;
  display: block;
}
#parent {
  background-color: #FAFBFF;
}
.carousel-wrapper{
  padding: 0;
  margin: 20px 0;
}
.carousel-wrapper h2{
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.cbd-product {
  margin: 20px auto;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 0;
    position: relative;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    cursor: pointer;
  border: 1px solid rgb(0, 0 , 0, 0.1)
}
.cbd-product:hover{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  z-index: 18;
    box-shadow: -9.489px 9.133px 11.1px 3.9px rgb(0 0 0 / 3%);
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}
.cbd-heading {
    padding: 0;
    margin: 0;
}
.cbd-heading h2 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    padding: 80px 0;
    margin: 0;
    position: relative;
}
.cbd-heading h2:before {
    content: "";
    position: absolute;
    left: -30px;
    border-left: 11px solid rgb(42, 97, 108);
    height: 45px;
    right: 0;
}
.cbd-product img {
    text-align: center;
    position: relative;
    z-index: 555555;
  max-width: 210px;
}
.cbd-product span {
    background-image: url(images/products/cbd-shadow.png);
    height: 85px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    right: 70px;
    bottom: 65px;
}
.cbd-product a{
  text-decoration: none;
  color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
}
.cbd-product h5 i {
    margin-left: 5px;
    position: relative;
    transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
}
.cbd-product h5:hover i{
  margin-left: 7px;
  position: relative;
  -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
}
.cbd-product a:hover{
  text-decoration: none;
}
.cbd-product h3 {
  text-decoration: none;
    color: #2a616c;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 0 24px;
    margin: 0;
    font-size: 20px;
}
.cbd-product h5 {
    text-decoration: none;
    color: #4cbc9d;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    padding: 0 24px;
}
.cbd-product p {
  color: #001d2f;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 5px 24px;
    margin: 0;
}
.cbd-title {
    padding: 0 0 25px 0;
    margin: 0;
}
.cbd-title h2{
    font-family: 'Outfit', sans-serif;
    font-size: 45px;
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    font-weight: 700;
    text-align: left;
}
div#product-txt {
    padding: 100px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbd-txt {
    padding: 0 15px;
}
.cbd-txt p {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    padding: 0;
}
.cbd-txt h3 {
    margin-bottom: 40px;
    color: #2b2b2b;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.04em;
}
.cbd-txt a {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 48px;
    padding: 0;
}
.cbd-txt h4{
  color: #2b2b2b;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  position: relative;
}
.cbd-txt h4:after {
    content: "";
    position: absolute;
    right: 80px;
    top: 12px;
    height: 4px;
    width: 130px;
    background-color: #cae8d9;
}
.cbd-txt img{
  width: 100%;
}
a#cbd-btn {
  font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgb(0,0,0,0.1);
    padding: 18px 35px;
    margin: 0;
    border-radius: 5px;
}
#delivered {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 15px;
}
.related span{
font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    /* padding: 25px; */
    margin: 72px 0;
    position: relative;
    text-decoration: underline;
    /* background: aliceblue;*/
}
.related img{
  text-align: center;
  padding: 0;
  border-radius: 5px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.related img:hover{
  /* transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.related a {
  font-family: 'Outfit', sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  text-decoration: none;
  display: block;
  white-space: nowrap;         /* Force single line */
  overflow: hidden;            /* Hide overflow text */
  text-overflow: ellipsis;     /* Show ellipsis (…) */
}
.related a p{
  /* font-family: 'Outfit', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 20px 35px 0; */
}
.related a p:hover {
    text-decoration: underline;
    color: #cf2e2e;
}
.related p{
    font-size: 12px;
    color: grey;
    text-align: center;
    padding: 0 37px;
}
section#faq{
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.faq-heading {
    padding: 0;
    margin: 0;
}
.faq-heading h2 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 100px;
    width: 100%;
}
.single-faq-heading h4 {
    color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin: 50px auto;
    padding: 0;
    line-height: 100px;
    width: 100%;
}
.accordion {
    padding: 0;
    margin: 0;
}
.accordion-item {
    border-bottom: 2px solid #f2f2f2;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
}
.accordion-item button {
  color: #2b2b2b !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color:transparent!important;
    text-align: left;
    padding: 30px 20px;
    margin: 0;
}
.accordion-button{
  box-shadow: none !important;
}
.accordion-button::after {
	content: "";
    width: 0;
    height: 0;
    position: relative;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4c4c4c14;
    top: 0;
    right: 0;
    left: 0;
}
.accordion-body {
    padding: 0;
    margin: 0;
}
.accordion-body p {
  color: #818181;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0 20px 20px 20px;
    margin: 0;
    text-align: left;
    background: transparent;
}
.connect {
    padding: 0;
    margin: 50px 0 0 0;
    top: 70px;
    bottom: 0;
    position: relative;
}
.connect span {
    display: block;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.design-single {
    background-color: #fff3e2;
    padding: 40px 0;
    margin: 0;
    background-image: url(/wp-content/uploads/2022/01/inspiration-bg.svg);
    background-repeat: round;
    border-radius: 6px;
}
.design{
  background-color: #fff3e2;
    padding: 40px 0;
    margin: 0;
    background-image: url(/wp-content/uploads/2022/01/inspiration-bg.svg);
    background-repeat: round;
    border-radius: 6px;
}
.connect h5 {
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 36px;
    display: block;
    margin: 0 0 0 90px;
}
.connect ul {
  list-style: none;
    position: relative;
    text-align: center;
    padding: 0;
    top: 10px;
}
.connect ul li{
  display: inline-block;
    padding: 0;
    margin: 0 10px;
    text-align: center;
}
.connect ul li i{
  color: #2b2b2b;
  font-size: 30px;
}
section#cat {
    background-color: #fff;
    padding: 60px 0 60px 0;
    margin: 0;
    text-align: center;
    border-top: 2px solid #c2dfd0;
}
section#single-cat{
    padding: 20px 0 10px 0;
    margin: 0;
    text-align: center;
    border-top: 5px solid #bc9c15;
    background: #622a16;
    position: relative;
  z-index: 1;
}
.packaging-cat img{
  text-align: center;
  display: block;
  padding: 0;
  width: 250px;
}
.packaging-cat h6 {
  color: #fff;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
}
.packaging-cats h6 {
  color: #fff;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
}
.packaging-cat ul {
    list-style: none;
    text-align: center;
    padding: 0;
   margin: 0 0 0 40px;
}
.packaging-cat ul li {
  text-align: left;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.packaging-cat ul li:before{
   content: '\f178';
    font-family: FontAwesome;
    left: -36px;
    position: absolute;
    color: #fff;
    top: 5px;
    bottom: 0;
}
.packaging-cat ul li a {
  color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.packaging-cat ul li a:hover{
  color: #fff;
  text-decoration: underline;
  padding-left: 7px;
  transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.packaging-cats ul {
    list-style: none;
    padding: 0;
   margin: 0;
}
.packaging-cats ul li {
  text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.packaging-cats ul li i{
  font-size: 20x;
  color: #fff;
  margin-right: 10px;
}
.packaging-cats ul li a {
  color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.packaging-cats ul li a:hover{
  padding-left: 7px;
  transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.required-label {
  color: red;
}

.packaging-cat h5{
  font-size: 50px;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -2px;
  color: antiquewhite;
  padding: 0;
  margin: 0;
}
.packaging-cat p {
    text-align: left;
    color: white;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 20px 0;
}
footer#footer-cat {
    background-color: #622a16;
    padding: 0;
    margin: 0;
}
#footer-cat .container-fluid{
  border-top: 1px solid rgb(255,255,255,0.2);
    padding: 10px 40px;
    margin: 0 auto;
    min-width: 1600px;
}
.footer-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: .05;
  z-index: -1;
  animation: float-down 4s ease-in-out infinite;
  -webkit-animation: float-down 4s ease-in-out infinite;
  -moz-animation: float-down 4s ease-in-out infinite;
}
.footer-shape img{
  height: 300px;
}
@keyframes float-down {
  0%, 100% {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
  }
}
.sticky-button .sticky-btn{
  position: fixed;
  right: 0;
  top: calc(50% - 143px);
  z-index: 99;
  color: #fff;
  background: #123a00;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-decoration: none;
  border: 1px solid #fff;
  animation: blink 2s ease-in-out infinite;
  -webkit-animation: blink 2s ease-in-out infinite;
  -moz-animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.copyright-cat img{
  text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.copyright-cat p {
  font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
}
.copyright-right {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
}
.single-gallery .previews, 
.single-gallery .full, 
.single-gallery .desc {
  float: left;
  margin-right: 10px;
}
.single-gallery .desc, 
.single-gallery .full {
  width: 100%;
  font-size: 12px;
}
.single-gallery .desc h2 {
  margin-top: 0;
}
.single-gallery .previews a {
  display: block;
  margin-bottom: 20px;
}
.single-gallery .full, 
.single-gallery .full img {
   height: 100%;
}
.single-gallery .previews a:hover, 
.single-gallery .previews a.selected {
  border: 2px solid #2b2b2b;
  border-radius: 10px;
}
.single-gallery .full img:hover {
  cursor: pointer;
}
section#relatedproducts {
    padding: 0;
    margin-top: 100px;
}
.cate_details a{
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.cate_details h2{
  font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.pagination {
    display: ruby;
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}
ul.pagination span {
    position: relative;
    margin-right: 10px;
}
.page-numbers .current{
  background: #8e1e00;
  color: #fff;
}
.page-numbers {
  text-align: center;
  padding: 7px 12px;
  font-size: 16px;
  text-decoration: none;
  margin: 0 2px;
  background: #123a00;
  color: #fff;
  border: none;
  line-height: 33px;
}
.page-numbers:hover{
  color:#fff;
  text-decoration: none;
}
/* Contact US */
.contact h1{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 0;
  margin: 0;
}
#contact{
  padding: 50px 0;
  margin: 0;
  display: block;
}
.contact-infos{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 250px;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background: #fff;
  box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
 transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.contact-infos::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background:#000;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20px;
  z-index: -1;
}
.contact-info-icon{
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #226424;
}
.contact-info-icon::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border: 3px solid#226424;
  border-radius: 40px;
}
.contact-info-icon i{
  color: #fff;
}
.contact-info-content h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #19232b;
}
.contact-infos p{
  font-weight: 500;
  font-size: 16px;
  color: #19232b;
}
.contact-info-content p a{
  text-decoration: none;
}
.contact-wrapper{
position: relative;
  background: #fff;
  border-radius: 20px;
 box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.apply {
  padding: 0;
  margin: 0;
}
.apply h2{
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.apply p{
  position: relative;
  text-align: left;
  color: #000;
  font-size: 16px;
  margin: 20px auto;
  line-height: 28px;
}
.contact-img{
  position: relative;
  padding-left: 20px;
}
.contact-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #622915;
  border-radius: 20px 0 0 20px;
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}
.contact-img img{
  width: 100%;
  height: 600px;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}
.contact-form{
  padding: 25px;
}
.contact-form-header{
  margin-bottom: 30px;
}
.contact-form-header h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #19232b;
}
.contact-form-header p{
   font-weight: 500;
  font-size: 16px;
  color: #19232b;
}
.contact-form .form-group{
  margin-bottom: 25px;
}
.contact-form .form-group .form-control{
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
 transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.theme-btn{
  font-size: 14px;
  color: #fff;
  padding: 14px 20px;
 transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #226424;
 box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0  40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #226424;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-btn:hover{
  color: #fff;
}
.text-success{
  color: rgb(26, 133, 83) !important;
}

section#carousel {
    margin:0;
    padding:0;
    background: #fffbf8;
}
.home-demo .item img {
    max-width: 170px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.home-demo >.owl-nav{
  display: none;
}
.hoechie-tab-content img{
  cursor: move;
}
section#about {
    margin: 50px 0;
    padding: 0;
}
section#about ol{
  background-color: #f7f7f7;
  padding: 30px 0;
  margin: 0 auto;
  border-radius: 10px;
}
section#about ol li{
  font-family: 'Outfit', sans-serif;
  line-height: 27px;
  padding: 0;
  margin: 0 40px;
}
section#about ol li a{
  padding: 0;
  margin: 0 10px;
}
.recommended_txts{
  padding: 0 35px;
  margin: 30px 0;
}
.recommended_txts h4{
  font-family: 'Outfit', sans-serif;
  color: #622915;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.about_txts{
  padding: 0 35px;
  margin: 30px 0;
}
.about_txts h1{
   font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_txts h3{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_txts p{
   font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #252525;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.about_txt {
  padding: 0;
    margin: 0;
}
.about_txt h1{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
}
.about_txt h2{
    font-family: 'Outfit', sans-serif;
    color: #eaeaea;
    font-size: 148px;
    line-height: 0;
    font-weight: 900;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt h3{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 46px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt h3 strong{
  font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt h4{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}
.about_txt h5{
  font-family: 'Outfit', sans-serif;
  color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.about_txt p{
  font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #252525;
    text-align: left;
    padding: 10px 0;
    font-weight: 400;
    margin: 0;
}
.about_txt ul{
  padding: 0;
  margin: 0;
}
.about_txt ul li{
  list-style: disc;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 35px;
  padding: 0;
  margin: 0;
}
.about_img {
  margin: 100px 0;
  padding: 0;
}
.about_img img{
  border-radius: 5px;
}
nav {
    float: right;
}
.top-menu {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    left: -40px;
    right: 0;
}
.contact-slide {
    padding: 100px 0;
    margin: 0;
}
.contact-slide p {
font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
}
section#blogs_heading{
  padding: 40px 0;
  margin: 0 auto;
  background-color: #f3f3f3;
}
.breadcrumbs {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 14px;
    color:#226424;
}
.breadcrumbs ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}
.breadcrumbs a{
  padding: 0 5px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
/* step area */
#steps-area{
  background-color: #8e1e00;
}
#steps-area .col-lg-6{
  margin: 0;
  padding: 0;
}
#steps-area h2{
  color: #fff;
  font-size:40px;
  font-weight: 500;
  position: relative;
}
.section-title{
  padding-right: 20px;
}
.section-title p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}
.step-box{
  display: flex;
}
.date-box{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #123a00;
  margin-right: 20px;
  text-align: center;
  position: relative;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
}
.date-box img{
  max-width: 60px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}
#steps-area ul{
  padding-right: 20px;
  margin: 0;
  position: relative;
}
#steps-area ul::before{
  content: "";
  position: absolute;
  right: -40px;
  top: -10px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 25px solid #fff;
  transition: all 0.5s ease-in-out;
  opacity: 0.1;
  animation: float-bob-x 4s linear 0s infinite;
  -webkit-animation: float-bob-x 4s linear 0s infinite;
  -moz-animation: float-bob-x 4s linear 0s infinite;
}
#steps-area ul li{
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.step-box h3{
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
.step-img{
  margin-right: -360px;
  background: transparent;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

section#blog {
    margin: 0;
    padding: 50px 0;;
    background-color: #f5f5f5;
    position: relative;
}
section#blog:before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #f5f5f5;
}
section#blog h1{
    color: #2b2b2b;
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  position: relative;
  line-height: 48px;
}
.animations-08 {
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  right: 50px;
  animation: alltuchtopdown 5s infinite;
  -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 3s;
}
.animations-08 img{
  width: 100%;
  transition: all 0.3s ease-out 0s;
   -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}
@keyframes alltuchtopdown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.news-wrapper {
  background: #FFFFFF;
  padding: 20px 20px 15px;
  z-index: 1;
  position: relative;
}
.news-wrapper li {
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-wrapper li .news-img-holder{
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.news-wrapper li .news-img-holder img {
  height: auto;
  border: 1px solid #000;
  padding: 4px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}
.news-wrapper li .news-img-holder img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.news-wrapper li .news-content-holder{
  margin-left: 20px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.news-wrapper li .news-content-holder h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #212121;
    padding: 0;
    text-decoration: none;
    line-height: 25px;
}
.news-wrapper li .news-content-holder h3 a{
  color: #000;
  position: relative;
  text-decoration: none;
   display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-wrapper li .news-content-holder h3 a:hover {
  margin-left: 5px;
}
.news-wrapper li .news-content-holder .post-date{
  font-style: italic;
  font-size: 14px;
  margin: 3px 0;
  font-weight: 500;
  color: #622915;
}
.news-wrapper li .news-content-holder p{
 font-size: 14px;
  color: #707070;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
.listcat {
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
}
.listcat ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.listcat ul li {
    padding: 10px 12px;
    margin: 0 5px;
    display: block;
    background-color: aliceblue;
    border-radius: 5px;
}
.listcat ul li:hover {
    background-color: antiquewhite;
  	text-decoration: underline;
}
.listcat ul li a{
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  text-decoration:none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.card {
  margin: 0 0 30px 0;
  padding: 0;
  border:  none;
  transition: all .2s ease 0s;
  position: relative;
}
.card:hover{
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all .2s ease 0s;
}
.card img{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: .25s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.card a img:hover{
  /* transform: scale(1.3);
  transition: .25s ease-out;  
  width: 100%; */
}
.button-default{
 display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  background-color: #226424;
  border-radius: 10px;
  padding: 7px 17px;
  transition: .25s ease-out;
  float: right;
}
.button-defaults{
 display: block;
  transition: .25s ease-out;
  float: left;
}
.button-defaults img{
  width: 40px;
  height: 40px;
}
.button-default:hover{
  color: #fff;
 background-color: #FD4D40;
  text-decoration: none;
}
.blog_list {
    padding: 20px 10px;
    margin: 0;
}
.blog_list h2 {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    line-height: 23px;
}
.blog_list h2 a{
  font-family: 'Outfit', sans-serif;
  color:#0B2038;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.event-card-two{
  border: 1px solid #622915;
  position: relative;
  border-radius: 10px;
  background-color:  #fff;
  box-shadow: 12px 21px 40px 0px rgba(11, 32, 56, 0.06);
  transition: all 0.4s linear;
  overflow: hidden;
}
.event-card-two::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.4s linear;
  border-radius: 40px;
  z-index: 2;
}
.event-card-two__lists{
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.event-card-two__lists li{
  font-size: 16px;
  color: #19232b;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 7px;
}
.event-card-two__lists li span{
  display: inline-block;
  color: #19232b;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.event-card-two__content{
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0 10px;
}
.event-card-two__content::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 300px;
  width: 30%;
  background-image: url('./images/calendar-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 0.2;
  border-radius: inherit;
  height: 100%;
}
.event-card-two__cats{
  color: #19232b;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
}
.event-card-two__title{
  color: #19232b;
  font-size: 20px;
  line-height: 32.5px;
  font-weight: 600;
  margin: 0;
}
.event-card-two__title a{
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  text-decoration: none;
}
.event-card-two__title a:hover{
  color: #226424;
}
.event-card-two__image{
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  position: relative;
  writing-mode: horizontal-tb;
  width: 100%;
  text-align: center;
  margin: 16px;
  padding: 12px 12px;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.event-card-two__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-card-two__date{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 14px;
  line-height: 26px;
  background-color: #622915;
  color: #fff;
  border-radius: 12px 0px 0px 12px;
  overflow: hidden;
  padding: 0 15px 0 0;
}
.event-card-two__date-left{
  display: inline-block;
  background-color: #0C223A;
  padding: 7px 14.3px;
  margin-right: 14px;
}
ul.cate-list{
  padding: 0;
  margin: 10px 0;
}
ul.cate-list li a {
    font-family: 'Outfit', sans-serif;
    color: #404040;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.cate-list img{
  width: 50px;
  padding: 0;
  margin: 0;
}
.blog_list ul {
    margin: 0;
    line-height: 23px;
    padding: 2px 0;
}
.blog_list ul li {
    font-family: 'Outfit', sans-serif;
    color: #bbbbbb;
    font-size: 14px;
    list-style: none;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}
.blog_list ul li i{
  color: #bbbbbb;
  font-size: 14px;
  padding: 0;
  margin-right: 10px;
}
.blog_list ul li img {
    padding: 0;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 50px;
    min-height: 50px;
    height: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.blog_list ul li a{
  font-family: 'Outfit', sans-serif;
    color: white;
    font-size: 14px;
    text-decoration: none;
    background: #00cc83;
    padding: 5px;
}
.blog_list p {
  font-family: 'Outfit', sans-serif;
    color: #666;
    font-size: 16px;
    padding: 0;
    text-align: left;
    margin: 0;
}
a.blog_det i {
   margin: 0 10px;
   padding: 0;
   font-size: 13px;
   line-height: 23px;
}
.blog_more{
  margin: 20px 0;
}
.blog_more .card{
  padding: 10px 30px;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.blog_more .card img{
  border-radius: 10px;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.blog_more .card:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.entry-meta {
    padding: 0 15px;
    font-size: 14px;
    display: none;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 16px;
}
.navigation li a:hover,
.navigation li.active a {
   background-color: #ffede5;
   color: #2b2b2b;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #226424;
    border: 1px solid #fff;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: #fff;
}
section#subscribes {
    padding: 0;
    margin: 50px 0;
}
aside {
  background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    padding: 10px;
}
.widget_block h2 {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
}
.widget_block ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_block ul li {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.widget_block ul li a{
  font-family: 'Outfit', sans-serif;
    color: #404040;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
}
.widget_block ul li a:hover{
  color: #de5b53;
}
.owl-carousel .owl-dots.disabled, 
.owl-carousel .owl-nav.disabled {
    display: none !important;
}
.owl-nav button span {
    width: 56px;
    height: 6px;
    background-color: #c8c8c8;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 10px;
}
.owl-nav button span:hover{
  background-color: #9a9a9a;
}
 .owl-carousel .nav-button {
      height: 36px;
      width: 6px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
    }
.list-group {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.list-group img {
    border: 1px solid rgb(0,0,0,0.1) !important;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 120px;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
}
.list-group img:hover {
   filter: drop-shadow(0 0 8px rgba(0,0,0,.1));
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
.list-group a{
    background-color: none;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: transparent;
}
.list-group a.active img {
    border: 1px solid #2b2b2b;
    outline: none;
}
.bhoechie-tab-content img {
    width: 100%;
    cursor: move;
}
.list-group-item{
    background-color: none;
    border-radius: 5px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.box-top a:hover {
    text-decoration: none;
}
.box-top a {
  	color: black;
    text-decoration: underline;
}
section#clients {
    margin: 80px 0 40px 0;
    padding: 0;
}
.our_clints {
    text-align: left;
    padding: 0;
    margin: 0;
}
.our_clints span {
    color: #7c7884;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}
.our_clints h2 {
  color: #de5b53;
    font-family: 'Outfit', sans-serif;
    font-size: 66px;
    font-weight: 700;
    padding: 20px 50px 0 0;
    margin: 0;
    line-height: 66px;
}
.clients_txt {
    padding: 0;
    margin: 0;
    text-align: left;
}
.clients_txt p {
    color: #252525;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.clients_txt p span{
  color: #2b2b2b;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.clients_logo {
    padding: 10px 0;
    margin: 20px 0;
    text-align: center;
}
.clients_logo img{
  text-align: center;
  padding: 0;
  margin: 0;
}
div#our_clints {
    padding: 20px 30px;
    margin: 0;
}
div#our_clints .item{
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 2px dashed #c2bebe;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
div#our_clints .quote {
    color: #fff;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
}
div#our_clints .quote img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
div#our_clints .quote i{
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
div#our_clints .owl-nav {

}
div#our_clints .owl-prev .owl-next {
  background: #F1C22E;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
div#our_clints .owl-prev {
  background: #F1C22E;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
#our_clints .owl-theme .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
}
#our_clints .owl-theme .owl-dots .owl-dot.active span, 
#our_clints  .owl-theme .owl-dots .owl-dot:hover span{
  background: #622915 !important;
}
/* div#our_clints .owl-prev:hover, .owl-next:hover {
  background: #e0a800;
} */
 #accordion-style-1 h4{
  color: #203f20;
  font-size: 38px;
  font-weight: 700;
  padding: 0;
}
#accordion-style-1 a{
  color: #203f20;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}
#accordion-style-1 .btn-link {
   color: #203f20;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: bold;
  padding-left: 25px;
}
#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
    font-weight: 500;
  font-size: 16px;
  color: #19232b;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
background: #203f20;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}
#accordionExample .card-header{
  border-bottom: 1px solid #203f20;
}
.main-section {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  height: 100vh;
}
.fullwidth-container {
  display: block; width: 80%; margin: 2rem 10%;
}
.line-heading {
  font-family: 'Outfit', sans-serif;
    color: #cecece;
    font-weight: 600;
    line-height: 1.1;
    display: flex;
    align-items: center;
    margin: 0 0 20px 10%;
    white-space: nowrap;
    font-size: 26px;
}
.line-heading:after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin: 0 0 0 20px;
  background: rgb(122 122 122 / 20%);
  text-shadow: none;
  transition: all .6s ease-in-out 0s;
  -webkit-transition: all .6s ease-in-out 0s;
  -moz-transition: all .6s ease-in-out 0s;
}
.line-heading:hover:after{
  width: 180px;
  background: rgba(204,214,246,.6);
}
.faqs h3{
  font-family: 'Outfit', sans-serif;
  font-size: 52px;
  letter-spacing: -.045em;
  margin: 0 10%;
  text-align: left;
}
#faqSection div {
  float: left;
  display: inline-block;
  width: 46%;
  margin: 0 2%;
  overflow: hidden;
}
#faqSection .collapsible {
  background-color: white;
    border: 1px solid hsla(0,0%,51.4%,.16);
    border-radius: 7px;
    transition: box-shadow .2s ease 0s;
    color: #2b2b2b;
    margin: 0 0 8px;
    width: 100%;
    padding: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    text-align: left;
}
#faqSection .collapsible:hover {
  box-shadow: 0 10px 18px -19px rgb(0 0 0);
}
#faqSection .active, #faqSection .collapsible:hover {}
#faqSection .collapsible:after {content:"\002B";font-weight:bold;float:right;margin-left:5px}
#faqSection .active:after {content:"\2212"}
#faqSection .faq-content {
  overflow: hidden;
  width: calc(100% - 2%);
  padding: 5px 2%;
  transition: all .25s ease-in-out 0s;
  background: #fcfcfc;
  border: 1px solid hsla(0,0%,51.4%,.16);
  border-radius: 7px;
  max-height: 0;
  visibility: hidden;
}
#faqSection .faq-content p {
    font-family: 'Outfit', sans-serif;
    color: #2b2b2b;
    line-height: 140%;
    margin: 0 0 12px;
}
.about_faqs {
    padding: 0;
    margin: 20px 0;
}
.about_faqs .accordion-item button {
    color: #2b2b2b !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background-color: #f7f7f7!important;
    text-align: left;
    border: 1px solid hsla(0,0%,51.4%,.16);
    transition: box-shadow .2s ease 0s;
    padding: 16px 20px;
    margin: 0;
}
.about_faqs .accordion-body {
    padding: 10px 0;
    margin: 0;
 }
#faqSection .faq-content a {
  color: #00C58E;
  font-weight: 600;
  letter-spacing: .05rem;
}
#faqSection .faq-content ul {border-left:2px solid #00C58E}
#faqSection .faq-content li {
  color: #bad2e2;
  font-size: .85rem;
  line-height: 160%;
  font-weight: 200;
  margin: 8px 0 8px 2%;
  list-style: none;
  width: 90%;
  font-family: sans-serif;
  text-shadow: 1px 1px 0 rgb(0 0 0);
}
#showcasecarousels .items{
  margin-bottom: 0px;
  position: relative;
  padding: 30px;
  border: 2px solid #622915;
  border-radius: 8px;
  margin-bottom: 14px;
  border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
}
#showcasecarousels .items img{
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#showcasecarousels .items .testimonial-image{
  height: 80px;
  width: 80px;
  border: 4px solid #622915;
  border-radius: 100%;
  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  -moz-transform: translateX(70px);
  padding: 0;
  margin: 0px 0 0 -70px;
}
.qt-img {
  width: 40px;
  text-align: center;
  display: inline-block;
}
.qt-img img {
  display: inline-block;
  margin-bottom: 30px;
}
#showcasecarousels .items p{
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#showcasecarousels .items h4{
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #1c1c1c;
    padding: 10px 0;
    margin: 0;
}
#showcasecarousels .nav-button.owl-next {
    right: -65px;
    background-color: #622a16;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 50px;
    color: #fff;
    width: 50px;
    font-size: 30px;
    padding: 0px 0;
    margin: 0;
}
#showcasecarousels .nav-button.owl-next:hover{
  background-color: #226424;
}
#showcasecarousels .nav-button.owl-prev {
    left: -65px;
    background-color: #622a16;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 50px;
    color: #fff;
    width: 50px;
    font-size: 30px;
    padding: 0px 0;
    margin: 0;
}
#showcasecarousels .nav-button.owl-prev:hover{
background-color: #226424;
}
#showcasecarousels .owl-dot span{
  padding: 0 22px;
  height: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #622915 !important;
  width: 10px;
  height: 10px;
}
.copyright-right ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright-right ul li{
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.copyright-right ul li a{
  font-family: 'Outfit', sans-serif;
   font-size: 14px;
   color: #fff;
   font-weight: 400;
   text-decoration: none;
}
.copyright-right ul li a:hover{
  color: antiquewhite;
  text-decoration: underline;
}
.subscribes {
    position: relative;
    top: 40px;
    bottom: 0;
    left: 0;
    padding: 0;
    float: right;
    right: 0;
    margin: 0;
}
.subscribes input.es_required_field {
    width: 100%;
    position: absolute;
    padding: 13px 20px;
    background-color: #fff;
    border-radius: 25px;
    top: 0;
    margin: 0;
    left: 0;
    height: 50px;
    bottom: 0;
    right: 0;
    border: 0;
}
.subscribes input.es_subscription_form_submit {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #00cc83;
    position: relative;
    top: -63px;
    border: 0;
    bottom: 0;
    left: -4px;
    right: 0;
    float: right;
    padding: 12px 35px;
    border-radius: 25px;
    margin: 0;
}
.subscribes h4 {
    padding: 0 15px;
    margin: 0;
    top: -40px;
    text-align: right;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: relative;
    font-weight: normal;
}
.subscribes h4 span{
  font-family: 'Outfit', sans-serif;
   font-size: 16px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
}
.subscribes p {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #ffffff8f;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: right;
    left: 0;
    right: 0;
    position: absolute;
}
.post-thumbnail img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0;
}
.entry-content p img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.entry-content {
    padding: 0 20px;
    margin: 0;
}
.entry-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    padding: 20px 0;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}
div#recent_blog {
    padding: 0;
    margin: 20px 0;
}
.blog_sidebar {
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    margin: 0;
    border: 2px solid #ededed;
    text-align: center;
}
.blog_sidebar h5 {
	font-family: 'Outfit', sans-serif;
    font-size: 34px;
    color: #152e3a;
    font-weight: 600;
    line-height: 40px;
    padding: 10px 0;
    margin: 0;
}
.blog_sidebar p{
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #152e3a;
  text-align: center;
}
a#pick_sidebar {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding:15px;
}
span.highlight {
    position: relative;
    background-color: #e4f1fb;
}
.entry-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 50px 0 0;
}
.entry-content h3{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2b2b2b;
    margin-top: 40px;
}
.widget_recent_entries_thumbnail ul  li{
   position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 14px 0;
    border-radius: 8px;
    border: 1px solid #e8ecf3;
    width: 100%;
    transition: .3s ease-in-out;
}
.widget-image{
  box-shadow: 0 3px 10px 0 rgb(52 53 54 / 24%);
    width: 100px;
    height: 100px;
}
.widget-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: .3s ease-in-out;
}
.widget-data {
    padding: 0 0 0 10px;
    margin: 0;
    display: block;
    line-height: 23px;
    word-wrap: break-word;
}
.widget-data h4 a{
  font-family: 'Outfit', sans-serif;
   color: #404040;
   font-size: 18px;
   padding: 0;
   margin: 0;
   line-height: 23px;
}
.widget-data span {
   display: block;
   font-family: 'Outfit', sans-serif;
   color: #404040;
   font-size: 16px;
   padding: 0;
   margin: 0;
}
.widget_recent_entries h2{
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  color: #000;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.widget_recent_entries ul {
  padding: 0;
  margin: 0px 0 0px 30px;
}
.widget_recent_entries ul li{
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 10px 0;
  font-weight: normal;
  list-style: none;
  position: relative;
}
.widget_recent_entries ul li::before{
  content: "";
  background-image: url('./images/check-points.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.widget_recent_entries ul li a{
  text-decoration: none;
  text-align: left;
  margin-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_recent_entries ul li a:visited{
  color: #000;
}
.widget_recent_entries ul li a:hover{
  text-decoration: underline;
}
.tribe-events-widget-events-list h2{
 font-family: 'Outfit', sans-serif;
  font-size: 28px !important;
  color: #000;
  padding: 0;
  margin: 0;
  font-weight: bold !important;
}
.tribe-common-g-row{
  margin: 26px 0 !important;
}
.main-header .header-search-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #dcbb47;
  right: 80px;
  text-align: center;
  top: 50%;
  margin-top: -19px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  border-radius: 50%;
  cursor: pointer;
}
.search-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}
.search-popup {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    text-align: right;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.search-popup .search-form {
    position: relative;
    padding: 0px 15px 50px;
    padding-top: 200px;
    max-width: 1024px;
    margin: 0 auto;
}
.search-popup .close-search {
    position: relative;
    right: 25px;
    top: 25px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #dcbb47;
    float: right;
    z-index: 55555;
}
.search-popup .close-search i {
    font-size: 23px;
  color: #fff;
  text-align: center;
  z-index: 77777;
  position: relative;
  margin: 0;
  padding: 3px 6px 0px 3px;
  top: -14px;
  bottom: 0;
  right: 0;
  left: -11px;
}
.form-group {
    margin-bottom: 15px;
}
.search-popup .search-form fieldset {
    position: relative;
    border: 0;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
}
.search-popup .search-form 
fieldset input[type="search"], 
.search-popup 
.search-form fieldset input
.form-control {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.search-popup 
.search-form fieldset input[type="submit"] {
  position: absolute;
    display: block;
    right: 0px;
    top: 10px;
    text-align: center;
    width: 131px;
    padding: 10px;
    color: #fff;
   background: #dcbb47;
    height: 70px;
    font-size: 19px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-family: 'Outfit', sans-serif;
    -moz-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
    border: 0;
}
section.error-404 {
    background-color: #de5b53;
    padding: 0;
    margin: 0;
}
.about_found {
    padding: 50px 0;
    margin: 0;
}
.about_found h2{
   font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 140px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_found p{
  font-family: 'Outfit', sans-serif;
   color: #fff;
   font-size: 18px;
   text-align: center;
   font-weight: normal;
   padding: 0;
   margin: 0;
}
.about_found a {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    width: 100%;
    display: block;
    padding: 0;
    margin: 40px auto;
}
.mytext {
    background-color: #f4f4f4;
    padding: 35px;
    margin: 0;
    line-height: 3.7;
    font-size: 30px;
}
input.search-form-control {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.search-form-control:focus{
    outline: none;
}
p.subscribesubtext {
	padding: 9px;
    border-radius: 5px;
    background-color: #2d8956;
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
div#faqss {
    background: #f7f7f7;
    padding: 100px;
}
p.antique {
    background: antiquewhite;
    padding: 25px;
    font-size: 1.3em;
}
h2.p\.antique {
    background: #e6e6e6;
    padding: 25px;
    margin: 0;
}
i.fa.fa-lock {
    padding: 0 10px 0 0;
    font-size: 15px;
    color: #ffffff8f;
}
.del-txt h5 {
    color: #bdbdbd;
}
.download .progress-wrap{
  bottom: 75px!important; 
}
.overlays{
  background-color: #203f20;
  opacity: 0.9;
}
.download{
  background-color: transparent;
  text-align: center;
  padding: 40px;
  margin: 20px 40px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 15px;
  display: inline-block;
   -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.download a{
  text-decoration: none;
}
.download a img{
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.download a  img:hover{
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.download a h3{
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  text-decoration: none;
}
.our-portfolio-content-inner-wrap{
  border-top: solid 4px #622915;
}
.our-portfolio-box-main-wrap img{
  height: auto;
  width: 100%;
  object-fit: unset;
  margin: 0px;
  padding: 0px;
}
.our-portfolio-box-inner-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #622915;
  opacity: 0.9;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  z-index: 1;
}
.our-portfolio-content-wrap h2{
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.4em;
  font-family: 'Outfit', sans-serif;
  display: block;
}
.our-portfolio-box-main-wrap {
  border-radius: 2px;
  border: 2px solid #123a00;
  position: relative;
  padding: 5px;
  margin: 5px;
}
.our-portfolio-box-main-wrap:hover .our-portfolio-box-inner-wrap {
  width: 100%;
}
.our-portfolio-box-inner-wrap h3 {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
.pagination-outer-wrap{
  text-align: center;
}
.pagination-outer-wrap .paginationNumbersWrap{
  display: inline-block;
}
.pagination-outer-wrap .paginationNumbersWrap button.active{
  background: #ff6600;
}
.pagination-outer-wrap .paginationNumbersWrap a,
 .pagination-outer-wrap .paginationNumbersWrap button{
  width: 25px;
  height: 33px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin: 0 2px;
  background: #0d1d30;
  color: #fff;
  border: none;
  display: block;
  line-height: 33px;
 }
 .pagination-outer-wrap .paginationNumbersWrap a, 
 .pagination-outer-wrap .paginationNumbersWrap button{
  width: 25px;
  height: 33px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin: 0 2px;
  background: #0d1d30;
  color: #fff;
  border: none;
  display: block;
  line-height: 33px;
 }
.pagination-outer-wrap .paginationNumbersWrap a:hover{
  background: #ff6600;
}
/* Counter */
#counter{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
/* .fs_overlay{
 background-color: rgba(32, 63, 32, 0.9);
} */
#counter::before{
  /* content: "";
  background-color: rgba(32, 63, 32, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute; */
}
#counter .col-md-4 {
  text-align: center;
  padding: 0;
  border-right: 2px dashed #fff;
  z-index: 1;
  display: block;
}
 #counter .col-md-4:last-child {
  border-right: 0px solid black;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.fs_counter i {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.fs_counter{
  z-index: 1;
  position: relative;
  display: block;
  padding: 5px 0;
}
.fs_counter .count{
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 160px;
  height: 160px;
  display: inline-block;
  line-height: 120px;
}
.fs_counter h3{
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

@media (max-width: 991px) {
  #counter .col-md-4 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  #counter .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
}
/* Admission Procedure */
#delivereds .col-lg-3{
  width: 20%;
  position: relative;
  display: block;
}
#delivereds .body h4{
  font-size: 20px;
  font-weight: 700;
}

.first_procedure{
  background-color: #350554 !important;
  position: relative;
  border-radius: 50px 50px 50px 0px;
    -webkit-border-radius: 50px 50px 50px 0px;
    -moz-border-radius: 50px 50px 50px 0px;
  margin: 0;
}
#modal1, 
#modal2,
#modal3,
#modal4,
.modal-header{
  border-bottom: 0;
}
#modal1, 
#modal2,
#modal3,
#modal4, .modal-body{
  padding: 0 40px 40px 40px;
}

.modal-dialog.custom-width {
    max-width: 100%;
  }
#modal2 .modal-header{
  display: block !important;
  padding: 0;
}
#modal2 .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#modal2 .modal-content{
  padding: 0 !important;
  background-color: #8e1e00;
}

#modal1 .modal-header{
  display: block !important;
  padding: 0;
}
#modal1 .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#modal1 .modal-content{
  padding: 0 !important;
  background-color: #350554;
}

#modal3 .modal-header{
  display: block !important;
  padding: 0;
}
#modal3 .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#modal3 .modal-content{
  padding: 0 !important;
}

#modal4 .modal-header{
  display: block !important;
  padding: 0;
}
#modal4 .close{
  float: right !important;
  background-color: transparent;
  border: 0;
}
#modal4 .modal-content{
  padding: 0 !important;
  background-color: #123a00;
}

#modal2 .body_txt{
  z-index: 1;
}
#modal2 .modal-dialog{
  z-index: 0;
}
.body_txt ul li{
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style: none;
}
.body_txt ul li::before{
  content: "";
  background-image: url('./images/check-points.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
/* #modal3 .modal-dialog{
  width: 100% !important;
  max-width: 100% !important;
} */
.secund_procedure{
  background-color: #8e1e00 !important;
 border-radius: 50px 50px 50px 0px;
-webkit-border-radius: 50px 50px 50px 0px;
-moz-border-radius: 50px 50px 50px 0px;
  margin:0;
  position: relative;
}
.third_procedure{
  background-color: #bc9c15;
  position: relative;
border-radius: 50px 50px 50px 0px;
-webkit-border-radius: 50px 50px 50px 0px;
-moz-border-radius: 50px 50px 50px 0px;
  margin: 0;
}
.furth_procedure{
  background-color: #123a00;
 border-radius: 50px 50px 50px 0px;
-webkit-border-radius: 50px 50px 50px 0px;
-moz-border-radius: 50px 50px 50px 0px;
  margin: 0;
}
#admission_one{
  background-color: #2c97ea;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
  transition: background-color 0.3s ease;
}
#admission_one:hover{
  background-color: #1a7dcc;
  color: #ffffff;
  text-decoration: none;
}
#admission_two{
  background-color: #F1C22E;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#admission_two:hover{
 background-color: #F1C22E;
  color: #ffffff;
  text-decoration: none;
}
#admission_three{
  background-color: #16C3B0;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#admission_three:hover{
  background-color: #16C3B0;
  color: #ffffff;
  text-decoration: none;
}
#admission_forth{
  background-color: #FD4D40;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}
#admission_forth:hover{
  background-color: #FD4D40;
  color: #ffffff;
  text-decoration: none;
}

/* Academic Calendar */
.about_Academic img{
  border: 1px solid #fff;
   border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out; 
}
.about_Academic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05); 
}
.choose-items{
  display: block;
  background: #fff;
  border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 8px 5px;
  overflow: hidden;
  margin: 20px auto;
  color: #19232b;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 200px;
}
.choose-items:hover{
  background-color: #16C3B0;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

.age-table {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      border-collapse: collapse;
      color: white;
    }
    .age-table th {
      background-color:#8e1e00; 
      padding: 10px;
      font-size: 18px;
    }
  .age-table tr, td, th{
    border: 1px solid #fff;
  }
    .age-table td {
      background-color: #123a00;
      text-align: center;
      padding: 10px;
      font-size: 16px;
    }
    .age-table caption {
      caption-side: top;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #000;
    }

.vision {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 20px 15px;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.01);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.vision h3 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 30px;;
}
.vision p{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #777;
  line-height: 27px;
}
.forces-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.forces-list li {
  font-size: 16px;
  color: #777;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;

}
.force-letter {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #8e1e00; 
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 8px;
}


#wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
}
.slider-wrap {
  width: 100%;
  height: 300px;
  background: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.slider-wrap .slider {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.slider-wrap .slider .index {
  width: 50px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  border: 1px solid #8e1e00;
  background: #8e1e00;
  border-radius: 25px;
}
.slider-wrap .slider .index span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.slider-wrap .slider .img {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #233567;
  font-weight: bold;
  width: calc(100% - 40px);
  border-radius: 25px;
  background: #fff;
  transition: width .7s;
}
.slider-wrap .slider.current {
  width: 100%;
}
.slider-wrap .slider.current .img {
  width: calc(100% - 40px);
}
.slide_txt{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding: 0 160px 0 0;
}
.slide_txt h5{ 
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
}
.slide_txt p{
  font-size: 16px;
  color: #1c1c1c;
  line-height: 23px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}
.cta-one{
  padding-top: 150px;
  position: relative;
}
.cta-one__inner{
  position: relative;
  border-radius: 100px 100px 150px 100px;
  -webkit-border-radius: 100px 100px 150px 100px;
  -moz-border-radius: 100px 100px 150px 100px;
  background-color: #FAF5F2;
  width: 1160px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.cta-one__shape1{
  position: absolute;
  left: 25%;
  top: 34px;
}
.cta-one__shape2{
  position: absolute;
  right: 62px;
  top: 65px;
}
.cta-one__shape2 img{
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.cta-one__content{
  position: relative;
  padding: 107px 0 120px 100px;
}
.cta-one__title{
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.kidearn-btn{
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  font-weight: bold;
  text-decoration: none;
  outline: none !important;
  background-color:#622915;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 9.25px 30px; 
  transition: 800ms;
  letter-spacing: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.kidearn-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #0B2038;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.kidearn-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.kidearn-btn span{
  position: relative;
  color: inherit;
  z-index: 2;
  top: 1px;
}
.cta-one .kidearn-btn{
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  padding: 12px 36px;
  font-weight: bold;
}
.cta-one .kidearn-btn:hover{
  color: #fff;
}
.cta-one__shape4 {
  position: absolute;
  bottom: 4%;
  left: 9%;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}
@keyframes itrotate {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

.cta-one__one{
  position: relative;
  z-index: 2;
  margin: -67px 0 0 13px;
}
.cta-one__one img{
  max-width: 100%;
  height: 550px;
  position: relative;
  top: 0;
  left: 90px;
  right: 0;
  bottom: 0;
}
.cta-one__one__text{
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  -webkit-animation: movebounce3 2s linear infinite;
  animation: movebounce3 2s linear infinite;
  position: absolute;
  left: 4px;
  top: 28px;
  width: 134px;
  padding: 30px 12px 31px 0;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  background-color:#123a00;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 105"><path d="M124.889 53.6927C112.631 26.103 86.0077 4.68518 55.6135 0.545465C33.4972 -2.46523 13.0867 7.00174 4.12313 28.5868C-11.7805 66.923 20.8713 103.118 58.4815 102.24C67.7042 102.023 75.7648 99.9989 83.6246 95.1567C90.8155 90.7326 100.047 82.5034 108.927 82.1187C115.549 81.826 117.129 85.0876 120.733 90.1556C122.773 93.0325 127.28 100.676 129.864 105C134.095 87.4125 131.837 69.3483 124.889 53.6927Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 105"><path d="M124.889 53.6927C112.631 26.103 86.0077 4.68518 55.6135 0.545465C33.4972 -2.46523 13.0867 7.00174 4.12313 28.5868C-11.7805 66.923 20.8713 103.118 58.4815 102.24C67.7042 102.023 75.7648 99.9989 83.6246 95.1567C90.8155 90.7326 100.047 82.5034 108.927 82.1187C115.549 81.826 117.129 85.0876 120.733 90.1556C122.773 93.0325 127.28 100.676 129.864 105C134.095 87.4125 131.837 69.3483 124.889 53.6927Z"/></svg>');
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@-webkit-keyframes movebounce3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes movebounce3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.cta-one__shape1 img{
  animation: zoomBig2 3s linear infinite;
}
@-webkit-keyframes zoomBig2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomBig2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.cta-one__thumb{
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 200px 0;
  overflow: hidden;
  padding-right: 48px;
}
.cta-one__thumb__two{
  position: relative;
}
.cta-one__thumb__two img{
  max-width: 100%;
}

/* Tabs styling */
.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10x;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .7em;
  background: #8e1e00;
  border: 1px solid #ddd;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.tab-contents {
  padding: 10px;
  border: 1px solid #ddd;
}
.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/* Support timeline */
.timelines {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}
.timelines::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #006E51;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.tl-container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}
.tl-container.left {
    left: 0;
}
.tl-container.right {
    left: 50%;
}
.tl-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #006E51;
    border-radius: 16px;
    z-index: 1;
}
.tl-container.right::after {
    left: -8px;
}
.tl-container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}
.tl-container.right::before {
  left: 8px;
}
.tl-container .date {
    position: absolute;
    display: none;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
.tl-container.left .date {
    right: -75px;
}
.tl-container.right .date {
    left: -75px;
}
.tl-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #ffa800;
    border: 2px solid #006E51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
}
.tl-container.left .icon {
    right: 56px;
}
.tl-container.right .icon {
    left: 56px;
}
.tl-container .content {
    padding: 30px 90px 30px 30px;
    background: #ffa800;
    position: relative;
    border-radius: 0 500px 500px 0;
}
.tl-container .content ul {
  padding: 0;
  margin: 0;
}
.tl-container .content ul li{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin-left: 20px;
}
.tl-container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}
.tl-container .content h2 {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}
.tl-container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timelines::after {
        left: 90px;
    }

    .tl-container {
        width: 100%;
        padding-left: 100px;
        padding-right: 30px;
    }
    
    .tl-container.right {
        left: 0%;
    }

    .tl-container.left::after, 
    .tl-container.right::after {
        left: 82px;
    }
    
    .tl-container.left::before,
    .tl-container.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }
    
    .tl-container.left .date,
    .tl-container.right .date {
        right: auto;
        left: 15px;
    }
    
    .tl-container.left .icon,
    .tl-container.right .icon {
        right: auto;
        left: 146px;
    }
    
    .tl-container.left .content,
    .tl-container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

/* Branch Locator */
#locator {
  background-image: url(./images/maps.png);
  height: 100%;
  min-height: 1100px;
  width: 100%;
  background-size: cover;
  background-position: 30% 100%;
  background-repeat: no-repeat;
}
.rightSidemap {
  position: relative;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  background-color: #ccc;
  float: right;
  padding: 10px;
  margin: 0;
  width: 17%;
  height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #8e1e00;
}
/* Chrome, Edge, Safari */
.rightSidemap::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}
.rightSidemap::-webkit-scrollbar-track {
  background: #8e1e00; /* track color */
  border-radius: 10px;
}
.rightSidemap::-webkit-scrollbar-thumb {
  background-color: #888;  /* scrollbar color */
  border-radius: 10px;
  border: 2px solid #8e1e00; /* padding effect */
}
.rightSidemap::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* hover color */
}
.rightSidemap h2{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.campus-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.campus-lists li {
  position: relative;
  padding: 0;
  margin: 0 0 0 10px;
}
.campus-lists li::before{
  content: "";
  background-image: url('./images/check-points.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 8px;
  width: 18px;
  height: 18px;
}
.campus-lists li a{
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.map-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
  }
  .map-container h1{
    color: #123a00;
    font-weight: bold;
    padding: 0;
    margin: 0;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 140px;
    display: block;
    position: relative;
  }
  .map-container img{
    position: relative;
    width: 100%;
    /* height: auto;
    min-height: 1500px; */
  }
  .map-pin {
    opacity: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('./images/pin.png') no-repeat top center;
    background-size: cover;
    cursor: pointer;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .map-pin.animated {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  #locator .modal {
    display: none;
    position: fixed;
    inset:0; 
    background:rgba(0,0,0,.5);
    z-index: 9999;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
  }
  #locator .modal-content {
    background: #123a00;
    color: #fff;
    padding: 15px;
    max-width: 350px;
    margin: 10% auto;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #locator .modal-content h2, p{
    color: #fff;
    padding: 2px 0;
    margin: 0;
  }
  #modalWebsite a,
  #modalMobile a, 
  #modalEmail a {
    text-decoration: none;
    color: #fff;
  }
  #locator .modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
  }
  .map-pin.animate__animated {
    opacity: 1;
  }

/* Timeline */
.timeline {
  position: relative;
  padding:0;
  margin: 0 50px;
  list-style: none;
}
.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}
.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
    min-height: 170px;
}
.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #fff;
    border-radius: 100%;
    background-color: #8e1e00;
    box-shadow: 0 0 5px #4582ec;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}
.timeline > li:nth-child(2) .timeline-image {
    background-color: #ffa800;
}
.timeline > li:nth-child(4) .timeline-image {
    background-color: #350554;
}
.timeline > li:nth-child(6) .timeline-image {
    background-color: #123a00;
}
.timeline > li:nth-child(8) .timeline-image {
    background-color: #350554;
}
.timeline > li:nth-child(10) .timeline-image {
    background-color: #007bff;
}
.timeline > li .timeline-image span{
    font-size: 40px;
    color: #fff;
    position: relative;
    left: 40px;
    top: 60px;
    right: 0;
    bottom: 0;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #fff;
}
.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 0;
  color:#fff !important;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #fff;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #fff;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}

#highlights.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  position: relative;
  top: 30px;
  bottom: 0;
}
#highlights.owl-carousel .owl-dots button.owl-dot.active, 
#highlights.owl-carousel .owl-dots button.owl-dot:hover {
  background: #fff;
}
#highlights.owl-carousel .owl-dots button.owl-dot {
  background: #8e1e00;
  padding: 7px !important;
  border-radius: 90px;
  margin: 0 7px;
}

#typewriter {
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  color: #1c1c1c;
  line-height: 1.4em;
  font-family: 'Outfit', sans-serif;
  display: block;
  text-align: center;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  -webkit-box-shadow: inset 0 0 0 2px white;
  -moz-box-shadow: inset 0 0 0 2px white;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;

  &.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  &::after,
  &::before {
    content: '↑';
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    left: 0;
    top: -2px;
    height: 46px;
    width: 46px;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
  }
  &::after {
    color:#fff;
    opacity: 1;
  }
  &::before {
    color: #F13E51;
    opacity: 0;
    z-index: 2;
  }
  &:hover {
    &::after {
      opacity: 0;
    }
    &::before {
      opacity: 1;
    }
  }
  svg {
    path {
      fill: none;
    }
    &.progress-circle path {
      stroke: #F13E51;
      stroke-width: 4;
      box-sizing: border-box;
      transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
    }
  }
}

.networks p{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}
#locators{
    display:none;
}
#locators table tr td{
    border: 1px solid #000;
}
.locators-head h2{
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}
.second-header-btn {
  background: #8e1e00;
  font-size: 16px;
  color: #fff;
  padding: 0px 10px !important;
  position: relative;
  border-radius: 20px;
}