body {
	padding: 0;
	margin: 0;
	background: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"],input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	/*letter-spacing: 1px;*/
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

img {
	width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none
}

.text-link{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #00349d;
	font-weight: 400;
	text-decoration: none;
}
.text-link:hover{
	color: #00349d;
	text-decoration: none;
}
/*-- //Reset-Code --*/

.text-center{
	text-align: center !important;
}


/*-- Index-Page-Styling --*/

.top-bar {
	padding: 0 30px;
	background-color: #ffc155;
	color: #FFF;
}

.top-bar a {
	color: #000;
}

.top-bar a:hover {
	color: #E91E63;
}

.social {
	width: 70%;
	float: left;
	text-align: left;
}

ul.social-icons li {
	display: inline-block;
}

ul.social-icons li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
ul.social-icons li a.facebook {
	background-position: 0px 0px;
}

ul.social-icons li a.facebook:hover {
	background-position: 0px -50px;
}

ul.social-icons li a.twitter {
	background-position: -50px 0px;
}

ul.social-icons li a.twitter:hover {
	background-position: -50px -50px;
}

ul.social-icons li a.googleplus {
	background-position: -100px 0px;
}

ul.social-icons li a.googleplus:hover {
	background-position: -100px -50px;
}

ul.social-icons li a.instagram {
	background-position: -150px 0px;
}

ul.social-icons li a.instagram:hover {
	background-position: -150px -50px;
}

ul.social-icons li a.youtube {
	background-position: -200px 0px;
}

ul.social-icons li a.youtube:hover {
	background-position: -200px -50px;
}

.phone, .email {
	width: 15%;
	float: left;
	text-align: right;
	padding-top: 15px;
}

span.glyphicon.glyphicon-envelope {
	margin-right: 5px;
}

span.glyphicon.glyphicon-earphone {
	margin-right: 5px;
}

.navbar-default {
	background-color: #fff;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}

.btn-blue{
	width: auto;
	padding: 5px 10px;
	background: #266eab;
	color: #fff;
	font-size: 14px;
	margin: 11px;
	cursor: pointer;
}
.btn-blue:hover,.btn-blue:focus{
	width: auto;
	padding: 5px 10px;
	background: #1a5291;
	color: #fff;
	font-size: 14px;
	margin: 11px;
	cursor: pointer;
}

.btn-blue-big{
	width: 50%;
	margin: 0 20%;
	padding: 20px 25px;
	border-radius: 3px;
	background: #266eab;
	color: #fff;
	font-size: 24px;
	margin: 11px;
	cursor: pointer;
	border: none;
	outline: none;
	text-align: center;
}
.btn-blue-big:hover,.btn-blue-big:focus{
	width: 50%;
	margin: 0 20%;
	padding: 20px 25px;
	border-radius: 3px;
	background: #1a5291;
	color: #fff;
	font-size: 24px;
	margin: 11px;
	cursor: pointer;
	border: none;
	outline: none;
}
.btn-login{
	width: auto;
	padding: 3px 10px;
	background: #266eab;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}
.btn-login:hover,.btn-login:focus{
	width: auto;
	padding: 3px 10px;
	background: #1a5291;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}
a.navbar-brand {
	font-family: 'Hammersmith One', sans-serif;
	font-size: 40px;
	line-height: 28px;
}

.navbar-default .navbar-brand {
	color: #333;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #eee;
}

.navbar ul {
	float: right;
	padding-top: 15px;
}

.navbar ul li {
	float: left;
	text-align: center;
	display: inline-block;
}

nav a {
	display: inline-block;
	margin: 15px 10px;
	outline: none;
	color: #757575;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 12px;
}

nav a:hover, nav a:focus {
	outline: none;
	color: #000;
}
nav a .selected {
	outline: none;
	color: #000;
	font-weight: bold;
}


.hover-effect a {
	overflow: hidden;
	height: 25px;
}

.hover-effect a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	/*width: 100px;*/
	width: auto;
	padding:5px 15px 0 15px;/*Don't change padding values*/
	line-height: 16px;
}

.hover-effect a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	line-height: 25px;/*Don't change line-height values*/
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover-effect a:hover span, .hover-effect a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


/*-- Banner-Slider --*/

.slider {
	position: relative;
	height: 450px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 450px !important;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 450px !important;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img{
	background-size: cover;
	display: block;
	height: auto;
	float: left;
	width: 100%;
	/*height: 450px !important;*/
	border: 0;
}

.callbacks_nav {
	position: absolute;
	top: 55%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	text-decoration: none;
	height: 32px;
	width: 32px;
	background: url("../images/left.png") no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	top: 55%;
	right: 0;
	height: 32px;
	width: 32px;
	background: url("../images/right.png") no-repeat left top;
}

ul.callbacks_tabs.callbacks1_tabs {
	display: none;
}

.callbacks_nav {
	left: 20px;
}

.callbacks_nav.next {
	right: 20px;
}

.slider .caption {
	position: absolute;
	width: 100%;
	height: 450px !important;
	background: rgba(0, 0, 0, 0.46);
	padding-top: 175px;
	text-align: center;
}

.slider .caption h3 {
	font-size: 45px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 20px;
	/*letter-spacing: -2px;*/
}
.slider .caption h5 {
	font-size: 16px;
	color: #cfcfcf;
	font-weight: 300;
	width: 75%;
	margin: 0 auto;
	line-height: 28px;
}

.caption-signup {
	width: 20%;
	margin: 100px auto 0;
}

.caption-register, .caption-book {
	width: 50%;
	float: left;
}

.caption a {
	padding: 10px 30px;
	/*background-color: rgba(255, 255, 255, 0.74);*/
	color: #333;
	border: none;
	font-size: 15px;
	font-weight: 600;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.caption a:hover {
	background-color: #028fcc;
	color: #FFF;
}

/*-- //Banner-Slider --*/


.about {
	padding: 75px 0;
}

.about-grid {
	padding: 0;
}

.about h1 {
	font-size: 40px;
	color: #F44336;
	margin-bottom: 30px;
}

.about p {
	line-height: 30px;
	padding: 0 50px;
}

.details {
	/*background-color: #ffc155;*/
	background-color: #fff;
}

.details .container {
	/*background-color: #2d3e50;
	background-color: #fff;*/
}
.details h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #31368a;
	margin: 50px 0 20px 0;
}
.underline{
	width:160px;
	height: 2px;
	background-color: #b7b7b7;
	margin: 0 auto 20px auto;
}
.details p {
	color: #777777;
	padding: 0 40px;
	line-height: 30px;
	font-weight: 600;
	text-align: justify;
}

.details-grids {
	padding: 0 10%;
}

.details-grid {
	text-align: center;
	/*padding: 15px 10px;*/
	padding: 15px 10px 50px 10px;
}
.details-grid-text {
	text-align: left;
	padding: 15px 10px;
}

.dgrid-1 {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.dgrid-2 {
	border-bottom: 1px solid #777;
}

.dgrid-3 {
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
}

.dgrid-4 {
	border-right: 1px solid #777;
}

.dgrid-6 {
	border-left: 1px solid #777;
}

.details-image {
	/*padding: 20px 0 50px;*/
	padding: 0;
}

.details-image img {
	width: auto;
}

.details-info {
	/*padding: 30px 20px;*/
}

.details-info h3 {
	color: #575757;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 22px;
}

.details-info p {
	color: #666;
	line-height: 24px;
	padding: 0 20px 0 0;
	font-weight: 400;
}

/*.logo-box{
	width: 10em;
	height: 10em;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	margin: 3px;
}*/
.logo-nav{
    display:block;
    height: auto;
    width: auto;
    background: #eee;
}
.logo-nav ul {
    float: left;
    list-style:none;
    height:160px;
}
.logo-nav ul li {
    float: right;
    /*padding-top: 50px;*/
    margin-left:5px; 
    /*border-right: 1px solid #ccc;*/
}
.logo-nav ul li img{
    margin: 0;
}

/* Clients logo list*/
.clients {
	padding: 75px 0;
}

.clients h3 {
	font-size: 40px;
	margin-bottom: 50px;
}
.client-logo-bg{
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.client-logo-bg h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #31368a;
	margin: 35px 0 20px 0;
}
.client-logo-bg p {
    font-family: 'Open Sans', sans-serif;
    /*color: #666;*/
    line-height: 26px !important;
    font-weight: 400;
    text-align: left;
}

div.client-logo {
    margin: 5px;
    /*border: 1px solid #fff;*/
    float: left;
    width: 175px;
}

div.client-logo:hover {
    border: 0;
}

div.client-logo img {
    width: auto;
    height: auto;
    max-width:175px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/* End of Clients logo list*/

.flex-active-slide h4 {
	font-size: 30px;
	font-weight: 300;
}

.flex-active-slide p {
	line-height: 30px;
	margin: 30px 0;
	text-align: center;
}

.client {
	float: right;
	text-align: right;
}

.client h5 {
	font-size: 20px;
}

p.client-work {
	margin: 10px 0 0 0;
}



/*-- Stats --*/
.stats {
	background: url("../images/stats.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 100px 0;
}

.stats h3 {
	font-size: 40px;
	margin-bottom: 100px;
	color: #EEE;
}

.stats-info {
	text-align: center;
}

.stats-img img {
	width: 100px;
}

.stats-img {
	margin-bottom: 30px;
}

.numscroller {
	font-size: 35px;
	font-weight: 700;
	color: #F44336;
	margin-bottom: 10px;
}

.stats-info p {
	font-size: 20px;
	font-weight: 600;
	color: #EEE;
}
/*-- //Stats --*/


.calltoday {
	padding: 50px 0;
	background-color: #051020;
}

.calltoday-grid {
	padding: 0;
	text-align: center;
}

.calltoday h3 {
	font-size: 40px;
	color: #F44336;
	margin-bottom: 30px;
}

.calltoday p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #bbb;
	padding: 0 50px;
}
.calltoday p span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	color: #00c0ff;
	/*padding: 0 50px;*/
}



/*-- Features --*/
.features {
	padding: 75px 0;
}

.features h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.features p {
	margin-bottom: 50px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.features-info {
	margin-top: 30px;
}

.feature-grid {
	padding: 0;
}

.feature {
	float: left;
	padding: 30px;
	border: 1px solid #F44336;
}

.features-icon img {
	width: 75px;
}

.features-item h4 {
	font-size: 22px;
	color: #F44336;
	letter-spacing: 0;
}

.features-item p {
	font-size: 14px;
	padding: 20px 0 0;
	margin-bottom: 0;
	font-weight: 400;
}
/*-- //Features --*/



.gallery {
	background-color: #ffc155;
	padding: 75px 0 100px;
}

.gallery h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.gallery-left img,.g-left img {
	width: 100%;
}

.g-left:nth-child(4),.g-left:nth-child(5){
	margin-top:3.5%;
}

.gallery-one{
	margin:2em 0 0 0;
}

.gallery-right{
	padding:0;
}

.gallery-left{
	padding: 0 2px;
}

.g-3 {
	padding:0 2px 0 0;
}

.g-4{
	padding:0 0 0 2px;
}

.g-2{
	padding:4px 0;
}

.g-5{
	padding:4px 0;
}

.g-6{
	padding-top:4px;
}



.team h3, .contact h3 {
	font-size: 40px;
	margin-bottom: 50px;
	color: #EEE;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}



.team {
	padding: 75px 0;
	background-color: #2f3238;
}

.team .grid figure {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 15px;
}

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira .team-social {
	padding: 2.5em 0;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira .team-social a:hover, figure.effect-kira .team-social a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 6em;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #333;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figcaption h4 {
	color: #000;
	font-size: 30px;
}

figure.effect-kira:hover .team-social {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}



/*-- Map --*/
.map iframe {
	width: 100%;
	height: 500px;
	border: 5px solid #FAFAFA;
}
/*-- //Map --*/



/*-- Contact --*/
.contact {
	background-color: #f3f3f3;
	padding: 0 0 50px 0;
}
.contact h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #31368a;
	margin: 50px 0 20px 0;
}
.contact h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #666;
	margin: 0px 0 15px 0;
}

.contact_form input[type='text'] {
	width: 100%;
	border-radius: 2;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	color: #333;
	height: 50px;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	background: rgba(255, 255, 255, 0.7);
}

.contact_form textarea[type='textarea'] {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #333;
	height: 191px;
	background: rgba(51, 51, 51, 0.61);
}

form.contact_form {
	text-align: center;
}

input.text:active, input.text:focus {
	background-color: rgba(255, 255, 255,1);
}

textarea:active, textarea:focus {
	background-color: rgba(255, 255, 255,1);
}
.cont {
	background-color: #fff;
	/*padding: 0 0 50px 0;*/
}
.cont h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #31368a;
	margin: 50px 0 20px 0;
}
.cont h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #666;
	margin: 0px 0 15px 0;
}
.cont h3 span.mandatory {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #ff0000;
}

.cont_form input[type='text'] {
	width: 100%;
	border-radius: 2;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	color: #333;
	height: 50px;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	background: rgba(255, 255, 255, 0.7);
}

.cont_form textarea[type='textarea'] {
	width: 100% !important;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #333;
	height: 191px !important;
	background: rgba(255, 255, 255, 0.7);
}

form.cont_form {
	text-align: left;
	margin-bottom: 60px;
}
.more_btn {
	margin-top: 50px;
	padding: 13px 30px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	color: #FFF;
	background-color: rgba(51, 51, 51, 0.61);
	text-decoration: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.more_btn:hover {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.84);
	cursor: pointer;
}
/*-- //Contact --*/

/*Login*/
.login-bg{
    background: url(../images/login-bg.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 660px;
}
.login-bg h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	text-align: center!important;
	padding:100px 0 15px 0;
}

.underline-grey{
	width:160px;
	height: 2px;
	background-color: #838794;
	margin: 0 auto 20px auto;
}
.login-cont-text{
	color: #d4d4d4;
	font-size: 1em;
	text-align: center;
	margin-bottom: 25px !important;
}
.login-box{
	margin:0 10%; 
	background: rgba(0,0,0,0.35);
	border-radius:2px;
	border: 2px solid #1b1f2d;
	padding: 30px 30px 40px 30px;
}
.login-section{
	width:50%;
	margin:0 auto;
}

form {
    display: block;
    margin-top: 0em;
}

.login-box input[type="text"], .login-box input[type="password"] {
    outline: none;
    background: #fff;
    color: #999;
    font-size: 17px;
    width: 100%;
    padding: 13px 10px;
    border: none;
    border-radius: 3px;
}
.login-box input[type="text"] {
    background: url(../images/user.png) no-repeat 14px 12px #fff;
    padding-left: 3em;
    margin: 1.5em 0 0 0;
}
.login-box input[type="password"] {
    background: url(../images/key.png) no-repeat 14px 12px #fff;
    padding-left: 3em;
    margin: 1.5em 0 10px 0;
}

.forgotpw-bg{
    background: url(../images/login-bg.jpg)no-repeat center;
    background-size: cover;
    background-color: #42475b;
    width: 100%;
    min-height: 660px;
}
.forgotpw-bg h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	text-align: center!important;
	padding:100px 0 15px 0;
}
.forgotpw-bg h2 span{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffff00 !important;
	text-align: center!important;
	padding:100px 0 15px 0;
}
.forgotpw-cont-text{
	color: #d4d4d4;
	font-size: 1em;
	text-align: center;
	margin-bottom: 25px !important;
}
.forgotpw-box{
	margin:0 10%; 
	background: rgba(0,0,0,0.35);
	border-radius:2px;
	border: 2px solid #1b1f2d;
	padding: 30px 30px 40px 30px;
}
.forgotpw-section{
	width:50%;
	margin:0 auto;
}
.forgotpw-box input[type="text"] {
    outline: none;
    background: #fff;
    color: #999;
    font-size: 17px;
    width: 100%;
    padding: 13px 10px;
    border: none;
    border-radius: 3px;
}
.forgotpw-box input[type="text"] {
    background: url(../images/email.png) no-repeat 14px 12px #fff;
    padding-left: 3em;
    margin: 1.5em 0 0 0;
}
.forgotpw-box input[type="submit"] {
    background: #266eab;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 13px 0px;
    margin-top: 20px;
    outline: none;
    font-size: 1.250em;
    text-align: center !important;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
#close {
    float:right;
    display:inline-block;
    padding:30px;
    background: url(../images/button-close.png) no-repeat 15px 15px #333;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
	color: #fff;*/
	cursor: pointer;
	margin: 20px 20px 0 0;
	
}

.actnreq-bg{
    background: url(../images/login-bg.jpg)no-repeat center;
    background-size: cover;
    background-color: #42475b;
    width: 100%;
    min-height: 660px;
}
.actnreq-bg h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	text-align: center!important;
	padding:100px 0 15px 0;
}
.actnreq-bg h2 span{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffff00 !important;
	text-align: center!important;
	padding:100px 0 15px 0;
}
.actnreq-cont-text{
	color: #d4d4d4;
	font-size: 1.3em;
	text-align: center;
	line-height: 32px;
	margin-bottom: 25px !important;
}
.actnreq-cont-text span{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	/*margin-bottom: 25px !important;*/
}
.actnreq-box{
	margin:0 10%; 
	background: rgba(0,0,0,0.35);
	border-radius:2px;
	border: 2px solid #1b1f2d;
	padding: 30px 30px 40px 30px;
}
.actnreq-section{
	width:50%;
	margin:0 auto;
}



input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
.login-box input[type="submit"] {
    background: #266eab;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 13px 0px;
    outline: none;
    font-size: 1.250em;
    text-align: center !important;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.forgot-txt{
	color: #d4d4d4;
	font-size: 1em;
	text-align: right;
	margin: 0 0 15px 0;
}
.forgot-txt a{
	color: #d4d4d4;
	font-size: 1em;
}
.forgot-txt a:hover{
	color: #8a8d97;
	font-size: 1em;
	text-align: right;
}
.error{
	color: #ffb400;
	font-size: 1em;
}
.sys-recm{
	margin:20px 10% 0 10%;
	color: #8a8d97;
	font-size: 1em;
	text-align: right;
	text-decoration: underline;
	margin-bottom: 25px !important;
}
.sys-recm a{
	color: #8a8d97;
	font-size: 1em;
	text-align: right;
	text-decoration: underline;
}
.sys-recm a:hover{
	color: #d4d4d4;
	text-decoration: underline;
}


/* End of Login*/

/*-- Footer --*/
.footer {
	background-color: #4f4f4f;
}

.footer-info {
	margin-top: 50px;
}

.footer h4 {
	color: #006db7;
	padding: 20px 0;
	font-weight: 600;
	text-align: left;
}

.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.links a {
	color: #EEE;
}

.links a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.mail {
	color: #EEE;
}

a.mail:hover {
	color: #006db7;
}

/*-- Copyright --*/

.copyright-left {
	float: left;
	text-align: left;
	padding: 20px 0 30px 0;
	color: #b7b7b7 !important;
}
.copyright-right {
	float: right;
	text-align: left;
	padding: 30px 0;
	color: #b7b7b7;
}
.copyright {
	/*text-align: left;*/
	padding: 0px 0;
}
.copyright p {
	color: #b7b7b7;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}
/*-- //Copyright --*/
/*-- //Footer --*/



/*-- Go-To-Top-Button --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/
.banner-box{
	/*margin-bottom: 15px;*/
	padding: 0;
}
.subtitle-box{
	padding: 10px 0;
	border-bottom: 1px solid #b9c4d3;
	width: 93% !important;
	margin: 20px 0 5px 0px;
}
.subtitle{
	font-size: 1.125em;
	font-weight: 600;
    color:#0088c7;
    text-align: left;
    margin-bottom: 0.625em;
  	font-family: 'Open Sans', sans-serif;
}
.subtitle img.mrkt{
	display: block;
	width: 50px !important;
	height: 40px !important;
	margin: 0;
	padding: 0 10px 0 0;
}
.subtitle p{
	font-size: 1em;
	font-weight: 400;
    color:#666;
  	font-family: 'Open Sans', sans-serif;
  	line-height: 1.250em;
}

.sample-title{
	font-size: 1.063em;
	font-weight: 600;
    color:#0088c7;
    text-align: left;
    /*margin-bottom: 0.625em;*/
  	font-family: 'Open Sans', sans-serif;
}
.sample-title img.mrkt{
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0 10px 0 0;
}
.sample-title p{
	font-size: 1em;
	font-weight: 400;
    color:#666;
  	font-family: 'Open Sans', sans-serif;
  	line-height: 1.250em;
}

.bullet{
  	font-family: 'Open Sans', sans-serif;
  	font-weight: bold;
  	font-size: 1.250em !important;
}
.points {
	padding: 8px 0;
    list-style-type: bullet;
    color:#101010;
    font-size: 0.938em;
    font-weight: 600;
    text-align: left;
    line-height: 1.250em !important;
}
.client-logo-bg{
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.text-content{
	margin: 0;
	padding: 0;
}
.text-content h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #31368a;
	margin: 35px 0 20px 0;
}
.text-content p {
    font-family: 'Open Sans', sans-serif;
    /*color: #666;*/
    line-height: 26px !important;
    font-weight: 400;
    text-align: justify;
}

table.download-brochure{
	margin:0; 
}
table.download-brochure img{
	margin:0;
	width: auto;
	height: auto;
}
.download-brochure{
	font-family: 'Open Sans', sans-serif;
    color: #0088c7;
    line-height: 26px !important;
    font-weight: 600;
    font-size: 1em;
    text-align: left;
    width: 50%;
    float: right !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
.download-brochure:hover{
	text-decoration: none;
	cursor: pointer;
}
table.directions{
	margin:0; 
}
table.directions img{
	margin:0;
	width: auto;
	height: auto;
}
.directions{
	font-family: 'Open Sans', sans-serif;
    color: #0088c7;
    line-height: 26px !important;
    font-weight: 600;
    font-size: 1em;
    text-align: left;
    width: 25%;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}
.directions:hover{
	text-decoration: none;
	cursor: pointer;
}


.addr-sectbg{
	width: 100%;
	min-height: 300px;
	display: block;
	background: url("../images/address-email-section-bg.jpg") top left no-repeat;
	padding: 30px !important;
}
.address{
	padding: 15% 10%;
	height: 60%;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #9c9c9c;
	border-right: 1px solid #4c4c4c;
}
.address span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cdcdcd;	
}
.email-sect{
	padding-top: 4%;	
}
.email-sect div{
	/*padding: 5% 0 0 0;*/
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #9c9c9c;
	padding-left: 30px;
	margin-bottom: 7px;	
}
.email-sect span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #34dbff;	
}
.email-sect span a{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #34dbff;	
}
.email-sect span a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;	
}
.email-sect .phoneno{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #34dbff;	
}
.left-pad{
	padding: 0 0 0 20%;
}
/*-- Index-Page-Styling --*/





