/* --------------------------------- */
/* 1. Primary Styles
 ----------------------------------- */

html {
    font-size: 1em;
	height: 100%;
	overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

/*css reset*/

img {
    max-width: 100%;
}

h1,
h2,
h3,
a {
    font-family: 'Roboto', sans-serif;
}

a {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

p {
    line-height: 30px;
    font-size: 18px;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* --------------------------------- */
/* 2. Custom Utility Classes
 ----------------------------------- */
	
	.btn-right{
		right:-50%;
		bottom: -25px;
		position:absolute;
	}
	
	.btn-middle{
		right:48%;
		bottom: -25px;
		position:absolute;
	}
	
	.btn-floating.btn-ease-show {
    -webkit-transition: all 1.3s ease !important;
            transition: all 1.3s ease !important;
	}
	
	h1,
	h2,
	h3 {
		padding-bottom:15px;
	}
	
	blockquote {
		quotes: "\201C""\201D""\2018""\2019";
	}
	blockquote:before {
		content: open-quote;
		font-size: 4em;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
	}	
	blockquote:after {
		content: close-quote;
		font-size: 4em;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
	}
	blockquote p {
		display: inline;
	}	
	
	.fa-times-thin:before {
		content: '\00d7';
	}
	
	table{
		line-height:4;
	}
	
	.btn-go-wrap {
	    position: absolute;
	    right:1.4%;
	    top:50%;
	}
	
	.btn-go-wrap a {
	    display: block;
	    margin-bottom: 20px;
	}
	
	.btn-go-wrap a:last-child {
	    margin-bottom: 0;
	}
	
	.sec-overlay{
		width: 100%;
		height: 100%;
		padding: 85px 0;	
	}
	

/* --------------------------------- */
/* 3. Navigation Menu Styles
 ----------------------------------- */
	#main-nav{
		z-index:1000;
	}
	
	.navbar-header img {
		height: 60px;
		margin: 2px 2px 0;
	} 
 
	.table-of-contents{
		float: right;
		list-style: none;
		margin: inherit;
		text-transform: uppercase;
		font-weight: 500;
	}
	.table-of-contents li{
		float:left;
		margin-left:18px
	}

	.table-of-contents li a{
		padding:25px 4px;
		color: #727272;
		line-height: 24px;
		border-bottom:5px solid transparent;
		-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
	}

	.table-of-contents li a:hover{
		text-decoration:none;
		border-bottom-color:#ccc;
		background-color: transparent;
		padding-left: 0;
		border-left:0;
	}
	.table-of-contents li.active a{
		border-bottom-color:#82B1FF;
		background-color: transparent;
		padding-left: 0;
		border-left:0;
	}
	
	.table-of-contents a {
		display: inline-block;
		font-weight: 300;
		color: #82B1FF;
		padding:25px 4px;
		height: 1em;
		line-height: 24px;
		letter-spacing: .4;
	}	
	
	.table-of-contents a.active {
		border-bottom-color:#82B1FF;
		background-color: transparent;
		padding-left: 0;
		border-left:0;
	}	

	.section-divider {

		padding-top: 100px;

	}
	
	@media(min-width:767px) {
		.navbar {
			padding: 20px 0;
			-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
			-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
			transition: background .5s ease-in-out,padding .5s ease-in-out;
		}

		.top-nav-collapse {
			padding: 0;
		}
	}	
	
	a.button-collapse{
	    float: left;
	    left: 0;
	    top: 8px;
	    z-index: 200;
	}	
	
	.side-nav-logo{
    	text-align: center;
	}
	
	.side-nav li{
		border-bottom: 1px solid #ddd;
	}
	
	.side-nav li span{
	    display: inline-block;
	    font-size: 15px;
	    line-height: 60px;
	    width: 40px;		
	}
	
/* --------------------------------- */
/* 4. Home Section Styles
 ----------------------------------- */

	#home {
		/**background: url('../images/ideas.jpg') no-repeat fixed left / contain;**/
		background: url('../images/header1.jpg') no-repeat left / cover;
		position:relative;
	}
	

	#home .sec-overlay {
		background: rgba(255,255,255, .7);
		padding:0;
	}

	.home-inner {
		display: table;
		height: calc(100vh - 120px);
		padding-top: 150px;
		width: 100%;
	}

	.home-content {
		color: #fff;
		display: table-cell;
		vertical-align: middle;
	}

	.home-title {
		font-size: 72px;
		font-weight: 700;
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	.home-subtitle {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 38px;
		text-align:left;
	}

	.home-content > a.btn-large i {
		font-size: 20px;
		margin-right: 10px;
	}

	.home-content > a.btn-large {
		height: 45px;
		line-height: 45px;
	}

	.section-expand-page {
	    display: block;
	    width: 100%;
	    position: absolute;
	    top: 100%;
	    left: 0px;
	    min-height: 1px;
	}
	.section-expand-page .row {
		position: relative;
	}	
	
	#show-action-button{
	    position: absolute;
    	bottom: -25px;
	}
	
/* --------------------------------- */
/* 5. About Us
 ----------------------------------- */	
	#about {
		color: #727272;	
	}	

	#about h1,
	#about h2,
	#about h3{
		text-align:center;
		text-transform:uppercase;
		font-weight:700;
		font-size:36px;
		color:inherit;
	} 

