@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
	font-size:18px;
	font-weight:400;
}
.signupbtn{
    padding-bottom: 120px !important;
    text-align: center !important;
}
.signup{
    position:relative !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Style the back-to-top floating button */
.sf-back-to-top {
    background-color: #091f3a; /* button color */
    color: white; /* text/arrow color */ 
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.sf-back-to-top {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;    
}

a.sf-back-to-top .arrow:before {
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}
/*----------------------
	Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:400;
	margin:0 auto 20px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
	font-weight:400;
	margin:0 auto 20px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
p {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin-bottom:20px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#07335a;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#004e94;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 10px;
}

/*-----------------
	Button
-------------------------*/
.btn {
  background:#073359;	
  border: medium none;
  border-radius:30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  padding: 8px 48px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn.btn-lg {
	font-size: 40px;
	line-height:50px;
	padding: 16px 100px;
	border-radius:100px;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
	background:#0b4b80;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
}
.btn-link:hover, .btn-link:focus {
	color:#073359;
}

/*-----------------
	Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  font-size: 16px;
  height: 54px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none	
} 

/*-----------------
	Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}



/*------------------------
	sectino-heading
---------------------------------*/
.section-padding {
  padding:60px 0;
}
.section_heading {
	margin:0 auto 60px;
	text-align:center;
}
.white_text, .white_text * {
	color:#fff;	
}


/*--------------------------------------------
	parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	Modal
--------------------------------*/
.modal-dialog {
  width: 650px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  width: 31px;
}
/*================
	 Header
===========================*/
#header {
	padding:15px 0;
	position:fixed;
	left:0px;
	right:0px;
	z-index:22;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#header .logo {
	margin:10px 0;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
header#header.affix {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  background:#001f3a;
  right: 0;
}
header#header.affix .logo {
	margin:2px 0;	
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	font-weight:600;
	display: inline-block;
	font-size: 17px;
	padding: 25px 15px;
	color: #fff;
}

.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a,
.navbar.navbar-default .nav.navbar-nav li.active a:focus, 
.navbar.navbar-default .nav.navbar-nav li.open a, 
.navbar.navbar-default .nav.navbar-nav li.dropdown.open > a,
.navbar.navbar-default .nav.navbar-nav li.open a:hover, 
.navbar.navbar-default .nav.navbar-nav li.open a:focus {
	color:#e77403;	
	background:none;
} 


/*Intro*/
#intro {
	position:relative;
	background-color:#08355d;
	background-image:url(../images/bg_pattern.png);
	background-position:right center;
	background-repeat:no-repeat;
	z-index: 0;
	overflow:hidden;
}
.intro_text {
	padding:140px 0 90px;
}
.intro_text h1 {
	font-size:30px;
	color:#fff;
	margin:0 auto 35px;
	font-weight:600;
	font-style: italic;
}
.intro_text p {
	color:#fff;
	margin:0 auto 5px;
}
.intro_text .btn {
	background:#fff;
	color:#073257;
	display:inline-block;
	margin:30px auto 0;
}
#intro::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	z-index: -1;
	background: url(../images/intro-shape.png) no-repeat scroll center bottom;
    background-size: auto auto;
    background-size: contain;
}
.color_bg {
	position:relative;
	background-color:#08355d;
	background-image:url(../images/bg_pattern.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.shape_img img {
	width:100%;
}
.team_img {
	position:relative;
	width:140px;
	height:140px;
	overflow:hidden;
	margin:0 auto;
	border-radius:50%;
	text-align:center;
	border:#073257 solid 3px;	
}
img {
	max-width:100%;
}
.team_wrap {
	text-align:center;
	margin:0px auto 15px
}
.team_wrap h6 {
	font-size:18px;
	margin:0 auto;
}
.team_wrap p {
	font-size: 12px;
    color: #091f3a;
}
.linkedin_link {
	margin:-17px auto 13px;
	position:relative;
	z-index:1;
}
.linkedin_link a {
	display:inline-block;
	border-radius:9px;
	background:#365976;
	color:#fff;
	width:29px;
	height:28px;
	font-size:15px;
	line-height:28px;
}
.features {
	text-align:center;
}
.features p {
	font-size:13px;
	line-height:20px;
}
.box_wrap {
	border-radius:8px;
	border:#365976 solid 3px;
	overflow:hidden;
	margin:0 auto 15px;
}
.box_wrap iframe {
	float:left;
}
.job_email {
	text-align:center;
	padding:80px 0 0;
}
.job_email p {
	font-size:13px;
}
.job_email h5 {
	margin:0 auto 10px;
}
.job_info {
	padding:40px 0 0;
}
.job_info p {
	font-size:17px;
}
.newsletter_wrap {
	margin:0 auto;
	max-width:390px;
	position:relative;
	z-index:1;
}
.newsletter_wrap .form-control {
	border-radius:30px;
	padding:10px 180px 10px 25px;	
	border:#08365e solid 1px;
	background:none;
}
.newsletter_wrap .btn {
	position:absolute;
	top:9px;
	padding:12px 40px;
	right:0;
}
#newsletter {
	position:relative;
	z-index:1;
}
#newsletter.section-padding {
	padding:80px 0 20px;	
}
#newsletter:after {
	position:absolute;
	bottom:;
	left:0;
	right:0;
	font-size:280px;
	opacity:0.03;	
	content:"\f2b7";
	font-family:fontawesome;
	text-align:center;
	margin:0 auto;
	bottom:-70px;
}
#newsletter:before {
	position:absolute;
	background:url(../images/newsletter_bg.png) no-repeat center;
	height:175px;
	width:570px;
	content:"";
	left:0;
	right:0;
	margin:0 auto;
	bottom:-150px;
}
.as_seen_logo {
	padding: 0 0 80px;
	margin: 0;
	text-align: center;
}
.as_seen_logo li {
	display: inline-block;
	background: #fff;
	width: 18%;
	border-radius:10px;
	margin: 0 0.6% 15px;
}
.as_seen_logo li a {
	padding:5px;
	display:block;
}
#footer  {
	background:#fafcfe;
	border-top:rgba(0, 0, 0, 0.07) solid 1px;	
}
#footer p {
	font-size:15px;
	color:#555;
	opacity:0.7;
	line-height:26px;	
	margin:0 auto 10px;
}
.footer_text {
	padding:40px 0;
}
.footer_bottom {
	border-top:#cdd6dd solid 1px;
	padding:20px 0;	
}
#footer .footer_bottom p {
	margin:7px auto;
	font-size:17px;
	opacity:1;
}
.follow_us {
	text-align: right;
	padding: 0;
	margin: 0 auto;
}
.follow_us li {
	display: inline-block;
	list-style: none;
}
.follow_us li a {
	display: block;
	border-radius: 50%;
	text-align: center;
	background:#07345a;
	font-size: 17px;
	line-height: 42px;
	width: 42px;
	height: 42px;
	color: #fff;
	margin: 0 2px;
}
.follow_us li.facebook_icon a {
	background:#2e5590;	
}
.follow_us li.medium_icon a {
	background:#000;	
	font-weight:bold;
}
.follow_us li.twitter_icon a {
	background:#55acee;	
}
.follow_us li.insta_icon a {
	background:#d869cf;	
}
.follow_us li.youtube_icon a {
	background:#da3c40;	
}
.follow_us li.rss_icon a {
	background:#e26c08;	
}
.road_map_wrap {
	position:relative;
	background:url(../images/road_map_bg.png) no-repeat center 80px;
	height:250px;
}
.inner_wrap {
	background:#fff;
	padding:8px 10px 10px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	border-radius:8px;
	border-top:#e2c108 solid 10px;
	width:75px;
	height:70px;
	line-height:20px;
	font-size:17px;	
	float:left;
	font-weight:700;
	margin:-8px 15px 0 0;
	position:relative;
}
.inner_wrap:after {
	position:absolute;
	bottom:-17px;
	left:0;
	right:0;
	margin:0 auto;
	width:4px;
	height:17px;
	background:#fff;
	content:"";	
}
.info_box p {
	color:#fff;
	margin:0 auto;
	font-size:15px;
	line-height:20px;
}
.info_box  {
	margin: 0 0 0 100px;
	float:left;
}
.box_style2 .inner_wrap {
	border-bottom:#e2c108 solid 10px;
	border-top:0;
	margin-bottom:40px;	
}
.box_style2 .inner_wrap:after {
	bottom:0;
	top:-15px;
}
	