/*-- Responsive Code --*/

@media screen and (max-width:1366px) {
	.slider {
		position: relative;
		height: 450px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 450px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 160px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 16px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 55%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 55%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 60%;
	}
	.phone, .email {
		width: 20%;
	}
	div.client-logo {
	    margin: 5px;
	    float: left;
	    width: 175px;
	    padding-left: 10%;
	}
	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.login-section{
		width:70%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:70%;
		margin:0 auto;
	}
}

@media screen and (max-width:1024px) {
	.slider {
		position: relative;
		height: 427px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 427px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 160px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 16px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 55%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 55%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.top-bar {
		padding: 0 30px 0 10px;
	}
	.social {
		width: 50%;
	}
	.phone, .email {
		width: 25%;
	}
	a.navbar-brand {
		padding: 15px 15px;
		font-size: 35px;
	}
	nav a {
		font-size: 15px;
	}
	.hover-effect a span {
		width: 80px;
		font-size: 12px;
	}
	.about h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about p {
		line-height: 26px;
		padding: 0 30px;
	}
	.details h2 {
		font-size: 35px;
		margin: 50px 0 30px;
	}
	.details p {
		line-height: 30px;
	}
	.details-image {
		padding: 10px 0 20px;
	}
	.details-image img {
		width: 80px;
	}
	.details-info p {
		padding: 0;
	}
	.details-grids {
		padding-bottom: 50px;
	}
	.details-grids {
	    padding: -1px 10%;
	    margin-left: -1%;
	}
	.clients h3 {
		font-size: 35px;
	}
	.who h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 26px;
		padding: 0 19px;
	}
	.stats {
		padding: 75px 0;
	}
	.stats h3 {
		font-size: 35px;
		margin-bottom: 65px;
	}
	.stats-img img {
		width: 80px;
	}
	.features h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.features {
		padding: 50px 0 30px;
	}
	.feature {
		padding: 10px 20px;
	}
	.features-icon img {
		width: 65px;
	}
	.features-info {
		margin-top: 20px;
	}
	.gallery {
		padding: 50px 0 75px;
	}
	.gallery h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.team {
		padding: 50px 0;
	}
	.team h3, .contact h3 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.grid figure figcaption {
		padding: 2em;
	}
	figcaption h4 {
		margin-top: 2em;
	}
	figure.effect-kira figcaption::before {
		top: 3.2em;
	}
	figure.effect-kira .team-social {
		padding: 1.2em 0 2.5em;
	}
	.map iframe {
		height: 400px;
	}
	.contact {
		padding: 50px 0;
	}
	.login-section{
		width:70%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:70%;
		margin:0 auto;
	}
}

