/**
* Template Name: Gp - v2.1.0
* 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: #444444;
}

a {
  color: #ffc451;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffc451;
  color: #151515;
  transition: all 0.4s;
}

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

/*--------------------------------------------------------------
# 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 #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@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: 25px 0 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

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

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

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

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

.buttonsArea {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
}


.play_button {
  background: rgb(69,130,249);
  background: linear-gradient(262deg, rgba(69,130,249,1) 0%, rgba(46,198,249,1) 100%);
  border: 0;
  color: #FFF;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  margin-right: 20px;
  letter-spacing: 2px;
}
.play_button:hover {
  background: rgb(69,130,249);
  background: linear-gradient(90deg, rgba(69,130,249,1) 0%, rgba(46,198,249,1) 100%);
}

.download_button {
  background: #2E325A;
  border: 0;
  color: #FFF;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  width: 245px;
  letter-spacing: 2px;
  overflow: hidden;
}
.download_button a {
  color: #FFF;
  display: inline-block;
  padding-left: 20px;
  flex:1;
}

.download_button a:hover {
  background: #676ca2;
}

.download_button .download_icon {
  background: #A65FFF !important;
  padding: 0 10px;
  flex:0;
  min-width: 50px;
  display: flex;
  align-items:center;
  justify-content: center;
}
.download_button .download_icon i {
  font-size: 25px;
}

.download_button:hover {
  color: #FFF;
}
.download_part {
  position: relative;
}
.download_dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  overflow: hidden;
  border-radius: 5px;
  width: 245px;
  padding: 28px 0 0 0;
  z-index: 2;
}

.download_dropdown:after {
  position: absolute;
  right: 12px;
  top: 12px;
  content: "";
  background-image: url(../img/ul_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 30px;
  height: 26px;
  z-index: 1;
}

.download_dropdown li {
  display: block;
  width: 100%;
  list-style-type: none;
  background-color: #2E325A;
  line-height: 45px;
  position: relative;
  z-index: 2;
}
.download_dropdown  li:first-child {
  border-radius: 5px 5px 0 0;
}
.download_dropdown  li a {
  display:block;
  width: 100%;
  color: #9ea0b3;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 45px;
  background-color: #2E325A;
}
.download_dropdown  li a i {
  margin-right: 10px;
  font-size: 23px;
}
.download_dropdown  li:hover  a{
  color: #FFF;
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
  line-height: 42px;
}

.nav-menu > ul > li a.get-started-btn {
  padding-top: 0;
  padding-bottom: 0;
  background: rgb(69,130,249);
  background: linear-gradient(262deg, rgba(69,130,249,1) 0%, rgba(46,198,249,1) 100%);
  border: 0;
  color: #FFF;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-menu > ul > li a.get-started-btn:hover {
  background: rgb(69,130,249);
  background: linear-gradient(90deg, rgba(69,130,249,1) 0%, rgba(46,198,249,1) 100%);
}

.nav-menu a {
  display: block;
  position: relative;
  color: #9ea0b3;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.nav-menu a img {
  width: 25px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #FFF;
}

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

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #151515;
  background: #ffc451;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (min-width: 1200px) {
.container {
    max-width: 1376px;
}

}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }


  .buttonsArea {
    flex-direction: column;
    margin-bottom: 45px;
  }

  .download_button {
    width: 100%;
  }

  .play_button {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }


}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #FFF;
  text-decoration: none;
  background: #A65FFF;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-color: #181A2D;
  background-image: url(../img/banner_center.png), url(../img/banner_shadow.png), url(../img/banner_shadow.png);
  background-position: center center, left -84% top -33%, right -50% top -10%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 94%, 65% 65%, 65% 65%;
  position: relative;
  overflow: visible;
}
/*
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  z-index: 10;  
}

#hero h1 {
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
  font-style: italic;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}


#hero h2 {
  color: #9ea0b3;
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  width: 71%;
}

#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;
}

#hero  .bannerTxt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#hero .banner_video {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  /*height: 500px;*/
  overflow: hidden;
  /*background-color: #FFF;*/
}

#hero .banner_video .embed-responsive {
  height: 100%;
}


@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
  }

  #hero .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

#hero .banner_video {
  height: 280px;
}


}

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

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

.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  line-height: 65px;
  margin: 0 0 15px 0;
  color: #FFF;
}


.section-title p {
  margin: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #9ea0b3;
  display: inline-block;
  width: 50%;
}


@media (max-width: 768px) {

.section-title h2 {
  font-size: 20px;
  line-height: 30px;
}
.section-title p {
  width: 100%;
}

}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  width: 100%;
  background-color: #181a2d;
  background-image: url(../img/banner_shadow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: visible;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 120px;
  overflow: visible;
}

