@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --color-1 : #ec398b;
  --color-2 : #ec398b;
  --color-3: #0B1354;
  --lite-1 : #ececed;
  --yellowColor: #FFCD02;
  --themeColor-1 : #f4a2a6;
  --darkColor : #262937;
  --themeColor-3 : #2cffc8;
  overflow-x : hidden;
  --font-1 :
  'Barlow Semi Condensed', sans-serif;
  --font-2 :
  'Kumbh Sans', sans-serif;
}
a {
  text-decoration : none!important;
}
body {
  padding-right : 0!important;
}
img {
  max-width : 100%;
}
body.inner-pages {
  padding-top : 73px;
}
h1,h2,h3,h4,h5,h6 {
  font-family : var(--font-1);
}
ul,ol {
  margin : 0;
  padding : 0;
  list-style : none;
  font-family : var(--font-2);
  font-size : 15px;
}
p {
  font-family : var(--font-2);
  color : #444;
  font-weight : 400;
}
figure {
  margin : 0;
}
.dis0 {
  display : none;
}
.dis0.active {
  display : block;
}
.lgx-btn, .lgx-submit, .wpcf7-submit, button {
  overflow: hidden;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  display: inline-block;
  letter-spacing: .1rem;
  /* background: #554bb9; */
  background: #ec398b;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-box-shadow: 0 8px 6px -6px rgb(50 51 51 / 40%);
  -moz-box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
  box-shadow: 0 8px 6px -6px rgb(50 51 51 / 40%);
}
button.transparent {
  background : transparent;
  color : #222!important;
  font-weight : bold;
  box-shadow : none;
  padding : 0 20px;
  font-weight : normal;
  text-decoration : underline;
}
button.transparent::before,
button.transparent::after {
  display : none;
}
.lgx-btn-red {
  background: #ec398b;
}
.lgx-btn span, .lgx-submit span, .wpcf7-submit span, button span {
  position: relative;
  z-index: 1;
}
.lgx-btn:after, .lgx-submit:after, .wpcf7-submit:after, button:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  height: 200px;
  width: 200px;
  background: #1b273d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: .15;
}
.lgx-btn:hover, .lgx-submit:hover, .wpcf7-submit:hover, button:hover {
  color: #fff;
  border-radius: 16px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.lgx-btn:hover:after, .lgx-submit:hover:after, .wpcf7-submit:hover:after, button:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  width: 300px;
  left: 43px;
  border-radius: 100%;
}
.btn-disabled {
  pointer-events: none;
  opacity: .35;
}

