/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	color:#333;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	text-shadow: none;
	height:auto !important;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
	border-left: 0px solid #eee;
	/*background: rgba(0, 0, 0, 0.4);*/
	}


blockquote
blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	/*margin-bottom: 40px;*/
}



section.section {
	margin:0;
	padding: 80px 0 60px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
}

#section-contact{
background:#fff;
}


#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
	background-size:100%;
	padding: 20px 0 10px 0;
}

#parallax1 .btn{
border: 0;
padding: 10px 33px;
font-size: 20px;
background: #00B465;
border-radius: 7px;
text-shadow: 0px -1px 1px #3A9B70;
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.34);
}

#parallax1 .btn:hover{
background: #00C46D;
color: #fff;
}

#parallax1 .btn:active{
background: #019755;
}


.navbar {
	line-height: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.3);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

ul.skrollable-after{
	margin-top:12px !important;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	 display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
	width:100px;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: 0px !important;
}



section.featured {
	padding: 110px 0 20px;
	background: url(../img/bg.jpg);
	/*background: #005F53;*/
	color: #fdfdfd;
	overflow: hidden;
	position: relative;
}

section.featured a{
color:#fff;
text-decoration:underline;
}


section.featured .gear{
position: absolute;
top: 160px;
z-index: 1;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}

section.featured h3{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}


section.featured .btn{
border: 0;
padding: 10px 33px;
font-size: 20px;
background: #00B465;
border-radius: 7px;
text-shadow: 0px -1px 1px #3A9B70;
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.34);
}


section.featured .btn:hover{
background:#00C46D;
 color: #fff;
}

section.featured .btn:active{
background:#019755;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  

section#footer {
	background: #242424;
	margin: 0;
	padding: 20px 0 10px 0;
	color:#aaa;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}

}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	section.featured {
		padding-top: 80px;
	}
	

	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
	
	#parallax1{
	background-size:300%;
	}
	
	
}

/* //Added by sakshi// */

#quickStartList li{
	padding-top: 5px;
}

#keywordTable{
	width: 100%;
}

#keywordTable, #keywordTable th, td{
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 5px;
}

#keywordTable th,td {
    padding: 15px;
} 

#download{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 200px;
	width: 400px;
	margin: auto;
	background-color: rgb(245, 242, 242);
	border: 3px solid;
}

.closeKeyheading {
	font-size: 21px;
	font-weight: normal;
	color: #005F53;
	padding: 4px 0px 10px 10px;
	height: 35px;
}

#closeKey:hover {
	cursor: pointer;
}

#download button {
border: 0;
padding: 10px 33px;
font-size: 20px;
background: #00B465;
border-radius: 7px;
text-shadow: 0px -1px 1px #3A9B70;
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.34);
color: #fff;
}

#downloadButtons {
	text-align: center;
}

#download {
	z-index: 99;
}

#Reporting_Engine img.full{
	max-width:100%;
}


#introduction, #philosophy, #PLATFORMS, #Pre-Conditions, #Installation, #Testing_Process, #Quick_Start, 
#Notification_Mail, #Recovery_Scenarios, #Execution_Environment, #Test_Case_Sheet, #Test_Data_Sheet, #Object_Repository_Sheet, 
#Reusable_Test_Cases, #TAGS_Keywords, #TAGS_Parameters, #Report_Settings, #Reporting_Engine

{
background: #fff;
padding: 0px 20px 15px 20px;
border: 1px solid #E6E6E6;
margin-bottom:30px;
}

.fancybox{
	float: left;
    
    overflow: hidden;
    
    border-radius: 10px;
	border: 1px solid #D4D4D4;
	height: 224px;
	padding: 10px;
	margin-right: 25px;
	margin-left: 20px;
}

.fancybox img{
	width: 100%;    
	max-width: 496px;
	border-radius:10px;
	height: 203px;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    font-size: 17px;
    font-family: calibri;
}

.screenshots{
	float:left;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	
	.fancybox{
		height:auto;
	}
	
	.fancybox img{
		height:auto;
	}
}






/*
#1 = 35A49C
#2 = 79CDC0
*/
a {
	color: #005F53;
}
a:hover {
	color: #35A49C;
	text-decoration:underline;
}

/* menu */
.nav>li>a:hover {
	color: #79CDC0;
}

.navbar .navbar-nav > .active > a {
	color: #79CDC0;
}

/* flexslider */
.flex-control-paging li a {
	background: #35A49C;
}

.flex-direction-nav a:hover{
	background-color:#35A49C;
}

.testimonial span.author a {
	color: #79CDC0;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
	color: #35A49C;
	box-shadow: 0 0 0 4px #35A49C;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #35A49C;
	box-shadow: 0 0 0 8px  #79CDC0;
}


/* portfolio */
.portfolio-item .portfolio-desc {
	background: #35A49C;
}

/* btn */
.btn-theme {
  background: #00B465;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #35A49C;
}
.btn-cta,.btn-cta.btn-lg {
  background: #35A49C;
  border-color: #79CDC0;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #35A49C;
}

/* contact */
.validation {
	color:#35A49C;
}

/* footer */
.social-circle li a {
	background:#005F53;
}

a.scrollup{
	background:#005F53;
}

#userInfo{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	max-height: 240px;
    width: 400px;
    margin: auto;
    background-color: rgb(245, 242, 242);
    border: 3px solid;
	z-index:999;
	}
	
.closeKeyheading {
    font-size: 21px;
    font-weight: normal;
    color: #005F53;
    padding: 4px 0px 10px 10px;
    height: 35px;
}

#userInfoSection {
    text-align: center;
}

.textb {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #b1b1b1;
    color: #767676;
    font-size: 14px;
    font-family: tahoma;
    width: 250px;
    height: 30px !important;
    max-height: 80px;
    max-width: 300px;
}

#userInfo button {
    border: 0;
    padding: 10px 25px;
    font-size: 16px;
    background: #00B465;
    border-radius: 7px;
    text-shadow: 0px -1px 1px #3A9B70;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.34);
	color:#fff;
}

#sendingDiv {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 110px;
    width: 110px;
    margin: auto;
    background-color: rgb(245, 242, 242);
    border: 3px solid;
}

.closeKeyheading span{
	cursor:pointer;
	font-size: 16px;
}