
body {
  background: #fff;
  color: #333;
}

a {
  color: #fff;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #00ff84;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif !important;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  /*background: #2f6fe4;*/
  padding: 2px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}
.version{
		padding-top:50px;
	}
.version h1{
	font-size:57px;
 
	}	
@media (min-width: 1024px) {
  #header #logo {
    /*padding-left: 60px;*/
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

/*#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}
*/
#header #logo img {
  padding: 0;
  /*width:200px;*/
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 115px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 130vh;
}
@media only screen and (min-width: 320px) and (max-width: 1580px){
	#intro {
  display: table;
  width: 100%;
  /* height: 165vh; */
  height: 84vh;
}
}
@media only screen and (min-width: 1581px) and (max-width: 1930px){
    #intro {
  display: table;
  width: 100%;
  height: 117vh !important;
}
}

.header-bg {
  background-image: url(../images/main-bg.png); 
  background-repeat: no-repeat; 
  background-position: center center;
  background-position: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1930px){
.header-bg {
        background-position: top center !important;
}
}
@media only screen and (min-width: 1900px) and (max-width: 1930px){
.header-bg {
        background-position: top center;
}
}
.header-bg  h2 {
 color:#fff;
 padding-top: 340px;
 font-weight: bold;
 margin-bottom: 5px;
}

.header-bg p {
  color:#fff;
}

.header-bg span {
  color:#fbcc03;
}

.header-btn {
  background: #fff;
  color: #000 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 43px;
  line-height: 0.8;
  padding: 15px 25px;
  text-transform: capitalize;
  border-radius: 1px;
  margin-right: 8px;
  letter-spacing: 0.5px;
  border:0px !important;
  cursor:pointer;
  border-radius:100px;

}

.header-btn:hover {
  background: #fbcc03;
  color:#fff;
}

.header-btn.contact-us {
  background:none;
  border:2px solid #fbcc03 !important;
  color:#fff !important;
  padding:12px 25px;
}

.header-btn.contact-us:hover {
  background:none;
  border:2px solid #fbcc03 !important;
  color:#fff !important;
  background:#fbcc03;
  padding:12px 25px;
}

.contact-us i {
  color:#fbcc03 !important;
}

