/*!
 * x4plore v4 theme (https://x4plore.com/)
 * Copyright 2017 x4plore
 */

:root {
  --dark-color: #3d3d3d;
  --main-text-color: var(--dark-color);
  --desc-text-color: #575757;
  --section-heading-font-size: 18px;
  --section-heading-font-weight: 700;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

/*Top Navigation Bar*/

.topnav {
  overflow: hidden;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 6px -6px #777;
  -webkit-box-shadow: 0 8px 6px -6px #777;
  -moz-box-shadow: 0 8px 6px -6px #777;
}

.topnav a {
  float: left;
  color: var(--dark-color);
  text-align: center;
  padding-left:17px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 100%;
  z-index: 999;
}

.topnav a:hover {
   background-color: var(--dark-color);
   color: #ffffff;
}

.topnav .icon {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.responsive-image {
  width: 100%;
  height: auto;
}


.headings
{
    font-size: 130%;
    font-weight: 900;
    color: var(--dark-color);
}

.description1-text
{
    font-size: 78%;
    color: #474747;
    text-align: justify;
	  text-justify: inter-word;
	  vertical-align: middle;
}

.description-text
{
    font-size: 100%;
    color: #474747;
    text-align: justify;
	  text-justify: inter-word;
	  vertical-align: middle;
  
}

.description-text-center
{
    font-size: 100%;
    color: #474747;
	  text-align: center;
	  vertical-align: middle;
}

.description-heading
{
    font-size: 120%;
    font-weight: 400;
    color: #474747;
	  text-align: center;
	  vertical-align: middle;
}

.button-text
{
  font-size: 90%;
  text-align: center;
  vertical-align: middle;

}



.footer-text-center
{
    font-size: 80%;
    font-weight: 400;
    color: #474747;
	  text-align: center;
	  vertical-align: middle;
}

.footer-text-left
{
    font-size: 80%;
    font-weight: 400;
    color: #474747;
	  text-align: left;
	  vertical-align: middle;
}

.policy-text
{
    font-size: 110%;
    font-weight: 400;
    color: #474747;
    text-align: justify;
	  text-justify: inter-word;
	  vertical-align: middle;
}

.policy-text-center
{
    font-size: 110%;
    font-weight: 400;
    color: #474747;
	  text-align: justify;
	  vertical-align: middle;
}

.policy-heading-1
{
	font-size: 180%;
  font-weight: 400;
  color: #474747;
	text-align: center;
	vertical-align: middle;
}

.policy-heading-2
{
    font-size: 160%;
    font-weight: 400;
    color: #474747;
	  text-align: justify;
	  vertical-align: middle;
}

.policy-heading-3
{
    font-size: 135%;
    font-weight: 400;
    color: #474747;
	  text-align: justify;
	  vertical-align: middle;
}

.banner-title
{
	text-align: center;
  vertical-align: middle;
  font-size: 250%;
	font-weight: 450;
}

.banner-title-left
{
	text-align: left;
  vertical-align: middle;
  font-size: 250%;
	font-weight: 450;
}

.banner-title-noheavy
{
	font-size: 400%;
}

.banner-subtitle
{
	font-size: 250%;
	font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.banner-subtitle-bold
{
	font-size: 175%;
	font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.banner-small-letters
{
  font-size: 170%;
	font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.slide-text
{
  font-size: 175%;
	font-weight: 400;
  text-align: center;
	vertical-align: middle;
}


.right-left-padding
{
    padding-left: 5%;
    padding-right: 5%;
}

.small-right-left-padding
{
    padding-left: 2%;
    padding-right: 2%;
}

.gray00
{
   background-color: #fafafa;
}

.gray0
{
   background-color: #f6f6f6;
}

.gray1
{
	background-color: #efefef;
}

.gray2
{
	background-color: #e8e8e8;
}

.gray3
{
	background-color: #e1e1e1;
}

.gray-dark
{
    background-color: var(--dark-color);
    color: #ffffff;
}

.col-container {
  display: table;
  width: 100%; 
}

.col {
  display: table-cell;
  padding: 6%;
  width: 33.33%;
}

.button-col {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.button-col_25 {
  display: table-cell;
  width: 25%;
  text-align: left;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.engine-sections
{
  height: 270px;
}

.tv-sections
{
   height: 400px;
}

.landing-col-s {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}
.landing-col-a {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align:middle;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: 3%;
  margin-right: 3%;
}
.landing-col-c {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align:middle;
  padding-left: -3%;
  padding-right: -3%;
  margin-left: 3%;
  margin-right: 3%;
}

.landing-col-b {
  display: table-cell;
  width: 60%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.aboutus-col-s {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}
.aboutus-col-c {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: 3%;
  margin-right: 3%;
  
}

.aboutus-col-b {
  display: table-cell;
  width: 75%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-col-half-half {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-col {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-col1 {
  display: table;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}


.footer-col {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-div-height {
  height: 550px;
}

.pricing-div-height2 {
  height: 350px;
}

.pricing-subtitle-bold
{
	font-size: 200%;
	font-weight: 400;
  text-align: center;
}

.pricing-subtitle2-bold {
  font-size: 150%;
	font-weight: 450;
  text-align: center;
}

.landing-div-height
{
   height: 650px;
}

.platforms-col {
  display: table-cell;
  width: 50%;
  padding-top: 1%;
  text-align: center;
}

.footer-text
{
	font-size: 60%;
}

.container {
  position: relative;
  text-align: center;
  color: #ffffff;
}

.centered {
 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.center1 {
  position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

  
.center2 {
  position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  right: 70px;
 top: 45% ; 

  }


.explanation-heading
{
    font-size: 140%;
    font-weight: 450;
    color: #474747;
    text-align: center;
    vertical-align: middle;
}

.video-responsive
{
    max-width: 1067px;
    max-height: 602px;
}
.video-responsive1
{
    max-width: 1067px;
    max-height: 600px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* Engine */

.platform-icons
{
    text-align: center;
    vertical-align: middle;
}

.technologies-padding
{
    padding-left: 12.5%;
    padding-right: 12.5%;
}

/* Text Display as a carousel */

.mySlides {display: none;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

.button-1{
  margin-top: 300px;
  position: relative;
  margin-left: 60px;
  margin-right: 80px;

}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Immersive Presentation Image Display as a carousel */

.mySlideimg {display: none;}

.imgdot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .imgdot:hover {
  background-color: #3d3d3d;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* about */

.photo {
  width: 190px;
  height: 190px;
  border-radius: 3%;
}

.photo_2 {
  width: 140px;
  height: 190px;
  border-radius: 3%;
}

.remove-space {
  margin-bottom: -10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* Contact Section */

.accordion {
  background-color: #3d3d3d;
  cursor: pointer;
  padding: 2%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordian-text
{
    font-size: 110%;
    font-weight: 400;
    color: #474747;
    text-align: justify;
	  text-justify: inter-word;
	  vertical-align: middle;
}

.accordian-heading
{
    font-size: 100%;
    font-weight: 600;
    color: #ffffff;
	  text-align: left;
	  vertical-align: middle;
}

.active, .accordion:hover {
  box-shadow: 0 0 25px 0 #555;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  color: #3d3d3d;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

