@font-face {
	font-family: 'Poppins-Black';
	src: url('../../../fonts/Poppins/Poppins-Black.ttf');
}
@font-face {
	font-family: 'Poppins-BlackItalic';
	src: url('../../../fonts/Poppins/Poppins-BlackItalic.ttf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../../../fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'Poppins-BoldItalic';
	src: url('../../../fonts/Poppins/Poppins-BoldItalic.ttf');
}
@font-face {
	font-family: 'Poppins-ExtraBold';
	src: url('../../../fonts/Poppins/Poppins-ExtraBold.ttf');
}
@font-face {
	font-family: 'Poppins-ExtraBoldItalic';
	src: url('../../../fonts/Poppins/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
	font-family: 'Poppins-ExtraLight';
	src: url('../../../fonts/Poppins/Poppins-ExtraLight.ttf');
}
@font-face {
	font-family: 'Poppins-ExtraLightItalic';
	src: url('../../../fonts/Poppins/Poppins-ExtraLightItalic.ttf');
}
@font-face {
	font-family: 'Poppins-Italic';
	src: url('../../../fonts/Poppins/Poppins-Italic.ttf');
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../../../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
	font-family: 'Poppins-LightItalic';
	src: url('../../../fonts/Poppins/Poppins-LightItalic.ttf');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('../../../fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
	font-family: 'Poppins-MediumItalic';
	src: url('../../../fonts/Poppins/Poppins-MediumItalic.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../../../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../../../fonts/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
	font-family: 'Poppins-SemiBoldItalic';
	src: url('../../../fonts/Poppins/Poppins-SemiBoldItalic.ttf');
}
@font-face {
	font-family: 'Poppins-Thin';
	src: url('../../../fonts/Poppins/Poppins-Thin.ttf');
}
@font-face {
	font-family: 'Poppins-ThinItalic';
	src: url('../../../fonts/Poppins/Poppins-ThinItalic.ttf');
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-size: 18px;
  font-family: 'Poppins-Regular'; 
}
a {
  color: #231f20;
  transition: .2s ease all;
  font-family: 'Poppins-Medium';
}
a:hover, a:focus, a:active {
  color: #000000 !important;
  text-decoration: none;
}
ul {
  list-style: none;
}
.logo-sticky {
  display: none;
}
.sticky .logo {
  display: none;
}
.sticky .logo-sticky {
  display: block;
}
.page {
  position: relative
}
img {
  width: auto;
  max-width: 100%;
}
.section {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 25px 0;
  transition: .5s ease all;
}
.desktop-nav .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-nav ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.desktop-nav ul li a {
  color: #fff;
  margin: 0 20px;
  text-transform: uppercase;
  transition: .2s ease all;
}
.desktop-nav ul li a:hover,
.desktop-nav ul li a:focus,
.desktop-nav ul li a:active {
  color: #E5C710 !important;
}
.relative {
  position: relative
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #A7A7A7;
}
.text-dark-grey {
  color: #616161;
}
.text-purple {
  color: #3F84B8;
}
.text-orange {
  color: #F6D83B;
}
p {
  color: #898989;
  margin-bottom: 30px;
  font-size: 16px;
}
h1 {
  font-family: 'Poppins-Bold';
  font-size: 36px;
  margin-bottom: 0;
}
h2 {
  font-family: 'Poppins-Medium';
  font-size: 34px;
  margin-bottom: 5px;
}
h4 {
  font-family: 'Poppins-Medium';   
  font-size: 18px;
}
.sticky {
	position: fixed !important;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 2px 16px 0px grey;
	background: #fff;
}
.sticky .desktop-nav ul li a {
	color: #000;
}

/* Section 1 */

.section-1 {
  margin: 0
}
.section-1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-1 .container img {
  max-width: 450px;
}
.section-1-content {
  text-align: center;
}
.gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85% !important;
}

/* Section 2 */
.section-2 {
  padding: 75px 0 0;
  background: url('/assets/web/images/White-bg-gif-1.gif');
  background-size: contain;
  /* background-position: center bottom; */
  background-repeat: no-repeat; 
}

/* Section 3 */
.section-3 {
  text-align: center;
}
.section-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-3 .container .row {
  margin-top: 50px;
}
.section-3 .container .row img {
  max-width: 200px;
  margin-bottom: 20px
}
h3 {
  font-family: 'Poppins-SemiBold';   
  font-size: 22px;
}

/* Section 4 */
.section-4 {
  padding: 75px 0;
  background: url('/assets/web/images/White-bg-gif-2.gif');
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: right;
}
}
.section-4 .row {
  display: flex;
  align-items: center;
}
.section-4 p.text-grey,
.solution-1 p.text-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-4 p i,
.solution-1 p i {
  font-size: 8px;
  padding: 0 5px; 
}
.section-4 a {
  border: 1px solid #FBAF1B;
  color: #FBAF1B;
  padding: 10px 20px;
  border-radius: 25px;
  display: block;
  max-width: 180px;
  text-align: center;
  margin-top: 50px
}
.section-4 a i {
  margin-left: 10px;
}
.section-4 a:hover {
  border-color: #000;
}
.section-4 .col-md-7 {
  padding-left: 50px;
}

/* Footer */
#footer {
  background: #E0E0E0;
  color: #404040;
  font-size: 14px;
}
#footer .information {
  padding: 20px 0;
}
#footer a {
  color: #404040;
}
#footer a:hover {
  color: #898989 !important;
}
#footer .social-icon {
  color: #fff; 
}
.copyright {
  background: #262626;
  padding: 15px ;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
}
.copyright, .copyright a {
  color: #fff !important;
}

