/**
* Template Name: Gp
* Updated: Aug 30 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #1D1E22;
  position: relative;
}
body:before {
  content: '';
  display: block;
  background-image: url(../img/Noise_Texture.png);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:after {
  content: '';
  display: block;
  background-image: url(../img/body-bottom.png);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.3;
}
a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
h2.title {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

h2.title span {
  color: #9E43F8;
  font-weight: 400;
}
iframe{
  aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 1052px;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.eot');
  src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/Montserrat-Regular.woff2') format('woff2'),
  url('../font/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Medium.eot');
  src: url('../font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
  url('../font/Montserrat-Medium.woff2') format('woff2'),
  url('../font/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-SemiBold.eot');
  src: url('../font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../font/Montserrat-SemiBold.woff2') format('woff2'),
  url('../font/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Light.eot');
  src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
  url('../font/Montserrat-Light.woff2') format('woff2'),
  url('../font/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Bold.eot');
  src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/Montserrat-Bold.woff2') format('woff2'),
  url('../font/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #9e43f8;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 24px 0;
  background-color: rgb(29 30 34 / 20%);
  backdrop-filter: blur(7px);
  border-bottom: 1px solid rgb(248 246 250 / 10%);
}


#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 50px;
  padding: 10px 28px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #9e43f8;
  background: #9e43f8;
}

.get-started-btn:hover {
  background: transparent;
  color: #fff;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover{
  opacity: 0.6;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile.navbar ul {
  display: block;
  padding: 10px 30px;
  color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
  height: 100vh;
  background-color: #1d1e22f5;
  background-image: url(../img/Noise_Texture.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  transform: translateX(0%);
  opacity: 1;
}
.navbar-mobile.navbar ul:before {
  content: '';
  display: block;
  background: url(../img/hero-bg.png) top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  mix-blend-mode: lighten;
  z-index: -1;
}
.navbar-mobile.navbar .mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 999;
  cursor: pointer;
}
.navbar .mobile-close{
  display: none;
}
.navbar-mobile.navbar ul li{
  width: 60%;
}
.navbar-mobile.navbar ul li a{
  color: #fff;
  justify-content: center;
  font-size: 18px;
  padding: 18px 20px;
}
.navbar-mobile.navbar ul li a:hover{
  background: transparent;
}
.navbar-mobile.navbar ul li:first-child a{
  border-top: 1px solid #ffffff0d;
}
.navbar-mobile.navbar ul li:not(:last-child) a{
  border-bottom: 1px solid #ffffff0d;
}


.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.navbar ul .logo {
    display: none;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
}

#hero:before{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/hero-bg.png) top center;
  background-size: auto;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  opacity: 0.6;
}
#hero .container {
  position: relative;
  padding-top: 100px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}

#hero h1 span {
  color: #9E43F8;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

.vertical-lines {
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.vertical-lines .line {
  border-left: 1px solid #ffffff14;
}
.horizontal-lines .line-one, .horizontal-lines .line-two {
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #ffffff14;
  z-index: -1;
  top: 38%;
}
.horizontal-lines .line-two{
  top:78%;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:80px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;

}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515;
}


.team-video .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.team-video .content p {
  color: #8C8494;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.team-video .media{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.team-video .media:before{
  content: '';
  padding-top:64%;
  display: block;
}
.team-video .media a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.team-video .media a:before{
  content: '';
  background: url(../img/video-bar.png) no-repeat 0 bottom;
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 96%;
  height: 100%;
  background-size: 100%;
}
.team-video .media a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-slide {
  overflow: visible;
  padding-bottom: 60px;
}
.team-slide-wrapper{
  overflow: hidden;
}
.team-slide-wrapper:after {
content: '';
    display: block;
    width: 100%;
    height: 70%;
    background: #B177D5;
    border-radius: 50%;
    position: absolute;
    top: 16%;
    right: -20%;
    opacity: 0.6;
    filter: blur(50px);
    mix-blend-mode: overlay;
    z-index: -1;
}
.team-slide .swiper-button-next::after {
  font-size: 0;
  background-image: url(../img/arrow-right.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.team-slide .swiper-button-prev::after {
  font-size: 0;
  background-image: url(../img/arrow-left.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.team-slide .swiper-button-prev, .team-slide .swiper-button-next {
  border: 1px solid #F8F6FA;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: auto;
  bottom: 0;
  left: 50%;
  background-color: #1d1e2221;
  transform: translateX(-50%);
}
.team-slide .swiper-button-next {
  left: calc(50% + 40px);
}

.team-slide .swiper-button-prev {
  left: calc(50% - 40px);
}
.info-grid {
  background: #1D1E22;
}

.info-grid .vertical-lines .line:nth-child(2) {
  border-color:  #ffffff14;
}

.info-grid .vertical-lines {
  z-index: 0;
}

.info-grid .vertical-lines .line {
  z-index: -1;
  border-color: transparent;
}
.info-grid .container {
  z-index: 2;
  position: relative;
}
.info-grid .column {
  padding: 0 80px;
}

.info-grid .column h2.title {
  text-align: left;
  margin-bottom: 20px;
}

.info-grid .column p, .info-grid .column ul li {
  color: #F8F6FA;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}

.info-grid .column .bottom-content {
  margin-top: 40px;
}

.info-grid .column  h4 {
  font-size: 32px;
  margin-top: 45px;
  font-weight: 600;
}

.info-grid .column ul {
  padding: 0;
  list-style: none;
}

.icon-box {
  background: #191A1D;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}
.icon-box:hover {
  background: linear-gradient(-45deg, #9e43f847, #191A1D);
  cursor: pointer;
}
.icon-box p {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  color: #F8F6FA;
}

.icon-box .icon {
  background: #f8f6fa05;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.document-sec h2.title {
  margin-bottom: 25px;
}
section.contact-boxes {
  padding-top: 0;
}

.contact-boxes .cont-box-wrap {
  background-color: #1D1E22;
  padding: 25px;
  border-radius: 30px;
}

.contact-boxes .cont-box-wrap .intro {
  display: flex;
  align-items: center;
}

.cont-box-wrap .intro .img img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
}

.cont-box-wrap .intro .content {
  margin-left: 20px;
}

.cont-box-wrap .intro .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cont-box-wrap .intro .content p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.cont-box-wrap  .contact-info {
  margin-top: 20px;
}

.cont-box-wrap .contact-info a {
  display: flex;
  color: #8C8494;
  font-size: 18px;
  margin-top: 10px;
  align-items: center;
  word-break: break-word;
  line-height: 1.2;
}

.cont-box-wrap .contact-info a img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.cont-box-wrap .contact-info a:hover {
  color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #f8f6fa04;
  padding: 30px 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
footer:after {
  content: '';
  display: block;
  border-right: 5px solid #9E43F8;
  width: 13%;
  background: linear-gradient(90deg,transparent, #9e43f838);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
footer:before {
  content: '';
  display: block;
  border-left: 5px solid #9E43F8;
  width: 13%;
  background: linear-gradient(90deg, #9e43f838, transparent);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
footer .row .col {
  flex: auto;
  width: auto;
  align-self: center;
  margin: 0;
  max-width: fit-content;
}

footer  .horiz-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

footer .horiz-menu li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}

footer .horiz-menu li a {
  color: #fff;
  font-weight: 500;
}

footer .horiz-menu li a:hover {
  opacity: 0.6;
}

footer .row {
  justify-content: space-between;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1440px) {
  h2.title, #hero h1{
    font-size: 30px;
  }
  #hero .container{
    padding-top: 60px;
  }
  .get-started-btn{
    padding: 8px 22px;
    font-size: 14px;
  }
  iframe{
    max-width: 100%;
  }
  .team-video .content h3{
    font-size: 20px;
  }
  .team-video .content p{
    font-size: 16px;
  }
  .info-grid .column p, .info-grid .column ul li, .icon-box p, .cont-box-wrap .intro .content h3{
    font-size: 20px;
  }
  .info-grid .column h4{
    font-size: 24px;
  }
  .icon-box{
    padding: 15px;
  }
  .icon-box .icon{
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }
  .contact-boxes .cont-box-wrap{
    padding: 20px;
  }
  #header{
    padding: 12px 0;
  }
  .navbar a, .navbar a:focus{
    font-size: 14px;
  }
  #header .logo img {
    max-height: 32px;
  }
  .cont-box-wrap .intro .content p, .cont-box-wrap .contact-info a{
    font-size: 17px;
  }
  .cont-box-wrap .contact-info a img{
    width: 22px;
    height: 22px;
  }
  .team-slide .swiper-button-prev, .team-slide .swiper-button-next{
    width: 45px;
    height: 45px;
  }
  .team-slide .swiper-button-next {
    left: calc(50% + 30px);
  }
  .team-slide .swiper-button-prev {
    left: calc(50% - 30px);
  }
  .info-grid .column .bottom-content img {
    max-height: 40px;
  }
}

@media (max-width: 1199px){
  section{
    padding: 60px 0;
  }
  h2.title, #hero h1 {
    font-size: 26px;
  }
  .info-grid .column h4 {
    font-size: 20px;
    margin-top: 25px;
  }
  .info-grid .column p, .info-grid .column ul li, .icon-box p, .cont-box-wrap .intro .content h3 {
    font-size: 18px;
  }
  .info-grid .column .bottom-content {
    margin-top: 20px;
  }
  .info-grid .column .bottom-content img {
    max-height: 34px;
  }
  .icon-box {
    padding: 10px 15px;
    max-width: 47%;
  }
  .cont-box-wrap .intro .img img{
    width: 72px;
    height: 72px;
  }
  .contact-boxes .row {
    flex-wrap: wrap;
    justify-content: center;

  }
  footer .row .col.copyright {
    width: 100%;
    flex-grow: 1;
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact-boxes .col-sm {
    width: 47%;
    flex: inherit;
    max-width: initial;
    margin: 0;
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}


@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }

  .navbar ul  {
    transform: translateX(-100%);
    opacity: 0;
    position: fixed;
    z-index: -3;
  }
  .icon-box .icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  .info-grid .column p, .info-grid .column ul li, .icon-box p, .cont-box-wrap .intro .content h3 {
    font-size: 17px;
  }
  .info-grid .column .bottom-content {
    margin-top: 0px;
  }
  .info-grid .column {
    padding: 0 30px;
  }
  .icon-box .icon img {
    width: 22px;
  }
  .team-slide{
    padding-bottom: 40px;
  }
  .team-slide .swiper-button-prev, .team-slide .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .team-slide .swiper-button-next::after, .team-slide .swiper-button-prev::after{
    width: 18px;
    height: 18px;
  }
  h2.title, #hero h1 {
    margin-bottom: 25px;
  }
  .navbar ul .logo {
    display: block;
        position: absolute;
   top: 16px;
    left: 17px;
}
}

@media (max-width: 768px) {
  #hero {
    height: auto;
        padding-left: 5px;
    padding-right: 5px;
  }
  #header {
    padding: 12px 5px;
}

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #hero h1 span{
    text-underline-offset: 5px;
  }
  .video-wrap iframe {
    height: auto;
  }
  section {
    padding: 40px 0;
  }
  .icon-box{
    max-width: 100%;
    width: 100%;
        margin: 8px 5px;
  }
  .contact-boxes .col-sm{
    width: 100%;
        margin: 0 5px;
  }
  .cont-box-wrap .intro .content p, .cont-box-wrap .contact-info a {
    font-size: 16px;
  }
  .cont-box-wrap .contact-info a img {
    width: 20px;
    height: 20px;
  }
  .info-grid .container{
    flex-wrap: wrap;
  }
  .team-slide {
    padding-bottom: 80px;
  }
  .info-grid .column {
    padding: 20px 5px;
  }
  .info-grid .vertical-lines .line:nth-child(2) {
    border-color: #ffffff14;
    width: 100%;
    height: auto;
    border-top: 1px solid #ffffff14;
    border-left: 0;
    top: 50%;
    position: absolute;
  }
  footer .row .col, footer .row .col.copyright{
    padding: 6px 0;
    width: 100%;
    max-width: 100%;
    flex: auto;
        justify-content: center;
    text-align: center;
  }
  footer .row .col.copyright {
    order: 3;
}

@media (max-width:575px){
  .navbar-mobile.navbar .mobile-close{
    width: 45px;
    height: 45px;
    font-size: 23px;
  }
  .navbar-mobile.navbar ul li a{
    font-size: 16px;
    padding: 16px 20px;
  }
  .navbar-mobile.navbar ul li {
    width: 80%;
  }
  #header .logo img {
    max-height: 24px;
  }
  .video-wrap iframe {
    height: auto;
  }
}