/* Modify by AldoDesign.com
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Navigation
	5) Home
	6) About-us
	7) inner (Info)
	8) Services
	9) Testimonials
	10) Contact
	11) Footer
	12) Back-to-top
	13) Responsive
*/



/* @group  Reset */

body {
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
  color: #535353;
  letter-spacing: 0.02em;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: #3f85ad;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

a:hover,a:focus,a:active {
    text-decoration: none;
    color: #1dc6df;
}
p {
    color: #737373;
    line-height: 23px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Roboto', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}

hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
	margin-top: 10px;

}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
}

/* @end */

/* @group Helper classes */

.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
	color: #33729e;
}
.slog {
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/* @end */

/* @group  Parallax
 */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* @end */

/* @group Navigation */

.navbar-custom {
	 background-color: rgba(39, 69, 88, 0.5);
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	position: fixed;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-brand {
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: 800;
	/*letter-spacing: 0.12em;*/
	margin: 5px 0 0;
	font-family: 'Roboto Slab', serif;
}

.navbar-brand .navbar-small  {
	font-size: 16px;
	letter-spacing: 0.17em;
	
}
.navbar-custom .navbar-brand:hover {
	color: #ffffff;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #f1f1f1;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.small .navbar-brand,.small .navbar-brand:hover{
	color: #6b6b6b !important;
}
nav.small {
   background-color: #ffffff;
   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.small .navbar-nav>li>a {
	color: #666;
}

.logo-icon {
width: 60px;
height: 60px;
margin-top: 10px;
margin-right: 5px;	
}

/* @end */

/* @group Home */

#home {
	padding: 250px 0;
	z-index: 1;
	position: relative;
	font-size: 16px;
	color: #fff;
	background: #000;
	min-height: 700px;
}
.home-bg{
	background: url(../images/img-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	opacity: 1.00;
	right: 0;
	bottom: 0;
	left: 0;
}
.intro-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	letter-spacing: 0.02em;
	margin: 0px 0px 20px 0px;
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 28px;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}

/* @end */
/* @group About-us */

#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #9aa7af;
    line-height: 22px;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about ul {
	/*margin: 5px 0px*/
}
.advanced-about li {
color: #737373;
line-height: 21px;
margin-bottom: 5px;
}

/* @end */

/* @group inner (Info) */

#inner-section {
	background: url("../images/parallax-2.jpg") center;
}
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}
.intermediate-container .heading h2 {
	font-size: 36px;
	line-height: 47px;
	/*text-transform: uppercase;*/
	margin-top: 30px;
	color: #e2e2e2;
	margin-bottom: 40px;
	font-weight: 700;
}

/* @end */

/* @group Services */

.service-item i {
	float: left;
	font-size: 30px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: 'Roboto Slab', serif;
}
.service-item .service-detail p {
	color: #737373;
	line-height: 23px;
}

.service-detail ul {
	margin-left: -20px!important;
}

.service-item .service-detail li {
	color: #737373;
	line-height: 21px;
	margin-bottom: 5px;
}

/* @end */

/* @group  Testimonials */

#testimonials {
	background: url("../images/parallax-1.jpg") center;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide .img-user {
	width: 60px;
	height: 60px;
	/*border: 3px solid #474b55;*/
}
.testi-slide h4 {
	font-weight: 400;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #a1a1a1;
	background: transparent;
}

/* @end */

/* @group Contact */

.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto Slab', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto Slab', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {

	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
	
}

.info-contact a {
	color: #52a3db;
}

.info-contact a:hover {
	color: #373837;
}


#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}

/* @end */

/* @group Footer */

.footer {
	background: #383838;
	
}
.footer p{
	margin-bottom: 0px;
	padding:40px 0px;
	font-family: 'Roboto Slab', serif;
	color: #b1b1b1;
}

/* @end */

/* @group  Back-to-top */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* @end */


@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
    
    /* 18 Responsive
    ----------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-color: #fff;
	}
	.navbar-custom .navbar-brand {
		color: #333 !important;
		padding: 13px 15px 20px 5px;
		margin-top: 10px;
		height: auto;
	}
	
	
	.navbar-nav>li>a {
		color: #666 !important;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
	}
	.intro-title,.intermediate-container .heading h2{
		font-size: 30px;
	}
	#home {
		padding: 200px 0px;
		min-height: 600px;
	}
	.intro-title {
		font-size: 30px;
		text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
		letter-spacing: 0.0em;
		margin: 0px 0px 20px 0px;
	}
	.intro-title span {
		margin-left: 2px;
	}
	.intro-text {
		font-size: 20px;
	    color: #ffffff;
	    margin-bottom: 30px;
	    line-height: 20px;
	}
	
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
	.logo-icon {
	width: 60px;
	height: 60px;
	margin-top: 13px;
	margin-right: 0px;
	margin-left: 10px;	
	}
	
}

@media only screen and (max-width: 384px) {
.navbar-custom .navbar-brand {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	/*letter-spacing: 0.12em;*/
	margin: 5px 0 0;
	font-family: 'Roboto Slab', serif;
}

.navbar-brand .navbar-small  {
	font-size: 16px;
	letter-spacing: 0.06em;
	
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
    
}


@media only screen and (max-width: 320px) {

.intro-title {
	font-size: 26px;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	letter-spacing: 0.0em;
	margin: 0px 0px 10px 0px;
}
.intro-title span {
	margin-left: 0px;
}

.logo-icon {
width: 50px;
height: 50px;
margin-top: 15px;
margin-right: 0px;	
}
.navbar-custom .navbar-brand {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 5px 0 0;
	font-family: 'Roboto Slab', serif;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}


.navbar-brand .navbar-small  {
	font-size: 14px;
	letter-spacing: 0.02em;
	

    
}