/* Our Solutions */
.solution {
  padding: 75px 0;
}
.services-2 {
  background: url('/assets/web/images/White-bg-gif-1.gif');
  background-size: contain;
  /* background-position: center bottom; */
  background-repeat: no-repeat; 
}

.solution .row {
  display: flex;
  align-items: center;
}
.solution .col-md-6:first-child {
  padding-right: 50px;
}

/* Our Products & Services */
.services-3 {
  padding: 75px 0;
  background: url('/assets/web/images/White-bg-gif-2.gif');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat; 
}
.slick-next, .slick-prev {
  background: #BDDFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  left: -50px;
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-top: -35px;
}
.slick-next {
  right: -50px;
  left: auto;
}
.slick-next:before, .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  opacity: 1;
  transform: rotate(-45deg) scale(1.42);
  font-size: 14px;
}
.slick-next:hover, 
.slick-prev:hover {
  background: #a3d3ff;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  
  background: #d9d9d9;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  transition: .4s ease all;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button:before {
  width: 40px;
  transition: .4s ease all;
}
.slick-dots li.slick-active button:before {
  background: #FFEA7E;
  border-radius: 10px;
}
.service-4 {
  margin-bottom: -10px;
  margin-top: 75px;
}
.gallery img {
  border-radius: 20px;
}
.solution-2 {
  background: url('/assets/web/images/White-bg-gif-1.gif');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat; 
}
.solution-3 {
  background: url('/assets/web/images/White-bg-gif-2.gif');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat; 
}
/* Responsive */
@media (max-width: 991px) {
  /*Homepage*/
  .section-1 .container img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .desktop-nav {
    display:none;
  }
  .header {
    top: 0;
    padding: 20px 0;
    transition: .3s ease all;
    position: initial;
  }
  #navbar-mobile {
      display: block;
      padding: 0;
      margin: 0; 
  }
  .logo {
    display: none;
    max-width: 250px;
    width: auto;
  }
  .logo-sticky {
    display: block;
    max-width: 250px;
    width: auto;
  }
  .lang img {
      width: auto;
  }
  .burger-container {
      position: absolute;
      right: 25px;
      top: 35px;
      display: flex;
      align-items: center;
      color: #000;
  }
  .music-area button {
      color: #000;
  }
  .burger-container ul {
      margin-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
  }
  #burger {
      cursor: pointer;
  }
  .burger-container .lang a {
      color: #000;
  }
  .burger-container .lang a:focus,
  .burger-container .lang a.active {
      color: #000 !important;
  }
  .burger-container .lang > a:focus,
  .burger-container .lang > a.active {
      border: 1px solid #000 !important;
  }
  .burger-container .lang .dropdown-menu {
      left: auto;
      right: 0px;
      min-width: 100%;
      padding: 0;
  }
  .burger-container .lang .dropdown-menu a {
      color: #000;
  }
  .burger-container .lang .dropdown-menu a.active,
  .burger-container .lang .dropdown-menu a:hover {
      background: #E8AB44;
  }
  .sticky .burger-container, 
  .sticky .burger-container a {
      color: #000;
  }
  #accordion {
      display: none;
      margin-top: 15px;
      background: rgba(255,255,255, 0.5);
      list-style: none;
      padding: 20px 0;
  }
  #accordion li a {
      padding: 10px;
      padding-bottom: 0;
      color: #000;
  }
  #accordion li a:active,
  #accordion li a:focus,
  .burger-container .lang .dropdown-menu a:active,
  .burger-container .lang .dropdown-menu a:focus {
      color: #000 !important;
  }
  #accordion li:first-child a {
      padding-top: 0px;
  }
}

@media (max-width: 767px) {
  /*Homepage*/
  .section-2 {
    background-position: center bottom;
  }
  .section-1 .container img {
      max-width: 150px;
      margin-bottom: 15px;
  }
  h1 {
      font-size: 24px;
  }
  p {
      font-size: 12px;
      margin-bottom: 20px;
  }
  .section-1 > img,
  .section-1  .myVideo {
      height: 400px !important;
      object-fit: cover
  }
  .section-1 .container {
      flex-direction: column;
  }
  .section-3 .container .row img {
      max-width:100px;
  }
  .section-3 > img,
  .section-3  .myVideo {
      height: 900px !important;
      object-fit: cover;
  }
  h2 {
      font-size: 20px;
  }
  h3 {
      font-size: 16px;
  }
  .section-3 .container .row {
      margin-top: 25px;
  }
  .section-4 .col-md-7 {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 20px;
  }
  .section-4 .col-md-7 {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 20px;
  }
  .footer-information {
      margin-bottom: 25px
  }
  .copyright .container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .solution,
  .services-3 {
      padding: 25px 0
  }
  .solution-3 .col-md-6:first-child {
      order: 1;
  }
}