/************** deafault css******************/

#floatdiv {position:absolute;  width:24px;height:111px;top:0px;right:0px; padding:0px; border:0px; 
z-index:1000;}

em{
font-size:18px;
color: #999999;
font-weight:200;
font-style:normal;
}


.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.section_padding {}

a:focus {
    outline: 0px solid
}

a:hover {
	color:#999999;
	text-decoration: none
	
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

hr { 
border: 0px solid #bbbbbb; 
height:1px; 
background-color:#bbbbbb;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 200;
    font-family: 'Cabin', sans-serif;
}

html,
body {}

.section_padding {
    padding: 60px 0px
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
/************** main css ******************/
/************** header css ******************/

#header_area {
    background: url(../images/bg.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}


.logo {
    margin-top: 0px;
}

.logo h2 {}

.logo h2 a {
    color: #fff;
    color: #fff;
    text-decoration: none
}

.navbar-nav>li>a {
    font-size: 12.5px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background:#ff0000;
	color:#ffffff;
}

.header_area_text {
    padding-top: 140px;
    padding-bottom: 20px;
    padding-right: 600px;
	
}

.header_area_text h1 {
    font-size: 40px;
	font-weight:200;
    color: #ffffff;
}

.header_area_text p {
    color: #fff;
    margin: 30px 0px;
	font-size:14px;
	font-weight:400;
}

.header_area_text a {
    background: #ff0000;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: 700;
    border-radius: 5px;
}


.header_area_alt {
	color:#00103F;
}

.header_area_alt a {
    color: #ffffff;
    display: inline-block;
    font-weight: 200;
    
}

.header_area_alt a:hover,
.header_area_alt a:active,
.header_area_alta:focus {
    color: #eeeeee;

}

/************** header-area text 2 css ******************/

.header_area_text2 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-right: 500px;
}

.header_area_text2 h5 {
    font-size: 14px;
    color: #fff;
	}

.header_area_text2 p {
    color: #999999;
    margin: 0px 0px;
}

.header_area_text2 a {
    
    display: inline-block;
    padding: 0px 0px;
    color: #707014;
    font-weight: 400;
}

/************** feature area css ******************/

#features_area {
	background:#dddddd;
}

#features_area h2 {
    margin-bottom: 60px;
	color:#00103F;
}



.single_feature {
    background:#00103F;
	color:#eeeeee;
	padding: 10px;
	border-radius: 10px;
}

.single_feature h3 {
    margin-top: 35px;
	
}

.single_feature i {
    background: #eeeeee;
    font-size: 25px;
    padding: 20px;
    color: #00103F;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 17px;
    position: absolute;
    top: -17%;
    left: 44%;
}
/************** story area css ******************/

#story_area {
    background: #ffffff;
	padding-top:25px;
}



.story_text {
	color:#777777;
}

.story_text h2,
.experience h2 {
    margin-bottom: 10px;
	font-weight:200;
	color:#00103F;
}

.story_text p,
.experience p {
    margin-bottom: 30px;
}

.story_text a {
    background:#00103F;
	border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #eeeeee;
    margin-top: 20px;
    text-transform: uppercase;
	font-weight: 700;
}

.experience a {
    background:#707014;
	border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

#clients_say_area {
    background: #fff;
    position: relative
}

#clients_say_area h2 {
    margin-bottom: 50px;
}

.clients_say {
    margin-bottom: 30px
}

.clients_say_list {
    margin-top: 20px;
}

.clients_say p {
    border: 2px solid #E3E3E3;
    padding: 20px 40px;
}

.say {
    text-align: right;
    width: 90%;
    margin-top: 10px
}

.say h5 {
    margin: 0;
    color: #000
}

.say h6 {
    margin: 0;
    color: #666666
}

.c_img {
    width: 10%;
    text-align: right
}

.c_img img {
    border-radius: 50%
}


#Experience_area {
    background: #353535;
    color: #fff
}

.skills {}

.skills h2 {
    margin-bottom: 40px;
}

.progress-bar {
    background: #707014;
}
/************** blog area css ******************/

#blog_area {
    background: #333333;
	padding-top:0px;
	color:#eeeeee;
}

.single_blog {}

.single_blog img {
border-radius: 10px;	
	
}

.single_blog h2 {
    font-size: 18px;
    color: #98cb00;
    font-weight: 700;
    margin-top: 20px
}

.single_blog p {
    margin: 10px 0px;
}

.comment_area {
    color: #999999
}

.date i,
.comment i {
    margin-right: 10px;
}
/************** call to action css ******************/

#caal_to_action_area {
    background: #006DD9;
    padding: 30px 0px;
    color: #555555;
}

.call_to_action_text {
	color:#eeeeee;
}

.call_to_action_text h2 {
    margin: 0;
	color:#ffffff;
	margin-bottom:10px;
}

.call_project a {
    background: #ff0000;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
	font-weight:400;
    margin-top: 13px;
    text-transform: uppercase;
	font-weight: 700;
}
/************** footer area css ******************/

#footer_area {
    background: #00103F;
    padding: 20px 0px;
    color: #dddddd;
}


.company_logo {
    margin-top: 50px
}

.company_logo h2 {}

.company_address {
    padding: 10px 30px;
}

.company_address h2 {
    font-size: 18px;
    text-transform: uppercase
}

.company_address p {
    font-size: 14px;
    font-weight: 300
}

.company_address h3 {
    font-size: 14px;
    font-weight: 300
}

#preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#preloader i {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

.dataTable{border-collapse:collapse;font-family: 'Open Sans', sans-serif; font-size:14px;}
.dataTable td{padding:5px; color:#eeeeee; border:0px solid #dddddd; font-weight:200;}
.dataTable td{background: transparent; line-height;1;}

/************** story area2 css ******************/

#story_area2 {
    background: #ffffff;
	padding-top:25px;
}



.story_text2 {
	color:#eeeeee;
}

.story_text2 h2,
.experience2 h2 {
    margin-bottom: 10px;
	font-weight:200;
	color:#ffffff;
}

.story_text2 p,
.experience2 p {
    margin-bottom: 30px;
}

.story_text2 a {
    background:#333333;
	border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #eeeeee;
    margin-top: 20px;
    text-transform: uppercase;
	font-weight: 700;
}

.pics{
border:1px solid #999999;	

}

#partner {
  background: url(../images/partner_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: left;
}

#partner h2, 
#partner h3 {
  color: #fff;
  margin: 25px 0px 10px;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}