.features_icon {
	width:120px;
	height:120px;
	border-radius:50%;
	text-align:center;
	line-height:120px;
	background:#436582;
	margin:15px auto;
}
.inner_content {
	padding:200px 0 80px;
}
.faq_wrap {
	background:#08355d;
	padding:25px;
	color:#fff;
	border-radius:6px;
	margin:0 auto 15px;	
}
.faq_wrap h6, .faq_wrap h5 {
	margin:0 auto 10px;
	font-weight:700;
}
.faq_wrap p {
	font-size:15px;
	line-height:24px;
	margin:0 auto;	
	opacity:0.9;
}



/*-------------------
	Responsive-CSS
------------------------*/
@media (min-width:991px) and (max-width:1200px) {
.navbar.navbar-default .nav.navbar-nav > li > a {
	font-size: 15px;
	padding: 25px 12px;
}	
.info_box {
	margin: 0 0 0 50px;
}
.info_box.info_box2 {
	margin-left: 140px !important;
	margin-top: 8px !important;
}
.info_box.info_box3 {
	margin-left: 180px !important;
	margin-top: 16px !important;
}
.info_box.info_box4 {
	margin-left: 230px !important;
	margin-top: 80px !important;
}
.info_box.info_box5 {
	margin-left: 200px !important;
	margin-top: 77px !important;
}


/*For roadmap full site*/
h2, #note {
  margin: 0;
}

