/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}

/*-------------------*/
/*     columns    */
/*-------------------*/

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/*-----------------------------------*/
/*  Less Space Bitween Columns     */
/*-----------------------------------*/

.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}
.last {
	margin-right: 0 !important;
}

/*------------------------*/
/*        Header     */
/*------------------------*/

/* Logo */
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 52px;
	margin-top: 12px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo1.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}



/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #002636;
	border-bottom: 1px solid #e3e3e3;
	color: #fff;
	font-size: 13px;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 12px 0px;
}
.top_nav .left i {
	color: #999;
}
.top_nav .left a {
	color: #f3f3f3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #727272;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 12px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 16px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #f3f3f3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #727272;
}

.tpbut {
	float: right;
	color: #fff;
	margin-left: 0px;
	padding: 12px 18px;
	transition: all 0.3s ease;
}

.tpbut:hover {
	color: #727272;
} 
.slidermar {
	margin-top: 85px;
}


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/


.linebg_1 {
	width: 50px;
	height: 2px;
	background-color: #011c2a;
	margin:0 auto;
}
.linebg_2 {
	width: 50px;
	height: 1px;
	background-color: #f3f3f3;
	margin:0 auto;
}
.linebg_3 {
	width: 50px;
	height: 4px;
	border-radius:10px;
	background-color: #fff;
	margin-bottom:10px;
}
.linebg_4 {
	width: 50px;
	height: 2px;
	background-color: #fff;
	margin:0 auto;
}
.linebg_5 {
	width: 50px;
	height: 4px;
	border-radius:10px;
	background-color: #272727;
	margin-bottom:10px;
}
/*---------------------------*/
/* features_section 1 */
/*---------------------------*/

.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding:60px 0px ;
}
.feature_section1 h2 {
	margin-bottom:10px;
}
.feature_section1 .box {
	width: 100%;
	text-align:center;
	padding:20px 17px 30px 17px;
	margin-top:60px;
	vertical-align:central;
}
.feature_section1 .box i {
   	background-color:#f3f3f3;
    height: 92px;
	width: 92px;
    line-height: 94px;
    transition: all 0.3s ease;
	color: #272727;
    font-size: 35px;
}
.feature_section1 p{
	padding-top:15px;
 }
.feature_section1 .box h3{
	margin-top:20px;
	margin-bottom:10px;
	font-weight:500;
 }
.feature_section1 b{
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform:none;
 }
.feature_section1 .btn{
	background-color:#a8a8a8;
	color: #fff;
	border-radius:0;
	padding:9px 16px;
	font-size:13px;
	text-transform:uppercase;
	font-family:Open Sans, sans-serif;
	transition: all 0.3s ease;
}
.feature_section1 .box:hover .btn,
.feature_section1 .box.active  .btn{
	background-color:#011c2a;
	color: #fff;
}
.feature_section1 .box:hover i,
.feature_section1 .box.active i {
	color: #fff;
	background-color: #011c2a;
}

/*---------------------------*/
/* features_section 2 */
/*---------------------------*/

.feature_section2 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
	padding:160px 0px 60px 0px;
	background-image: url(https://placehold.it/1920x1000);
	background-repeat: no-repeat;
	background-position: center;
}
.feature_section2 h1{
	margin-bottom:10px;
}
.feature_section2 h2{
	text-transform:none;
}

/*---------------------------*/
/* features_section 3 */
/*---------------------------*/

.feature_section3 {
	float: left;
	width: 100%;
	padding:90px 0px;
	text-align:center;
}
.feature_section3 h2 {
	margin-bottom:0px;
}
.feature_section3 p {
	padding:5px 0px 15px 0px;
}
.feature_section3 h3 {
	padding:0px 0px;
}
.feature_section3 .box {
	width: 100%;
	text-align:left;
	padding:10px 10px;
}
.feature_section3 li.post_by {
	float: left;
	padding: 0px 0px 0px 0px;
}
.feature_section3 li.post_categoty {
	float: left;
	padding: 0px 0px 0px 26px;
}
.feature_section3 li.post_comments {
	float: left;
	padding: 0px 0px 0px 0px;
}
.feature_section3 li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	font-size: 13px;
}
.feature_section3 li a:hover {
	color: #727272;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	font-size: 13px;
}

/*---------------------------*/
/* features_section 4 */
/*---------------------------*/

.feature_section4 {
	float: left;
	width: 100%;
	padding: 80px 0px ;
	text-align:center;
	background-color:#011c2a;
}
.feature_section4 p{
	padding-top:25px;
	color:#fff;
}
.feature_section4 h2{
	margin-bottom:15px;
}


/*---------------------------*/
/* features_section 5 */
/*---------------------------*/

.feature_section5 {
	float: left;
	width: 100%;
	padding: 100px 0px;
	text-align:center;
	background: #0e6ca5;
}
.feature_section5 i {
	color:#ffffff;
}

/*---------------------------*/
/* features_section 6 */
/*---------------------------*/

.feature_section6 {
	float: left;
	width: 100%;
	padding: 150px 20px 80px 0px;
	background-image:url(https://placehold.it/350x522);
	background-position:right bottom ;
	background-repeat:no-repeat;
}
.feature_section6 .box {
	float: left;
	text-align:left;
	padding:10px 10px;
}
.feature_section6 .one_fifth_less {
	float: left;
	text-align:left;
}
.feature_section6 i {
	float: left;
	width: 58px;
	height:58px;
	line-height:54px;
	font-size:22px;
	color:#fff;
	border-radius:0px 10px 0px 10px;
}


/*---------------------------*/
/* features_section 7 */
/*---------------------------*/

.feature_section7 {
	float: left;
	width: 100%;
	text-align:center;
	padding: 80px 0px 0px 0px;
	background-image:url(https://placehold.it/1920x900);
	background-position:top center;
	background-repeat:no-repeat;
}
.feature_section7 h2 {
	margin-bottom:10px;
}
.feature_section7 p {
	margin-top:10px;
	color:#fff;
	font-size:16px;
}
.feature_section7 .container {
	width:80%;
	background-color:#fff;
	padding:70px 100px 70px 100px;
	margin-top:50px;
}
.feature_section7 .one_third {
	border:solid 1px #dddddd;
}
.feature_section7 li {
	width: 100%;
	padding: 8px 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
.feature_section7 li.title {
	color: #fff;
	padding: 15px 0px;
	background-color: #011c2a;
}
.feature_section7 li.title02 {
	color: #fff;
	background-color: #115883;
}
.feature_section7 li.title h3 {
	margin: 0px;
}
.feature_section7 li.title02 h1 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: bold;
}
.feature_section7 li.title02 h1 em {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

/*---------------------------*/
/*  footer                   */
/*---------------------------*/

.footer{
	float:left;
	width: 100%;
	text-align: center;
	padding:50px 0px 0px 0px ;
	background-color:#2c2c2c;
}
.subfooter{
	float:left;
	width: 100%;
	text-align: center;
	background-color:#212121;
	padding:10px 0px 35px 0px;
	margin-top:40px;
}
.social_links a i {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color:#727272;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
	margin: 30px 4px 0 2px;
	transition: all 0.3s ease;
	font-size: 14px;
}
.social_links a i:hover {
	color: #fff;
	background-color: #0e6ca5;
}
.social_links a i.active {
	color: #fff;
	background-color: #0e6ca5;
}

/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	color:#fff;
	text-indent: -9999px;
	background: #ccc url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}
