@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../vendor/fontawesome/css/all.css");
@import url("../vendor/animate/css/animate.css");
@import url("../vendor/flaticon/flaticon.css");
@import url("../vendor/jquery/jquery-ui.css");
@import url("../vendor/jquery/jquery.bootstrap-touchspin.css");
@import url("../vendor/jquery/jquery.mCustomScrollbar.min.css");
.nav-outer .mobile-nav-toggler {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.menu-outer .navbar-header {
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 40px 20px;
  text-align: center;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease 500ms;
  -moz-transition: all 0.7s ease 500ms;
  -ms-transition: all 0.7s ease 500ms;
  -o-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #ffbd39;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #000;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .main-header {
    margin: 0px !important;
  }

  .main-menu .navigation > li {
    margin-left: 0px;
  }

  .main-header .header-upper .outer-box {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .d-block-mobile {
    display: none;
  }

  .d-none-desktop {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-text-position {
    width: 100% !important;
    left: 20% !important;
    padding-right: 30% !important;
  }

  .banner-social a {
    border: 2px solid #fff !important;
    color: #fff !important;
  }

  .banner-desc p {
    color: #fff !important;
  }

  .d-none-desktop {
    display: none;
  }

  .d-block-mobile {
    display: block;
  }

  .header-style.fixed-header .nav-outer .mobile-nav-toggler {
    color: #000 !important;
  }

  .nav-outer .mobile-nav-toggler {
    color: #fff !important;
  }

  .banner-overlay-text h1 {
    color: #fff !important;
  }

  .btn-style-first {
    color: #fff !important;
    border: 2px solid #fff !important;
  }

  .btn-style-first:before {
    background-color: #fff !important;
  }
  .btn-style-first:before:hover {
    color: #000 !important;
  }

  .btn-style-first:hover {
    color: #000 !important;
  }

  .banner-scroll a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .header-top {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left;
  }

  .main-header {
    position: relative;
  }

  .main-header .header-upper .outer-box {
    margin-left: 0px;
    padding-left: 0px;
  }

  .main-header.fixed-header .header-upper .outer-box {
    padding-top: 28px;
  }

  .main-header.fixed-header {
    position: relative;
  }

  .main-header .header-upper .outer-box .theme-btn:hover {
    color: #fff;
  }

  .main-header .header-upper .outer-box .theme-btn {
    border-color: #000000;
    color: #000000;
  }

  .main-menu .navigation > li {
    margin-right: 25px;
  }

  .main-header .header-upper .outer-container {
    padding: 0px 15px;
  }

  .main-header.header-style-two .header-upper .outer-box .nav-toggler .nav-btn {
    color: #fff;
  }
}
@media only screen and (max-width: 991.98px) {
  #navbarSupportedContent {
    display: block;
  }

  .main-menu {
    display: none;
    width: 100%;
  }

  .header-style.fixed-header .main-menu {
    display: none !important;
  }

  .fixed-header .nav-outer .mobile-nav-toggler {
    color: #000;
  }

  .copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-upper .logo-outer {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
  }

  .main-menu .navbar-collapse {
    max-height: 300px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .main-menu .navbar-collapse.in,
.main-menu .collapsing {
    padding: 0px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px 0px;
    right: 0px;
    z-index: 12;
  }

  .main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 12;
    border: 1px solid #ffbd39;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #ffbd39;
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
  }

  .main-menu .navbar-collapse > .navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #2c2c2c;
    border: 1px solid #fff;
    border-top: none;
  }

  .main-menu .navbar-collapse > .navigation > li {
    margin: 0px !important;
    float: none !important;
    padding: 0px !important;
    width: 100%;
  }

  .main-menu .navigation > li > a,
.main-menu .navigation > li > ul:before {
    border: none;
  }

  .main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 10px !important;
    border: none !important;
  }

  .main-menu .navigation li.dropdown > a:after,
.main-menu .navigation > li.dropdown > a:before,
.main-menu .navigation > li > ul > li > a::before,
.main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #fff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }

  .main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #2c2c2c;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
  }

  .main-menu .navbar-collapse > .navigation > li,
.main-menu .navbar-collapse > .navigation > li > ul > li,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid white !important;
    border-bottom: none;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }

  .main-menu .navbar-collapse > .navigation > li:first-child {
    border: none;
  }

  .main-menu .navbar-collapse > .navigation > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #fff;
    background: #2c2c2c;
    text-align: left;
  }

  .main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #ffbd39;
  }

  .main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a,
.main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #2c2c2c;
    color: #fff !important;
  }

  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: block;
  }

  .main-header .top-left,