input[type="date"] {
  text-transform: uppercase;
}
/* COMMON STYLES */
.p0 {
  padding : 0;
}
.navbar {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 40px 0;
  width: 100%;
  transition : .5s ease;
}
.navbar.sticky {
  position : sticky;
  top : 0;
  background :rgba(27,39,61,.95);
  padding : 0 0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-box-shadow: 0 10px 20px -12px rgba(0,0,0,.42),0 3px 20px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 10px 20px -12px rgb(0 0 0 / 42%), 0 3px 20px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
  -o-box-shadow: 0 10px 20px -12px rgba(0,0,0,.42),0 3px 20px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
  box-shadow: 0 10px 20px -12px rgb(0 0 0 / 42%), 0 3px 20px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.grid-navbar {
  display : grid;
  grid-template-columns : 235px auto 200px;
  grid-gap : 20px;
  padding : 0 0;
  width : 100%;
  max-width : 1366px;
  margin : auto;
}
.sticky .grid-navbar {
  grid-template-columns : 135px auto 200px;
}
.grid-navbar .touch {
  text-align : right;
}
.navbar-brand img {
  width : 100%;
  padding : 10px 0;
  position : relative;
  top : 4px;
}
.navbar-nav {
  display : block;
  position : relative;
  text-align : right;
}
.navbar.sticky .navbar-nav {
  text-align : right;
}
.navbar-expand-lg .navbar-nav .nav-item {
  display : inline-block;
}
.navbar-expand-lg .navbar-nav .nav-link {
  display : block;
  color : #fff;
  padding: 25px 13px;
  font-family : var(--font-1);
  font-size : 16px;
  text-transform: uppercase;
}
.navbar.sticky .navbar-nav .nav-link {
  color : #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top : 0;
  padding : 0;
  border-radius : 0;
  top : 100%;
  border : none;
  background : var(--color-1);
}
.navbar-expand-lg .navbar-nav .dropdown-menu::before {
  content : '';
  position: absolute;
  left: 15px;
  top: -10px;
  width : 0;
  height : 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-1);
/* z-index: 9; */}
.navbar-expand-lg .navbar-nav .dropdown-menu li:first-child {
  border-radius : 10px 10px 0 0;
  overflow : hidden;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
  border-radius : 0 0 10px 10px;
  overflow : hidden;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  padding : 8px 20px;
  font-size : 14px;
  color : #fff;
  background : var(--color-1)!important;
  white-space : normal;
  font-family : var(--font-1);
  font-size : 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom : none;
  box-shadow : none!important;
}
.accordion-button {
  outline : none;
  box-shadow : none!important;
}
.service-menu-widget
.accordion-collapse {
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.service-menu-widget
.accordion-collapse a {
  position : relative;
  padding: 10px 25px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #111;
  margin: 5px 0;
  border: 1px solid #eee;
  white-space : normal;
}
.service-menu-widget
.accordion-collapse a:last-child {
  margin-bottom : 0;
}
.service-menu-widget
.accordion-collapse a::before {
  content : '\f105';
  position : absolute;
  right : 20px;
  top : 10px;
  font-weight : bold;
  font-family : 'FontAwesome';
}
.service-menu-widget .accordion-button:not(.collapsed) {
  color : #222;
  font-weight : bold;
}
.accordion-xs-radio,
.accordion-xs {
  display : none;
}
.accordion-xs-radio + label {
  position : relative;
}
.accordion-xs-radio + label::before {
  content : '\f107';
  position : absolute;
  right : 10px;
  top : 0px;
  font-family: 'FontAwesome';
  font-size : 18px;
  transition : .5s ease;
}
.accordion-xs-radio:checked + label::before {
  content : '\f106';
}
.accordion-xs-radio:checked ~ .accordion-xs {
  display : block;
  background: #fff;
  padding : 0;
}
.dropdown-menu.md {
  width : 200px!important;
}
.dropdown-menu.lg {
  width : 300px!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  background : transparent;
  color : var(--yellowColor);
}
.sub-menu-radio,
.sub-menu {
  display : none;
}
.sub-menu-radio:checked + .sub-menu {
  display : block;
}
.sub-menu a {
  padding : 2px 13px;
}
.touch a {
  position : relative;
  top : 11px;
}
.accordion-body {
  padding : 0;
}
.accordion-item {
  border : none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .accordion-body .dropdown-item {
  background : var(--color-3)!important;
}
.accordion-button:focus {
  border : none!important;
}
ul.style-1 li {
  position : relative;
  padding-left : 15px;
  margin-bottom : 10px;
}
ul.style-1 li a {
  color : inherit;
  display : block;
}
ul.style-1.lite li {
  color : #fff;
}
ul.style-1.social li .fa,
ul.style-1 li::before {
  content : '\f105';
  position : absolute;
  left : 0;
  top : 0;
  font-family: 'FontAwesome';
}
ul.style-1.social li {
  padding-left : 25px;
}
ul.style-1.social li .fa {
  top : 1px;
  background : rgba(255, 255, 255, .85);
  display : inline-block;
  font-size : 12px;
  --value : 20px;
  width : var(--value);
  height : var(--value);
  line-height: var(--value);
  text-align : center;
  border-radius : var(--value);
}
ul.style-1.social li .fa-facebook {
  color : #4C69B1;
}
ul.style-1.social li .fa-twitter {
  color : #38B2E1;
}
ul.style-1.social li .fa-youtube {
  color : #EA403C;
}
ul.style-1.social li .fa-linkedin {
  color : #0579B6;
}
ul.style-1.social li .fa-instagram {
  color : #0579B6;
}
ul.style-1.social li::before {
  display : none!important;
}
ul.style-2 li {
  position: relative;
  padding-left : 25px;
}
ul.style-2 li .fa {
  position : absolute;
  left : 0;
  top : 3px;
  color : #fff;
  font-size : 18px;
}
ul.style-2 li p {
  color : #fff;
}
ul.style-2 li span {
  color : #a8aec4;
  font-size : 14px;
  font-weight : normal;
}
.broucher-box a.broucher {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #232323;
  background: #eee;
  font-weight: 500;
  border-radius: 10px;
  transition : .5s ease;
  margin-bottom : 5px;
}
.broucher-box a.broucher span {
  position : absolute;
  right : 20px;
  top : 0;
  background : var(--color-1);
  padding : 4px 10px;
  border-radius : 0 0 6px 6px;
  color : #fff;
}
.broucher-box a.broucher:hover {
  background : var(--color-1);
  color : #fff;
}
.broucher-box a.broucher:hover span {
  background : var(--color-3);
}

/* PAGE HEADER */
.page-header {
  background : var(--color-3);
  text-align : center;
  padding : 15px 10px;
}
.page-header p {
  margin-bottom : 0;
  position : relative;
  color : var(--yellowColor);
  font-size : 17px;
  text-transform: uppercase;
  font-family : var(--font-1);
}
.page-header p a {
  position : relative;
  color : #fff;
  padding-right : 35px;
}
.page-header p a::before {
  content : '\f105';
  position : absolute;
  right : 13px;
  top : -2px;
  font-family : 'FontAwesome';
}

/* PAGE LOADER */
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
}
.pageloader img {
  margin: auto;
  width: 60px;
}
/* TITLES */
.title-block {
  max-width : 600px;
  margin : 0 auto 30px;
}
.title-1 {
  color : var(--color-3);
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
}
.title-1.small {
  font-size : 22px;
}
.title-1.big {
  font-weight : bold;
  font-size : 34px;
  color : #1b273d;
  text-transform: uppercase;
}
.title-1.big.lite {
  color : #fff;
}
.title-1.bold {
  font-weight : bold;
}
.lite {
  color : #eee;
}
.title-1.red {
  color : #ec398b;
}
.title-2 {
  font-size : 45px;
  color : #554bb9;
  font-weight: 700;
  font-style: normal;
}
.title-2.lite {
  color : #fff;
}
.title-3 {
  font-size : 24px;
  font-weight : bold;
  padding : 6px 0;
  margin-bottom : 0px;
    text-transform:capitalize;
}
.title-3.bordered {
  padding : 6px 15px;
  border-left : 4px solid var(--color-1);
  border-radius : 6px 0 0 6px;
  margin-bottom : 15px;
}

/* BTNS OR BUTTONS */
.btn-block {
  width : 100%;
  display : block;
}
.btn-1,
.btn-2,
.btn-3,
.btn-4 {
  display : inline-block;
  color : #fff;
  padding : 8px 20px 6px 20px;
  text-align : center;
  background-color : var(--color-1);
  text-decoration : none;
  font-size : 14px;
  font-family : var(--font-2);
  border : none;
  font-weight : 400;
  position: relative;
}
.btn-1.inverse {
  background : var(--color-3);
}
.btn-1.big,
.btn-2.big,
.btn-3.big,
.btn-4.big {
  /* padding : 12px 24px; */
}
.btn-2:hover,
.btn-1:hover {
  background-color : var(--color-2);
  color : #fff;
}
.btn-3 {
  background-color : var(--color-3);
  color : #fff;
}
.btn-3:hover {
  background-color : #fff;
  color : #222;
}
.btn-4 {
  background-color : #fff;
  color : #222;
}
.btn-4:hover {
  background-color : var(--color-3);
  color : #fff;
}
.btn-group-1 {
  display : block;
  margin-top : 35px;
}
@media(max-width : 559px) {
  .btn-group-1 a {
    display : block;
    margin-bottom : 10px;
  }
}
/* INDEX PAGE */
section.count-down {
  padding : 40px 0;
  background-color : #eee;
}
section.count-down.timeout {
  display : none;
}
.grid-timer {
  display : grid;
  grid-template-columns : repeat(4, 1fr);
  grid-gap : 30px;
  max-width : 700px;
  margin : 0 auto;
}
.timer-box {
  text-align : center;
  text-transform: uppercase;
}
.timer-box .boxy {
  border : 4px solid #ddd;
  padding : 20px;
  font-weight : bold;
  color : var(--color-1);
  margin-bottom: 10px;
  border-radius : 8px;
}
@media(max-width : 559px) {
  section.count-down {
    padding : 15px 0;
  }
  .grid-timer {
    grid-gap : 3px;
  }
  .timer-box .boxy {
    padding : 8px;
  }
}
.timer-box h1{
  font-size : 60px;
  font-weight : bold;
  margin : 0;
}
.timer-box p {
  font-weight : bold;
  font-size : 22px;
  margin : 0;
}
@media(max-width : 559px) {
  .timer-box h1 {
    font-size : 24px;
  }
  .timer-box p {
    font-size : 13px;
  }
}
.skeleton-box {
  display: inline-block;
  height: 50px;
  width : 50px;
  border-radius : 5px;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

section.video {
  padding : 40px;
  background-color : #eee;
}
section.video .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap : 15px;
}
.iframe-video {
  width : 100%;
  max-width : 900px;
  margin : auto;
  height : 350px;
}
@media(max-width : 991px) {
  .iframe-video {
    height : 320px;
  }
}
@media(max-width : 767px) {
  section.video {
    padding : 25px 10px 5px;
  }
  section.video .grid {
    grid-template-columns: 1fr;
    grid-gap : 5px;
  }
  .iframe-video {
    height : 200px;
  }
}

.tab-holder-1 {
  max-width : 1100px;
  margin : auto;
}
.tab-holder-1 .nav {
  border : none;
  position : relative;
  top : -1px;
}
.tab-holder-1 .nav .nav-link {
  border : none;
  padding : 20px 40px;
  background-color: #F664A3;
  color : #fff;
  border-radius : 0;
  width : 50%;
  text-align : center;
  text-transform: uppercase;
  position : relative;
}
.tab-holder-1 .nav .nav-link::before {
  content : '';
  position : absolute;
  left : calc(50% - 5px);
  bottom : -15px;
  border-left : 15px solid transparent;
  border-right : 15px solid transparent;
  border-top : 15px solid var(--color-3);
  opacity : 0;
}
.tab-holder-1 .nav .nav-link.active::before {
  opacity : 1;
}
.tab-holder-1 .nav .nav-link.active {
  background : var(--color-3);
}
.tab-holder-1 .nav .nav-link span {
  display : block;
  font-size : 20px;
  font-weight : bold;
}
.tab-holder-1 .tab-content {
  background-color : #fff;
  padding : 25px;
}
@media(max-width : 559px) {
  .tab-holder-1 .tab-content {
    padding : 25px 0 0;
  }
}
.table {
  margin-bottom : 0;
  font-size : 14px;
}
.table-1 tr:first-child td {
  background-color : var(--color-3);
  color : #fff; 
  text-align : center;
  font-weight : bold;
  text-transform: uppercase;
}
@media(min-width : 560px) {
  .table-1 tr:first-child td:first-child {
    width : 100px;
  }
}
@media(max-width : 559px) {
  .xs-pad0 .inner {
    padding : 25px 0!important;
  }
  .table-1 tr:first-child {
    display : none;
  }
  .table-1 tr td {
    display : block;
    position : relative;
    padding-left : 85px;
  }
  .table-1 tr td::before {
    content : attr(data-xs);
    position : absolute;
    left : 0;
    top : 0;
    width : 75px;
    height : 100%;
    padding : 10px;
    color : #fff;
    background-color : var(--color-3);
  }
}

section.experience {
  padding: 0 5px 15px;
}
.grid-experience {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 15px;
}
@media(max-width : 991px)  {
  .grid-experience {
    grid-template-columns : 1fr;
  }
}
.experience-box-left figure {
  position: relative;
}
.experience-box-left figure .overlay {
  position: absolute;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  display : flex;
}
.experience-box-left figure img {
  width : 100%;
}
.experience-box-left figure .overlay a{
  margin : auto;
  display : inline-block;
  width : 80px;
  height : 80px;
  border-radius : 80px;
  line-height : 80px;
  font-size : 26px;
  color : #fff;
  background : var(--color-1);
  text-align : center;
}
.experience-box-left .content {
  margin-top : 20px;
}
.experience-box-right {
  position : relative;
  background-image : url('../../images/experience-right.jpg');
  background-size : cover;
}
.experience-box-right .overlay {
  position : relative;
  width : 100%;
  height : 100%;
  padding : 60px 60px;
  transition : .4s ease;
  background : transparent;
}
.experience-box-right:hover .overlay {
  background : #272A39;
}
.experience-box-right .title-1 {
  max-width : 400px;
}
.experience-box-right img {
  width : 100%;
}
.experience-box-right h3 {
  font-size : 24px;
  color : var(--color-2);
  margin-bottom : 30px;
}

section.explore {
  background-image : url('../../images/bg/bg-1.jpg');
  background-size : cover;
  padding : 50px 60px;
  text-align : center;
  position: relative;
}
.grid-explore {
  display : grid;
  grid-template-columns : repeat(3, 1fr);
  grid-gap : 30px;
  margin : 20px auto;
  color : #fff;
}
@media(max-width : 991px) {
  .grid-explore {
    grid-template-columns : 1fr 1fr;
  }
}
@media(max-width : 767px) {
  section.explore {
    padding : 35px 5px;
  }
  .grid-explore {
    grid-template-columns : 1fr;
  }
}
.explore-box {
  text-decoration : none;
  color : #fff;
  padding : 10px;
}
section.explore.plain {
  background : #eee;
  padding : 50px 60px 30px;
}
section.explore.plain.bg {
  /* background-image : url('../../images/bg/bg-1.jpg'); */
  /* background-image : url('https://i0.wp.com/news.xbox.com/en-us/wp-content/uploads/sites/2/2021/10/Xbox-Celebrates-the-Disability-Community_1920x1080_Hero.png?resize=1200%2C675&ssl=1');
  background-size : cover; */
  padding : 0;
}
section.explore.plain.bg .inner {
  /* background : rgba(255,255,255,.88); */
  padding : 20px;
  background: url(../../images/bg/bg-team.jpg) bottom left no-repeat fixed;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
@media(max-width : 767px) {
  section.explore.plain.bg .inner {
    padding : 0;
  }
}
section.explore.plain.bg .inner div {
  /* background: transparent; */
}
section.explore.plain.bg .inner div.with-info {
  /* background-color: #e6edf3; */
  background-color: #f4f6f8;
  padding : 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
a.change {
  display: inline-block;
  color: var(--color-1);
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
section.explore.plain.bg .inner .wrap {
  margin : 50px 0;
}
section.explore.plain.bg .inner .grid-explore.small {
  max-width : 1000px;
  margin-top : 40px;
}
section.sponsors {
  margin : 0!important;
}
@media(max-width : 767px) {
  section.sponsors .inner {
    padding : 25px 0!important;
  }
}
.grid-explore.inline {
  display : block;
}
.grid-explore.inline > div {
  display : inline-block;
  max-width : 240px;
}
section.explore.plain.bg img {
  width : 100%;
}
section.explore.plain .explore-box {
  color : #111;
}
.explore-box:hover {
  color : #fff;
}
.explore-box .icon {
  display : inline-block;
  width : 120px;
  margin-bottom : 15px;
}
.explore-box .icon img {
  width : 100%;
}
.explore-box .icon span {
  color : var(--color-1);
  font-size : 50px;
}
.explore-box .read-more {
  color : var(--color-1);
}
.explore-box:hover h4 {
  color : var(--color-1);
}

.explore-box-type-1 {
  background-color: #fff;
  padding : 20px;
  border-radius : 6px;
  position : relative;
}
.explore-box-type-1 img {
  width : 100%;
  border-radius : 6px;
}
.explore-box-type-1 .content {
  position : relative;
  width : calc(100% - 40px);
  margin : 20px;
  margin-top : -60px;
  background : #fff;
  padding : 20px;
  border-radius : 6px;
  color : #333;
  box-shadow : 0 0 15px rgb(0 0 0 / 8%);
}
.explore-box-type-1 .content h3 {
  font-size : 22px;
}
.explore-box-type-1 .content p {
  margin-bottom : 0;
}

section.explore.registration {
  text-align : left;
}

section.packages {
  padding : 30px 0;
}
.grid-packages {
  margin : 40px auto 0;
  display : grid;
  grid-template-columns : repeat(3, 1fr);
  grid-gap : 20px;
  grid-column-gap : 35px;
  padding : 0 50px;
}
@media(max-width : 991px) {
  section.packages {
    padding: 15px 5px;
  }
  .grid-packages {
    grid-template-columns : repeat(1, 1fr);
    padding : 0 0px;
    grid-gap : 15px;
    margin : 20px 0 0;
  }
}
.package-box {
  padding : 35px;
  color : #fff;
}
.package-box:nth-child(1) {
  background : url('../../images/packages/package-1.jpg');
  background-size : cover;
}
.package-box:nth-child(1):hover {
  background : var(--color-1);
}
.package-box:nth-child(2) {
  background : url('../../images/packages/package-2.jpg');
  background-size : cover;
  color : #fff;
}
.package-box:nth-child(2):hover {
  background : var(--themeColor-2);
}
.package-box:nth-child(3) {
  background : url('../../images/packages/package-3.jpg');
  background-size : cover;
}
.package-box:nth-child(3):hover {
  background : var(--color-1);
}
.package-box h3 {
  font-weight : bold;
  margin-bottom : 30px;
}
.package-box ul {
  margin-bottom : 20px;
}
.package-box a {
  display : inline-block;
  margin-top : 30px;
}

.full-bg-1 {
  background-image : url('../../images/bg/bg-2.jpg');
  background-size : cover;
  padding : 90px 30px;
  color : #fff;
}
.grid-split-1 {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 30px;
}
@media(max-width : 991px) {
  .full-bg-1 {
    padding : 30px;
  }
  .grid-split-1 {
    grid-template-columns : 1fr;
  }
}
.grid-split-1 p {
  color : #ddd;
}
.icon-split-1 {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 20px;
}
@media(max-width : 559px) {
  .icon-split-1 {
    grid-template-columns : 1fr;
  }
}
.icon-split-box {
  display : grid;
  grid-template-columns : 70px auto;
  grid-gap : 30px;
}
.icon-split-box span {
  font-size : 70px;
}
.icon-split-box div {
  display : flex;
}
.icon-split-box div h3 {
  margin : auto 0;
  font-weight : bold;
  text-align : left;
}

.split-right img {
  width : 100%;
}

section.activities {
  padding : 25px 0;
}
.grid-activities .top,
.grid-activities .bottom {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 10px;
  margin : 10px;
}
.grid-activities .bottom {
  grid-template-columns : 1fr 1fr 1fr;
  margin-bottom : 0;
}
@media(max-width : 991px) {
  section.activities {
    padding : 20px 0;
  }
  .grid-activities > div {
    margin : 0;
  }
  .grid-activities .top{
    grid-template-columns : 1fr 1fr;
    grid-gap : 10px;
    margin : 10px;
  }
  .grid-activities .bottom{
    grid-template-columns : 1fr 1fr 1fr;
    grid-gap : 10px;
    margin : 10px;
  }
}
@media(max-width : 767px) {
  .grid-activities .bottom {
    grid-template-columns : 1fr 1fr;
    grid-gap : 10px;
    margin : 10px;
  }
  .grid-activities .bottom > div:last-child {
    grid-column-start : 1;
    grid-column-end : 3;
  }
}
.activities-box {
  position : relative;
  display : block;
}
.activities-box .overlay {
  position : absolute;
  left : 0;
  bottom : 0;
  width : 100%;
  padding : 20px;
  transition : .6s ease;
  background: linear-gradient(rgba(38,41,55,0) 0%,rgba(38,41,55,0) 65%,rgba(38,41,55,1) 100%);
}
@media(max-width : 767px) {
  .activities-box .overlay {
    padding : 10px;
  }
}
.activities-box::before {
  content : '';
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background: rgba(0, 0, 0, 0);
  transition : .6s ease;
}
.activities-box:hover::before {
  background: rgba(0, 0, 0, .3);
}
.activities-box img {
  width : 100%;
  height : 100%;
  object-fit : cover;
}
.activities-box h3 {
  margin : 0;
  color : #fff;
  font-weight : bold;
}

section.full-bg-2 {
  /* background : #eee; */
  background: url(../../images/bg/bg-team.jpg) bottom left no-repeat fixed;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
section.full-bg-2.plain {
  background-color : #eee;
}
section.full-bg-2 .inner {
  /* background-image : url('../../images/bg/bg-3.png'); */
  background-size : cover;
  padding : 45px 45px 45px;
}
.grid-form-1 .top,
.grid-form-1 .bottom {
  display : grid;
  grid-template-columns : 1fr 1fr 1fr;
  grid-gap : 15px;
}
.grid-form-1 .bottom {
  grid-template-columns : 1fr 1fr;
}
@media(max-width : 991px) {
  .grid-form-1 .top,
  .grid-form-1 .bottom {
    grid-template-columns : 1fr 1fr;
  }
  .grid-form-1 .top > div:last-child {
    grid-column-start : 1;
    grid-column-end : 2;
  }
}
@media(max-width : 767px) {
  .grid-form-1 .top,
  .grid-form-1 .bottom {
    grid-template-columns : 1fr;
  }
}
.grid-form-1 .form-control {
  height: 50px;
  border-radius : 0;
  padding-left : 18px;
}
.grid-form-1 .form-group {
  position : relative;
}
.grid-form-1 .form-group span {
  position : absolute;
  right : 20px;
  top : 15px;
}
.agree {
  display : block;
  text-align : center;
  color : #fff;
}
.agree a {
  text-decoration : none;
  color : var(--color-2);
}

/* TEAM */
.grid-team-wrap {
  display :  grid;
  grid-template-columns :  1fr 1.5fr;
}
@media(max-width : 991px){
  .grid-team-wrap {
    grid-template-columns :  1fr;
  }
}
.team .wrap {
  background: url(../../images/bg/bg-team.jpg) bottom left no-repeat fixed;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.team .wrap .inner {
  background: rgba(27, 39, 61, 0.7);
  padding : 40px 20px;
}
.team .wrap .inner h2.lite {
  color : var(--color-1);
}
.team-box-grid {
  display : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap : 20px;
}
.team-box-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media(max-width : 559px){
  .team-box-grid,
  .team-box-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap : 0;
  }
}
.team-box-grid.inline {
  display : block;
  margin : 30px 0;
  text-align : center;
}
.team-box-grid.inline > .team-box-new {
  width : 280px;
  display : inline-block; 
}
.team-box-grid.inline > .team-box-new img {
  --v : 200px;
  width : var(--v);
  height : var(--v);
  border-radius : var(--v);
  object-fit : cover;
  border : 5px solid #fff;
  margin-bottom : 10px;
}
.team-box-grid.inline > .team-box-new .caption {
  padding : 0 15px;
}
.team-box-grid.inline > .team-box-new h3 {
  color : #fff;
  font-size : 22px;
}
.team-box-grid.inline > .team-box-new p {
  font-size : 14px;
  color : yellow;
}
.team-box {
  background: #fff;
  padding: 1.6rem;
  border-radius: 16px;
  margin-bottom: 2.6rem;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}
.team-box:after {
  position: absolute;
  left: 0;
  bottom: -136%;
  height: 150%;
  width: 150%;
  background: #1b273d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 0;
  opacity: 0;
}
.team-box figure a.profile-img img,
.team-box-circle {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.team-box figure {
  position: relative;
}
.team-box figure a.profile-img img {
  transition-duration: 0.3s;
}
.team-box figure figcaption {
  background: rgba(85, 75, 185, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  text-align: center;
  border-radius: 8px;
  opacity: 0;
  padding: 0.8rem 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 3;
}
.team-box figure figcaption a {
  font-size: 22px;
  line-height: 3.9000000000000004rem;
  color: #554bb9;
  padding: 0 0.3rem;
}
.team-box .social-group {
  text-align: right;
  padding: 1rem 2rem;
}
.team-box .social-group a {
  color: #fff;
}
.team-box .speaker-info {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
}
.team-box .speaker-info .title {
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 700;
  margin: 0;
  color: #efa506;
}
.team-box .speaker-info .title a {
  font-size: 24px;
  color: inherit;
}
.team-box .speaker-info .subtitle {
  font-size: 18px;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}
.team-box:hover {
  background: #554bb9;
  overflow: hidden;
}
.team-box:hover:after {
  left: 42%;
  opacity: 0.7;
}
.team-box:hover figure a.profile-img img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.team-box:hover figure figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.team-box-circle {
  border-radius: 16px;
  margin-bottom: 2.6rem;
  transition-duration: 0.3s;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}
.team-box-circle figure {
  position: relative;
}
.team-box-circle figure a.profile-img img {
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.team-box-circle figure figcaption {
  background: rgba(85, 75, 185, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  text-align: center;
  border-radius: 8px;
  opacity: 0;
  padding: 0.8rem 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 3;
}
.team-box-circle figure figcaption a {
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  color: #554bb9;
  padding: 0 0.3rem;
}
.team-box-circle .social-group {
  text-align: right;
  padding: 1rem 2rem;
}
.team-box-circle .social-group a {
  color: #fff;
}
.team-box-circle .speaker-info {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
}
.team-box-circle .speaker-info .title {
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 700;
  margin: 0;
  color: #efa506;
}
.team-box-circle .speaker-info .title a {
  font-size: inherit;
  color: inherit;
}
.team-box-circle .speaker-info .subtitle {
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}
.team-box-circle:hover {
  background: #554bb9;
  overflow: hidden;
}
.team-box-circle:hover:after {
  left: 42%;
  opacity: 1;
}
.team-box-circle:hover figure a.profile-img img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 0;
}
.team-box-circle:hover figure figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.team-box2 {
  margin-bottom: 4.2rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* GALLERY */
section.gallery {
  position: relative;
}
section.gallery .overlay {
  position: absolute;
  left: 0;
  top : 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
}
section.gallery .overlay .holder {
  margin: auto;
  background-color: #fff;
  padding : 20px 30px;
  min-width: 300px;
  text-align: center;
  border: 4px solid var(--color-3);
  z-index: 10;
}
section.gallery .overlay .holder img {
  max-width: 200px;
}
section.gallery .overlay .holder a {
  font-weight: bold;
  color: var(--color-1);
}
.gallery-box-grid {
  display : grid;
  grid-template-columns : repeat(4, 1fr);
}
@media(max-width : 767px) {
  .gallery-box-grid {
    grid-template-columns : repeat(2, 1fr);
  }
}
.gallery-box {
  margin: 0;
  position : relative;
  overflow : hidden;
} 
.gallery-box span {
  position: absolute;
  left: 0;
  top : 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
}
.gallery-box span b {
  position: relative;
  margin: auto;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
}
.gallery-box span b::before {
  content : '';
  position: absolute;
  left: 23px;
  top : 18px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  z-index: -1;
}
.gallery-box span b .fa {
  color: red;
  font-size: 45px;
}
.gallery-box::before{
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index : 2;
  opacity : 0;
  background-color : rgb(193 7 71 / 65%);
}
.gallery-box:hover::before {
  opacity : 1;
}
.gallery-box figure {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  -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;
}
.gallery-box figure:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255,255,255,0.5);
  transition: transform 0.6s !important;
  -webkit-transition: -webkit-transform 0.6s !important;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
  z-index : 10;
} 
.gallery-box:hover figure:before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.gallery-box figure img {
  opacity: 0.95;
  transform: scale3d(1.05,1.05,1);
  -webkit-transform: scale3d(1.05,1.05,1);
  transition: opacity 0.35s, transform 0.35s !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s !important;
  width : 100%;
  height : 100%;
  object-fit : cover;
}

/* HOME ABOUT */
section.home-about {
  padding : 60px 10px;
}
.home-about-grid {
  display : grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap : 20px;
}
@media(max-width : 991px) {
  section.home-about {
    padding : 20px 10px;
  }
  .home-about-grid {
    grid-template-columns: 1fr;
  }
}
.home-about-left h4 {
  color : var(--color-1);
  font-size : 18px;
  margin-bottom : 0;
}
.home-about-left p {
  margin : 25px 0;
}
.about-date-area {
  display: flex;
  margin-bottom : 25px;
}
@media(max-width : 767px) {
  .about-date-area {
    display : block;
  }
}
.about-date-area .date {
  margin-top: 0;
  font-size: 80px;
  line-height: 10.2rem;
  line-height: 86px;
  color: var(--color-1);
  border: 8px solid #ddd;
  width: 300px;
  height: 110px;
  /* text-align: right; */
  margin-right: 16px;
  border-radius: 16px;
  font-weight: bold;
}
.about-date-area .date span {
  position: relative;
  left: 20px;
  width: 110%;
  display: block;
}
.about-date-area p {
  margin: 31px 0;
}
.about-date-area p span {
  display: block;
  color: #1b273d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
}
.home-about-right .inner {
  padding-left : 75px;
  padding-bottom: 75px;
  overflow: hidden;
  border-radius: 20px;
}
@media(max-width : 767px) {
  .home-about-right .inner {
    padding : 20px 10px 75px;
  }
}
.home-about-right .inner .imgs {
  position : relative;
  z-index : 10;
}
.home-about-right .inner .imgs .abs {
  position : absolute;
  right : 0;
  bottom : -75px;
  width : 100%;
  padding : 15px 0px 10px 10px;
  text-align : right;
  /* background: -webkit-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -moz-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%); */
  border-radius : 0 0 20px 20px;
  text-align : center;
}
.home-about-right .inner .imgs:after {
  content : '';
  position: absolute;
  left: 50%;
  bottom: -100%;
  height: 100%;
  width: 100%;
  background: url(../../images/pattern/dot.png);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(315deg);
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  z-index: -1;
}
.home-about-right .inner .imgs img {
  width : 100%;
  border-radius : 20px;
}

/* VIDEO */
.grid-video {
  position : relative;
}
.grid-video img {
  width : 100%;
}
.grid-video .overlay {
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background : rgba(0, 0, 0, .65);
  display : flex;
}
.grid-video .overlay > .ico-box {
  margin : auto;
  --v : 90px;
  width : var(--v);
  height : var(--v);
  border-radius : var(--v);
  line-height : var(--v);
  text-align : center;
  font-size : 30px;
  background-color : var(--color-1);
  color : #fff;
}
.floating-1 {
  position: fixed;
  left : 5px;
  bottom : 5px;
  display: block;
  padding: 10px;
  background-color: var(--color-2);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  width: calc(100% - 10px);
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

/* FOOTER */
footer {
  background: url(../../images/bg/footer.jpg) no-repeat;
  background-size : cover;
  /* background-color : rgba(0, 0, 0, .7); */
}
.footer-logo {
  width : 160px;
}
footer .inner {
  background : rgba(205,55,127,.95);
  padding : 45px 45px 15px;
}
footer .inner .wrap {
  max-width : 1100px;
  margin : auto;
}
.grid-footer {
  display: block;
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.footer-box .logo{
  width : 180px;
  margin-bottom : 15px;
}
.footer-box.menus {
  margin : 20px 0 15px;
}
.footer-box.menus a {
  display: inline-block;
  padding : 5px 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.footer-box.socials a {
  display: inline-block;
  --v : 40px;
  width: var(--v);
  height: var(--v);
  border-radius: var(--v);
  line-height : var(--v);
  background-color: #fff;
  color: #000;
}
.copyright {
  text-align : center;
  padding : 10px 20px 12px;
  margin-top : 30px;
}
.copyright p {
  margin : 0;
  color : #eee;
  font-family : var(--font-1);
  font-size : 15px;
  text-transform: uppercase;
}
.fixed-bottom-wrap {
  position : fixed;
  bottom : 0;
  left : 0;
  width : 100%;
  z-index : 10;
}
.fixed-bottom-wrap a {
  display : block;
}
body.hidden-fixed-wrap .fixed-bottom-wrap{
  display : none;
}

/* FEEDBACK PAGE */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
  text-align : left;
}
.rating-stars ul > li.star {
  display:inline-block;
}
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; 
  color:#ccc; 
}
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

/* ABOUT PAGE */
section.about-content {
  position: relative;
  padding: 10px;
  background-image: url("../../images/pattern-1.jpg");
  background-size: 300px;
  background-repeat: repeat;
}
section.about-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
}

.grid-about-common {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.grid-about-common .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 991px) {
  .grid-about-common .inner {
    grid-template-columns: 1fr;
  }
}
.grid-about-common .inner > .content {
  padding: 30px;
}
@media (max-width: 991px) {
  .grid-about-common .inner > .content {
    padding: 0;
  }
}
.grid-about-common .inner p {
  font-size: 15px;
  color: #222;
}
.grid-about-common .title-top {
  color: #222;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 25px 10px;
}
.grid-about-common h4 {
  color: #222;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
}
.grid-about-common .holder {
  background: rgba(255, 255, 255, 0.35);
  padding: 30px;
  position: relative;
  border-left: 1px solid var(--darkColor);
}
.grid-about-common .holder.r-arrow {
  border-left: none;
  border-right: 1px solid var(--darkColor);
}
@media (max-width: 991px) {
  .grid-about-common .holder {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--darkColor);
    padding : 0;
  }
  .grid-about-common .right .holder {
    padding : 15px 0;
  }
  .grid-about-common .holder.r-arrow {
    border-right: none;
    border-top: 1px solid var(--darkColor);
  }
  .grid-about-common .holder::before {
    content: "";
    position: absolute;
    left : 20px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--darkColor);
  }
}
@media (min-width: 992px) {
  .grid-about-common .holder::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid var(--darkColor);
  }
  .grid-about-common .holder.r-arrow::before {
    right: -15px;
    left: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--darkColor);
    border-right: none;
  }
}
.grid-about-common .holder.no-border {
  border: none;
}
.grid-about-common .holder.no-border::before {
  display: none;
}


/* BLOG PAGE */
section.blog {
  padding : 30px 0;
  background : #eee;
}
.grid-blog > div {
  text-align : center;
}

/* NEWS PAGE */
section.features {
  background: rgb(241, 246, 233);
  background: linear-gradient(90deg, rgb(241, 246, 233) 48%, rgb(248, 247, 229) 48%, rgb(255, 247, 226) 48%, rgb(255, 247, 226) 57%, rgb(251, 238, 230) 57%, rgb(246, 228, 235) 57%, rgb(246, 228, 235) 66%, rgb(232, 242, 254) 66%, rgb(232, 242, 254) 100%);
  padding: 40px 0;
}
section.features .grid-feature-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 991px) {
  section.features .grid-feature-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  section.features .grid-feature-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.features .grid-feature-box .feature-box {
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  display: block;
}
section.features .grid-feature-box .feature-box .img {
  overflow: hidden;
}
section.features .grid-feature-box .feature-box .img img {
  transition: 0.6s ease;
  width: 100%;
}
section.features .grid-feature-box .feature-box .content {
  padding: 20px;
  color: #555;
}
section.features .grid-feature-box .feature-box .content h4 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}
section.features .grid-feature-box .feature-box .content p {
  font-size: 14px;
  margin-bottom: 10px;
}
section.features .grid-feature-box .feature-box .btn-1 {
  background: transparent;
  border: 2px solid var(--color-1);
  color: var(--color-1);
}
section.features .grid-feature-box .feature-box:hover h4 {
  color: var(--color-2);
}
section.features .grid-feature-box .feature-box:hover .btn-1 {
  background: var(--color-2);
  border: 2px solid var(--color-2);
  color: var(--liteColor);
}
section.features .grid-feature-box .feature-box:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  section.features .grid-feature-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  section.features .grid-feature-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* NEWS DETAIL PAGE */
section.service-detail-block {
  background-color : #fff;
  padding : 30px 0 0;
}
.grid-service-detail {
  max-width: 900px;
  margin : auto;
}
@media(max-width : 991px) {
  section.service-detail-block {
    padding : 15px 5px;
  }
  .grid-service-detail {
    display: block;
  }
}
.service-menu-widget {
  margin-bottom: 25px;
  padding: 30px 25px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.125);
}
.open-menu {
  display : none;
}
.close-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 8px 15px;
  background: #eee;
  color: var(--color-3);
  font-size: 18px;
}
@media(max-width : 991px) {
  .open-menu {
    position : fixed;
    right : 10px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    border-radius : 45px;
    line-height: 40px;
    text-align : center;
    background : var(--color-3);
    border : 1px solid #fff;
    color : #fff;
    font-size: 18px;
    display : inline-block;
  }
  .service-menu {
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    min-height : 100vh;
    z-index : 1001;
    display : none;
  }
  body.active-menu .service-menu {
    display : block;
  }
  .service-menu .holder {
    position : relative;
    max-width : 350px;
    width : 100%;
    height : 100%;
    overflow : auto;
    background : #fff;
    transition : .6s ease;
    transition-delay : .24s;
    left : -350px;
  }
  body.active-menu .service-menu .holder {
    left : 0;
  }
  .service-menu-widget {
    border : none;
    border-radius : 0;
    padding : 25px 25px 0 25px;
  }
  .overlay-service-menu {
    display : block;
    position : absolute;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    background : rgba(0, 0, 0, .75);
  }
  .service-any-question {
    margin : 0 25px 25px;
    width : calc(100% - 50px);
  }
}
.service-detail .title-3 {
  margin-top : 15px;
}
.title-3.begin {
  margin-top : 0;
  padding : 0!important;
  margin-bottom : 10px;
}
.service-detail img.curved {
  border-radius : 8px;
}
.service-detail p {
  color : #222;
}
.grid-service-feature {
  display : grid;
  grid-template-columns :  1fr 1fr;
  grid-gap : 20px;
}
@media(min-width : 992px) and (max-width : 1200px) {
  .grid-service-feature {
    grid-template-columns :  1fr;
  }
}
@media(max-width : 767px) {
  .grid-service-feature {
    grid-template-columns :  1fr;
  }
}
.service-feature-box {
  background : #eee;
  padding : 15px;
  border-radius : 10px;
  display : grid;
  grid-template-columns : 70px auto;
  grid-column-gap : 25px;
}
.service-feature-box .icon-box {
  position: relative;
  margin-top : 10px;
}
.service-feature-box .icon-box:before {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  content: '';
  position: absolute;
  background: rgba(243,102,63,0.2);
  bottom: -10px;
  right: -10px;
}
.service-feature-box .title-3 {
  margin-top : 0;
}
.service-feature-box .title-3 a {
  color : #222;
}
.service-feature-box .title-3 a:hover {
  color : var(--color-1);
}
.split-1 {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 30px;
  margin-top : 15px;
}
.split-1.type-2 {
  display : flex;
  grid-gap : 0;
  margin-bottom : 15px;
}
.split-1.type-2 > div {
  flex-basis : 50%;
}
.split-1.type-2 img {
  border-radius : 0;
  height : 100%;
  object-fit : cover;
}
.split-1.type-2 > .right {
  background : #eee;
  border : 1px solid #ddd;
  padding : 30px;
}
.split-1.type-2 > .right h5 {
  margin-bottom : 5px;
  text-transform : uppercase;
}
@media(min-width : 768px) {
  .split-1.type-2:nth-child(even) > .left {
    order : 2;
  }
}
@media(max-width : 767px) {
  .split-1 {
    grid-template-columns :  1fr;
    grid-gap : 0;
  }
  .split-1.type-2 {
    display : block;
  }
}
.split-1 img {
  width : 100%;
}
.service-any-question {
  padding : 50px 30px;
  text-align : center;
}
.service-any-question {
  background-image : url('../../images/bg/bg-5.jpg');
  background-size : cover;
  border-radius : 6px;
  position : relative;
  overflow : hidden;
}
.service-any-question::before {
  content : '';
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background : rgba(0, 0, 0, .7);
  z-index : -1;
}
#expert {
  padding : 35px 20px;
  font-size: 14px; background: linear-gradient(99.18deg, #fef3f0, #ebf9ff);
}
@media(max-width : 767px) {
  #expert {
    padding : 35px 10px;
  }
}
#expert h2 + p {
  font-size : 14px;
  margin-top : 10px;
}
.grid-services-box {
  display : grid;
  grid-template-columns : repeat(4, 1fr);
  grid-gap : 10px;
  margin-top : 30px;
}
@media(max-width : 991px) {
  .grid-services-box {
    grid-template-columns : repeat(2, 1fr);
  }
}
@media(max-width : 559px) {
  .grid-services-box {
    grid-template-columns : repeat(2, 1fr);
  }
}
.services-box {
  border: 0.5px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
  background: #fff;
  padding: 50px 15px 30px;
  position : relative;
  text-align : center;
}
@media(max-width : 767px) {
  .services-box {
    padding : 20px;
  }
}
.services-box.highlight {
  display : flex;
}
.services-box.highlight div {
  margin : auto;
}
@media(min-width : 992px) {
  .services-box.big {
    grid-column-start : 2;
    grid-column-end : 4;
  }
}
@media(max-width : 991px) {
  .services-box.big + div {
    grid-column-start : 1;
    grid-column-end : 3;
  }
}
.services-box:hover {
  -webkit-box-shadow: 12px 7px 128px rgb(0 0 0 / 32%);
  -moz-box-shadow: 12px 7px 128px rgb(0 0 0 / 32%);
  box-shadow: 12px 7px 128px rgb(0 0 0 / 32%);
  transition: all 500ms ease-in-out;
}