/* --------------------------------- */
/* 6. Services Styles
 ----------------------------------- */	
	#services {
		/**background: url('../images/header5.jpg') no-repeat center center / cover;**/
		position:relative;
	}	

	#services h1,
	#services h2,
	#services h3{
		text-transform:uppercase;
		font-weight:700;
		font-size:36px;
		color:#FFF;
	} 
	
	#services #services-header{
		color:#FFF;
	}	

	.card {
		width:95%;
	}
	
	.card .card-title {
	    font-size: 15px;
	    line-height: 20px;
	    font-weight: 400;
	    margin-bottom: 10px;
	}

	.card .card-image{
	    border-bottom: 1px solid #eee;
	    height: 250px;
		padding: 20px 20px;
	}
	
	.card .card-image img{
		max-width:100%;
		max-height:100%;
	}	

	.card .card-content {
	    padding: 9px 20px;
	}

	.card .card-content p {
	    line-height: inherit;
	    color: #727272;
	    font-size: 14px;
	    margin-top: 10px;
	}

	.card-header {
	    color: #727272;
	    font-size: 14px;
	    font-weight: 400;
	    padding: 15px 20px;
	    border-bottom: 1px solid #eee;
	    line-height: 1.7;
	}

	.card-reveal-title{
	    border-bottom: 1px solid #eee;
	}
	
	.card-reveal-title p{
	    font-size: 14px;
	}
	
	.card-reveal-content p{
   	 	padding: 8px 0px;
	    color: #727272;
	    font-size: 12px;
	    line-height: 18px;
	}
	
	.card .card-reveal{
		padding: 16px;
	}
	
	#services .card ul>li{		
		padding-bottom:5px;
		font-size:12px;
		color:#727272;
	}
	
	#services .card ul>li:before{
	    border-left:4px solid #82B1FF;
		padding-left:10px;
		content:'';
	}
	
/* --------------------------------- */
/* 7. Careers Styles
 ----------------------------------- */	
	
	#careers {
		position:relative;	
		color:#727272;
	}		

	#careers h1{
		text-transform:uppercase;
		font-weight:700;
		font-size:36px;
	} 
	
	#careers .collapsible .collapsible-header > .collapsible-subheader{
		font-size:75%;
	}
	
	#careers .collapsible .collapsible-body{
		font-size:13px;
	}
	
	#careers .collapsible .collapsible-body p{
	    font-size: 12px;
	    line-height: 18px;
	}
	
	#careers .collapsible b{
	    font-weight:bold;
	}
	
	#careers .collapsible .collapsible-body ul{
		padding-left:24px;
	}	
	
	#careers .collapsible .collapsible-body ul>li{
		list-style-type:square;
	}				
	
/* --------------------------------- */
/* 8. Contact Us Styles
 ----------------------------------- */	
	
	#contact {
		background: url('../images/contactus.png') no-repeat fixed right bottom / cover;
		position:relative;	
	}	
	
	#contact .sec-overlay {
		background: rgba(255,255,255, .7);
	}	

	#contact h1{
		text-transform:uppercase;
		font-weight:700;
		font-size:36px;
		color:#727272;
	} 
	
	#contact b{
		text-transform:uppercase;
		font-weight:bold;
	}
	
	#contact #locations ul>li{
		font-size:20px;
		font-weight:500;
		line-height:2;
	}
	
	#contact .social-fab-btn{
		position:absolute;
		right:20px;
		bottom: -50px;
	}
	
/* --------------------------------- */
/* 9. Modal Styles
 ----------------------------------- */	
	
	.modal {
		color:#727272;
	}
	
	.modal h4{
		font-size:36px;
	}
	
	.modal p{
		padding:20px 0;
	}


/* --------------------------------- */
/* 10. Responsive Styles
 ----------------------------------- */

	.container {
	    padding: 0 15px;
	    margin: 0 auto;
	    max-width: 1170px;
	    width: 90%;
	}
 
	@media only screen and (min-width: 768px){
		.container {
			width: 750px;
		}
	}
	@media only screen and (min-width: 992px){
		.container {
			width: 970px;
		}
	}
	@media only screen and (min-width: 1200px){
		.container {
			width: 1170px;
		}
	}	
	
	@media only screen and (max-width: 991px) {
		#home {
			background: url('../images/header1.jpg') no-repeat left / cover;
		}	

		#about .col{
			padding-bottom:50px;
		}	
		
		#about .col:last-child{
			padding-bottom:0;
		}	
	    
	    .aayusoft-logo{
	    	display:none;
	    }
	    
    	.btn-middle{
    		right:42%;
    	}
	}
	
	@media only screen and (max-width: 500px) {
	
	    .home-inner {
	        height: calc(100vh - 160px);
	    }
	
	    .home-title {
	        font-size: 42px;
	    }
	
	    .home-subtitle {
	        font-size: 20px;
	    }		
	    
	}
	
	@media only screen and (max-width: 479px) {
	
	    .home-title {
	        font-size: 36px;
	    }
	
	    .home-subtitle {
	        font-size: 18px;
	    }	
	    
	}	

	@media only screen and (max-width: 359px) {
	
	    .home-title {
	        font-size: 32px;
	    }
	
	    .home-subtitle {
	        font-size: 16px;
	    }	
	    
	}		