.main-header .header-upper .outer-box,
.main-menu .navbar-collapse > .navigation li.dropdown:after,
.main-menu .navigation > li > ul:before {
    display: none !important;
  }

  .main-header .top-right {
    width: 100%;
    text-align: center;
  }

  .main-header .btn-outer {
    left: 0px;
    top: 0px;
    right: auto;
    margin-top: 15px;
    text-align: left;
    z-index: 12;
  }

  .main-header .main-box .logo-box {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .main-header .main-box .outer-container {
    padding: 0px;
  }

  .main-header .header-lower .outer-box {
    position: absolute;
    z-index: 12;
    display: block;
  }

  .main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    background: none;
    border: 1px solid #fff;
  }

  .main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #fff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
  }

  .main-header .nav-outer {
    width: 100%;
  }

  .main-header .header-upper .logo-box {
    z-index: 20;
  }

  .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

*:focus {
  outline: none !important;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.form-control {
  border-radius: 0px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ffbd39;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  background: transparent !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.3em;
  font-family: "Raleway", sans-serif;
}

p {
  position: relative;
}

.body-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

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

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

.mt-300 {
  margin-top: 300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbtm-5 {
  margin-bottom: 5px;
}

.mtop-5 {
  margin-top: 5px;
}

.m-15 {
  margin: 15px;
}

.m-30 {
  margin: 30px;
}

.m-60 {
  margin: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-30 {
  padding: 30px;
}

.p-60 {
  padding: 60px;
}

.pbtm-5 {
  padding-bottom: 5px;
}

.ptop-5 {
  padding-top: 5px;
}

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

.padding-col {
  padding-left: 7px;
  padding-right: 7px;
}

.margin-row-zero {
  margin-left: 0px;
  margin-right: 0px;
}

.padding-col-zero {
  padding-left: 0px;
  padding-right: 0px;
}

.theme-btn {
  display: inline-block;
  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;
}

.centered {
  text-align: center;
}

.btn-style-first {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding: 10px 30px;
  font-weight: bold;
  overflow: hidden;
  background: none;
  background: none;
  border: 2px solid #000;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.btn-style-first:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-first:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-first .txt {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.btn-style-first:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section {
  padding: 100px 0px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/preloader.svg);
  background-size: 110px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.main-header .header-top {
  position: relative;
  background-color: #000;
  padding: 10px 0px;
}
.main-header .header-top .top-left {
  position: relative;
}
.main-header .header-top .info-list {
  position: relative;
  float: left;
}
.main-header .header-top .info-list li {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  display: inline-block;
}
.main-header .header-top .info-list li:last-child {
  margin-right: 0px;
}
.main-header .header-top .info-list li .icon {
  position: relative;
  margin-right: 12px;
}
.main-header .header-top .info-list li a {
  position: relative;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}
.main-header .header-top .info-new-admission {
  position: relative;
  padding: 0px;
}
.main-header .header-top .info-new-admission li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}
.main-header .header-top .info-new-admission li a {
  position: relative;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.navigation a.active {
  color: #ffbd39 !important;
}

.header-style.fixed-header .main-menu {
  display: block;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #000;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header .logo {
  padding: 8px 0px 8px;
}

.sticky-header .navbar-header {
  display: none;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px !important;
  color: #fff !important;
}

.main-header .header-upper {
  position: relative;
  z-index: 1;
  background: transparent none repeat scroll 0 0;
  padding: 30px 15px;
}
.main-header .nav-outer {
  position: static;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .header-upper .logo-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .header-upper .logo-box .logo {
  position: relative;
  width: 250px;
}

.main-menu {
  position: static;
  float: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
  display: block;
}
.main-menu .navigation {
  position: static;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: bold;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 74px;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  padding-left: 30px;
  background: #000;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 10px;
  height: 20px;
  display: block;
  color: #222222;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #fff;
  padding-left: 30px;
  background: #000;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  border-top: 0px !important;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000;
  line-height: 28px;
  border: 1px solid #fff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header.fixed-header .header-upper {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.main-header.fixed-header .header-upper .logo-box {
  padding: 10px 0px;
}

.main-header.fixed-header .nav-outer {
  padding-top: 0px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  opacity: 1;
  color: #ffbd39 !important;
}

.main-header.fixed-header .header-upper .outer-box {
  padding-top: 15px;
}
.main-header.fixed-header .header-upper .outer-box .theme-btn {
  border-color: #000000;
  color: #000000;
}
.main-header.fixed-header .header-upper .outer-box .theme-btn:hover {
  color: #fff;
}

.header-style.fixed-header {
  background-color: #000000;
}
.header-style.fixed-header .main-menu .navigation > li > a {
  color: #000;
}
.header-style.fixed-header .header-upper .outer-box .theme-btn {
  color: #fff;
  border-color: #fff;
}
.header-style.fixed-header .header-upper .outer-box .theme-btn:before {
  background-color: #fff;
}
.header-style.fixed-header .header-upper .outer-box .theme-btn:hover {
  color: #222222;
}
.header-style.fixed-header .header-upper .outer-box .nav-toggler .nav-btn {
  color: #fff;
}

.scrollToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: #ffbd39;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #000;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scrollToTop:hover {
  color: #ffbd39;
  background: #000;
}

*::-webkit-scrollbar {
  width: 4px !important;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

*::-webkit-scrollbar-thumb {
  background: #000 !important;
  outline: 1px solid #000 !important;
}

.flex-Center {
  display: flex;
  align-items: center;
}

.banner-section {
  position: relative;
  background-color: #fff;
}

.banner-bg-img {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.banner-bg-img:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.banner-img {
  position: relative;
}
.banner-img:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.banner-overlay-text h1 {
  color: #000;
  font-weight: bold;
  font-size: 50px;
}
.banner-overlay-text p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffbd39;
  letter-spacing: 0.2rem;
}
.banner-overlay-text .banner-desc p {
  font-size: 16px;
  text-transform: initial;
  font-weight: 400;
  color: #000;
  letter-spacing: inherit;
  margin-top: 30px;
}

.banner-text-position {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 10%;
  left: 25%;
}

.banner-social {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.banner-social li {
  position: relative;
  padding: 0.6rem 0;
}
.banner-social a {
  font-size: 14px;
  left: 0;
  text-align: center;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 29px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
}
.banner-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-social span {
  font-weight: 600;
  color: #ffbd39;
  left: 2.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner-scroll {
  position: absolute;
  left: 2rem;
  bottom: 30px;
}
.banner-scroll a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
}
.banner-scroll a::before {
  border-bottom: 2px solid #ffbd39;
  border-right: 2px solid #ffbd39;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.about-title {
  text-align: center;
}
.about-title h5 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
  color: #ffbd39;
  font-weight: bold;
}
.about-title h1 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
}

.about-list-icon {
  width: 100%;
  height: 55px;
}

.about-desciption p {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
}

.about-skillbar p {
  color: #000;
  font-size: 16px;
}
.about-skillbar .skillbar-item {
  position: relative;
  margin-top: 30px;
}
.about-skillbar .skillbar-item p.skillbar-text {
  font-weight: 600;
  position: relative;
  top: -6px;
  color: #000;
}
.about-skillbar .skillbar-item .slide {
  height: 7px;
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
}
.about-skillbar .skillbar-item .slide .slide-inner {
  height: 100%;
  background-color: #ffbd39;
  border-radius: inherit;
  position: relative;
  left: -100%;
}
.about-skillbar .skillbar-item::after {
  position: absolute;
  content: attr(data-percent) "%";
  right: 3px;
  top: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 15px;
  color: #000;
}

.education-item {
  background-color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 72px 32px 14px 56px;
  position: relative;
  color: #fff;
}
.education-item h5 {
  font-weight: bold;
  margin-bottom: 4px;
}
.education-item h6 {
  margin-bottom: 4px;
}
.education-item p {
  color: #ffbd39;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
.education-item .year {
  padding: 5px;
  position: absolute;
  background-color: #ffbd39;
  border-radius: 40px;
  top: 15px;
  left: 0;
  font-weight: 600;
  text-align: center;
  color: #000;
  width: 150px;
  font-size: 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.highlight.position-relative img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-aspect-ratio {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.image-aspect-ratio .inner {
  position: relative;
  padding-bottom: 26%;
}
.image-aspect-ratio .inner img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.Imageoverlay-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
.Imageoverlay-img .project-content-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 24px;
}

.experience-list-desc {
  padding-top: 50px;
}
.experience-list-desc h5 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
.experience-list-desc h4 {
  color: #000;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}
.experience-list-desc p {
  color: #000;
}
.experience-list-desc p span {
  color: #ffbd39;
  font-weight: 600;
  font-size: 18px;
}

.image-match-height {
  max-height: 250px;
  overflow: hidden;
}
.image-match-height figure {
  position: relative;
  background: #fff;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
  margin-bottom: 0px;
}
.image-match-height figure .image-inner-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.image-match-height figure .image-inner-div img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 30px;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.project-content .project-content-overlay {
  background: rgba(255, 189, 57, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-content:hover .project-content-overlay {
  opacity: 1;
}
.project-content:hover .project-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.project-content .fadeIn-bottom {
  top: 50%;
}
.project-content .fadeIn-top {
  top: 50%;
}
.project-content .fadeIn-left {
  left: 50%;
}
.project-content .fadeIn-right {
  right: 50%;
}

.project-content-details h3,
.project-content-details h3 a {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
}

.project-content-details {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
  -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;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li button {
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 10px 10px;
  background-color: #eaeaea;
  margin-top: 60px;
  display: inline-block;
  font-size: 6px;
  line-height: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  text-align: center;
  color: #000;
  width: 12px;
  height: 12px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: ".";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  opacity: 0;
  background: #ffbd39;
  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;
  -moz-osx-font-smoothing: grayscale;
}

/*slick-arrow*/
.slick-slider-next-btn.slick-arrow,
.slick-slider-prev-btn.slick-arrow {
  color: #ffbd39;
  position: absolute;
  right: 0px;
  top: -105px;
  font-size: 35px;
  padding: 0px 12px;
  background: #fff;
}
.slick-slider-next-btn.slick-arrow:hover,
.slick-slider-prev-btn.slick-arrow:hover {
  color: #aeaeae;
  cursor: pointer;
}
.slick-slider-next-btn.slick-arrow:active, .slick-slider-next-btn.slick-arrow:focus,
.slick-slider-prev-btn.slick-arrow:active,
.slick-slider-prev-btn.slick-arrow:focus {
  color: #aeaeae;
  cursor: pointer;
}

.slick-slider-prev-btn.slick-arrow {
  right: 42px;
}

.slick-slider-next-btn.slick-arrow span,
.slick-slider-prev-btn.slick-arrow span {
  position: absolute;
  top: 50%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 21px;
  height: 20px;
  line-height: 19px;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  color: #000;
}

.slick-slider-prev-btn.slick-arrow span {
  left: 0px;
}

.slick-slider-next-btn.slick-arrow span {
  padding-left: 2px;
}

.main-footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding-top: 100px;
}
.main-footer .about-title {
  padding-bottom: 30px;
}
.main-footer .about-title h1 {
  color: #fff;
}

.contact-section {
  background: rgba(0, 0, 0, 0.1);
}
.contact-section .contact-info .cinfo {
  margin-bottom: 60px;
}
.contact-section .contact-info .cinfo h6 {
  color: #ffbd39;
  letter-spacing: normal;
  text-transform: inherit;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.contact-section .contact-info .cinfo p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.contact-section .contact-info .cinfo p a {
  color: #fff;
  font-size: 16px;
}
.contact-section .contact-social {
  display: flex;
}
.contact-section .contact-social li {
  margin-right: 30px;
  font-size: 20px;
}
.contact-section .contact-social li:last-child {
  margin-right: 0px;
}
.contact-section .contact-social li a {
  color: #fff;
}
.contact-section .contact-social li a:hover, .contact-section .contact-social li a:focus, .contact-section .contact-social li a:active {
  color: #ffbd39;
}
.contact-section .contact-primary .form-control {
  padding: 30px 0px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #aeaeae;
  border-radius: 0px;
}

@media only screen and (max-width: 1199.98px) {
  .sticky-xl-sidebar {
    position: inherit;
    position: inherit;
    top: inherit;
  }

  .flex-Center-xl {
    display: block;
  }

  .flex-spaces-xl {
    display: block;
  }

  .mobile-xl-mb-90 {
    margin-bottom: 90px;
  }

  .mobile-xl-mt-90 {
    margin-top: 90px;
  }

  .mobile-xl-mb-60 {
    margin-bottom: 60px;
  }

  .mobile-xl-mt-60 {
    margin-top: 60px;
  }

  .mobile-xl-mt-30 {
    margin-top: 30px;
  }

  .mobile-xl-mb-30 {
    margin-bottom: 30px;
  }

  .mobile-xl-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-xl-mt-15 {
    margin-top: 15px;
  }

  .mobile-xl-pb-90 {
    margin-bottom: 90px;
  }

  .mobile-xl-pt-90 {
    margin-top: 90px;
  }

  .mobile-xl-pb-60 {
    margin-bottom: 60px;
  }

  .mobile-xl-pt-60 {
    margin-top: 60px;
  }

  .mobile-xl-pt-30 {
    margin-top: 30px;
  }

  .mobile-xl-pb-30 {
    margin-bottom: 30px;
  }

  .mobile-xl-pb-15 {
    margin-bottom: 15px;
  }

  .mobile-xl-pt-15 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-title h1 br {
    display: none;
  }

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

  .flex-Center-lg {
    display: block;
  }

  .flex-spaces-lg {
    display: block;
  }

  .mobile-lg-mb-90 {
    margin-bottom: 90px;
  }

  .mobile-lg-mt-90 {
    margin-top: 90px;
  }

  .mobile-lg-mb-60 {
    margin-bottom: 60px;
  }

  .mobile-lg-mt-60 {
    margin-top: 60px;
  }

  .mobile-lg-mt-30 {
    margin-top: 30px;
  }

  .mobile-lg-mb-30 {
    margin-bottom: 30px;
  }

  .mobile-lg-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-lg-mt-15 {
    margin-top: 15px;
  }

  .mobile-lg-pb-90 {
    margin-bottom: 90px;
  }

  .mobile-lg-pt-90 {
    margin-top: 90px;
  }

  .mobile-lg-pb-60 {
    margin-bottom: 60px;
  }

  .mobile-lg-pt-60 {
    margin-top: 60px;
  }

  .mobile-lg-pt-30 {
    margin-top: 30px;
  }

  .mobile-lg-pb-30 {
    margin-bottom: 30px;
  }

  .mobile-lg-pb-15 {
    margin-bottom: 15px;
  }

  .mobile-lg-pt-15 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-title h1 {
    font-size: 35px;
  }

  .flex-Center-md {
    display: block;
  }

  .flex-spaces-md {
    display: block;
  }

  .d-flex-md {
    display: block !important;
  }

  .mobile-md-mb-90 {
    margin-bottom: 90px;
  }

  .mobile-md-mt-90 {
    margin-top: 90px;
  }

  .mobile-md-mb-60 {
    margin-bottom: 60px;
  }

  .mobile-md-mt-60 {
    margin-top: 60px;
  }

  .mobile-md-mt-30 {
    margin-top: 30px;
  }

  .mobile-md-mb-30 {
    margin-bottom: 30px;
  }

  .mobile-md-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-md-mt-15 {
    margin-top: 15px;
  }

  .mobile-md-pb-90 {
    margin-bottom: 90px;
  }

  .mobile-md-pt-90 {
    margin-top: 90px;
  }

  .mobile-md-pb-60 {
    margin-bottom: 60px;
  }

  .mobile-md-pt-60 {
    margin-top: 60px;
  }

  .mobile-md-pt-30 {
    margin-top: 30px;
  }

  .mobile-md-pb-30 {
    margin-bottom: 30px;
  }

  .mobile-md-pb-15 {
    margin-bottom: 15px;
  }

  .mobile-md-pt-15 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-title h1 {
    font-size: 30px;
  }

  .flex-Center-sm {
    display: block;
  }

  .flex-spaces-sm {
    display: block;
  }

  .mobile-sm-mb-90 {
    margin-bottom: 90px;
  }

  .mobile-sm-mt-90 {
    margin-top: 90px;
  }

  .mobile-sm-mb-60 {
    margin-bottom: 60px;
  }

  .mobile-sm-mt-60 {
    margin-top: 60px;
  }

  .mobile-sm-mt-30 {
    margin-top: 30px;
  }

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

  .mobile-sm-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-sm-mt-15 {
    margin-top: 15px;
  }

  .mobile-sm-pb-90 {
    margin-bottom: 90px;
  }

  .mobile-sm-pt-90 {
    margin-top: 90px;
  }

  .mobile-sm-pb-60 {
    margin-bottom: 60px;
  }

  .mobile-sm-pt-60 {
    margin-top: 60px;
  }

  .mobile-sm-pt-30 {
    margin-top: 30px;
  }

  .mobile-sm-pb-30 {
    margin-bottom: 30px;
  }

  .mobile-sm-pb-15 {
    margin-bottom: 15px;
  }

  .mobile-sm-pt-15 {
    margin-top: 15px;
  }
}
.main-header.header-style.fixed-header .logo img {
  filter: brightness(0);
}

@media only screen and (max-width: 991.98px) {
  .image-match-height {
    max-height: inherit;
  }

  .banner-overlay-text h1 {
    font-size: 40px;
  }

  .main-header .header-upper .logo-box .logo {
    width: 200px;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
    margin: 0;
    margin-left: 2px;
    z-index: 99;
    font-size: 25px;
    color: #000;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-overlay-text h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-overlay-text {
    margin-left: 30px;
  }
  .banner-overlay-text .banner-desc p {
    display: none;
  }
  .banner-overlay-text h1 br {
    display: none;
  }
  .banner-overlay-text h1 {
    font-size: 30px;
  }
  .banner-overlay-text .d-flex {
    display: block !important;
  }
  .banner-overlay-text .buttons-box.ml-30 {
    margin-left: 0px;
    margin-top: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