.chat_area {
  position: absolute;
  right: 0;
  top: -75px;
  background-image: url(../img/chat_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 225px;
  overflow: hidden;
  padding: 40px;
  text-align: left;
}

.chat_area h4 {
  font-size: 22px;
}
.chat_area .closed {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 45px;
  top: 45px;
}
.chat_area .closed img {
  object-fit: cover;
}
.chat_area .fieldArea {
  display: inline-block;
  width: 100%;
  background-color: #e4eaf3;
  border-radius: 5px;
  height: 45px;
  padding: 0 10px;
}
.chat_area .fieldArea .form-control {
  background-color: transparent;
  border: 0;
  width: 80%;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  display: inline-block;
}
.chat_area .fieldArea a.send {
  display: inline-block;
  width: 18%;
  text-align: right;
  line-height: 45px;
}
.chat_area .fieldArea a.send img {
  max-height: 35px;
}


.chat_area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: rgb(69,130,249);
  background: linear-gradient(262deg, rgba(69,130,249,1) 0%, rgba(46,198,249,1) 100%);
}

.services:after {
    position: absolute;
    left: -190px;
    top: -175px;
    width: 45%;
    height: 380px;
    content: "";
    background-image: url(../img/ninja.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}

.services .icon-box.signIn {
  background: rgb(143,56,255);
  background: linear-gradient(0deg, rgba(143,56,255,1) 0%, rgba(164,93,255,1) 100%);
}


.services .icon-box.down {
  background: rgb(74,114,249);
  background: linear-gradient(0deg, rgba(74,114,249,1) 0%, rgba(46,196,249,1) 100%);
}

.services .icon-box.down .imgarea img {
  max-height: 125px;
}

.services .icon-box.play {
  background: rgb(253,120,76);
  background: linear-gradient(0deg, rgba(253,120,76,1) 0%, rgba(250,207,60,1) 100%);
}

.services .icon-box.play .imgarea img {
  max-height: 125px;
}

.services .icon-box {
  text-align: center;
  transition: all ease-in-out 0.3s;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.services .icon-box .imgarea {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70%;
  width: 100%;
}

.services .icon-box.signIn:hover {
  -webkit-box-shadow: 0px -10px 12px 0px rgba(166,95,255,0.71); 
  box-shadow: 0px -10px 12px 0px rgba(166,95,255,0.71);
}

.services .icon-box.down:hover {
  -webkit-box-shadow: 0px -10px 12px 0px rgba(46,199,249,0.71); 
  box-shadow: 0px -10px 12px 0px rgba(46,199,249,0.71);
}

.services .icon-box.play:hover {
  -webkit-box-shadow: 0px -10px 12px 0px rgba(250,211,60,0.71); 
  box-shadow: 0px -10px 12px 0px rgba(250,211,60,0.71);
}

.services .icon-box .imgarea img {
  margin-bottom: 60px;
  max-height: 150px;
}

.services .icon-box .textArea {
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 32%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
}
.services .icon-box .textArea h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  font-style: italic;
  text-transform: uppercase;
}
.services .icon-box .textArea p {
  display: none;
}
.services .icon-box:hover .textArea {
  background-color: #292943;
  border-radius: 0 0 10px 10px;
}
.services .icon-box:hover .textArea p {
  font-size: 14px;
  color: #9ea0b3;
  line-height: 24px;
  display: block;
  display: inline-block;
  width: 80%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}


@media screen and (max-width: 768px) {

  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chat_area {
    display: none;
  }

}




/*--------------------------------------------------------------
# Transcode
--------------------------------------------------------------*/

.transcode {
  width: 100%;
  background-color: #0C0E1E;
  background-image: url(../img/banner_shadow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: visible;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 120px;
  overflow: visible;
}

.transcode .boxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;

  width: 100%;
  padding: 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #FFF;
  text-align: left;
  background: rgb(24,26,45);
background: linear-gradient(39deg, rgba(24,26,45,1) 0%, rgba(24,26,45,1) 100%);
}
.transcode .boxes h5 {
  font-size: 18px;
  color: #FFF;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.transcode .boxes h6 {
  font-size: 15px;
  color: #FFF;
  padding: 0;
  margin: 0 0 12px 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.transcode .boxes p {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
}
.transcode .rghtCont {
  width: 100%;
}
.transcode .boxes .bottOm {
  margin-top: 19px;
  vertical-align: bottom;
}
.transcode .boxes .bottOm .diagram {
  width: 85px;
  height: 130px;
  vertical-align: bottom;
  margin-bottom: 15px;
  position: relative;
}
.transcode .boxes .bottOm .diagram .one {
  height: 130px;
  background-color: #9847FF;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transcode .boxes .bottOm .diagram .two {
  height: 100px;
  background-color: #414160;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transcode .boxes .bottOm .diagram .three {
  height: 45px;
  background-color: #414160;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transcode .boxes .smalLogo {
  margin-bottom: 20px;
}

.transcode .boxes .smalLogo img {
  max-height: 75px;
}


@media (max-width: 768px) {

  .transcode .rghtCont {
    width: auto;
}

.transcode {
  padding-bottom: 50px;
  padding-top: 50px;
}

.transcode .boxes .bottOm .col-xs-4 {
  width: 33%;
}




}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 120px 0;
  background-image: url("../img/testimonials_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  position: relative;
  background-color: #181a2d;
}

.testimonials .testimonials-carousel .owl-stage-outer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.testimonials .testimonials-carousel .owl-stage-outer .owl-item {
  margin-top: 75px;
  width: 800px;
  background-color: rgba(19, 21, 39, 0.8);
  padding-top: 50px;
  padding-bottom: 50px;
  

}
.testimonials .testimonials-carousel .ratringstars {
  color: #FAD33C;
}

.testimonials .testimonials-carousel .owl-stage-outer .testimonial-item {
  display: inline-block;
  width: 1000px;
}


.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 85px;
  border-radius: 12px;
  margin: 0 auto 15px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  color: #9ea0b3;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonials .owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #323453 !important;
}

.testimonials .owl-dot.active {
  background-color: #FFF !important;
}

.testimonials .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
}

