@import url(bootstrap.min.css);
@import url(animate.css);
@import url(line_icons.css);
@import url(all.min.css);
@import url(line-awesome.min.css);
@import url(slick.css);
@import url(slick.theme.html);
@import url(swiper.min.css);
@import url(jquery.fancybox.min.css);
@import url(sina-nav.css);
@import url("nav.css");

@font-face {
  font-family: Mont;
  src: local("â˜º"), url(../fonts/Mont-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mont;
  src: local("â˜º"), url(../fonts/Mont-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Mont;
  src: local("â˜º"), url(../fonts/Mont-Heavy.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: local("â˜º"), url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  list-style: none;
  word-wrap: break-word;
}
body,
html {
  color: #212529;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
}
.main {
  background: #fff;
  position: relative;
  z-index: 3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mont;
  font-weight: 600;
}
p {
  font-size: 15px;
  font-weight: 400;
  color: #002233;
  line-height: 2;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
a,
a:hover,
span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 700 !important;
}
.soft_hvr,
a {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}
ul li {
  color: #002233;
}
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999999999999;
}
.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.section-padding {
  padding: 70px 0;
}
.sub-title {
  color: #99170f;
  font-family: Mont;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 70px;
  position: relative;
}
.sub-title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #99170f;
  position: absolute;
  left: 0;
  bottom: 45%;
}
.sub-title.center {
  padding-left: 0;
}
.sub-title.center:after {
  display: none;
}
.extra-title {
  color: #140c4c;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}
.full_bg_panel .extra-title {
  color: #eee;
}
.bg_section .extra-title {
  color: #eee;
}
.extra-text {
  font-size: 20px;
  color: #1e1e1e;
}
.blck {
  background: #121213;
  color: #fff;
}
.blck p {
  color: #dadada;
}
.blck .imgio .cimgio {
  background: #121213;
}
.exper {
  overflow: hidden;
}
.exper .numb-ex > span {
  font-size: 120px;
  line-height: 1.2;
  float: left;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}
.exper .numb-ex > span {
  color: #000;
}
.exper h4 {
  font-size: 24px;
  margin-top: 40px;
  text-transform: uppercase;
}
.kmore {
  color: #99170f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-left: 70px;
  position: relative;
}
.kmore:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #99170f;
  position: absolute;
  left: 0;
  bottom: 45%;
}
.section-head {
  margin-bottom: 30px;
}
.section-head h6 {
  font-size: 16px;
  font-family: Mont;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #99170f;
  margin-bottom: 10px;
}
.section-head h3 {
  font-weight: 700;
  line-height: 1.5;
}
.bg-gray {
  background: #fafafa;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.no-cover {
  background-repeat: repeat;
  background-size: auto;
}
.bg-fixed {
  background-attachment: fixed;
}
.on-top {
  position: relative;
  z-index: 7;
}
.valign {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  
   visibility: hidden;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #212529;
  
}
.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
  
   visibility: hidden;
}
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100%;
  background: #f1f1f1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.loading-text {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-text.isdone {
  top: 40%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.btn-curve {
  background: 0 0;
  padding: 14px 35px;
  border: 1px solid #140c4c;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-curve:hover:after {
  bottom: -10px;
  border-radius: 0;
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: #140c4c;
  border-radius: 0 0 100% 100%;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #140c4c;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #140c4c;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #140c4c;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #140c4c;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #99170f;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #99170f;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
  width: 10px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
  width: 5px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.imgio {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.imgio .cimgio {
  position: absolute;
  height: 140%;
  width: 140%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  bottom: -20%;
  right: -20%;
  background: #fff;
  visibility: visible !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.imgio .animated {
  width: 0;
}
.cimgio[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cimgio[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cimgio[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.cimgio[data-delay="400"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cimgio[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.cimgio[data-delay="600"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cimgio[data-delay="700"] {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.cimgio[data-delay="800"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.cimgio[data-delay="900"] {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.cimgio[data-delay="1s"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.topnav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 10px 0;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topnav .container-fluid {
  padding: 0 50px;
}
.topnav .logo {
  max-width: 150px;
}
.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
  padding-top: 30px;
}
.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.topnav .menu-icon .text:after {
  content: "Close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
  display: table-cell;
}
.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}
.topnav.dark .menu-icon {
  color: #000;
}
.topnav.dark .menu-icon .icon i {
  background: #000;
}
.topnav.dark.navlit .menu-icon {
  color: #fff;
}
.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}
.nav-scroll {
  background: #140c4c;
}
.hamenu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #140c4c;
  padding: 80px 30px 30px;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  font-family: Mont;
}
.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu.open .cont-info:after {
  height: 100%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
  display: inline-block;
}
.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}
.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li span.nm {
  opacity: 0.8;
  font-size: 11px;
  margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}
.hamenu .cont-info {
  color: #fff;
  margin-top: 50px;
  position: relative;
}
.hamenu .cont-info:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  top: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slider .parallax-slider {
  position: relative;
  overflow: hidden;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.slider .parallax-slider .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slider .parallax-slider .caption h1 {
  font-size: 5vw;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.slider .parallax-slider .caption p {
  color: #eee;
  margin: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.slider .parallax-slider .caption .btn-curve {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slider .parallax-slider .social {
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 6;
}
.slider .parallax-slider .social.active a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider .parallax-slider .social .icon {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.slider .parallax-slider .social a {
  color: #fff;
  font-size: 11px;
  margin-right: 7px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider.corner {
  background: #161619;
  min-height: 100vh;
  padding: 80px 20px 0;
}
.slider.corner .parallax-slider {
  position: relative;
}
.slider.corner .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - 100px);
}
.slider.corner .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.center-slider {
  text-align: center;
}
.center-slider .parallax-slider .caption h1 {
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 4px;
}
.slide_img {
  position: relative;
}
.slide_img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.44);
}
.slide_caption {
  position: absolute;
  bottom: 30%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.page-header {
  min-height: 80vh;
}
.page-header .cont h1 {
  font-size: 70px;
  margin-bottom: 20px;
}
.page-header .cont h5 {
  font-size: 16px;
  font-weight: 400;
  color: #eee;
}
.page-header .cont h5 a {
  margin: 0 15px;
}
.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}
.page-header.blg .cont {
  padding: 220px 0;
}
.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
  color: #aaa;
}
.slide-controls .swiper-pagination-fraction {
  position: absolute;
  right: 40px;
  left: auto;
  bottom: 40px;
  top: auto;
  width: auto;
  color: #fff;
  font-family: Mont;
  font-weight: 600;
  opacity: 0.8;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 60px;
  position: relative;
  opacity: 0.5;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  position: relative;
  margin: 0 10px;
  font-size: 12px;
}
.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
  position: absolute;
  bottom: 45%;
  top: auto;
  left: auto;
  right: 40px;
  color: #fff;
  font-size: 15px;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
  display: none;
}
.slide-controls .swiper-button-prev {
  right: auto;
  left: 40px;
}
.about .video-wrapper .img {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.about .video-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .video-wrapper .vid {
  position: absolute;
  z-index: 8;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
.about .video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.about .video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.about .video-wrapper .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about .video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.about .video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.about .video-wrapper .stats {
  padding: 0 40px;
}
.about .video-wrapper .stats h4 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
}
.about .video-wrapper .stats h3 {
  text-transform: inherit;
  margin-bottom: 10px;
}
.about .video-wrapper .stats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.about .video-wrapper .stats ul li {
  width: 100%;
  margin-top: 40px;
  padding-right: 20px;
}
.about .video-wrapper .stats ul li:last-of-type {
  padding-right: 0;
}
.about .video-wrapper .stats ul li div {
  color: #99170f;
  font-size: 50px;
  font-family: Mont;
  margin-right: 10px;
}
.about .video-wrapper .stats ul li div em {
  color: #777;
  font-size: 20px;
  font-style: normal;
  margin-right: 2px;
}
.about .video-wrapper .stats ul li h6 {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.img-full {
  min-height: 80vh;
}
.intro-section .item h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.choose-img-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.col_pd0 {
  padding: 0;
}
.no_padding_col {
  padding: 0;
}
.choose-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 59, 28, 0.6392156862745098);
  opacity: 0.5;
}
.choose-img-wrap .video-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .video-play {
  position: absolute;
  top: 16px;
  left: 80px;
  text-transform: uppercase;
  width: 129px;
  line-height: 1;
}
.video-wrap .video-play p {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #fff;
}
.video-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #de231e;
}
.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-btn:hover {
  background-color: #211867;
  color: #fff;
}
.video-btn:hover i {
  color: #fff;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.work-carousel {
  position: relative;
  z-index: 3;
  padding: 70px 0 20px;
}
.work-carousel .swiper-slide {
  padding: 0;
}
.work-carousel .swiper-slide .img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.work-carousel .swiper-slide-active .img:after,
.work-carousel .swiper-slide-next .img:after,
.work-carousel .swiper-slide-prev .img:after {
  opacity: 0.1 !important;
}
.work-carousel .swiper-slide-active .cont h4,
.work-carousel .swiper-slide-active .cont h6,
.work-carousel .swiper-slide-next .cont h4,
.work-carousel .swiper-slide-next .cont h6,
.work-carousel .swiper-slide-prev .cont h4,
.work-carousel .swiper-slide-prev .cont h6 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.work-carousel .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 120px);
  width: 240px;
  height: 2px;
  border-radius: 10px;
  background: #eee;
}
.work-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #1e1e1e;
}
.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
  position: absolute;
  bottom: 48%;
  top: auto;
  left: auto;
  right: 20px;
  color: #99170f;
  font-size: 15px;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #99170f;
  border-radius: 50%;
}
.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
  display: none;
}
.work-carousel .swiper-button-prev {
  right: auto;
  left: 20px;
}
.work-carousel .content {
  position: relative;
}
.work-carousel .content .img {
  position: relative;
  width: 100%;
}
.work-carousel .content .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(19 12 75 / 71%);
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.work-carousel .content .cont {
  margin-top: 30px;
  padding-left: 15px;
}
.work-carousel .content .cont h6 {
  color: #99170f;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.work-carousel .content .cont h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio {
  position: relative;
  z-index: 3;
}
.portfolio:after {
  content: "";
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  background: #eee;
  z-index: -1;
}
.portfolio .filtering {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  font-weight: 500;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span.active {
  color: #99170f;
}
.portfolio .filtering span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}
.portfolio .filtering span:last-of-type:after {
  display: none;
}
.portfolio .gallery .items {
  margin-top: 30px;
  padding: 0 15px;
  width: 50%;
}
.portfolio .gallery .items > a {
  display: block;
}
.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
}
.portfolio .gallery .items .item-img:hover .item-img-overlay {
  background: rgb(20 12 76 / 82%);
}
.portfolio .gallery .items .item-img:hover .overlay-info .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}
.portfolio .gallery .items .item-img:hover .overlay-info h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .gallery .items .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
}
.portfolio .gallery .items .overlay-info {
  position: relative;
  z-index: 3;
}
.portfolio .gallery .items .overlay-info h5 {
  color: #fff;
  font-size: 22px;
  font-family: inherit;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.clients .valign {
  display: flex;
}
.services .img {
  position: relative;
}
.services .img .rotitle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  background: #99170f;
  color: #fff;
  z-index: 7;
}
.services .img .rotitle h3 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 15px;
  position: absolute;
  top: 50%;
  left: -50%;
}
.services .content {
  max-width: 800px;
  padding: 120px 5%;
}
.services .content .item {
  margin-bottom: 40px;
}
.services .content .item:last-of-type {
  margin-bottom: 0;
}
.services .content .item span {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  display: table-cell;
  opacity: 0.1;
}
.services .content .item .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.services .content .item .cont h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-grid .items {
  padding: 60px 0;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.6s ease;
}
.services-grid .items .icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #99170f;
}
.services-grid .items h5 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;
}
.services-grid .items p {
  padding: 0 20px;
}
.services-grid .items.active {
  background: #99170f;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(175, 152, 111, 0.2);
  box-shadow: 0 10px 30px -5px rgba(175, 152, 111, 0.2);
}
.services-grid .items.active p {
  color: #eee;
}
.services-grid .items.active .icon {
  color: #fff;
}
.read-more {
  line-height: 1;
  color: #99170f;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.read-more i {
  position: relative;
  top: 2px;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.read-more:hover {
  color: #212529;
}
.read-more:hover i {
  padding-left: 10px;
}
.testim-bg {
  position: relative;
  z-index: 3;
}
.testim-bg .quote-text {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.testim-bg p {
  color: #eee;
  font-family: Mont;
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
}
.testim-bg .info {
  text-align: center;
}
.testim-bg .author {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.testim-bg h6 {
  letter-spacing: 2px;
  padding-top: 20px;
}
.testim-bg h6 span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #99170f;
  margin-top: 5px;
}
.testim-bg .navs {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.testim-bg .navs span {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.testim-bg .navs i {
  position: relative;
}
.testim-bg .navs i:after,
.testim-bg .navs i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 3px;
  background: #ccc;
}
.testim-bg .navs i:before {
  top: 20px;
  top: 18px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.testim-bg .navs i:after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.testim-bg .navs .next {
  right: 80px;
}
.testim-bg .navs .prev {
  left: 80px;
}
.testim-bg .navs .prev i:before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.testim-bg .navs .prev i:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.testim-blocks {
  position: relative;
  overflow: hidden;
}
.testim-blocks:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -30%;
  width: 60%;
  background: #eee;
  z-index: -1;
}
.testim-blocks .quote-text {
  padding: 0 30px;
}
.testim-blocks .title h6 {
  font-size: 14px;
  letter-spacing: 5px;
  color: #99170f;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testim-blocks .title h4 {
  margin-bottom: 20px;
  font-size: 32px;
}
.testim-blocks .item .icon {
  width: 40px;
  margin-bottom: 15px;
  opacity: 0.5;
  font-size: 28px;
}
.testim-blocks .item .info {
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 15px;
  border-left: 1px solid #99170f;
}
.testim-blocks .item .info h6 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.testim-blocks .item .info span {
  color: #777;
}
.testim-blocks .navs {
  position: absolute;
  background: #fff;
  right: 15px;
  bottom: 0;
}
.testim-blocks .navs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  background: #eee;
  height: 1px;
  width: 10px;
}
.testim-blocks .navs span {
  display: block;
  margin: 12px;
}
.clients .sectintro {
  padding-left: 50px;
}
.clients .brands {
  padding: 10px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.clients .brands:last-of-type {
  border-right: 0;
}
.clients .brands .item {
  position: relative;
  text-align: center;
}
.clients .brands .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.clients .brands .img {
  max-width: 100%;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.clients .bord {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}
.clients .bord.nobord {
  border-top: 0;
}
.team .title h3 {
  font-size: 50px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team .title h3 span {
  display: block;
  color: #99170f;
  font-weight: 800;
}
.team .team-container {
  width: 125%;
  position: relative;
}
.team .team-container:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  width: 80%;
  background: #fafafa;
  z-index: -1;
}
.team .item {
  padding: 0 15px;
}
.team .item .img {
  position: relative;
}
.team .item .img:hover:after {
  opacity: 0.7;
}
.team .item .img:hover .info,
.team .item .img:hover .social {
  opacity: 1;
}
.team .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team .item .img .info {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team .item .img .info h5 {
  font-size: 20px;
  font-weight: 700;
  color: #99170f;
  margin-bottom: 5px;
}
.team .item .img .info p {
  color: #eee;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.team .item .img .social {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team .item .img .social a {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
}
.team .slick-dots {
  bottom: -40px;
}
.team .slick-dots li.slick-active button {
  background: #99170f;
}
.team .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.team .slick-dots li button:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1;
  background: #99170f;
  opacity: 1;
}
.blog .img {
  position: relative;
}
.blog .img:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: -25vw;
  width: 50vw;
  background: #fafafa;
  z-index: -1;
}
.blog .img.left:after {
  right: auto;
  left: -25vw;
}
.blog .content {
  width: 100%;
  padding: 40px 70px;
}
.blog .content .date {
  display: table-cell;
  position: relative;
  width: 70px;
  z-index: 2;
}
.blog .content .date h3 {
  font-size: 50px;
  font-weight: 700;
  color: #99170f;
  margin-bottom: 5px;
}
.blog .content .date h6 {
  color: #ccc;
  font-weight: 300;
}
.blog .content .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.blog .content .cont h4 {
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 15px;
  word-spacing: -2px;
}
.blog .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99170f;
  padding-left: 40px;
  position: relative;
}
.blog .content .cont .more:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #99170f;
  position: absolute;
  top: 50%;
  left: 0;
}
.blog .content .info h6 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}
.blog .content .info .tags {
  color: #99170f;
  margin-left: 10px;
}
.blog-pg .posts .item .img {
  position: relative;
}
.blog-pg .posts .item .img .info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
}
.blog-pg .posts .item .img .info .date {
  text-align: center;
  color: #99170f;
}
.blog-pg .posts .item .img .info .date .num {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.blog-pg .posts .item .img .info .date .num:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.blog-pg .posts .item .img .info .date h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-pg .posts .item .content {
  padding-top: 25px;
}
.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
}
.blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #99170f;
  padding-right: 20px;
  position: relative;
}
.blog-pg .posts .item .content .tags a:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #eee;
  position: absolute;
  right: 4px;
  top: 50%;
}
.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}
.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}
.blog-pg .posts .item .content h4 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}
.blog-pg .posts .item .content .more {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-pg .posts .item .content .more:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #090909;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-pg .posts .item .content .more:hover {
  padding-left: 40px;
}
.blog-pg .posts .item .content .more:hover:after {
  width: 30px;
}
.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}
.blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 18px;
}
.blog-pg .posts .pagination span.active a {
  border-color: #99170f;
  color: #99170f;
}
.blog-pg.single .post .title-head {
  text-align: center;
  margin-bottom: 50px;
}
.blog-pg.single .post .title-head h2 {
  margin-bottom: 10px;
}
.blog-pg.single .post .title-head a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 10px;
}
.blog-pg.single .post .content p {
  color: #555;
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}
.blog-pg.single .post .content ul li {
  margin: 10px 0;
}
.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}
.blog-pg.single .post .content .quotes {
  background: #fafafa;
  padding: 30px;
  margin: 30px 0;
}
.blog-pg.single .post .content .quotes p {
  color: #111;
  font-size: 18px;
  font-style: italic;
}
.blog-pg.single .post .content .spacial p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}
.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}
.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}
.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #fafafa;
}
.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}
.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}
.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-pg.single .post .author .info h6 span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}
.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}
.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}
.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}
.blog-pg.single .comments-area {
  margin-top: 80px;
}
.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}
.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}
.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}
.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.blog-pg.single .comments-area .item .info h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.blog-pg.single .comments-area .item .info h6 span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}
.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 10px;
}
.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}
.blog-pg.single .comment-form {
  margin-top: 80px;
}
.blog-pg.single .comment-form form {
  margin-top: 50px;
}
.blog-pg.single .comment-form form input,
.blog-pg.single .comment-form form textarea {
  width: 100%;
  padding: 17px;
  background: #fafafa;
  border: 0;
}
.blog-pg.single .comment-form form textarea {
  height: 140px;
}
.blog-pg.single .comment-form form button {
  cursor: pointer;
}
.next-project {
  position: relative;
  padding: 80px 0;
  margin-top: 90px;
  background: #fafafa;
  z-index: 2;
  overflow: hidden;
}
.next-project:before {
  display: none;
}
.next-project:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f5f5f5;
  z-index: -1;
}
.next-project:hover:after {
  height: 100%;
  bottom: 0;
  top: auto;
}
.next-project .content {
  width: 100%;
}
.next-project .content h2 {
  font-size: 90px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.next-project .content p {
  font-size: 18px;
  color: #555;
}
.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 15px;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.contact .form textarea {
  height: 160px;
}
.contact .cont-info .item {
  margin-bottom: 30px;
}
.contact .cont-info .item h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #99170f;
  margin-bottom: 15px;
}
.contact .cont-info .item .social a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fafafa;
  border-radius: 50%;
}
.map-section .map {
  min-height: 400px;
  width: 100%;
}
footer {

  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/dark-pattern-bg.jpg);
  padding-bottom: 30px;
  color: rgba(194, 194, 194, 0.6);
}
.text-on-right {
  text-align: right;
}
footer a:hover {
  color: #fff;
}
.common_section .services-grid .items h5 {
  text-transform: inherit;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-left: 0;
    padding: 0 30px 30px 30px;
  }
  .ss-center {
    text-align: center;
  }
  .text-on-right {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  footer {
    padding-left: 15px;
  }
}
footer a,
footer p {
  color: rgba(194, 194, 194, 0.6);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 1px;
  line-height: 1.6;
  font-variant-numeric: proportional-nums;
}
.v-light footer a,
.v-light footer p {
  color: #0009;
}
@media only screen and (max-width: 767px) {
  footer a,
  footer p {
    letter-spacing: 0;
  }
}
footer .contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
footer .contact-footer .phone {
  margin-right: 30px;
}
footer .copyright-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .copyright-social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}
@media only screen and (max-width: 575px) {
  footer .copyright-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  footer .copyright-social p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer .copyright-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .copyright-social ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
footer .copyright-social ul li {
  display: list-item;
  margin-right: 20px;
  list-style: none;
}
footer .copyright-social ul li:last-child {
  margin-right: 0;
}
.v-light .footer {
  background-color: #e6e6e6;
}
.footer .footer-links {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-links .dsn-col-footer:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.footer .footer-links .footer-title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.v-light .footer .footer-links .footer-title {
  color: #000;
}
.footer .footer-links .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.v-light .footer .footer-links .footer-title::after {
  background-color: #000;
}
.footer .footer-links .footer-block.col-menu ul li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
}
.footer .footer-links .footer-block.col-menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer .footer-links .footer-block.col-menu ul li a {
  font-weight: 600;
}
.footer .footer-links .footer-block.col-contact p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .footer-links .footer-block.col-contact p strong {
  color: #fff;
  font-weight: 400;
}
.v-light .footer .footer-links .footer-block.col-contact p strong {
  color: #000;
}
.footer .footer-links .footer-block.col-contact p span {
  margin-right: 5px;
  margin-left: 5px;
}
.footer .footer-links .footer-block .footer-logo {
  width: 90px;
}
.footer .footer-links .footer-block .footer-social {
  margin-top: 20px;
}
.footer .footer-links .footer-block .footer-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}
.footer .footer-links .footer-block .footer-social ul li:last-child {
  margin-right: 0;
}
.footer .footer-links .footer-block .footer-social ul li a {
  position: relative;
  color: #fff;
  border-radius: 50%;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.v-light .footer .footer-links .footer-block .footer-social ul li a {
  color: #000;
  border: 1px solid #bebebe;
}
.footer .footer-links .footer-block .footer-social ul li a i {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.footer .footer-links .footer-block .footer-social ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #fff;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.v-light .footer .footer-links .footer-block .footer-social ul li a:before {
  background-color: #000;
}
.footer .footer-links .footer-block .footer-social ul li a:hover i {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.v-light .footer .footer-links .footer-block .footer-social ul li a:hover i {
  color: #fff;
}
.footer .footer-links .footer-block .footer-social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.footer .footer-links .footer-block .footer-social ul li a i {
  font-size: 12px;
}
.footer .copyright {
  padding-top: 30px;
  font-size: 14px;
  letter-spacing: 2.67px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.v-light .footer .copyright {
  border-top: 1px solid #bebebe;
}
.footer .copyright p {
  text-transform: uppercase;
}
.footer .copyright .copright-text {
  color: #a7a7a7;
  margin-top: 5px;
  font-weight: 500;
}
.footer .copyright .copright-text a {
  color: #fff;
}
.v-light .footer .copyright .copright-text a {
  color: #000;
}
.slider .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}
.slider .parallax-slider .caption {
  text-align: center;
}
.slider .parallax-slider .caption h1 {
  font-size: 40px;
}
.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.slide-controls .swiper-button-next {
  right: 15px;
}
.slide-controls .swiper-button-prev {
  left: 15px;
}
.about .video-wrapper .img {
  margin-bottom: 50px;
}
.about .video-wrapper .stats ul li h6 {
  display: block;
  text-align: center !important;
}
.about .video-wrapper .stats ul li h6 br {
  display: none;
}
.about .video-wrapper .stats ul li {
  text-align: center;
  padding: 0;
}
.about .video-wrapper .stats ul li span {
  padding: 0;
  margin: 0;
}
.team .title {
  margin-bottom: 50px;
}
.team .title h3 {
  font-size: 40px;
}
.team .team-container:after {
  display: none;
}
.team .team-container {
  width: 100%;
}
.work-carousel .swiper-slide-next .img:after,
.work-carousel .swiper-slide-prev .img:after {
  opacity: 1 !important;
}
.work-carousel .swiper-slide-next .cont h6,
.work-carousel .swiper-slide-prev .cont h6 {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(-20px) !important;
  transform: translateY(-20px) !important;
}
.work-carousel .swiper-slide-next .cont h4,
.work-carousel .swiper-slide-prev .cont h4 {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}
.services .img {
  height: 400px;
}
.services .img .rotitle {
  display: none;
}
.testim-bg .navs .next {
  right: 0;
}
.testim-bg .navs .prev {
  left: 0;
}
.intro-section .htit {
  margin-bottom: 30px;
}
.clients .brands {
  padding: 50px 10px;
}
.team {
  padding-top: 0;
}
.blog .content {
  padding: 0 30px;
  margin-top: 40px;
}
footer.fixed {
  position: static;
}
footer .sub-footer,
footer .sub-footer .right p {
  text-align: center;
}
.head-banner {
  position: relative;
  z-index: 5;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.common_banner {
  background: url(../images/commen_banner2.html) no-repeat;
}
.head-banner .banner-overlay {
  background: rgba(0, 0, 0, 0.41);
  padding: 250px 0 50px;
}
.head-banner .page-content {
  position: relative;
  text-align: center;
}
.head-banner .page-content h2 {
  margin-top: 100px;
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
}
.head-banner .page-content p {
  padding-bottom: 30px;
  margin: 0;
  color: #fff;
}
.head-banner .page-content .page_nav {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  padding: 18px 40px 10px;
  display: inline-block;
  margin-top: 40px;
  color: #fbfbfb;
  font-size: 0.875em;
  background: rgb(0 0 0 / 2%);
}
.head-banner .page-content .page_nav a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.head-banner .page-content .page_nav a.active {
  color: #fcc439;
}
.head-banner .page-content .page_nav span i {
  margin-left: 5px;
}
.page_nav h1 {
  letter-spacing: 1px;
  font-size: 40px;
  margin-bottom: 0;
}
.contact-form .from-control {
  margin-bottom: 20px;
}
.contact-form .from-control input,
.contact-form .from-control textarea {
  width: 100%;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  color: #111;
}
.contact-form .from-control input,
.contact-form .from-control select {
  height: 50px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  border-color: #eee;
  background: #eeee;
}
.contact-form .from-control textarea {
  min-height: 180px;
  padding: 10px 18px;
  background: #eeee;
}
.model_layout .contact-form .from-control textarea {
  min-height: 100px;
  padding: 10px 18px;
  background: #eeee;
}
.contact-form .from-control ::placeholder {
  color: #555;
  opacity: 1;
}
input {
  outline: 0;
  border: none;
}
textarea {
  outline: 0;
  border: none;
}
input:focus,
textarea:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #adadad;
}
input:-moz-placeholder {
  color: #adadad;
}
input::-moz-placeholder {
  color: #adadad;
}
input:-ms-input-placeholder {
  color: #adadad;
}
textarea::-webkit-input-placeholder {
  color: #adadad;
}
textarea:-moz-placeholder {
  color: #adadad;
}
textarea::-moz-placeholder {
  color: #adadad;
}
textarea:-ms-input-placeholder {
  color: #adadad;
}
select::-webkit-input-placeholder {
  color: #adadad;
}
select:-moz-placeholder {
  color: #adadad;
}
select::-moz-placeholder {
  color: #adadad;
}
select:-ms-input-placeholder {
  color: #adadad;
}
. .contact100-form {
  width: 100%;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 27px;
}
.label-input100 {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  padding-left: 5px;
}
.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  padding: 0 5px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #7f7f7f;
}
input.input100 {
  height: 40px;
}
textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}
.wrap-contact100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}
.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}
.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
select {
  width: 100%;
  border: 0;
  height: 40px;
  color: #adadad;
  font-size: 18px;
}
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}
.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: 0;
  position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  padding-left: 5px;
  background-color: transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select2-selection__arrow b {
  display: none;
}
.select2-selection__arrow::before {
  content: "";
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #999;
  margin-bottom: 2px;
}
.select2-selection__arrow::after {
  content: "";
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
}
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 0 solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.select2-dropdown--above {
  top: -30px;
}
.select2-dropdown--below {
  top: 8px;
}
.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.select2-container .select2-results__option[aria-selected="true"] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: #fff;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: #fff;
}
.select2-results__options {
  font-size: 15px;
  color: #333;
  line-height: 1.2;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
}
.contact_section .container-contact100 {
  padding: 40px;
  border: 1px solid #ccc;
}
.common_section {
  padding: 70px 0;
  position: relative;
}
.common_section h4 {
  color: #040404;
}
.light_div {
  padding: 40px;
  border: 1px solid #ddd;
}
.line_border {
  padding: 15px;
  border: 1px solid #eee;
}
.map_div {
  margin-top: 50px;
}
.col_padding_zero {
  padding: 0;
}
.img_div {
  position: relative;
}
.img_div img {
  width: 100%;
}
.full_bg_panel {
  padding: 100px 0;
}
.blue_panel {
  margin: 70px 0;
  padding: 70px 0;
  background: #140c4c;
}
.col_padding_zero {
  padding: 0;
}
.panel_shadow {
  padding: 100px 0;
  background: rgb(0 0 0 / 47%);
}
.theme_color_box {
  background: #eee;
  border: 1px solid #ccc;
  padding: 40px;
  position: relative;
  height: 100%;
}
.theme_bg_pd50 {
  padding: 50px;
  background: #140c4c;
  position: relative;
  height: 100%;
  color: #eee;
}
.text_light {
  color: #eee;
}
.blue_panel {
  color: #eee;
}
.message_section .author {
  padding-top: 80px;
}
.common_list_style ul {
  list-style: none;
}
.common_list_style ul li::before {
  position: absolute;
  content: "\f393";
  color: #140c4c;
  font-weight: 700;
  display: inline-block;
  font-family: "Line Awesome Brands";
  width: 1em;
  margin-left: -2em;
  font-size: 18px;
  margin-top: -5px;
}
.common_list_style ul li {
  padding-left: 30px;
  padding-bottom: 8px;
  line-height: 2;
  letter-spacing: 0.2px;
}
.common_list_style.light_list ul li::before {
  color: #fff;
}
.white_border_div {
  padding: 40px;
  border: 1px solid #eee;
  position: relative;
  height: 100%;
}
.margin_top_50 {
  margin-top: 50px;
}
.img_effect {
  overflow: hidden;
  position: relative;
}
.img_effect > img {
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.img_hover_div {
  text-align: center;
}
.img_hover_div .img_hover {
  position: relative;
}
.img_hover_div .img_hover > .btn-curve {
  bottom: 0;
  position: absolute;
  left: 0;
  background: #140c4c;
  border-color: #140c4c;
  z-index: 9;
  color: #fff;
  border-radius: 0;
}
.img_hover_div .img_hover > .btn-curve:hover {
  background-color: #fff;
}
.img_hover_div .img_hover:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.darkbanner .banner-overlay {
  background: rgb(0 0 0 / 66%);
}
.fancybox-container {
  z-index: 9999999999999 !important;
}
.combination_div {
  position: relative;
  padding: 40px;
  height: 100%;
}
.combination_div h2 {
  font-size: 26px;
}
.row.row_table {
  position: relative;
  display: table;
  background: #eee;
}
.pullout_l {
  float: left;
}
.pullout_r {
  float: right;
}
.recruiters_slider .item {
  padding: 0 10px;
}
.recruiters_slider .item img {
  /*filter: grayscale(1);*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruiters_slider .item img:hover {
  /*filter: grayscale(0);*/
}
.table-responsive .table thead {
  background: #991810;
  border-radius: 10px;
}
.table-responsive .table thead th {
  font-weight: 700;
  color: #fff;
}
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > td,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > thead > tr > th {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.single_box {
  padding: 15px 20px;
  background: #140c4c;
  color: #fff;
  border: 1px solid #eee;
}
.img_control {
  position: relative;
}
.img_control img {
  width: 100%;
}
.img_control:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background-color: #fff;
}
.img_control:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
}
.green_bg_div {
  background: #28a557;
  padding: 50px 25px;
}
.blue_bg_div {
  background: #07294d;
  padding: 50px 50px 90px 50px;
}
.blue_bg_div p {
  color: #eee;
}
.services-item-one {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background: #f5f5fb;
}
.services-item-one.green_bg {
  background: #28a557;
}
.services-item-one.blue_bg {
  background: #07294d;
}
.services-item-one .content-box {
  position: relative;
  padding: 40px 30px;
  z-index: 5;
  text-align: center;
}
.services-item-one:hover {
  -webkit-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -ms-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  -o-box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
  box-shadow: 0 5px 20px rgba(52, 47, 47, 0.3);
}
.services-item-one .content-box span {
  font-size: 50px;
  color: #fff;
  display: block;
}
.services-item-one .content-box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 25px;
}
.services-item-one .content-box p {
  margin-bottom: 0;
  line-height: 26px;
  color: #eee;
}
.content-box .read-more {
  color: #eee;
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
  margin-top: 17px;
  border-bottom: 2px solid #898989;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.content-box .read-more i {
  font-size: 11px;
  margin-left: 5px;
}
.content-box .read-more:hover {
  color: #ffc600;
  border-bottom: 2px solid #ffc600;
}
.services-item-one .services-box-img {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-image: url(../images/boxed-home-img-2.html);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkite-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  z-index: -1;
}
.services-item-one .services-box-img::before {
  background: rgba(35, 35, 35, 0.9) !important;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.services-item-one.active .services-box-img,
.services-item-one:hover .services-box-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.services-item-one.active .content-box h4,
.services-item-one.active .content-box p,
.services-item-one:hover .content-box h4,
.services-item-one:hover .content-box p {
  color: #fff;
  -webkite-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-links ul li {
  color: #fff;
}
.model_layout .modal-header {
  padding: 0;
  border: 0;
  display: block;
}
.model_layout .modal-header .close {
  margin-top: 0;
  font-size: 30px;
  color: #fff;
  width: 40px;
  height: 40px;
  opacity: 5;
  background: #99170f;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.model_layout .modal-body {
  margin-top: 0;
}
.model_div {
  padding-bottom: 30px;
}
.model_div {
  padding: 40px 40px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.1);
  z-index: 999999;
  padding-right: 0 !important;
}
.photogallery_section .items {
  display: inline-block;
  width: 30%;
  margin: 1%;
}
.awards_flow .items {
  display: inline-block;
  width: 30%;
  margin: 1%;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.model_div::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #99170f;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#99170f),
      to(#99170f)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#140c4c), to(#140c4c)),
    -webkit-gradient(linear, left top, left bottom, from(#99170f), to(#99170f)),
    -webkit-gradient(linear, left top, left bottom, from(#140c4c), to(#140c4c));
  background-image: linear-gradient(#140c4c, #140c4c),
    linear-gradient(#99170f, #99170f), linear-gradient(#140c4c, #140c4c),
    linear-gradient(#99170f, #99170f);
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}
.model_div::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  border-radius: 5px;
}
.admission_block {
	
  /*position: fixed;*/
  left: 0px;
  top: 41%;
  z-index: 9;
  /*transform: rotate(270deg);*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 5px solid #99170f;
}
.block_text {
  position: relative;
  color: #fff;
  cursor: pointer;
  text-align: center;
}


.block_text .a1 {
 color: #99170f;
  font-size: 16px;
  padding: 10px 21.5px;
  background-color: #990f0f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: solid 0px #fff;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff;
  font-weight: 900;
}
.block_text .a2 {
  color: #99170f;
  font-size: 16px;
  padding: 10px 35px;
  background-color: #990f0f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #99170f;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
  font-weight: 900;
}
.block_text .a3 {
  color: #99170f;
  font-size: 16px;
  padding: 10px 35px;
  background-color: #990f0f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #99170f;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
  font-weight: 900;
  
}
.block_text .a4 {
  color: #99170f;
  font-size: 16px;
  padding: 10px 15.5px;
  background-color: #990f0f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #99170f;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
  font-weight: 900;
}




.block_text a:hover {
  background-color: #140c4c;
  color: #fff;
  text-shadow: 0 0 0px #fff, 0 0 0px #fff;
}

@media (max-width:767px) {
    .admission_block {
	display: none;
    
}
}


a.theme-color {
  color: #99170f;
}
.theme-color {
  color: #99170f;
}
.h4-border-line {
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 50px;
  text-align: center;
}
.whyvidhyapeeth_section .theme_color_box {
  height: unset;
}
.loading-text {
  position: fixed;
}
.work-carousel .content .cont {
  text-align: center;
  background: #eee;
  margin-top: 30px;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  width: 80%;
  padding: 20px;
  left: 10%;
  right: 0;
  opacity: 0;
}
.work-carousel .swiper-slide.swiper-slide-active .cont {
  opacity: 1;
  transition: 0.6s ease;
}
.notice-section {
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
  background-color: #99170f;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.notice-section .notice-text {
  padding-top: 10px;
  padding-bottom: 8px;
  vertical-align: middle;
  font-size: 20px;
  color: #ff0;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
}
.notice-section .news {
  height: auto;
  background-color: #140c4c;
  padding: 10px 30px 10px 30px;
  font-size: x-large;
  color: #fff;
  z-index: 1;
  display: block;
}
.notice-section:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 5s infinite;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .modal-dialog {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .photogallery_section .items {
    width: 47%;
    margin: 1%;
  }
  .awards_flow .items {
    width: 47%;
    margin: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .md-mb30 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  footer {
    position: static;
  }
  .work-carousel .content .cont {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .model_div {
    padding: 30px 20px;
  }
  .photogallery_section .items {
    width: 98%;
    margin: 1%;
    display: block;
  }
  .awards_flow .items {
    width: 98%;
    margin: 1%;
    display: block;
  }
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .topnav .container-fluid {
    padding: 0 30px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-head h6 {
    letter-spacing: 2px;
    font-size: 12px;
  }
  .section-head {
    margin-bottom: 0 !important;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 22px;
  }
  .slide-controls .swiper-pagination-fraction {
    right: 15px;
    bottom: 10px;
  }
  .slide-controls .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 45px;
  }
  .slider .parallax-slider .social {
    left: 15px;
  }
  .extra-title {
    font-size: 24px;
  }
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
  .progress-wrap::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .testim-blocks .quote-text {
    padding: 0 10px;
    margin-top: 40px;
  }
  .portfolio:after,
  .testim-blocks:after {
    width: 100%;
    left: 0;
  }
  .portfolio .gallery .items {
    width: 100%;
  }
  .clients .bord {
    border: 0;
  }
  .call-action.next .content h2,
  footer .call-action .content h2 {
    font-size: 50px;
  }
  .slide_caption {
    position: relative;
    background: #140c4c;
    padding: 20px;
  }
  .slide_img:before {
    background: rgba(0, 0, 0, 0.43);
  }
  .video-wrapper {
    margin-top: 50px;
  }
  .services-grid .items {
    padding: 60px 0;
  }
  .exper h4 {
    font-size: 22px;
    margin-top: 25px;
  }
  .head-banner .page-content .page_nav {
    padding: 20px;
  }
  .page_nav h1 {
    font-size: 30px;
  }
  .head-banner .banner-overlay {
    padding: 50px 0 50px;
  }
  .message_section .author {
    padding-top: 0;
  }
  .testim-blocks {
    padding-bottom: 50px;
  }
  .pullout_l {
    float: right;
  }
  .pullout_r {
    float: left;
  }
  .combination_div {
    background: #eee;
    padding: 40px 20px;
  }
  .hide-margin {
    margin-top: 30px;
  }
  .work-carousel .content .cont {
    top: 0;
    position: relative;
    margin-top: 0;
  }
  .testim-blocks .title h4 {
    font-size: 26px;
  }
  .main {
    margin-bottom: 0 !important;
  }
  .combination_div h2 {
    font-size: 20px;
  }
  .notice-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .hamenu {
    padding: 80px 15px 30px;
  }
  .hamenu .cont-info {
    display: none;
  }
  .topnav .logo {
    max-width: 130px;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 14px;
    padding: 7px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 12px;
  }
  .topnav .container-fluid {
    padding: 0 15px;
  }
  .slider .parallax-slider .caption p {
    display: none;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .slider .parallax-slider .btn-curve {
    padding: 10px 15px;
    margin-top: 20px;
  }
  .slider .parallax-slider .btn-curve span {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .about .video-wrapper .stats ul {
    display: block;
  }
  .about .video-wrapper .img {
    height: auto;
  }
  .about .video-wrapper .stats {
    padding: 50px 0;
  }
  .work-carousel .swiper-button-next,
  .work-carousel .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .work-carousel .swiper-button-next {
    right: 15px;
  }
  .work-carousel .swiper-button-prev {
    left: 15px;
  }
  .work-carousel .content .cont h6 {
    letter-spacing: 2px;
  }
  .work-carousel .content .cont h4 {
    font-size: 20px;
  }
  .work-carousel .content .cont {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
  }
  .portfolio .gallery .items .overlay-info h5 {
    font-size: 16px;
  }
  .extra-title {
    font-size: 20px;
  }
  .call-action.next .content h2,
  footer .call-action .content h2 {
    font-size: 38px;
  }
  .testim-bg p {
    font-size: 15px;
  }
  .testim-bg .quote-text {
    margin-top: 20px;
  }
  .testim-bg .navs {
    top: 30%;
  }
  .clients .brands {
    padding: 0 10px;
  }
  .clients {
    padding-bottom: 70px;
  }
  .clients .sectintro {
    padding-left: 0;
    margin-bottom: 50px !important;
  }
  .portfolio .filtering span {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .portfolio .filtering span:after {
    display: none;
  }
  .combination_div h2 {
    font-size: 18px;
  }
}


.experience-section {
  background-color: #140C4C; /* Dark blue background */
}

.stat-box {
  background-color: white;
  color: #140C4C;
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
}

.stat-label {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 500;
}

.mt-3 {
    margin-top: 1rem !important;
}
.mrt-24 {
    margin-top: 24px !important;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color:#fff;
}