@media screen and (max-width:991px) {
	.slider {
		position: relative;
		height: 408px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 408px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 140px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 15px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 26px;
	}
	.callbacks_nav {
		position: absolute;
		top: 55%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 55%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.about h1 {
		line-height: 25px;
	}
	.about p {
		line-height: 20px;
		font-size: 13px;
		padding: 0 15px;
	}
	.details p {
		color: #9E9E9E;
		padding: 0 15px;
	}
	.details-grid {
		padding: 10px 0 0;
	}
	.details-info {
		padding: 30px 0px;
	}
	.details-info p {
		line-height: 25px;
		/*font-size: 13px;*/
	}
	.who h3 {
		line-height: 25px;
	}
	.who p {
		line-height: 22px;
		/*font-size: 13px;*/
		padding: 0 15px;
	}
	.features-info {
		margin-top: 25px;
	}
	.features-item p {
		/*font-size: 13px;*/
		padding: 15px 5px 0;
		line-height: 25px;
	}
	.newsletter .email {
		padding: 5px 50px 5px 15px;
	}
	.newsletter .submit {
		right: -13px;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:854px) {
	.slider {
		position: relative;
		height: 356px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 356px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 120px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 60%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 60%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 48%;
	}
	.phone, .email {
		width: 26%;
	}
	a.navbar-brand {
		font-size: 30px;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:800px) {
	.slider {
		position: relative;
		height: 333px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 333px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 100px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 44%;
	}
	.phone, .email {
		width: 28%;
	}
	a.navbar-brand {
		padding: 15px 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid>.navbar-collapse {
		margin-right: -10px;
	}
	nav a {
		font-size: 14px;
	}
	.hover-effect a {
		height: 20px;
	}
	.hover-effect a span {
		width: 200px;
	}
	.login-section{
		width:80%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:80%;
		margin:0 auto;
	}
}

@media screen and (max-width:768px) {
	.slider {
		position: relative;
		height: 320px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 320px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 100px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 40%;
	}
	.phone, .email {
		width: 30%;
	}
	.newsletter .email {
		height: 35px;
	}
	.newsletter .submit {
		width: 35px;
		height: 35px;
	}
	.login-section{
		width:80%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:80%;
		margin:0 auto;
	}
}

@media screen and (max-width:736px) {
	.social {
		padding: 5px 0 5px 5px;
	}
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../images/img-sprite.png") no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.phone, .email {
		font-size: 13px;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	a.navbar-brand {
		padding: 0;
		margin-left: 20px;
		height: 20px;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar ul li {
		float: none;
		display: block;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 50px 0;
	}
	.about-grid {
		width: 50%;
		float: left;
	}
	.about h1 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.about p {
		line-height: 21px;
		font-size: 12px;
	}
	.details p {
		/*font-size: 13px;*/
	}
	.details-grids {
		padding: 50px 0;
	}
	.details-grid {
		/*width: 33.3%;*/
		width: auto;
		float: left;
	}
	.details-image {
		padding: 10px 0px;
	}
	.details-image img {
		width: 65px;
	}
	.details-info {
		padding: 20px 0px;
	}
	.flex-active-slide p {
		padding: 0px 30px;
		line-height: 25px;
	}
	.stats {
		padding: 50px 0px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.who-grid {
		width: 50%;
		float: left;
	}
	.who h3 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 21px;
		font-size: 12px;
	}
	.feature {
		width: 33.3%;
	}
	.features p {
		font-size: 13px;
		padding: 0 30px;
	}
	.features-item p {
		padding: 20px 0 15px;
	}
	.left-1 {
		width: 25%;
		float: left;
	}
	.left-2 {
		width: 50%;
		float: left;
	}
	.g-3 {
		width: 50%;
		float: left;
	}
	.g-4 {
		width: 50%;
		float: left;
	}
	.left-3 {
		width: 25%;
		float: left;
	}
	figure.effect-kira figcaption::before {
		height: 2.5em;
	}
	.map iframe {
		height: 250px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.footer-info {
		margin-top: 30px;
	}
	.footer-info-grid {
		width: 33.3%;
		float: left;
	}
	.newsletter .email {
		width: 95%;
		padding: 5px 25px 5px 5px;
		font-size: 11px;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:667px) {
	.top-bar {
		padding: 0px 10px;
	}
	.social {
		width: 38%;
	}
	.phone, .email {
		width: 31%;
	}
	.details h2, .clients h3, .features h3, .gallery h3, .team h3, .contact h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.details p {
		padding: 0px 60px;
	}
	.details-info h3 {
		font-size: 22px;
	}
	.details-info p {
		padding: 0 10px;
	}
	.clients h3 {
		margin-bottom: 40px;
	}
	.flex-active-slide h4 {
		font-size: 28px;
	}
	.flex-active-slide p {
		line-height: 25px;
		font-size: 13px;
		padding: 0 10px;
	}
	.stats h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.stats-img img {
		width: 65px;
	}
	.features p {
		padding: 0px 20px;
	}
	.features-item p {
		padding: 15px 0;
	}
	.team .grid figure {
		margin-bottom: 7px;
	}
	figcaption h4 {
		font-size: 29px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	figure.effect-kira figcaption::before {
		top: 2em;
	}
	.more_btn {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 13px;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:640px) {
	.slider {
		position: relative;
		height: 267px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 267px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 80px;
		text-align: center;
	}
	.slider .caption h5 {
		/*display: none;*/
		font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 36%;
	}
	.phone, .email {
		width: 32%;
	}
	.details p {
		padding: 0px 30px;
	}
	.details-info p {
		padding: 0px 5px;
	}
	.details-info h3 {
		font-size: 21px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
	div.client-logo {
		margin: 5px;
		float: left;
		width: 175px;
		padding-left: 5%;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.login-section{
		width:80%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:80%;
		margin:0 auto;
	}
}

@media screen and (max-width:603px) {
	.social {
		width: 34%;
	}
	.phone, .email {
		width: 33%;
	}
	.details-info h3 {
		font-size: 20px;
	}
	.footer-info-grid.links {
		width: 28%;
	}
	.footer-info-grid.address {
		width: 38%;
	}
	.footer-info-grid.email {
		width: 34%;
	}
	.footer-info p {
		margin-bottom: 5px;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:600px) {
	.slider {
		position: relative;
		height: 200px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 200px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 80px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
		/*font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;*/
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.phone, .email {
		font-size: 12px;
	}
	.left-1 {
		width: 100%;
		float: left;
	}
	.left-2 {
		width: 100%;
		float: left;
	}
	.left-3 {
		width: 100%;
		float: left;
	}
	.login-section{
		width:60%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:60%;
		margin:0 auto;
	}
}

@media screen and (max-width:568px) {
	.slider {
		position: relative;
		height: 200px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 200px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 80px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
		/*font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;*/
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.details p {
		padding: 0px 10px;
		/*font-size: 12px;*/
	}
	.details-info h3 {
		font-size: 18px;
	}
	.flex-active-slide p {
		font-size: 12px;
	}
	.client h5 {
		font-size: 18px;
	}
	.stats-info p {
		font-size: 18px;
	}
	.features p {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.features-item p {
		margin: 0;
		line-height: 25px;
	}
	figcaption h4 {
		margin-top: 1em;
		font-size: 27px;
	}
	figure.effect-kira figcaption::before {
		top: 0.2em;
	}
	.footer h4 {
		font-size: 16px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.footer-info p {
		font-size: 12px;
	}
	.login-section{
		width:80%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:80%;
		margin:0 auto;
	}

}

@media screen and (max-width:533px) {
	.slider {
		position: relative;
		height: 200px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 200px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 80px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
		/*font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;*/
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.social {
		width: 100%;
		text-align: center;
	}
	.phone, .email {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.details-info h3 {
		font-size: 15px;
		font-weight: 400;
	}
	.login-section{
		width:80%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:80%;
		margin:0 auto;
	}
}

@media screen and (max-width:480px) {
	.slider {
		position: relative;
		height: 200px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 200px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 80px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
		/*font-size: 14px;
		color: #cfcfcf;
		font-weight: 300;
		width: 75%;
		margin: 0 auto;
		line-height: 22px;*/
	}
	.callbacks_nav {
		position: absolute;
		top: 65%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 65%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 35px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.about-grid {
		width: 100%;
	}
	.about h1 {
		margin-top: 25px;
	}
	.about p {
		line-height: 25px;
	}
	.details-grid {
		/*width: 50%;*/
		width: auto;
	}
	div.client-logo {
		margin: 5px;
		float: left;
		width: 175px;
		padding-left: 8%;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.dgrid-3 {
		border-bottom: 1px solid #777;
		border-left: none;
		border-right: 1px solid #777;
	}
	.dgrid-4 {
		border-right: none;
		border-bottom: 1px solid #777;
	}
	.who-grid {
		width: 100%;
	}
	.who h3 {
		margin-top: 25px;
	}
	.who p {
		line-height: 26px;
	}
	.feature {
		width: 50%;
	}
	.features p {
		padding: 0px 5px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	figcaption h4 {
		margin-top: 2em;
		font-size: 23px;
	}
	figure.effect-kira figcaption::before {
		top: 0.1em;
	}
	.footer-info-grid.links {
		width: 20%;
	}
	.footer-info-grid.address {
		width: 46%;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
	.login-section{
		width:85%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:85%;
		margin:0 auto;
	}

}

@media screen and (max-width:414px) {
	.details p {
		padding: 0;
	}
	.details-info p {
		padding: 0 5px;
	}
	div.client-logo {
		margin:5px auto;
	    float: left;
    	width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.features-item p {
		padding: 15px 5px 0;
	}
	.team .grid figure {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.contact_form input[type='text'] {
		font-size: 12px;
		padding: 10px;
	}
	.contact_form textarea {
		font-size: 12px
	}
	.footer-info-grid.links {
		width: 40%;
	}
	.footer-info-grid.address {
		width: 60%;
	}
	.footer-info-grid.newsletter {
		width: 100%;
		margin-bottom: 30px;
	}
	.newsletter .submit {
		right: 0;
	}
	.footer-info p {
		margin-bottom: 15px;
	}
	.copyright p {
		font-size: 13px;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
	.login-section{
		width:85%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:85%;
		margin:0 auto;
	}

}

@media screen and (max-width:384px) {
	.slider {
		position: relative;
		height: 160px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 160px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 65px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
	}
	.callbacks_nav {
		position: absolute;
		top: 70%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 70%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 25px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.about p {
		padding: 0 10px;
	}
	.stats {
		padding-bottom: 0;
	}
	.stats-grid {
		width: 50%;
		margin-bottom: 50px;
	}
	.stats-img {
		margin-bottom: 15px;
	}
	.numscroller {
		margin-bottom: 0;
	}
	.features p {
		padding: 0;
	}
	.features-item p {
		padding: 15px 0 0;
	}
	.connect-social ul li a {
		width: 25px;
		height: 25px;
		background-size: 250px;
	}
	.connect-social ul li a.facebook:hover {
		background-position: 0px -25px;
	}
	.connect-social ul li a.twitter {
		background-position: -25px 0px;
	}
	.connect-social ul li a.twitter:hover {
		background-position: -25px -25px;
	}
	.connect-social ul li a.googleplus {
		background-position: -50px 0px;
	}
	.connect-social ul li a.googleplus:hover {
		background-position: -50px -25px;
	}
	.connect-social ul li a.linkedin {
		background-position: -75px 0px;
	}
	.connect-social ul li a.linkedin:hover {
		background-position: -75px -25px;
	}
	.connect-social ul li a.blogger {
		background-position: -100px 0px;
	}
	.connect-social ul li a.blogger:hover {
		background-position: -100px -25px;
	}
	.connect-social ul li a.tumblr {
		background-position: -125px 0px;
	}
	.connect-social ul li a.tumblr:hover {
		background-position: -125px -25px;
	}
	.connect-social ul li a.rss {
		background-position: -150px 0px;
	}
	.connect-social ul li a.rss:hover {
		background-position: -150px -25px;
	}
	.connect-social ul li a.youtube {
		background-position: -175px 0px;
	}
	.connect-social ul li a.youtube:hover {
		background-position: -175px -25px;
	}
	.connect-social ul li a.vimeo {
		background-position: -200px 0px;
	}
	.connect-social ul li a.vimeo:hover {
		background-position: -200px -25px;
	}
	.connect-social ul li a.deviantart {
		background-position: -225px 0px;
	}
	.connect-social ul li a.deviantart:hover {
		background-position: -225px -25px;
	}
	div.client-logo {
		margin:5px auto;
	    float: left;
    	width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
	.login-section{
		width:85%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:85%;
		margin:0 auto;
	}
}

@media screen and (max-width:375px) {
	.slider {
		position: relative;
		height: 147px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 147px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 50px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
	}
	.callbacks_nav {
		position: absolute;
		top: 70%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 70%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 25px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.about p {
		padding: 0;
	}
	.details-info p {
		padding: 0 2px;
	}
	.flex-active-slide p {
		padding: 0;
	}
	.who p {
		padding: 0;
	}
	div.client-logo {
		margin:5px auto;
	    float: left;
    	width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
	.login-section{
		width:85%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:85%;
		margin:0 auto;
	}
}

@media screen and (max-width:360px) {
	.slider {
		position: relative;
		height: 147px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 147px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 50px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
	}
	.callbacks_nav {
		position: absolute;
		top: 70%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 70%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 25px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.details-info h3 {
		font-size: 14px;
	}
	div.client-logo {
		margin:5px 20%;
	    float: left;
    	width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
	.login-section{
		width:85%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:85%;
		margin:0 auto;
	}
}

@media screen and (max-width:320px) {
	.slider {
		position: relative;
		height: 134px;
	}
	.slider .caption {
		position: absolute;
		width: 100%;
		height: 132px !important;
		background: rgba(0, 0, 0, 0.46);
		padding-top: 50px;
		text-align: center;
	}
	.slider .caption h5 {
		display: none;
	}
	.callbacks_nav {
		position: absolute;
		top: 70%;
		left: 0;
		opacity: 0.7;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 32px;
		width: 32px;
		background: url("../images/left.png") no-repeat left top;
		margin-top: -45px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		top: 70%;
		right: 0;
		height: 32px;
		width: 32px;
		background: url("../images/right.png") no-repeat left top;
	}
	.slider .caption h3 {
		font-size: 25px;
		color: #FFF;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.email {
		margin: 0;
		padding: 5px 0 0 0;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 30px 0;
	}
	.details-grid {
		width: 100%;
	}
	div.client-logo {
		margin:5px auto;
	    float: left;
    	width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.dgrid-1 {
		border-right: none;
	}
	.dgrid-3 {
		border-right: none;
	}
	.dgrid-6 {
		border-left: none;
		border-top: 1px solid #777;
	}
	.login-section{
		width:95%;
		margin:0 auto;
	}
	.forgotpw-section{
		width:95%;
		margin:0 auto;
	}
	.feature {
		width: 100%;
	}
	#features h3 {
		margin-bottom: 10px;
	}
	.c1 {
		width: 100%;
	}
	.footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.newsletter {
		width: 100%;
		padding: 0 3px;
	}

}

/*-- //Responsive Code --*/

.banner-bottom {
    background: url(../images/7.jpg)no-repeat center;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}
.banner-bottom1 {
    background: url(../images/6.jpg)no-repeat;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}
.banner-bottom2 {
    background: url(../images/8.jpg)no-repeat;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}
.banner-bottom3 {
    background: url(../images/8.jpg)no-repeat;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}
.banner-bottom4 {
    background: url(../images/8.jpg)no-repeat;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}
.banner-bottom5 {
    background: url(../images/8.jpg)no-repeat;
    background-size: cover;
    /*min-height: 720px;*/
    min-height: 500px;
}

.bann-text {
    text-align: left;
    padding-top: 11em;
    z-index: 2500;
}
/*.bann-text {
    text-align: left;
    padding-top: 18em;
    z-index: 2500;

}*/
.bann-text h3 {
    font-size: 4em;
    color:#fff;
    margin-bottom: 0.3em;
  	font-family: 'Open Sans', sans-serif;
  	z-index: 2500;
}
.bann-text p {
    font-size: 0.95em;
    color: #eee;
    width: 32%;
    line-height: 1.8em;
}

@media(max-width:1440px){
	.banner-bottom {
	    /*min-height:675px;*/
	    min-height:500px;
	}
	.banner-bottom1 {
	    /*min-height:675px;*/
	    min-height:500px;
	}
	.banner-bottom2 {
	    /*min-height:675px;*/
	    min-height:500px;
	}
	.banner-bottom3 {
	    /*min-height:675px;*/
	    min-height:500px;
	}
	.banner-bottom4 {
	    /*min-height:675px;*/
	    min-height:500px;
	}
	.banner-bottom5 {
	    /*min-height:675px;*/
	    min-height:500px;
	}

}

@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1024px){
.bann-text p {
    width: 50%;	
}
.banner-bottom {
    min-height:400px;
}
.banner-bottom1 {
    min-height:400px;
}
.banner-bottom2 {
    min-height:400px;
}
.banner-bottom3 {
    min-height:400px;
}
.banner-bottom4 {
    min-height:400px;
}
.banner-bottom5 {
    min-height:400px;
}
.bann-text {
    padding-top: 14em;
}
.flex-control-nav {
    top: 85%;
}
.ftr-grd h3 {
    font-size: 2em;
}
.testimo {
    background: url(../images/man-yo.jpg)no-repeat 0px -125px;
}

@media(max-width:800px){
.bann-text h3 {
    font-size: 3em;	
}
.banner-bottom {
    min-height: 300px;
}
.banner-bottom1 {
    min-height: 300px;
}
.banner-bottom2 {
    min-height: 300px;
}
.banner-bottom3 {
    min-height: 300px;
}
.banner-bottom4 {
    min-height: 300px;
}
.banner-bottom5 {
    min-height: 300px;
}
.bann-text {
    padding-top: 7em;
}
.bann-grid {
    padding: 3em 0em;
}
}

@media(max-width:640px){
	.bann-text {
	    padding-top: 5em;
	}
	.bann-text p {
	    width: 80%;
	}
	.banner-bottom {
	    min-height: 250px;
	}
	.banner-bottom1 {
	    min-height: 250px;
	}
	.banner-bottom2 {
	    min-height: 250px;
	}
	.banner-bottom3 {
	    min-height: 250px;
	}
	.banner-bottom4 {
	    min-height: 250px;
	}
	.banner-bottom5 {
	    min-height: 250px;
	}

}

@media(max-width:480px){
	.bann-text p {
	    width: 100%;
	}	
	.bann-text {
	    padding-top: 4em;
	}	
	.banner-bottom {
	    min-height: 210px;
	}
	.banner-bottom1 {
	    min-height: 210px;
	}
	.banner-bottom2 {
	    min-height: 210px;
	}
	.banner-bottom3 {
	    min-height: 210px;
	}
	.banner-bottom4 {
	    min-height: 210px;
	}
	.banner-bottom5 {
	    min-height: 210px;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
}

@media(max-width:320px){
	.navbar-toggle {
	    padding: 6px 6px;
	}	
	.bann-text {
	    padding-top:2.5em;
	}
	.bann-text h3 {
	    font-size: 2em;
	}
	.banner-bottom {
	    min-height: 170px;
	}
	.banner-bottom1 {
	    min-height: 170px;
	}
	.banner-bottom2 {
	    min-height: 170px;
	}
	.banner-bottom3 {
	    min-height: 170px;
	}
	.banner-bottom4 {
	    min-height: 170px;
	}
	.banner-bottom5 {
	    min-height: 170px;
	}
	.bann-text p {
	    font-size: 0.8em;
	}
	div.client-logo {
	    margin:5px 20%;
	    float: left;
	    width: 175px;
	}

	div.client-logo:hover {
	    border: 0;
	}

	div.client-logo img {
	    width: auto;
	    height: auto;
	}
	.btn-blue-big{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #266eab;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
		text-align: center;
	}
	.btn-blue-big:hover,.btn-blue-big:focus{
		width: auto;
		/*margin: 0 20%;*/
		padding: 20px 25px;
		border-radius: 3px;
		background: #1a5291;
		color: #fff;
		font-size: 24px;
		margin: 11px;
		cursor: pointer;
		border: none;
		outline: none;
	}
}