.contact-us:hover i {
  color:#fff !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }

  .xs-div{
    display: block !important;
  }
  .lg-div{
    display: none !important;
  }
  .footer-bottom p {
    margin-bottom: 0px;
    margin-top: 5px;  
    font-size: 15px !important;
}
.footer-bottom{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.footer button{
  margin-top: 20px !important;
}
.footer-bottom button{
  height: 50px !important;
}
 .main-timeline .timeline-1 .title.ttl1{
    padding-top: 35px !important;
  }
  .main-timeline img {
    padding: 15px;
    height: 230px !important;
    width: 100%;
}

}

.xs-div{
  display: none;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

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

.nav-menu > li {
  margin-left: 0px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

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

.footer {
  background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 1200px;
    background-size: 100% 80%;
}
.fix-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    /*margin-top: 20px;*/
    width: 100%;
  }

/*.footer-form {
  background: #ffff;
  padding-left: 37px;
  margin-top: -53px;
  padding-top: 20px;
  padding-bottom: 65px;
  background-image: linear-gradient(to bottom right, #d2d2d2, #fff, #fff);
  max-width: 644px;
  margin: 0px auto;
  margin-top: -100px;

  box-shadow: 0px 0px 58px rgba(51, 51, 51, 0.43137254901960786);
  }*/
/*
.footer-form:after {
  width: 0;
  height: 0;
  content: "";
  bottom: -80px;
  left: 45%;
  margin-left: -60px;
  position: absolute;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #fff;
  }*/
  .btn-bs-file {
    position: relative;
    font-size: 15px;
    padding: 8px 15px;
  }

  .footer img {
    position: absolute;
    margin-top: -40px;
    right: 98px;
  }

  .btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
  }

  input[type="file"] {
    display: block;
  }

  .version img {
    border-radius: 5px;
    box-shadow: 2px 1px 23px #00000096;
  }

  .version h3 {
    color:#ababab;
    padding-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
  }

  .footer .form-control{
    border-radius: 6px;
    height: 55px !important;
    border: 1px solid #f90067;
    max-width: 470px;
  }

.btn-primary {
    border-color: #f90067 !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f90067 !important;
    border-color: #f90067 !important; 
}
.footer .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: ##f90067 !important;
    border-color: #f90067 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f90067 !important;
    border-color:#f90067 !important;
}

  .footer h2 {
	font-size: 45px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 200px;
	font-family: Raleway;
  }

  .footer p {
    font-size: 120px;
    color:#f90067;
    margin-bottom: 15px;
    margin-top: -35px;
    font-family: HaloHandletter !important;
  }

  .footer span {
    color:red;
  }

  .color-green {
    color: #f90067;
}

  .image-type h1 { 
    font-size: 55px;
    margin-bottom: 40px;
    text-transform: uppercase; }

    .contact-btn {
      border: 1px solid #fff;
      border-radius: 7px;
      font-size: 16px !important;
      padding: 8px 26px !important;
      margin-right: 46px;
      text-transform: capitalize !important;
      height: 42px !important;
    }

    .header-content {
      padding-top: 350px;
    }

    .header-content h1 {
      text-transform: uppercase;
      color:#fff !important;
      font-weight: 700;
      font-size: 70px;
    }

    .header-content p {
      font-size: 105px;
      color: #000;
      text-transform: capitalize;
      line-height: 60px;
      font-family: HaloHandletter !important;
      padding-left: 13px;
      margin-bottom:5px;

    }

    .header-content  h4 {
      color:#000;
      font-size: 36px;
	  font-weight: 600;
      text-transform: uppercase;
    }

    .version i {
      color:#f90067;
      font-size: 35px;
    }

    .version img:hover {
      box-shadow: 2px 1px 29px #000000bf;
    }

    .header-content mark {
      background-color:#f90067;
      color:#fff;
      padding:0px 8px;
    }
	

    .header-bg img {
      margin-top: 302px;
      /* margin-right: -29px; */
      margin-left: -77px;
    }

    .footer label {
      padding-left: 0px;
      padding-top:5px;
    }

    .footer button {
     height: 50px;
     padding-right: 70px;
     width: 615px;
     font-weight: 700;
     line-height: 26px;
     text-align: center;
     font-size: 37px;
     background-color: #f90067;
     margin-top: 40px;
     text-transform: uppercase;
	 border-color: #f90067 !important;
	 border-radius: 8px;
	 font-family: Raleway;
   }

       .card {
        /*width: 130px;
        height: 195px;*/
        position: relative;
        display: inline-block;
        margin-top: 10px;
        /*margin: 50px;*/
    }
    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .card:hover .img-top {
        display: inline;
    }


   .btn-bs-file {
    position: relative;
    font-size: 18px;
    color: #7e7e7e;
    width: 472px;
    background: #d9d9d9;
    padding: 8px 15px;
    text-transform: uppercase;
    height: 50px;
    padding-top: 13px;
	font-family: Raleway;
  }

  .footer-bottom {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    margin-top: -96px;
    z-index: 999;
    padding-bottom: 20px;
        border-bottom: 10px solid #f90067;
  }

  .footer-bottom button {
    background: #f90067;
    margin-top: -38px;
    height: 106px;
    font-size: 51px;
    padding-top: 5px;
    /*width: 100%;*/
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px #333333d9;
	border-color: #f90067 !important;
	font-family: Raleway;
  }

  .footer-bottom mark {
    padding:0px;
    background-color: #00ff84;
  }

  .footer-bottom p {
    margin-bottom: 0px;
  }

  .image-type {
    /* background-image: url(../images/bg.jpg);  */
	background-color: #fff;
    background-repeat: no-repeat; 
    background-position: center center;
    /* height:3200px; */
    background-position: cover;
    background-size: 100% 100%;
	padding-bottom: 150px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1930px){
  .image-type {
    background-size: 100% 100%;
	padding-top: 100px;
  }
  } 

  .main-timeline{
    margin: 20px 0;
    position: relative;
  }
  /* .main-timeline:before{
    content: "";
    display: block;
    width: 1px;
    height: 2312px;
    z-index: 99;
    background: #f90067;
    margin: 0 auto;
    position: absolute;
    top: 173px;
    left: 0;
    right: 0;
  } */
  .main-timeline .timeline{
    margin-bottom: 40px;
    position: relative;
  }
  .main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
  }
  .main-timeline .icon{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .main-timeline .icon:before,
  .main-timeline .icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
  }
  .main-timeline .icon:before{
   background:#bd1e2c;
   border:5px solid #f90067;
   left: -55px;


 }
 .main-timeline .icon:after{
  border: 5px solid #f90067;
  left: 55px;
  background:#bd1e2c;
}
/*.main-timeline .timeline:hover .icon:before{
  left: 3px;
}
.main-timeline .timeline:hover .icon:after{
  left: -3px;
  }*/
  .main-timeline .date-content{
    width: 50%;
    float: right;
    position: relative;
  }
  .main-timeline .date-content:before{
    content: "";
    width: 32.5%;
    height: 2px;
    /*background: #ff794a;*/
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
  }
  .main-timeline .date-outer{
    width: 175px;
    height: 175px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: auto;
    z-index: 1;
  }

  .main-timeline .timeline-content{
    width: 50%;
    padding: 20px 0 20px 50px;
    float: left;
  }
  .main-timeline .timeline-1 .title{
    font-size: 44px;
    font-weight: 700;
    color: #111;
    padding-top: 40px;
    line-height: 50px;
    padding-left: 70px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
	font-family:Raleway;
  }
  .main-timeline .timeline-1 .circle{
	width: 100px;
    height: 100px;
    position: absolute;
    background: #f90067;
    color: #fff;
    border-radius: 50%;
    padding: 4px 34px;
    top: -50px;
    left: -40px;
    box-shadow: 1px 4px 12px 1px rgba(0,0,0,0.3);
  }
  .main-timeline .timeline-1 .circle h2{
	margin: 0;
	font-size: 53px;
	text-align: center;
  }
  .main-timeline .timeline-1 .circle h2 sup{
	font-size: 7px;
	top: -25px;
  }
  .main-timeline .timeline-1 .title.ttl1{
    padding-top: 85px;
  }

  .main-timeline .timeline-1 h5 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding-left: 70px;
  }

  .main-timeline .timeline-2 .title{
    font-size: 41px;
    font-weight: 700;
    color: #111;
    padding-top: 40px;
    text-align: left;
    line-height: 50px;
    padding-right: 70px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
  }
  
  .main-timeline .timeline-2 .circle{
	width: 100px;
    height: 100px;
    position: absolute;
    background: #f90067;
    color: #fff;
    border-radius: 50%;
    padding: 4px 34px;
    top: -50px;
    right: -40px;
    box-shadow: 1px 4px 12px 1px rgba(0,0,0,0.3);
  }
  
  .main-timeline .timeline-2 .circle h2{
	margin: 0;
	font-size: 53px;
	text-align: center;
  }
  .main-timeline .timeline-2 .circle h2 sup{
	font-size: 7px;
	top: -25px;
  }
  .main-timeline .timeline-2 h5 {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding-right: 70px;
  }

  .main-timeline .description{
    font-size: 14px;
    color: #787878;
    margin-bottom: 0;
  }
  .main-timeline .timeline:nth-child(2n) .date-content{
    float: left;
  }
  .main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 20px 50px 20px 0;
    text-align: 
  }

  .main-timeline img {
    height: 330px;
    width: 100%;
  }
  .main-timeline .timeline-1 img{
	position: relative;
	top: -40px;
    right: -70px;
	  
  }
  .main-timeline .timeline-2 img{
	position: relative;
	top: -40px;
    left: -70px;
	  
  }

  .timeline.timeline-1 {
    background-image: linear-gradient(to right, #dadfe2 , #ffffff);
    border-radius: 0px 0px 50px 0px;
    width: 90%;
    box-shadow: 0px 0px 73px rgba(51, 51, 51, 0.25);
    margin-bottom: 100px;
  }

  .timeline.timeline-2 {
    background-image: linear-gradient(to left, #dadfe2 , #ffffff);
    border-radius: 0px 0px 0px 50px;
    width: 90%;
    margin-left: 110px;
    box-shadow: 0px 0px 73px rgba(51, 51, 51, 0.25);
    margin-bottom: 100px;

  }

  .footer i {
    background: #fff;
   height: 40px;
    margin-top: -7px;
    width: 40px;
    /* margin-right: 16px; */
    margin-left: 35px;
    /* right: 0; */
    position: absolute;
    font-size: 34px;
    border-radius: 4px;
    padding-top: 5px;
    text-align: center;
    padding-left: 5px;
    float: right;
    color: #f90067;
  }

  .footer-bottom i {
    position: absolute;
    top: -30px;
    color: #f90067;
    font-size: 43px;
  }

  .contact-btn:hover {
    background: #fff;
  }


  @media only screen and (max-width: 990px){
	 /*  #intro {
		display: table;
		width: 100%;
		height: 84vh;
	} */
    .main-timeline .date-content:before{
      width: 22.5%;
    }
    .main-timeline .timeline-content{
      padding: 10px 0 10px 30px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
      padding: 10px 30px 10px 0;
    }

    .image-type  {
      height:3070px;
    }

    .main-timeline .icon:after {
      border: 5px solid #a4d2f1;
      left: 17px;
    }

    .main-timeline .icon:before {
      left: -17px;
    }

    #nav-menu-container {
      margin-top: 14px;
    }

    #intro {
      display: table;
      width: 100%;
      height: 943px;
    }

    .image-type h1 {
      font-size: 40px;

    }

    .main-timeline .timeline-1 .title {
      font-size: 30px;
      padding-left: 55px;
    }

    .main-timeline .timeline-1 h5 {
      text-align: left;
      font-size: 21px;
      padding-left: 55px;
    }

    .main-timeline .timeline-2 .title {
      font-size: 30px;

    }

    .footer h2 {
      font-size: 31px;
      font-weight: bold;
      margin-bottom: 17px;
    }

    .btn-bs-file {

      width: 100%;
    }

    .footer button {
      height: 65px;
      font-size: 20px;
      width: 100%;
    }

    .footer-bottom button {
      font-size: 36px;
    }

    .header-content h4 {
    /*   color: #fff; */
      font-size: 24px;
    }
	
    .version h3:hover {
      color:#f90067;
    }

    .header-content h1 {
      font-size: 45px;
    }

    .footer p {
      font-size: 91px;
    }

    .main-timeline .timeline-2 h5 {
      text-align: right;
      font-size: 21px;
    }


    .timeline.timeline-1 {
      width:95%;
    }

    .timeline.timeline-2 {
      width: 95%;
      margin-left: 34px;

    }

    .main-timeline:before {

      height: 2428px;
    }



  }
  @media only screen and (max-width: 767px){
    .main-timeline:before{
      margin: 0;
      left: 7px;
    }
    .main-timeline .timeline{
      margin-bottom: 20px;
    }
    .main-timeline .icon{
      margin: auto 0;
    }
    .main-timeline .date-content{
      width: 95%;
      float: right;
    }
    .main-timeline .date-content:before{
      display: none;
    }
    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after{
      width: 130px;
      height: 130px;
    }
    .main-timeline .date{
      top: 30%;
    }
    .main-timeline .year{
      font-size: 26px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
      width: 95%;
      text-align: center;
      padding: 10px 0;
    }
    .main-timeline .title{
      margin-bottom: 10px;
    }

    .timeline.timeline-2 {
      border-radius: 0px 0px 0px 50px;
      width: 100%;
      margin-left: 0px;
      height: auto;
    }

    .timeline.timeline-1 {
      width: 100%;
      height: auto;
    }

    .main-timeline .timeline-2 .title {
      font-size: 26px;
      font-weight: 700;
      color: #111;
      padding-top: 5px;
      padding-right: 0px;
      text-align: center; 
      line-height: 43px;
      margin: 0 0 15px 0;
    }

    .main-timeline:before {
      display: none;

    }

    .main-timeline .timeline-2 h5 {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      padding-right: 0px;
    }

    .main-timeline .timeline-1 .title {
      font-size: 26px;
      font-weight: 700;
      color: #111;
      padding-top: 10px;
      line-height: 36px;
      padding-left: 0px;
      text-transform: capitalize;
      margin: 0 0 15px 0;
    }

    .main-timeline .timeline-1 h5 {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      padding-left: 0;
    }

    .footer h2 {
      padding-top: 57px;
    }

    .header-content h1 {
      font-size: 35px;
    }

    .header-content p {
      font-size: 69px;
    }
	.header-content {
		padding-top: 200px;
	}
    .header-content h4 {
     /*  color: #fff; */
      padding-top: 20px;
      font-size: 24px;
    }
	.version h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
    .footer-bottom button {
      /*margin-top: 36px;
      margin-bottom: 40px;*/
      font-size: 15px;
    }

    #header {
      padding: 13px 0;
    }

    .version img {
      margin-top: 0px;
      width:100%;
    }
    .version .card{
      width: 100%;
    }

    .footer i {
          margin-left: 20px;
    }

    .main-timeline .icon:before {
      display: none;
    }

    .main-timeline .icon:after {
      display: none;
    }

    .image-type {
      height: auto;
    }

    .footer {
      height: 1420px !important;
      margin-top: 0px;
      padding-top: 140px;
    }

    #intro {
      display: table;
      width: 100%;
      height: 700px;
    }
	.main-timeline .timeline-1 .circle{
		left: 0;
	}
	.main-timeline .timeline-1 img{
		right: 0;
	}
	.main-timeline .timeline-2 .circle{
		right: 0;
	}
	.main-timeline .timeline-2 img{
		left: 0;
	}
    
  }


  @media only screen and (max-width: 400px){
    .main-timeline .timeline-1 .title {
      font-size: 20px;
      line-height: 30px;

    }

    .main-timeline .timeline-2 .title {
      font-size: 20px;
      line-height: 30px;
    }

    .main-timeline .timeline-1 h5 {
      text-align: center;
      font-size: 15px;
    }

    .footer p {
      font-size: 65px;
    }
	.footer h2 {
    font-size: 48px;
	}
    .main-timeline .timeline-2 h5 {
      text-align: center;
      font-size: 15px;
    }


  }

@media only screen and (min-width:320px) and (max-width: 500px){
  .card {
    position: relative;
    display: inline-block;
    margin-top: 80px ;
    width: 100%;
    /*margin-left: 68px !important;*/}
}
span.mtm-button {
    font-size: 25px;
    line-height: 1;
}
button.btn.btn-primary.btn-lg.mtm-lg-button {
    line-height: 1;
}
.mtm-fotertext{
    font-size: 25px !important;
}
.mtm-version:hover h3{
     color:#f90067;
}
.footer-bottom .mtm-lg-button:hover {
    background: #f90067 !important;
    border: solid #f90067 !important;
}