#timeline {
  margin-top: 25px;
  margin-bottom: 70px;
  padding: 0;
  border-top: 8px solid #eee9dc;
  list-style: none;
  display: flex;
}
#timeline li {
  padding-top: 30px;
  position: relative;
  flex: 1;
  transition: all 0.4s ease-in-out;
}
#timeline li:hover {
  flex: 2;
}
#timeline li:hover label {
  opacity: 1;
  transform: translateY(10px);
}

label {
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label:before, label:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
label:before {
  border-bottom-color: #ffffff;
  border-width: 15px;
  left: 52%;
  margin-left: -15px;
}
label:after {
  border-bottom-color: #ffffff;
  border-width: 12px;
  left: 52%;
  margin-left: -12px;
}
label span {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 12px;
}

.date {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  position: absolute;
  top: -60px;
  display: block;
  color: #fff;
}

.circle {
  width: 25px;
  height: 25px;
  margin-left: -5px;
  background: #091f3a;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 50%;
}

.radio {
  display: none;
}

.radio:checked + label {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.4s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s;
}
.radio:checked ~ .circle {
  background: #fbbb00;
}
.radio:checked ~ .content {
  z-index: 999;
  transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  animation: switching 1s ease;
}
.radio:checked ~ .content h3, .radio:checked ~ .content p {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}

@keyframes switching {
  0% {
    transform: perspective(1000px) rotateY(20deg);
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(100px, 35px);
  }
  100% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  }
}
@keyframes switching_back {
  0% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
    z-index: 200;
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(0px, 0px) scale(1.08);
  }
  100% {
    transform: perspective(1000px) rotateY(20deg);
    z-index: 100;
  }
}
}

@media (min-width:1201px) {


/*For roadmap full site*/
h2, #note {
  margin: 0;
}

#timeline {
  margin-top: 25px;
  margin-bottom: 70px;
  padding: 0;
  border-top: 8px solid #eee9dc;
  list-style: none;
  display: flex;
}
#timeline li {
  padding-top: 30px;
  position: relative;
  flex: 1;
  transition: all 0.4s ease-in-out;
}
#timeline li:hover {
  flex: 2;
}
#timeline li:hover label {
  opacity: 1;
  transform: translateY(10px);
}

