@charset "UTF-8";


/*
html *
{
	font-family: "Proxima Nova Light", "Proxima Nova Bold", "Proxima Nova", sans-serif, Arial, "Arial Bold" !important;
	color: #333333;
}
 
*/

h, h2, p, body, nav, form, input {
    margin: 0;
}

h {
    font-size: 2.25em;
    font-weight: 100;
    line-height:110%;
    display:block;

}

html {
    height: 100%;
    box-sizing: border-box;
}


#ourservices .wrapper, #services .wrapper, .footer .wrapper {
    width:100%;
    padding:10px auto 10px auto;
}

form {
    padding:0;
    border:0;
}

#caret {
    padding: 3px;
    color: #dadfe1;
}

#caret: hover {
    color: #407cca;
}

i {
    padding-left:5px;
}

p {
    font-size: 1.15em;
    font-weight: 100;
    line-height: 1.4em;
}

body {
    font-family:sans-serif;
    padding: 0;
    min-height:100%;
    position:relative;
   

}

.wrapper {
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    display:table;
}



/* START: header */



#gatsby-logo {
   	float: left;
   	padding-bottom: 10px;
 
  }

#gatsby-logo img {
    width:40%;
}

#header {
    width: 100%;
    background-color:#232222;
}

#mainnav {
    padding-top:1.8em;
}

.menu-container {
    float:left;
   }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: sans-serif;
    text-decoration: none;
    color: #eaedf1;
    text-align: center;
    padding: 15px 15px;
    display: none;
    float:right;
}

.show-search {
    font-family: sans-serif;
    text-decoration: none;
    color: #eaedf1;
    text-align: center;
    padding: 15px 15px;
    display: none;
    float:right;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
    
}


/*Strip the ul of padding and list styling*/
ul {
    list-style-type:none;
    margin:-6px;
    padding:0;
    position: absolute;
}

/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    color:#dadfe1;
}

/*Style for menu links*/
li a {
    display:block;
    text-align: left;
    font-family: sans-serif;
    color: #dadfe1;
    font-size:.9em;
    text-decoration: none;
    line-height:18px;
    padding:20px;
    text-transform:uppercase;
    
}

/*Hover state for top level links*/
li:hover a {
    color: #407cca;
    
}

/*Style for dropdown links*/
li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
    color: #407cca;
}

/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}

/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
li ul li a {
    padding: 0 42px 7px 16px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
    z-index:999;
    
}

#menu .hidden {
    padding-top:9px;
    
}

#search {
    float:right;
    margin-right:1em;
}

#filter {
    border-radius: 3px;
    padding: 9px 10px 9px 9px;
    width: 16em;
   
    border:none;
    background-color:#eaedf1;
}


#filtersubmit {
    position: relative;
    z-index: 1;
    left: -33px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

/* END: Header */



/* Start: Slider */

.cycle-slideshow {
    width:100%;
    display:block;
    position:relative;
    margin: 0 auto;
    padding: 0;
    overflow:hidden;
    z-index:99;
}

.slide img {
    width: 100%;
 }

.slide {
    width: 100%;
    display: block;
    position: relative;
}

.caption {
    position:absolute;
    display:block;
    top:2em;
    padding:1em;
    box-sizing:border-box;
    width:28em;
    overflow:hidden;
}

.caption h, .caption p {
    color:white;
    font-family:Proxima Nova;
    text-overflow:ellipsis;
    padding-bottom:.125em;
}

.caption p {
    line-height:140%;
    
}

.caption #btn {

}

.caption #btn a {
    text-decoration: none;
    color: #fff;
}



/*control style*/
.cycle-next, .cycle-prev {
    font-size: 200%;
    color: #fff;
    display: block;
    position:absolute;
    top: 45%;
    margin-top:-16px;
    z-index:999;
    cursor: pointer;
    overflow:hidden;
    
}

.cycle-prev {
    left: 95%;
}

.cycle-next {
    right: 95%;
}

.cycle-pager {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 1.8em;
    z-index: 9999;
    cursor: pointer;

}