/* CONTACT PAGE */
section.contact {
  position : relative;
  padding : 30px 0 30px;
  background-image : url('../../images/bg/bg-4.jpg');
  background-size : cover;
}
section.contact::before {
  content : '';
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background : rgba(0, 0, 0, .75);
}
.grid-contact {
  position : relative;
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 10px;
}
@media(max-width : 991px) {
  section.contact {
    padding : 15px 0;
  }
  .grid-contact {
    grid-template-columns : 1fr;
    grid-gap : 15px;
  }
}
.btn-3.inverse-hover:hover,
.grid-contact .btn-3:hover {
  background : var(--color-1);
  color : #fff;
}
.contact-form {
  position: relative;
  background: transparent;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  z-index: 9;
  padding : 50px;
}
.combined-input {
  display : grid;
  grid-template-columns :  1fr 1fr;
  grid-column-gap : 15px;
}
@media(max-width : 767px) {
  .combined-input {
    grid-template-columns : 1fr;
  }
}
.contact-input-box {
  position : relative;
  margin-bottom : 15px;
}
.contact-input-box > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
  font-weight: 500;
}
.contact-input-box .form-control {
  min-height : 45px;
  border-radius : 10px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  resize : none;
}
textarea.form-control {
  height : 90px;
}
.grid-contact-right {
  position : relative;
  height : 100%;
}
.corporate-office {
  padding-top : 20px;
}
.grid-contact-right.bg-white {
  background  : #fff;
  padding : 50px;
  border-radius : 6px;
}
.grid-contact-right.corporate-office {
  background : var(--color-1);
  padding : 40px;
  border-radius : 6px;
}
.grid-contact-right.bg-white li {
  color : #222;
  border-bottom : 1px dashed #777;
  padding-bottom : 20px;
}
.grid-contact-right.bg-white li:last-child {
  border-bottom : none;
  margin-bottom : 0;
}
.grid-contact-right.bg-white li .btn-1 {
  background : transparent;
  font-weight : bold;
  color : var(--color-1);
}
@media(max-width : 991px) {
  .grid-contact-right {
    margin-top : 0px;
  }
}
.grid-contact-right .title-1,
.grid-contact-right p {
  color : #fff;
}
.grid-contact-bottom .title-1 {
  color : #222;
}
ul.contact {
  padding : 0;
}
ul.contact li {
  position : relative;
  padding-left : 30px;
  margin-bottom : 20px;
  font-family: var(--font-1);
  font-size : 17px;
}
ul.contact li h4 {
  color : var(--yellowColor);
  text-transform: uppercase;
  font-size : 22px;
}
.bg-white 
ul.contact li h4 {
  color : #222;
}
ul.contact li .fa-map-marker {
  position : absolute;
  left : 0;
  top : 6px;
  color : var(--yellowColor);
  font-size : 18px;
}
.grid-contact-right.bg-white ul.contact li .fa {
  color : var(--color-1);
}
iframe.map {
  width : 100%;
  height : 450px;
}