label {
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label:before, label:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
label:before {
  border-bottom-color: #ffffff;
  border-width: 15px;
  left: 52%;
  margin-left: -15px;
}
label:after {
  border-bottom-color: #ffffff;
  border-width: 12px;
  left: 52%;
  margin-left: -12px;
}
label span {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 12px;
}

.date {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  position: absolute;
  top: -60px;
  display: block;
  color: #fff;
}

.circle {
  width: 25px;
  height: 25px;
  margin-left: -5px;
  background: #091f3a;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 50%;
}

.radio {
  display: none;
}

.radio:checked + label {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.4s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s;
}
.radio:checked ~ .circle {
  background: #fbbb00;
}
.radio:checked ~ .content {
  z-index: 999;
  transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  animation: switching 1s ease;
}
.radio:checked ~ .content h3, .radio:checked ~ .content p {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}

@keyframes switching {
  0% {
    transform: perspective(1000px) rotateY(20deg);
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(100px, 35px);
  }
  100% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  }
}
@keyframes switching_back {
  0% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
    z-index: 200;
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(0px, 0px) scale(1.08);
  }
  100% {
    transform: perspective(1000px) rotateY(20deg);
    z-index: 100;
  }
}
}

@media (min-width:768px) and (max-width:990px) {
.navbar.navbar-default .nav.navbar-nav > li > a, header#header.affix .navbar.navbar-default .nav.navbar-nav > li > a {
	font-size: 13px;
	padding: 25px 6px;
}
.intro_text {
	padding: 120px 0 60px;
}
.footer_bottom, .follow_us, .job_info {
	text-align: center;
}
.job_email {
	padding: 40px 0 0;
}
.info_box {
	margin: 10px 0 0 30px;
}
.info_box.info_box2 {
	margin-left: 70px !important;
	margin-top: 6px !important;
}
.info_box.info_box3 {
	margin-left: 80px !important;
	margin-top: 15px !important;
}
.info_box.info_box4 {
	margin-left: 160px !important;
	margin-top: 78px !important;
}
.info_box.info_box5 {
	margin-left: 140px !important;
	margin-top: 77px !important;
}

/*For roadmap full site*/
h2, #note {
  margin: 0;
}

#timeline {
  margin-top: 25px;
  margin-bottom: 70px;
  padding: 0;
  border-top: 8px solid #eee9dc;
  list-style: none;
  display: flex;
}
#timeline li {
  padding-top: 30px;
  position: relative;
  flex: 1;
  transition: all 0.4s ease-in-out;
}
#timeline li:hover {
  flex: 2;
}
#timeline li:hover label {
  opacity: 1;
  transform: translateY(10px);
}

label {
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label:before, label:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
label:before {
  border-bottom-color: #ffffff;
  border-width: 15px;
  left: 52%;
  margin-left: -15px;
}
label:after {
  border-bottom-color: #ffffff;
  border-width: 12px;
  left: 52%;
  margin-left: -12px;
}
label span {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 12px;
}

.date {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  position: absolute;
  top: -60px;
  display: block;
  color: #fff;
}

.circle {
  width: 25px;
  height: 25px;
  margin-left: -5px;
  background: #091f3a;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 50%;
}

.radio {
  display: none;
}

.radio:checked + label {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.4s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s;
}
.radio:checked ~ .circle {
  background: #fbbb00;
}
.radio:checked ~ .content {
  z-index: 999;
  transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  animation: switching 1s ease;
}
.radio:checked ~ .content h3, .radio:checked ~ .content p {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}

@keyframes switching {
  0% {
    transform: perspective(1000px) rotateY(20deg);
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(100px, 35px);
  }
  100% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  }
}
@keyframes switching_back {
  0% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
    z-index: 200;
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(0px, 0px) scale(1.08);
  }
  100% {
    transform: perspective(1000px) rotateY(20deg);
    z-index: 100;
  }
}

}