.testimonials .owl-nav.disabled .owl-prev {
  position: absolute;
  left: 0;
  color: #FFF;
  font-size: 95px;
}

.testimonials .owl-nav.disabled .owl-next {
  position: absolute;
  right: 0;
  color: #FFF;
  font-size: 95px;
}

@media (min-width: 1024px) {
 /* .testimonials {
    background-attachment: fixed;
  }*/
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px) {

  .testimonials {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .testimonials .testimonials-carousel .owl-stage-outer .owl-item {
    margin-top: 0;
  }

  .testimonials .owl-nav.disabled .owl-prev {
    font-size: 35px;
  }
  .testimonials .owl-nav.disabled .owl-next {
    font-size: 35px;
  }

  .testimonials .testimonials-carousel .owl-stage-outer {
  width: 85%;
}

.testimonials .testimonials-carousel .owl-stage-outer .owl-item {
  width: 82%;
}

.testimonials .testimonials-carousel .owl-stage-outer .testimonial-item {
  display: inline-block;
  width: 85%;
}

}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #131527;
  padding: 100px 0;
}

.team .ViewAll a {
  color: #FFF;
  margin-top: 25px;
  display: inline-block;
}

.team .ViewAll a img {
  width: 13px;
  margin-left: 5px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #0C0E1E;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #ffc451;
}

.team .member .social a:hover {
  color: #fff;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 35px 15px 25px 15px;
  position: relative;
}
.team .member .member-info:after {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  width: 57px;
  height: 8px;
  background: rgb(250,211,60);
  background: linear-gradient(73deg, rgba(250,211,60,1) 0%, rgba(253,134,74,1) 100%);
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

.team .member .member-info p {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #9ea0b3;
  line-height: 22px;
}
.team .member .member-info a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.team .member .member-info .dated {
  color: #9ea0b3;
}

@media (max-width: 768px) {

  .team {
    padding-top: 50px;
    padding-bottom: 50px;
  }


}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #181a2d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #181a2d;
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  max-height: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #9ea0b3;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-top: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}


#footer .footer-top .footer-links ul li {
  padding: 10px 12px;
  display: inline-block;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  display: inline-block;
  line-height: 1;
  color: #9ea0b3;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#footer .footer-top .footer-links ul a img {
    width: 25px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #FFF;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: left;
  padding-bottom: 30px;
  font-size: 14px;
  color: #9ea0b3;
}

#footer .credits {
  text-align: right;
  font-size: 13px;
  color: #9ea0b3;
}
#footer .credits .social-links a {
  background-color: #9ea0b3;
  color: #FFF;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  border-radius: 10px;
  font-size: 22px;
  margin-left: 12px;
}


@media (max-width: 768px) {

  #footer .footer-top .footer-links ul {
    text-align: left;
  }
  #footer .footer-top .footer-links ul li {
    width: 100%;
  }

  #footer .footer-top .footer-links {
    margin-top: 0;
}
#footer .credits {
  text-align: left;
}

}