/* SM XS HEADER */
.grid-header-sm-xs {
  position : fixed;
  left : 0;
  top : 0;
  width : 100%;
  display : grid;
  grid-template-columns: 105px auto;
  grid-gap : 15px;
  z-index : 1001;
  background: var(--color-3);
  padding : 5px 10px;
}
.header-sm-xs .logo img {
  width : 100%;
}
.grid-header-sm-xs .touch {
  text-align : right;
}
.grid-header-sm-xs .touch a {
  padding: 6px 15px 6px;
  top : 4px;
}

.offcanvas-1 {
  width : 100%;
  max-width : 400px;
  background: var(--color-1);
  color: #fff;
}
.offcanvas-1 ul.style-1 li label,
.offcanvas-1 ul.style-1 li a {
  padding : 5px;
  font-family : var(--font-1);
}
.offcanvas-1 ul.style-1 li::before {
  top : 4px;
}
.offcanvas .accordion-item {
  background : transparent;
}
.offcanvas-1 .accordion-button {
  padding : 10px 0;
  background : transparent!important;
  box-shadow : none!important;
  color : var(--color-3);
}
.offcanvas-1 .collapsed,
.offcanvas-1 .collapse {
  background : var(--color-3);
  padding : 10px;
}
.offcanvas-1 .offcanvas-body {
  padding : 0 20px;
}
.offcanvas-1 .dropdown-item {
  white-space : normal;
  line-height: 20px;
  border-bottom : 1px dashed rgba(255, 255, 255, .4);
  padding : 10px 15px!important;
}
.accordion-item:last-of-type .accordion-collapse {
  border-radius : 0;
}
.offcanvas-1 .dropdown-item:last-child {
  border-bottom : none;
}
.offcanvas-1 label {
  display : block;
}
.offcanvas-start {
  border-right : none;
}
.canvas-holder-1 {
  margin-bottom : 25px;
  font-size : 14px;
}
.canvas-holder-1 p {
  margin-bottom : 5px;
  color : #eee;
}
.canvas-holder-1 p a {
  font-weight : bold;
  color : #eee;
}
.canvas-holder-1 h3 {
  font-size : 20px;
  margin-bottom : 15px;
  display: none;
}
.offcanvas-header {
  position: relative;
  width: 100%;
  background: var(--color-3);
  margin-bottom : 15px;
  padding: 7px 10px;
}
.offcanvas-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  background-color: #fff;
}
.user-profile {
  padding: 0 0;
  width: 100%;
}
.user-profile img {
  width: 90px;
}

