html
{
    -webkit-font-smoothing:antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}
body {
	color: #fff;
	font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #000;
	overflow-x: hidden;
	line-height: 1.5;
        font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	
}
h1 strong{
	font-weight: 900;
}
h2{
	;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 1.2em;
font-weight: 900;
}

h5{
	
	font-weight: 700;
	line-height: 20px;
}
p{
font-family: 'Open Sans', sans-serif;
font-size:0.93em;
}
a{ 
  text-decoration: none !important;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
   -o-transition:all 0.3s linear;
  
}
ul
{
    list-style: none;
    margin:0;
    padding:0;
}
.top20
{
  margin-top:1.3em;
}
.top30
{
  margin-top:2em;
}
.text-capitalize
{
    text-transform: uppercase;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-top {
	margin-top: 30px;
}
.white-background {
    background-color: #fff;
}
.black {
    color: #000;
}
.themecolor
{
    color:#0ecae2;
}
.theme_background_color,#downloadbt:hover
{
    background-color:#117d8b; 
}
.title {
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
}
.gap {
    width: 100%;
    height: 2em;
}
.a-slog {
    font-size: 0.93em;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 10px;
}
.top20
{
  margin-top:1.3em;
}
.btn {
    font-size: 14px;
    font-family: 'Source Sans Pro', 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;
	font-weight: 700;
	-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;
	font-weight: 700;
	-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;
}

/* header */
.app-menu {
	padding: 10px;
	transition: all 0.8s;
        background:#000;
        border-bottom:none;
        transition:all 0.4s ease-in;
        -webkit-transition:all 0.4s ease-in;
        -moz-transition:all 0.4s ease-in;
        -ms-transition:all 0.4s ease-in;
         
}

.app-menu  a.navbar-brand {
text-transform: uppercase;
font-size: 1.5em;
font-weight: 900;
color:#fff;
}
.navbar-default .navbar-nav > li > a {
    color: #efeaea;
}
.app-menu .navbar-default .navbar-nav > li > a {	
	color: #efeaea;
	letter-spacing: 1px;
    font-size:.73em;
   //text-shadow:1px 0px rgba(0,0,0,0.5);
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	
	background-color: #0ecae2;
	font-weight: 700;
        
}

.navbar-toggle {
	border-radius:20%;
        transition:all 1s;   
	}
/* .navbar-default .navbar-toggle:hover,  */
/* .navbar-default .navbar-toggle:focus { */
	/* box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4); */
        /* -webkit-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4); */
        /* -moz-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4); */
        /* -ms-box-shadow:2px 2px 3px 3px rgba(0,0,0,0.4); */
	/* } */
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0ecae2;
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000;
}
/* header */

/* home */
.main-heading
{
   background: url(../images/dev2.jpg) center center no-repeat;
	background-size:cover;
	background-attachment: fixed;
	color: #cfcfcf;
        margin-top:80px;
}
.overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	//background-attachment: fixed;
        height:auto;
        height:100%;
        position:relative;
}
.overlay > .container
{
    padding:170px 0px;    
}

.main-heading >.overlay
{
    height: 750px;
}
p.lead
{
   position:relative;
   top:5px;
   color:#e3e3e3;
   font-size:0.93em;  
}
.main-heading-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.main-heading-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.5em;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;	
}
.main-heading-title span {
	margin-left: 6px;
}
.main-heading-text {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 20px;
}
.main-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;
}
/* home */

/* about us */
 .aboutus>.container
{
    padding:60px 0px;
  
}
 .about-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.about-box i {
	font-size: 36px;
}
.about-box .about-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.about-box h4
{
    padding-top:10px;
}
.about-box p{
	font-size:0.93em;
        padding-top:10px;
}
/* about us */

/* works */
.recent-works>.container
{
    padding:70px 0px;
}
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear;    
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;   
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:#222 url("../images/plus.png") center center no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:99;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 0.6;
   
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}

.work-desc{
    width: 100%;
    padding: 10px 20px;
    border-top: none;
    background:#0ecae2;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 0.93em;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;   
}
.work-desc h3 a
{
    color:#fff;
}
.work-desc span {
	margin-top: 10px;
        font-size:0.82em;
}
/* works */
.list-inline a
{
    color:#000;
}
section.intro {
  background: #000 url(../images/bg1.jpg) 50% 0 no-repeat;
  color: #fff;
  max-height: 650px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1024px) {
  section,intro {
    background-attachment: fixed;
  }
}
.featured {
  background: none;
  padding: 0;
  padding-bottom: 30px;
  margin-top: 80px;
  text-align: center;
  color: #f0f0f0;
}
.headline h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cta {
  text-align: center;
  padding: 5px 0;
  position: relative;
  z-index: 999;
}
.cta p {
  text-align: center;
}
.reqColor{
    color: #989696;
}
/* contact us */
.cmargin-top{
	margin-top:50px;
}
#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0ecae2;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 22px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #117d8b;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #117d8b;
}
/* contact us */

/* footer */
.site-footer
{
   background: #000000;
    font-size:0.93em;
}
.site-footer >.container
{
    padding:30px 0px;
}
.site-footer small
{ 
    display: inline-block;
}
.footer-links,.site-footer small
{ 
    margin: 0 0 .75em;
}
.site-footer small,.footer-links a
{
  color: #ffffff;
  font-weight: 300;
  font-size:0.93em;
}
.footer-links a:hover
{ 
    color: #0ecae2;
}
.footer-links a:first-child 
{
    padding-right: .4em;
}
.social li {
  display: inline-block;
  padding-right: .5em;
  text-align: center;
}
.social li:last-child { padding-right: 0; }

.social li a {
display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #0ecae2;
    border-radius: 50%;
    position: relative;
    transition: all .8s ease;
    font-size: 1.3em;
    background: #ffffff;
}
.social li a:hover {
color:#fff;
  background:#0ecae2;
}
/* footer */



@media only screen and (max-width: 900px){
    .ramsh-menu ul li:last-child::after{
        display:none;
    }
    	#sequence-theme #sequence li > * {
    
    font-size: initial;
   }
    .main-heading-title {
    font-size: 1.5em;
   }
   }


/* @media (min-width: 768px) { */
  /* #contact .contact-address, */
  /* #contact .contact-phone, */
  /* #contact .contact-email { */
    /* padding: 20px 0; */
  /* } */

  /* #contact .contact-phone { */
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
  /* } */
/* } */