.cycle-pager span {
    text-indent: 100%;
    white-space: nowrap;
    width: 10px;
    height: 10px;
    display: inline-block;
    border:1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.cycle-pager .cycle-pager-active {
    background: #fff;
}


/* END: Slider */



/* START: partners */



#titlebar {
	display: block;
    height:2.5em;
    margin-top:1em;
    margin-bottom:.5em;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

#titlebar .line {
	float: left;
	border-top: 1px solid #C2C2C2;
	margin-top: .5em;
	width: 37%;
}

#titlebar #title {
	float: left;
	width: 26%;
	color: #C2C2C2;
    text-align:center;
	text-transform: uppercase;
	font-weight: 300;
    font-size: 1.15em;
	letter-spacing: 0.05em;
}

#logos {
    width:100%;
	display: block;
    text-align:center;
   	margin-left: auto;
	margin-right: auto;
    margin-bottom:1.5em;
}


.logolist {
    display: inline-block;
    margin-left: 1.25;
    margin-right: 1.25%;
}

/* END: partners */


/* START:About*/
#ourservices {
	background-color: #E4E8EC;
    width:100%;
    padding-top: 5%;
    padding-bottom:5%;
}


.mainheader {
    text-align: center;
    padding: 25px 0 10px 0;
    color: #407cca;
    font-size:2.16em;
    text-transform: uppercase;

 }

.subheader {
    text-align: center;
    font-weight: 100;
    font-size: 1.1em;
    color: #6a7486;
    line-height:1.5em;
}


.body-text {
    float: left;
    color:#77777a;
    line-height:1.5em;
 }

.Learn_btn {
	color: #0099FF;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.2em;
    line-height: 50px;
}

.Learn_btn:hover {
    color: #2375C2;
}


#btn-text {
	border-style: none;
	width: 80%;
	margin-bottom: 2%;
	height: 30px;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 0.75em;
	color: #4C4C4C;
}

#message-text {
    font-family:sans-serif;
	border-style: none;
	width: 80%;
	height: 60px;
	padding-bottom: 5%;
	padding-left: 10px;
	font-size: 0.75em;
	color: #4C4C4C;
	padding-top: 8px;
}

#btn, #submit {
	background-color: #FF9933;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	width: 12em;
	border-style: none;
	margin-top: 1.7em;
	border-radius: 5px;
    padding:10px;
	font-size: .8em;
	letter-spacing: 0.03em;
	
}


#btn:hover, #submit:hover{
    background-color: #77777a;
}


/* END:About*/

/* START: services */


#services {
	padding-top: 5%;
    padding-bottom:10%;
}


.service-heading {
    font-size: 1.16em;
    font-weight: 600;
    text-align:center;
    letter-spacing: 1px;
    padding-bottom:.5em;
    color:#6a7486;
}


.service-heading a {
    text-decoration:none;
    color:#6a7486;
}

.service-heading a:hover {
    color:#407cca;
}



.table_ex1 {
    text-align: center;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.col-1-1-3
{
	width: 30%;
	float: left;
    padding-top:1em;
    padding-left:1em;
    padding-right:1em;
    text-align:center;
    box-sizing:border-box;
    height:450px;
}


.services-thmb
{
    width:100%;
    padding: 50px 0px 20px 0px;
}

.grid:after {
    clear:both;
}

tr {
    vertical-align:top;
}

.thumb
{
    display: inline-block;
    float:none;
    margin: auto;
  
}

.home_services {
    text-align:center;
 
}

/* END: services */

/* START: About Us */
.
.title-image {
    width: 95%;
    display:inline-block;
    margin-bottom: 50px;
}


/* START: footer */



.footer {
	background-color: #232222;
    width:100%;
    padding-top:1em;
    padding-bottom:1em;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    
}


.footer a{
	display: inline;
    padding-left:10px;
    padding-right:10px;
}


.resources{
	float: right;
    border-right:1px solid #77777a;

}

.resources2{
    float: right;
}


#copyright{
    color: #77777a;
	font-weight: 100;
    float: left;

}

.resources a, .resources2 a {
	color: #77777a;
	text-decoration: none;
	font-weight: 100;
    line-height:25px;
}

.resources a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.resources2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