/* ALERT 1 */
.alert-1 {
  background-color : #08740a;
  padding : 15px;
  border-radius : 10px;
}
.alert-1 p {
  margin : 0;
  color : #fff;
  line-height : 22px;
}
.alert-1 p span {
  font-weight : bold;
  text-transform: uppercase;
}

/* YOUTUBE MODAL */
.modal {
  padding-right : 0!important;
}
.modal-backdrop.show {
  opacity: .8;
  background-color: #fff;
}
.modal-1 .modal-content,
.modal-1 .modal-body {
  background : transparent;
  border : none;
}
.youtube-video-holder iframe {
  width : 100%;
  height : 400px;
}
#videoModal iframe {
  width : 600px;
  height : 300px;
}
@media(max-width : 767px) {
  .youtube-video-holder iframe {
    width : 100%;
    height : 280px;
  }
  #videoModal iframe {
    width : 100%;
    height : 200px;
  }
}

/* MEDIA QURIES */
.visible-sm-xs,
.visible-xs {
  display : none;
} 
@media(max-width : 991px) {
  body.inner-pages,
  body {
    padding-top : 50px;
  }
  body.hidden-header {
    padding-top : 0;
  }
  .hidden-sm-xs {
    display : none;
  }
  .visible-sm-xs {
    display : block;
  }
}
@media(max-width : 767px) {
  .visible-xs {
    display : block;
  }
  .hidden-xs {
    display : none;
  }
}