/*-------------------------------------------------------
[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;
}
.slidermar {
	margin-top: 85px;
}

/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/
.section_title1_1 {
	text-align:center;
	padding:50px 0px 50px 0px;
	background-color:#131723;
	display:block;
}
.linebg_1 {
	width: 145px;
	height: 1px;
	background-color: #09aeec;
	margin:0 auto;
}
.linebg_2 {
	width: 80px;
	height: 1px;
	background-color: #09aeec;
	margin-left:25px;
}

.linebg_3 {
	width: 80px;
	height: 1px;
	background-color: #fff;
	margin-left:10px;
	margin-bottom:40px;
}
.linebg_4 {
	width: 90px;
	height: 3px;
	background-color: #09aeec;
	margin-bottom:70px;
}

/*---------------------------*/
/* features_section 1 */
/*---------------------------*/

.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px ;
}
.feature_section1 .one_half_less {
	text-align: center;
	padding:100px 80px ;
	background-color:#f4f4f4;
}
.feature_section1 .one_fourth_less {
	background-color:#f4f4f4;
	text-align:left;
	padding-bottom:30px;
}
.feature_section1 h2{
	text-transform:none;
}
.feature_section1 h4{
	padding:15px 25px 5px 25px;
}
.feature_section1 p{
	padding:20px 25px;
}



/*---------------------------*/
/* features_section 2 */
/*---------------------------*/
.feature_section2 {
	float: left;
	width: 100%;
	text-align:center;
	padding:0px 0px;
	background-color:#f4f4f4;
	background-image:url(https://placehold.it/960x562);
	background-repeat:no-repeat;
	background-position:right top;
}
.feature_section2 h1 {
	color:#fff;
	line-height:36px;
	font-weight:lighter;
}
.feature_section2 p {
	color:#fff;
	padding-left:45px;
}
.feature_section2 h6 {
	margin-bottom:0px;
	font-weight:600;
}
.feature_section2 .left {
	float: left;
	width: 50%;
	padding: 70px 55px ;
	text-align: left;
	background: #09aeec;
}
.feature_section2 i {
	color: #FFF;
	font-size: 16px;
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	margin-right: 12px;
	margin-top: 0px;
	transition: all 0.3s ease;
	border: 1px solid #fff;
}
.feature_section2 i:hover {
	color: #393939;
}




/*---------------------------*/
/* 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-top:10px;
}
.feature_section3 h4 {
	padding:10px 0px;
}
.feature_section3 .box {
	width: 100%;
	text-align:left;
}
.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 26px;
}
.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: 90px 0px;
	text-align:center;
	background-image:url(https://placehold.it/1920x400);
	background-repeat:no-repeat;
	background-position:center top;
}
.feature_section4 h1 {
	color:#fff;
	font-weight:500;
}
.feature_section4 p {
	color:#fff;
	line-height:25px;
	font-size:16px;
		
}

/*---------------------------*/
/* features_section 5 */
/*---------------------------*/

.feature_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 46px 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_section5 .sectionbox {
	width: 100%;
	background:#f3f3f3;
	margin-top:100px;
	border-radius:2px;
	padding:30px 15px;
	border-radius:10px 0px 10px 0px;
}
.feature_section5 .sectionboximg {
	border: 2px solid #ebebeb;
	height: 104px;
	width: 104px;
	border-radius:10px 0px 10px 0px;
	color: #868686;
	font-size: 35px;
	display: block;
	margin: -75px 0px 0px 40px;
	background-image: url(https://placehold.it/104x104);
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_section5 h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:normal;
	padding-top:20px;
	color:#727272;
}
.feature_section5 h6{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:normal;
	padding-top:10px;
	color:#272727;
	display:block;
}
.feature_section5 h6 b{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:500;
	letter-spacing:normal;
	color:#272727;
	display:block;
}

.feature_section5 h2{
	margin-bottom:0px;
}
.feature_section5 p{
	padding-top:10px;
}


/*---------------------------*/
/* features_section 6 */
/*---------------------------*/

.feature_section6 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 90px 0px 74px 0px;
	background:#2ba0e8;
	background-image:url(https://placehold.it/1920x900);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}

.feature_section6 i {
	color: #2ba0e8;
	font-size: 31px;
	float: left;
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 52px;
	margin-right: 20px;
	margin-top: 4px;
	transition: all 0.3s ease;
}
.feature_section6 i:hover  {
	color: #fff;
	background: #393939;
}
.feature_section6 i.active  {
	color: #fff;
	background: #393939;
}
.feature_section6 h3  {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	margin:auto;
	margin-top:48px;
}
.feature_section6 p  {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#fff;
	text-align:left;
	line-height:18px;
}

/*---------------------------*/
/* features_section 7 */
/*---------------------------*/
.feature_section7 {
	float: left;
	width: 100%;
	padding: 70px 0px 0px 0px;
}
.feature_section7 .left {
	float: left;
	width: 50%;
}
.feature_section7 .rightimg {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.feature_section7 h2 {
	padding-bottom:0px;
}
.feature_section7 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: -20px 0px 50px 0px;
}
.feature_section7 li {
	padding: 0px;
	margin: 0px;
}
.feature_section7 li h4 {
	margin-bottom: 5px;
}
.feature_section7 li.icon {
	float: left;
	width: 101px;
	height: 101px;
	color: #272727;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 94px;
	background: url(../images/demo-6-site-image08.png) no-repeat left top;
}
.feature_section7 li.text {
	float: left;
	width: 77%;
	margin-left: 30px;
}
.feature_section7 ul:hover h3 {
	color: #fc4242;
}
.feature_section7 ul:hover li.icon {
	color: #fff;
	background: url(../images/demo-6-site-image09.png) no-repeat left top;
}
.feature_section7 ul.active h3 {
	color: #fc4242;
}
.feature_section7 ul.active li.icon {
	color: #fff;
	background: url(../images/demo-6-site-image09.png) no-repeat left top;
}

/*-------------------------
 FOOTER STYLES
--------------------------*/
.footer {
	float: left;
	width: 100%;
	color: #bbb;
	padding: 90px 0px 0px 0px;
	background: #002636;
}
.footer p {
	color: #bbb;
}
.footer h4 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #bbb;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #bbb;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}
.fbposts {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.fbposts img {
	float: left;
	margin-right: 18px;
	transition: all 0.3s ease;
}
.fbposts a {
	float: left;
	color: #bbb;
	margin-bottom: 34px;
	transition: all 0.3s ease;
}
.fbposts a:hover {
	color: #fff;
}
.fbposts a:hover img {
	opacity: 0.7;
}

.ftags {
	float: left;
	width: 100%;
}
.ftags a {
	float: left;
	color: #eee;
	padding: 5px 10px;
	margin: 0px 5px 10px 5px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.4);
}
.ftags a:hover {
	color: #272727;
	background: rgba(255, 255, 255, 0.9);
}

.fform {
	float: left;
	width: 100%;
}
/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 75px 0px 0px 0px;
	width: 100%;
	color: #454545;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #021117;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #454545;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #999;
}

/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #212121;
	color: #727272;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #454545;
}


/* 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;
}