@media (max-width:767px) {
.container > .navbar-collapse, .container > .navbar-header {
	margin-right: 0;
	margin-left: 0;
}
.navbar-toggle {
	margin-top: 23px;
}
.logo {
	float:left;
}
.affix .navbar-toggle {
	margin-top: 14px;
}
.footer_bottom, .follow_us, .job_info {
	text-align: center;
}
.shape_img {
	overflow: hidden;
}
.shape_img img {
	float:left;
}
.as_seen_logo li {
	width: 31%;
	border-radius: 5px;
	margin: 0 0.6% 10px;
}
.intro_text h1 {
	font-size: 25px;
}
.intro_text {
	padding: 110px 0 40px;
}
.navbar.navbar-default .nav.navbar-nav {
	float: none;
}
#navigation {
	background:#001f3a;
	border:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	font-size: 17px;
	padding: 13px 15px;
}
#footer p {
	font-size: 14px;
	line-height: 24px;
}
#footer .footer_bottom p {
	margin: 7px auto 14px;
	font-size: 15px;
}
.as_seen_logo {
	padding: 0 0 70px;
}
#newsletter::before {
	display:none;
}
.section-padding {
	padding: 35px 0;
}
.section_heading {
	margin: 0 auto 40px;
}
h2 {
	font-size: 30px;
	margin: 0 auto 16px;
	text-align: center;
}
h6 {
	font-size: 18px;
	margin: 0 auto 16px;
	text-align: center;
}
.job_email, .job_info {
	padding: 10px 0 0;
}
.box_wrap iframe {
	height: 250px;
}
p, .job_info p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
#newsletter.section-padding {
	padding: 50px 0 50px;
}
.newsletter_wrap .btn {
	padding: 12px 23px;
}
.newsletter_wrap .form-control {
	padding: 10px 120px 10px 25px;
}
.features {
	margin: 30px auto;
}
.road_map_wrap {
	position:relative;
	background:none;
}
.road_map_wrap::after {
	background: #050a12;
	position: absolute;
	top: -10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 18px;
	z-index: 2;
	display: block;
	height: 130%;
}
.road_map_wrap::before {
	border-left:rgba(255, 255, 255, 0.7) dashed 1px;
	position: absolute;
	top: -10%;
	left:15px;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 18px;
	z-index: 3;
	display: block;
	height: 130%;
}
.info_box {
	margin: 0 auto 30px !important;
	float: left;
	width: 45% !important;
}
.inner_wrap {
	border-radius: 6px;
	border-top: #e2c108 solid 8px;
	width: 100%;
	height: 50px;
	margin:0 auto 7px;
}
.inner_wrap::after, .info_box p br {
	display:none;
}
.info_box p {
	text-align:center;
	font-size:14px;
}
.info_box.info_box2, .info_box.info_box4 {
	float:right !important;
}
.box_style2 .inner_wrap {
	margin-bottom: 10px;
}
h1 {
	font-size:35px;
}
.inner_content {
	padding: 160px 0 40px;
}
.faq_wrap h6, .faq_wrap h5 {
	margin: 0 auto 10px;
	font-weight: 600;
}
.faq_wrap {
	padding: 15px;
}

/*For Mobile Road map*/



#timeline {
  list-style: none;
  margin: 50px 0 30px 120px;
  padding-left: 30px;
  border-left: 8px solid #ffffff;
}
#timeline li {
  margin: 40px 0;
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
  color: #fff;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -46px;
  width: 25px;
  height: 25px;
  background: #091f3a;
  border: 5px solid #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding: 20px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content:after {
  border-right-color: #ffffff;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

label {
  font-size: 1.3em;
  position: absolute;
  cursor: pointer;
  transition: transform 0.2s linear;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  line-height: 15px;
}

.radio {
  display: none;
}

.relative label {
  cursor: auto;
  transform: translateX(42px);
}
.relative .circle {
  background: #ffffff;
}
.content p {
  max-height: 200px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}

}

