﻿/*
Theme Name: Aneeq
Author: A WP Life
Theme URI: http://awplife.com/product/aneeq-wordpress-theme/
Author URI: http://awplife.com
Description: A simple blog theme built on Bootstrap developed by A WP Life, Aneeq provide you a platform for business template.
Tags: full-width-template, threaded-comments, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, featured-image-header, featured-images, footer-widgets, post-formats, blog, sticky-post, custom-background, custom-menu,translation-ready, portfolio
Version: 0.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: aneeq
*/


/* Needed Classes*/
.sticky {}
..bypostauthor {}

/* =================================================================== */
/* Import Section
====================================================================== */
/* @import url("font-awesome.css"); */
/* @import url("magnified.css"); */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
    font-family: "Roboto", sans-serif;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 27px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
h1, .h1 { font-size: 36px; line-height: 42px; }
h2, .h2 { font-size: 30px; line-height: 36px; }
h3, .h3 { font-size: 24px; line-height: 30px; }
h4, .h4 { font-size: 18px; line-height: 25px; }
h5, .h5 { font-size: 14px; line-height: 20px; }
h6, .h6 { font-size: 12px; line-height: 20px; }
h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; color: #2a2e34; margin: 0 0 20px; }
p { font-family: "Roboto", sans-serif; color: #6a6a6a; font-size: 15px; line-height: 27px; font-weight: 400; margin: 0 0 20px; }
/* tbody a, p a, dl dd a { color: #29b6f6; } */
a { text-decoration: none ;}
a:hover{
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	color:#363636;
}
a:focus{ outline: none; text-decoration: none; }
.wrapper { background-color: #fff; }
.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.mrgb-20{ margin-bottom:20px; }

.mrgb-30{ margin-bottom:30px; }

.mrgb-40{ margin-bottom:40px; }

.mrgb-50{ margin-bottom:50px; }

.mrg-0{ margin:0 auto; }

.mrgt-20{ margin-top:20px; }

.mrgt-30{ margin-top:30px; }

.mrgt-40{ margin-top:40px; }

.mrgt-50{ margin-top:50px; }

.mrgt-70{ margin-top:70px; }

.pdt-50{ padding-top: 50px; }

.pdt-70{ padding-top: 70px; }

.content { padding:30px 0 60px; position: relative; background-color: white; }

.sub_content { padding: 30px 0 40px; }

.super_sub_content { padding: 0; margin-left: -2px; }

/* =================================================================== */
/*  Slider Caption Css
====================================================================== */
#aneeq-slider.owl-carousel .owl-item img { width: auto; margin: 0 auto; }
.slide-caption {
    height: auto;
	padding: 0 20px;
    position: absolute;
  	left: 0;
	right: 0; 
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide-caption .btn-large:first-child { margin-left: 0px; }
.slide-caption h1 { 
	font-size: 36px;
    font-weight: 600;
    line-height: 42px;
	color: #403f3f;
    background-color: #fff;
    margin: 0 0 15px;
    padding: 13px 20px;
    border-radius: 3px; 
	display: inline-block;
}
.slide-caption p { 
	background-color: #373b3f;
	color: #fff;
	font-size: 20px;
    margin: 0 0 20px;
    padding: 13px 20px;
    border-radius: 3px; 
	text-shadow: none;
	display: inline-block;
}
.slide-btn {
	color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 35px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.slide-btn:hover, .slide-btn:focus { background-color: #202020; color: #ffffff !important; }

/*Main Slider Next-Prev*/
#aneeq-slider .owl-prev, #aneeq-slider .owl-next, 
.site-content .owl-prev, .site-content .owl-next, 
#aneeq-portfolio-slider .owl-prev, #aneeq-portfolio-slider .owl-next, 
.masonry_blog .owl-prev, .masonry_blog .owl-next 
 {
	background-color: transparent;
	border: 2px solid #fff;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
    text-decoration: none;
    display: block;
    margin: 0;
	width: 50px;
    height: 50px;
    position: absolute;
	text-align: center;
	font-size: 20px;
    line-height: 2.4;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#aneeq-slider .owl-prev, 
.site-content .owl-prev,
#aneeq-portfolio-slider .owl-prev, 
.masonry_blog .owl-prev  {
	left: 30px;  
}
#aneeq-slider .owl-next, 
.site-content .owl-next, 
#aneeq-portfolio-slider .owl-next, 
.masonry_blog .owl-next  { 
	right: 30px; 
}

@media screen and (max-width: 768px) {
	.slide-caption { width: 85%; }
	.slide-caption h1 { font-size: 24px; line-height: 30px; margin: 0 0 7px; padding: 6px 12px; }
	.slide-caption p { font-size: 15px; margin: 0 0 10px; padding: 5px 12px; line-height: 25px; }
	.slide-btn { font-size: 13px; line-height: 20px; padding: 8px 23px; }

	#aneeq-slider .owl-prev { left: 15px;  }
	#aneeq-slider .owl-next { right: 15px; }
	#aneeq-slider .owl-prev, #aneeq-slider .owl-next { width: 40px; height: 40px; font-size: 16px; line-height: 2.5; }
}

@media screen and (max-width: 480px) {
	.slide-caption { width: 80%; }
	.slide-caption h1 { font-size: 16px; line-height: 24px; margin: 0 0 7px; padding: 2px 8px; }
	.slide-caption p { font-size: 11px; margin: 0 0 5px; padding: 5px 8px; line-height: 16px; }
	.slide-btn { font-size: 10px; line-height: 18px; padding: 2px 12px; }

	#aneeq-slider .owl-prev { left: 15px;  }
	#aneeq-slider .owl-next { right: 15px; }
	#aneeq-slider .owl-prev, #aneeq-slider .owl-next { width: 40px; height: 40px; font-size: 16px; line-height: 2.5; }
}

/* =================================================================== */
/* 2. HEADER
====================================================================== */

/* Header */
.site-header { border-bottom: 0px solid #DDD; margin: 0; padding-top: 10px; padding-bottom: 10px; }

.site-header h1 { margin: 0px; }

.site-header h1 a:link, .site-header h1 a:visited {	text-decoration: none; }

.site-header h5 { margin: 0; }

#background { width: 100%; height: 100%; }
#header { background: #fff none repeat scroll 0 0; transition: all 0.4s ease-in-out 0s; width: 100%; z-index: 999; }

#top-bar { background: #1e1e1e; color: #e7e7e7; padding: 13px 0 12px; }

.top-info ul { list-style: none; float: right; padding: 1px 0 0; margin: 0; }

.top-info span { font: 15px/28px; padding-right: 15px; }

.top-info span i { font-size: 15px; margin-right: 12px; }

.top-info li{ float:left;}

.top-info li a {
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    color: #e7e7e7;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    margin: 0 2px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 25px;
}

.top-info li a:hover { color: #fff; }

.top-info li:hover a                { color:#fff!important; }
.top-info li:hover a.my-tweet       { background:#3ABDD1; }
.top-info li:hover a.my-facebook    { background:#648CD5; }
.top-info li:hover a.my-skype       { background:#00AFFF; }
.top-info li:hover a.my-pint        { background:#DE5656; }
.top-info li:hover a.my-rss         { background:#EF8D1F; }
.top-info li:hover a.my-google       {background:#E73904; }

/* Logo
====================================*/
#logo-bar { background: #fff; }
#logo-bar.scroll-to-fixed-fixed { box-shadow: 0 2px 4px #c0c0c0; background: #fff; }

#logo > h2.logo-text {
	margin: 0;
	display: block;
	float : left;
	padding : 15px 0;
	font-size: 30px;
	line-height: 36px; 
}

/* page_head Title
====================================*/
.page_head { border-bottom: 1px solid #EAEAEA; padding: 40px 0; }

.page_title { float: left; }

.page_title h2 {
    color: #fff;
    float: left;
    font-size: 30px;
	line-height: 36px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;	
}
.sub_heading {
    display: block;
    background: #fff;
    color: #666;
    font-size: 16px;
    padding: 5px 8px;
    clear: both;
}

/* Breadcrumbs
====================================*/
#breadcrumbs { background: #fff; margin-top: 3px; padding:3px 7px; float: right; }
#breadcrumbs ul { float: right; font-size: 14px; padding: 2px 5px; margin: 0; line-height: 23px; }
#breadcrumbs ul li { display: inline-block; color: #6a6a6a; margin: 0 0 0 5px; }
#breadcrumbs ul li a { margin-right: 8px; }

#breadcrumbs ul li:first-child { padding-right: 0; margin-left: 0; }

#breadcrumbs ul li:first-child, #breadcrumbs ul li:last-child { color: #6a6a6a; background: none; }

#breadcrumbs ul li:last-child { padding:0; background: none; }

/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */
/*
  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
.navbar-nav ul { width:100%; padding:0; }

.nav-caption{
    color: #323A45;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 0 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    display: none;
}
.navbar-toggle { background:#303436; border:none; padding:10px 10px; border-radius:3px; margin-top:5px; }
.navbar-default { background: #fff; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background:#303436; }
.navbar-default .navbar-toggle .icon-bar { background-color:#fff; height:3px; }
.navbar { margin-bottom: 0; min-height:35px; border:none; float: right; padding-left: 40px; }

/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:6px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 8px;
    line-height: 8px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before { content: "\f107"; }
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:8px;
    margin-right:5px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;

}
.navbar-nav ul a.has-submenu { padding-right:30px; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; }
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}
.dropdown-menu.depth_0 {
    display: none;
    left: 0;
    margin-left: -0.5px !important;
    margin-top: -40px;
    top: auto;
    width: 220px !important;
}
.dropdown-menu.depth_1 {
    display: none;
    left: 0;
	margin-left: 217px !important;
	margin-top: -51px !important;
    top: auto;
    width: 220px !important;
}

.dropdown-menu.depth_2 {
    display: none;
    left: 0;
    margin-left: 217px !important;
	margin-top: -51px !important;
    top: auto;
    width: 220px !important;
}

.dropdown-menu.depth_3 {
    display: none;
    left: 0;
    margin-left: 217px !important;
	margin-top: -51px !important;
    top: auto;
    width: 220px !important;
}

.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a { color: #010101; font-size: 16px; font-weight: 500; line-height: 25px; }
.navbar-default .navbar-nav > li:first-child { border-left:none; }
.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before { transition: all .5s; }

.navbar-default .navbar-nav > li > a { padding:12px 22px; position:relative; z-index: 1; }

.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    opacity: 0;
    z-index: -1;
}
.navbar-default .navbar-nav > li > a:hover:after { opacity: 1; visibility: visible; height: 100%; }

.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { color:#fff!important; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color:#fff!important; }

.navbar-nav li:nth-child(n+2)::before {
    content: "";
    height: 19px;
    left: -1px;
    position: absolute;
    top: 13px;
    width: 1px;
}
.navbar-nav > li + li { margin-left: 0px; }

.navbar-nav .dropdown-menu > li > a { white-space:normal; font-size: 15px; padding: 12px 20px; border-bottom:1px solid #e4e4e4;	}

.navbar-nav .dropdown-menu > li > a:hover { color:#fff;/* background:#29B6F6; */ }

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {
	display:none;
	position:static !important;
	top:auto !important;
	left:auto !important;
	margin-left:0 !important;
	margin-top:0 !important;
	width:auto !important;
	min-width:0 !important;
	max-width:none !important;
}
.navbar-nav .collapsible ul.sm-nowrap > li > a { white-space:normal; }
.navbar-nav .collapsible iframe { display:none; }
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border-color:transparent!important; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { background-color:#fff ; }
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul {
    -moz-animation: fadeInUp .4s ease-in;
    -webkit-animation: fadeInUp .4s ease-in ;
    animation: fadeInUp .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul{
    -moz-animation: fadeInUp .5s ease-in ;
    -webkit-animation: fadeInUp .5s ease-in ;
    animation: fadeInUp .5s ease-in;
}
/*--------Animation_Hover_Effect_CSS---------------*/
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }

    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }

    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
/*--------//Animation_Hover_Effect_CSS---------------*/


/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS												
/* ===================================================== */
.footer_bottom { background:#212121; padding:20px 0; color:#fff; }
.footer { background:#333; padding: 70px 0; position: relative; color:#fff; }

/* Footer Callout Section
====================================*/

 .footer-callout { background-color: #DDD; padding: 20px; margin: 30px 0 0 0; }
 
.footer-callout-image { float: left; width: 30%; }

.footer-callout-text { float: right; width: 67%; } 

.footer-callout-text h2 { font-size: 1.7rem; margin: 0 0 .35rem 0; }

.footer-callout-text p { font-size: .9rem; }

/* Footer Widgets
====================================*/

.widget_content{ margin-top: 15px; }
.widget_content > p { /* font-family: "Roboto", sans-serif; */ font-size: 15px; line-height: 27px; color: #fff; }
.copyright { color: #eee; font-size: 15px; line-height: 27px; margin: 7px 0 0; }
.copyright a { color:#eee; text-decoration:none; }
.copyright a:hover { color:#aaa; }
.sidebar .widget h4 span { background:#fff; color:inherit; }

/* Twitter Feed Widget
====================================*/
.tweet_list { padding: 0; position: relative; margin:0 auto; list-style:none; }
.tweet_list li { color: #fff; margin-bottom: 5px; }
.tweet_list li::before { content: "\f099"; font-family: fontawesome; font-size: 16px; padding-right: 8px; position: absolute; }
.tweet_list li p { line-height: 20px; overflow: hidden; margin-left:26px; }
.tweet_list li p a { color: #fff; font-weight: 700; font-size: 12px }
.tweet_content .time { font-size: 12px; color:#E3E3E3;/* font-family: "Roboto", sans-serif; */ font-weight: bold; padding-left: 25px; }

/* Contact Widget
====================================*/
.contact-details-alt { padding: 0; }
address { color:#6a6a6a; margin: 0; }
address i, address strong { padding-right: 7px; }
address p { padding: 0; margin: 0 0 10px; }

.widget_info_contact { padding:0; margin-top:20px; }
.widget_info_contact li{ list-style:none; }
.widget_info_contact li p strong { color:#666; float: left; margin: 0 5px 5px 0; font-size: 15px; line-height: 25px; width:20%;}
.widget_info_contact li { margin: 0 0 15px 0; font-size: 15px; line-height: 25px; }
.widget_info_contact p { margin: 0 0 0 20px; line-height: 25px; font-size: 15px; overflow:hidden; }
.widget_info_contact p a { color: #666; font-weight: 600; font-size: 15px; }
.widget_info_contact p a:hover { color: #919191; }
.widget_info_contact li i { float: left; margin: 1px 0 0 0;	line-height: 23px; }
.contact .widget_social { margin-top: 30px; }

/* Social Widget
====================================*/
.widget_social { list-style: none outside none; margin: 0 auto; overflow: hidden; padding: 0; }
.widget_social li { float: left; background: none !important; margin: 0px 5px 5px 0px; }
.widget_social li a {
	background-color: transparent;
	border: 1px solid #666;
    color: #666;
    display:block;
    height: 46px;
    text-align: center;
    width: 46px;
    border-radius:50%;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.widget_social li a:hover, .widget_social li a:focus { /* background-color: #29b6f6;  border: 1px solid #29b6f6;*/ color: #fff; }
.widget_social li a i { font-size: 22px; line-height: 46px; margin-right: 0; float: none; }
.widget_social li a.fb:hover      {color: #2f5a9a;}
.widget_social li a.twtr:hover    {color: #3abdd1;}
.widget_social li a.gmail:hover   {color: #363636;}
.widget_social li a.pinterest:hover{color: #d13a3a;}
.widget_social li a.rss:hover     {color: #f15200;}
.widget_social li a.tumblr:hover  {color: #203550;}
.widget_social li a.flickrs:hover        {color: #ff0084;}
.widget_social li a.instagram:hover     {color: #507ea4;}
.widget_social li a.linkedin:hover      {color: #0072b2;}
.widget_social li a.skype:hover         {color: #00aaf1;}
.widget_social li a.youtube:hover       {color: #ff3330;}
.widget_social li a.dribbble:hover      { color: #f973a4;}

/* =================================================================== */
/* 5. Sidebar & Sidebar Widgets
====================================================================== */
/* Widget */
div.widget-item h4 { font-weight: normal; padding: 0 0 10px; position: relative; font-size: 14px; }

div.widget-item h4:before {
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

/* Search */
input.search-field { width: 25px; }

/* Archive & Categories */
div.widget-item ul li:before { content: "﹥"; font-size: 13px; left: 0; position: absolute; top: 8px; }

div.widget-item ul li {
	border-bottom : 1px solid #f2f2f2;
	font-size: 14px;
    line-height : 20px;
    list-style : outside none none;
    padding : 8px 2px 8px 12px;
	position: relative;
}

div.widget-item ul li:last-of-type { border-bottom : none; }

div.widget-item ul li a {
	color: #777;
    font-size: 14px;
    line-height: 20px;
	font-weight: 500;
    letter-spacing: 0;
}

.sidebar .widget { display: block; height: 100%; margin-bottom: 60px; position: relative; width: 100%; }

.sidebar .widget ul.list_style { padding: 0; margin: 0; float: left; width: 100%; }
.sidebar .widget ul.list_style li {
    list-style:none;
    border-bottom:1px solid #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 2px 8px 12px;
}
.sidebar .list_style li:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 8px;
}
.sidebar .widget ul.list_style li a { color: #777; font-size: 13px; line-height: 20px; }

/* site search */
.site-search-area { margin: 0px; padding: 0 0 30px; }
#site-searchform { margin: 0; padding: 0; }
#site-searchform #s {
    border: 1px solid #eee;
    background-color: #fff;
    width: 82%;
    height:41px;
    padding:5px 10px 5px 10px;
    color: #999;
    float: left;
    font-size: 12px;
}
#site-searchform #s:focus{
    border: 1px solid #E74C3C;
    background-color: #fff;
    width: 82%;
    height:41px;
    padding:5px 10px 5px 10px;
    color: #999;
    float: left;
    font-size: 12px;
}
#site-searchform #searchsubmit{
    float: left;
    width:18%;
    height:41px;
    cursor:pointer;
    text-indent:-5555em;
    line-height:100;
    overflow:hidden;
    background: url(images/search-icon.png) no-repeat center 14px;
    border:0;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
       -moz-transition:all 0.4s ease-in-out;
        -ms-transition:all 0.4s ease-in-out;
         -o-transition:all 0.4s ease-in-out;
}
#site-searchform #searchsubmit:hover { background: url(images/search-icon.png) no-repeat center 14px; }
.gray_border { width: 100%; height: 10px; margin-bottom: 10px; border-bottom: 1px solid #DCDCDC; }


/* ======================================================================== */
/* 7. BLOG STYLING
/* ======================================================================== */
.post_content { padding-left : 2%} /*custom*/
.blogTitle { margin: auto auto 10px; position: relative; }
.blogTitle > a h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top:0;
    color: #363636;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.25s;-moz-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s;
}
.blogContent > p { font-size: 13px; line-height: 20px; }
.blogTitle span { color: #777; cursor: pointer; font-size: 12px; line-height: 24px; }
.blogTitle span i { padding-right: 5px; font-size: 12px; }
.blogTitle span:hover i { color: #777; }
.blogMeta { display: inline-block; padding: 5px 0 0; position: relative; }
.blogMeta a { color: #777; font-size: 12px; line-height: 20px; margin-right: 15px; text-decoration: none; }
.blogMeta a i { padding-right: 5px; font-size: 14px; }
.blogMeta a:hover i{color: #777;}
.blogDetail {  border: 1px solid #f2f2f2; display: inline-block; padding: 15px; position: relative; }
.blogPic { position: relative; }
.blogPic > img { width: 100%; }
.blog-hover > a { display: block; left: 45%; position: absolute; top: 35%; }
.blogPic .blog-hover {
    background:rgba(255,255,255, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	-ms-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
    width: 100%;
}
.blogPic:hover .blog-hover { opacity: 1;}
.blogPic .blog-hover .icon {
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 40px;
    margin: 25% auto 0;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
    color: #f2f2f2;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    top: 50%;
}
.blogPic .blog-hover .icon:hover { background:#363636; }
.blogPic:hover .blog-hover .icon { top: 0; }
.blogPic .blog-hover p { font-size: 20px; text-align: center; }
.site-content { padding: 80px 0 30px; position: relative; background-color: white; }


.blog_large .post, .blog_single .post{ padding-bottom:30px; margin-bottom:50px; border-bottom:1px solid #f2f2f2; }
.blog_large .post_img, .blog_single .post_img { margin-bottom: 25px; position: relative; }
.blog_large .post_img img, .blog_single .post_img img {
    height: auto;
    max-width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.blog_large .post_img:hover img,
.blog_single .post_img:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.blog_large .post_video { margin-bottom:25px; position: relative; }
.blog_large .post_video iframe{ max-width:100%; max-height:100%; height:320px; width:100%; border:none; box-shadow: none; }

.blog_large .post_date, .blog_single .post_date { float: left; height: 0; text-align: center; }
.blog_large .post_date span, .blog_single .post_date span { display: block; }
.blog_large .day, .blog_single .day { /* background:#29B6F6; */ color: #FFFFFF;font-size: 22px; font-weight: 600; padding: 10px; width: 68px; }
.blog_large .month, .blog_single .month { background:#363636; color: #FFFFFF; padding: 4px 13px 6px; }

.blog_large .post_content, .blog_single .post_content { margin: 0 0 0 70px; }
.blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo { font-size: 0.9em; margin-bottom: 7px; }
.blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span {
    display: inline-block;
    padding-right: 15px;
    color:#363636;
}
.blog_large .post_meta .metaInfo > span > a, .blog_single .post_meta .metaInfo > span > a {
    color: #363636;
}
.blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover{color:#363636;}
.blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 0 20px;
}
.blog_large .post_meta .metaInfo i, .blog_single .post_meta .metaInfo i { margin-right: 3px; color:#777; }
.blog_large .post_meta h2, .blog_single .post_meta h2 { margin-bottom: 10px; margin-top: 0; }
.blog_large .post_meta h2 a, .blog_single .post_meta h2 a { font-size: 24px; font-weight: 600; color:#363636; line-height: 34px; }
.blog_large .post_content > p, .blog_single .post_content > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
    color: #6a6a6a;
}

/* BLOG MEDIUM
/* ==========================*/
.blog_medium .post:after { clear: both; content: " "; display: block; visibility: hidden; }

.blog_medium .post { padding-bottom:30px; margin-bottom:50px; border-bottom:1px solid #f2f2f2; }
.blog_medium .post_img { float: left; margin-bottom: 0; margin-right: 30px; position: relative; width: 35%; }
.blog_medium .post_img img {
    height: auto;
    max-width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.blog_medium .post_img:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.blog_medium .post_video { margin-bottom:25px; position: relative; }
.blog_medium .post_video iframe { max-width:100%; max-height:100%; height:320px; width:100%; border:none; box-shadow: none; }
.blog_medium .post_date { float: left; margin-right: 20px; position: relative; text-align: center; }
.blog_medium .post_date span { display: block; }
.blog_medium .day { color: #FFFFFF; font-size: 22px; font-weight: 600; padding: 10px; width: 75px; }
.blog_medium .month { background:#363636; color: #FFFFFF; padding: 4px 13px 6px; }
.blog_medium .post_content { float: left; margin: 0; width: 50%; }
.blog_medium .post.no_images .post_content { max-width: 88%; width: auto; }

.blog_medium .post_meta .metaInfo { margin-top: 0px; padding: 0 0 20px; font-size: 14px; font-weight: 500; }
.blog_medium .post_meta .metaInfo i { margin-right: 3px; color:#777; }
.blog_medium .metaInfo a { color: #363636; padding:0;}
.blog_medium .post_meta .metaInfo > span { display: inline-block; padding-right: 15px; color:#777; }
.blog_medium .post_meta .metaInfo > span > a { color: #363636; }

.blog_medium .post_meta h2 { margin-bottom: 10px; margin-top: 0; }
.blog_medium .post_meta h2 a { font-size: 24px; font-weight: 600; color:#363636; line-height: 34px; }
.blog_medium .post_content > p { margin-bottom: 20px; font-size: 15px; line-height: 27px; color: #6a6a6a; }

/*  Masonry Blog Style
================================================== */

.masonry_wrapper_blog .blog-item { background: #f1f1f1 !important; padding:20px !important;	margin: 0 0 15px; }

.masonry_wrapper_blog .metaInfo { margin-top: 25px; padding: 0; font-size: 14px; font-weight: 500; }
.masonry_wrapper_blog .blog-item .blog-desc { padding-bottom: 0; }
.masonry_wrapper_blog .metaInfo a { color: #363636; padding:0; }
.blog-title > h2{ margin: 15px 0; }

.blog-title a { font-size: 24px; line-height: 30px; font-weight: 600; color: #363636; }
.blog-desc { padding-bottom: 15px; }
.blog-desc p { font-size: 15px; line-height: 27px; color: #6a6a6a; }
.masonry_blog .pagination{ margin:50px 0 20px; }
.masonry_blog { padding: 80px 0; }
.blog-thumbnail { padding: 80px 0 30px; }


/* SINGLE POST
/* ============================== */
.about_author { background: #f2f2f2; overflow: hidden; position: relative; margin: 10px 0 60px; }
.author_desc { float: left; height: 100%; min-height: 100%; overflow: hidden; padding: 35px 0; position: absolute; text-align: center; width: 25%; }
.author_desc > img {
    background:#FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 20px;
    padding: 4px;
    max-width: 100px;
    max-height:100px;
}

.about_author h3 { margin: 0 auto; }
.author_name > a { color: #555333; font-size: 18px; font-weight: bold; }
.author_bio { display: block; float: right; padding: 20px; position: relative; width: 75%; }
.author_det { margin-bottom: 0; font-size: 15px; line-height: 27px; color: #6a6a6a;	}
.author_bio > h5 { font-size: 12px; margin: 0 auto 10px; }

/* Post Share Article
================================== */
.shares { background: #f2f2f2; list-style: none; overflow: hidden; margin: 50px 0 0;padding:0; }
.shares li { float: left; border-right: 1px solid #fff; }
.shares li.shareslabel h3 { padding: 8px 20px; font-weight: 600; font-size: 18px;margin: 0; }
.shares li a { 
	display: block; 
	width: 45px; 
	height: 46px; 
	background-repeat: no-repeat; 
	background-position: 7px 7px; 
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;}
.shares li a:hover { background-position: 7px -58px; }
.shares li a:active { background-color: #999; }
.shares li a.twitter { background-image: url(images/social/twitter.png); }
.shares li a.facebook { background-image: url(images/social/facebook.png); }
.shares li a.gplus { background-image: url(images/social/gplus.png); }
.shares li a.pinterest { background-image: url(images/social/pinterest.png); }
.shares li a.yahoo { background-image: url(images/social/yahoo.png); }
.shares li a.linkedin { background-image: url(images/social/linkedin.png); }

/* About Author
====================================*/
.author_social { list-style: none outside none; margin: 0 auto; overflow: hidden; padding: 0; text-align:center; z-index:9999; }
.author_social li { background: none !important; display:inline-block }
.author_social li a {
    color: #444;
    display:block;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius:50%;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background:#f9f9f9;
}
.author_social li a i { font-size: 14px; line-height: 30px; margin-right: 0; float: none; }
.author_social li a.fb:hover      {background: #2f5a9a; color:#fff;}
.author_social li a.twtr:hover    {background: #3abdd1; color:#fff;}
.author_social li a.gmail:hover   {background: #363636; color:#fff;}
.author_social li a.pinterest:hover{background: #d13a3a; color:#fff;}
.author_social li a.rss:hover     {background: #f15200; color:#fff;}
.author_social li a.tumblr:hover  {background: #203550; color:#fff;}
.author_social li a.flickr:hover        {background: #ff0084; color:#fff;}
.author_social li a.instagram:hover     {background: #507ea4; color:#fff;}
.author_social li a.linkedin:hover      {background: #0072b2; color:#fff;}
.author_social li a.skype:hover         {background: #00aaf1; color:#fff;}
.author_social li a.youtube:hover       {background: #ff3330; color:#fff;}
.author_social li a.dribbble:hover      { background: #f973a4; color:#fff;}

.post-author { margin-left:94px; position:relative; margin-top:15px; margin-bottom:60px; }
.post-author .avatar { left:-47px; position:absolute; }
.post-author h6 { font-size: 20px; font-weight: 600; line-height: 1.6; margin-bottom: auto; }
.news_content h2 { border-bottom: 1px solid #f2f2f2; font-size: 30px; font-weight: 600; line-height: 1.8; margin: 30px auto; }
.metaInfo { font-size: 0.9em; margin-bottom: 7px; }
.metaInfo > span { display: inline-block; padding-right: 15px; color:#777; }
.metaInfo > span > a{ color:#777; }
.metaInfo > span > a:hover { color:#e74c3c; }
.metaInfo { font-size: 0.95em; margin: 0 auto; padding: 15px 0 20px; }
.metaInfo i { margin-right: 3px; color:#777; }
.news_content .metaPost { margin-top: 0; }
.news_content .titlePost > h4 { font-size: 28px; line-height: 1.4; margin-bottom: 0; margin-top: 0; padding-bottom: 0; }
.news-slider { margin-bottom: 30px; }
/* comment list */
.news_comments { margin:50px auto; }
#comment-list { margin:0; padding:0;}
#comment-list li { background:none; margin:0; padding:0; overflow:hidden; }
/* Comment
============================*/
#comment-list ul.children { margin-left:94px;padding:0;}
.comment-container {
    border-top:solid 3px #f2f2f2;
    margin:0 0 15px 90px;
    padding:20px 20px;
    position:relative;
    -moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.comment-container:hover { background:#F4F4F4; }
.comment-body p{ margin:0; }
.avatar { float:left; width:74px; }
.avatar img { display:block; margin-right:20px; position: relative; z-index: 0; border:1px solid #DCDCDC; padding:3px; }
h4.comment-author { font-size:16px; line-height:20px; margin:0; }
h4.comment-author a{ color:#363636 }

#comment-list .comment-meta { margin-bottom:10px; }
#comment-list .comment-date { font-size:12px; font-style:italic;color:#888;}

/* comment hover effect */
.comment-reply-link { position:absolute; right:20px; top:20px; }
a.link-style3 { color: inherit !important; font-size: 12px; font-weight: 700; text-decoration: none !important; }
.comment-reply-link { position: absolute; right: 20px; top: 20px; }
.comment_form > input { margin-bottom:20px; margin-right:20px; width: 31.1%; }
#comments { margin-bottom: 50px; }
.comment_form > input:last-child { margin-right:0; }

/* ===================================================== */
/* 8. HOME PAGE					                    	 */
/* ===================================================== */

/* Texture Section
=========================== */
.texture-section { padding: 65px 0; margin: 20px 0 30px; background: #96D3C6; }
.texture1 { background: url(../images/pattern-1.png); }


/* Feature Block
=========================== */
.feature-block h4 { font: 700 34px/37px; color:#717CB6; margin: 0; padding-bottom: 25px; }
.feature-block h4 span { font: 400 32px/35px; color:#272727; }
.feature-block p { font: 500 14px/20px; color:#929292; line-height: 28px; padding-bottom: 35px; }

.feature-block i.fa { font-size: 40px; margin: 0 13px 0 0; }
.feature-block hr { border-color: #D0D0D0; margin: 20px 0; }

/* Grey Transparent Background Content
======================================== */
.grey-transparent-content .bg { background: hsla(180, 13%, 17%, 0.9); color:#fff; margin:0; padding:60px 80px; }
.grey-transparent-content .bg h3 { color:#fff; }
.grey-transparent-content{ background:url("../images/businessmen.png") no-repeat; background-size:cover; display:inline-block; }

.grey-transparent-content .sub_content { background:hsla(180, 13%, 17%, 0.9); color:#fff; padding:80px; }
.retro { background:hsla(178, 91%, 35%, 0.8); padding: 130px 40px; }
.grey-transparent-content .retro img { height: auto; max-width: 100%; margin-top: 60px; }

/* Grey Background Content
============================= */
.grey-content { background:hsla(180, 13%, 17%, 0.9); }

.grey-content .sub_content { padding:45px 30px 45px 0; }

.grey-content,
.grey-content p,
.grey-content h3,
.grey-transparent-content,
.grey-transparent-content p,
.grey-transparent-content h3 { color:#fff !important; }
.inner-image { background-size: cover !important; }

.grey-line-content { border-bottom:1px solid hsl(0, 0%, 93%); border-top:1px solid hsl(0, 0%, 93%); }

.grey-line-content .sub_content { padding:40px; }


/* Animation-CSS
=========================== */
.animation-page .animation { text-align: center; }
.animation-page .animation > p { font-size: 16px; margin: 20px 0; }

/* ===================================================== */
/* 9. 404 PAGE					                     	 */
/* ===================================================== */
.page_404 { position: relative; text-align: center; }
.page_404 > h1 { font-size: 250px; font-weight: 600; line-height: 250px; position: relative; }
.page_404 > p { font-size: 30px; font-weight: bold; line-height:30px; margin-bottom:30px; }

/* ==================================================
   12. ICON LIST
================================================== */
.icon_lists .fa-hover a { border-radius: 0; color: #222222; display: block; height: 32px; line-height: 32px; padding-left: 10px; }
.icon_lists .fa-hover a .fa { display: inline-block; font-size: 14px; margin-right: 10px; text-align: right; width: 32px; }
.icon_lists .fa-hover a:hover { color: #FFFFFF; text-decoration: none; }
.icon_lists .fa-hover a:hover .fa { font-size: 24px; vertical-align: -3px; }
.icon_lists .fa-hover a:hover .text-muted { color: #BBE2D5; }
/*
   New Icon CSS
===================================*/
.the-icons > li { font-size: 16px; margin: 12px 0; }


/* ======================================================================== */
/* 16. Icon Service Boxes
/* ======================================================================== */
.info_service { padding:1% 0 0; }

/* Service Box 1
====================================*/
.serviceBox_1 { margin-top: 25px; }
.serviceBox_1 .service-icon { float: left; }
.serviceBox_1 .service-icon i { font-size: 34px; }
.serviceBox_1 .service-content h3 { color: #363636; font-size: 18px; font-weight: 600; margin-top: 0; }
.serviceBox_1 .service-content { margin-left: 55px; }
.serviceBox_1 .service-content p { color:#6a6a6a; line-height: 2; }

/* service Box 2
====================================*/

.serviceBox_2 { text-align: center; margin: 0; }
.serviceBox_2 .service-icon { height: 80px; width: 80px; border-radius:50%; display: inline-block; margin-bottom:0px; }
.serviceBox_2.green .service-icon { background:#58B25E; }
.serviceBox_2.purple .service-icon { background:#9F84C4; }
.serviceBox_2.red .service-icon { background:#F35958; }
.serviceBox_2.blue .service-icon { background:#02A2DD; }
.serviceBox_2 .service-icon i { font-size: 30px; color: #fff; line-height: 80px; }
.serviceBox_2 .service-content h3 { color: #363636; font-size: 20px; font-weight: 600; margin: 0 0 15px; }
.serviceBox_2 .service-content p { color:#6a6a6a; font-size: 15px; line-height: 27px; margin: 0 0 13px; }
.serviceBox_2 .read a { font-size: 15px; font-weight: 500; color: #363636; }
.serviceBox_2.green .read a { color:#58B25E;}
.serviceBox_2.purple .read a { color:#9F84C4;}
.serviceBox_2.red .read a { color:#F35958;}
.serviceBox_2.blue .read a { color:#02A2DD;}

.serviceBox_2.green .read a:hover{color:#2E9333;}
.serviceBox_2.purple .read a:hover{color:#674A92;}
.serviceBox_2.red .read a:hover{color:#AA2727;}
.serviceBox_2.blue .read a:hover{color:#186A89;}

/* service Box 3
====================================*/

.serviceBox_3 { overflow: hidden; }
.serviceBox_3 .service-image > img { width: 100%; }
.serviceBox_3 .service-content { background: #F14F54; text-align: center; width: 100%; }
.serviceBox_3 .service-content.bg1 { background: #FFB101; }
.serviceBox_3 .service-content.bg2 { background:#3ABE86 ; }
.serviceBox_3 .service-content h3{ font-size: 23px; font-weight: 400; color:#fff; margin: 0; padding: 45px 0; height: 117px; }

/*  serviceBox_4
============================*/
.serviceBox_4 { padding:25px 0; margin-top: 50px; border: 1px solid #c5c5c5; position: relative; text-align: center; }
.serviceBox_4 .service-icon {
    border-radius: 100%;
    color: #fff;
    height: 88px;
    line-height: 100px;
    padding: 0;
    position: absolute;
    width: 88px;
    top:-47px;
    left:39%;
}
.serviceBox_4 .service-icon:before {
    border-radius: 100%;
    content: "";
    height: 92px;
    left: -2px;
    position: absolute;
    top: -2px;
    transform: scale(1.1);
    width: 92px;
}
.serviceBox_4 .service-icon i { font-size: 40px; margin: 0 7px 0 0; }
.serviceBox_4 .service-content { padding: 30px 0 12px; }
.serviceBox_4 .service-content > h3{ color: #373a41; font: bold 16px/1.2em; }
.serviceBox_4 .service-content > p { color: #8d9095; font: 14px/23px; padding: 0 40px; }
.serviceBox_4 .read i.fa-angle-right { margin: 0 0 0 5px; }


/* ===================================================== */
/* 17. CLIENTS											 */
/* ===================================================== */
ul.client_items { list-style:none; padding: 0; position: relative; display: block; }
ul.client_items .img { max-width:100%; width:166px !important; }

/*--------------------------------------------------------------------------*/
/* 18. TYPOGRAPHY
/*--------------------------------------------------------------------------*/

.typography h1 { margin-top: 0; }

/* ======================================================================== */
/* 19. BUTTONS                                                              */
/* ======================================================================== */
.btn { color: #fff; }
.btn-default {
    color:#fff;
    border:none;
    border-radius:2px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.btn-default:hover, .btn-default:focus { background:#202020; color:#fff; }

/* Social Buttons
====================================*/

.btn-social-googleplus { background-color: hsl(0, 0%, 18%); }
.btn-social-facebook { background-color:#3453A2; }
.btn-social-twitter { background-color:#2ABBE3; }
.btn-social-pinterest { background-color: #D91F25; }
.btn-social-linkedin { background-color:#1F80BB; }
.btn-social-stumbleupon { background-color:#E86130; }
.btn-social-stumbleupon,
.btn-social-linkedin,
.btn-social-pinterest,
.btn-social-twitter,
.btn-social-facebook,
.btn-social-googleplus { color:#fff; border-radius:0; }
.content.elements .btn { border-radius:2px; }
.btn-social-stumbleupon:hover,
.btn-social-googleplus:hover ,
.btn-social-linkedin:hover,
.btn-social-pinterest:hover,
.btn-social-twitter:hover,
.btn-social-facebook:hover { background:#363636; color:#fff; }


/* -------------------------------------------------- */
/*	21. TABS                                          */
/* -------------------------------------------------- */
.nav-tabs { border:none; }
.nav-tabs > li{margin-bottom: -2px;}

.nav-tabs > li > a { background:#F8F8F8; border:1px solid #ebebeb; margin:0; color:#777777; border-radius:0; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color:#ebebeb;
    outline:none;
    background:white;
    margin:0 0 -1px 0;
    border-bottom:none;
}

ul.nav-tabs li a i { font-size: 24px; font-weight: 500; line-height: 30px; }
ul.nav-tabs li.last-tab a { padding:4px 22px; outline:none; }
.tab-content { border:1px solid #ebebeb; padding:20px 14px; }
.tab-content:first-child { display: block; }
.tab-content > h3 { color: #555333; font-size: 20px; font-weight: 600; line-height: 24px; margin-top: 0; }
.tab-content > p { line-height: 20px; }

/* Recent Tab
====================================*/
.recent_tab_list { margin:0; padding:0; }
ul.recent_tab_list li { margin: 0 0 15.5px; padding: 0 0 17px; list-style-type: none; border-bottom: 1px solid #ebebeb; float: left; width: 100%; }
.recent_tab_list li span { float: left; margin-right: 15px; }
.recent_tab_list li a { color: #444444; display: block; font-size: 12px; text-decoration: none; }
.recent_tab_list li span img {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.recent_tab_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.recent_tab_list li i { padding: 1px 0px 0px 0px; margin: 0px; display: block; font-size: 11px; font-style: normal; color: #9e9e9e; }
.recent_tab_list li.last { padding: 0px 0px 7px 0px; margin: 0px 0px 0px 0px; border-bottom: 0px solid #f5f6f6; }

/* Comment Tab
====================================*/

.comments { padding:0; margin:0; }
.comments .post-thumbnail { float: left; margin: 0 15px 0 0; }
.comments .post-thumbnail > img { height: 50px; width: 50px; }
.comments li { border-bottom: 1px solid #ebebeb; margin-bottom: 15px; padding: 0 0 15px; font-size: 12px; line-height: 18px; list-style: none outside none; }
.comments_list > p { margin: 0; overflow: hidden; }
.comments li:last-child { border-bottom: none; margin-bottom: 0; padding: 0; }
.comments li:last-child p { margin:0 }
.comments_list  a { text-decoration: none; }
.com_pist a:focus { color:#363636; }
.comments_list  i { color: #909090; font-size: 12px; margin-left: 3px; }
.sidebar-tab { margin-bottom:30px; }

/* =========================================*/
/* 22. ACCORDION & TOGGLE                   */
/* =========================================*/
.panel.panel-default > .panel-heading { background: none; border-radius: 0; }
.panel.panel-default { border:1px solid #ddd; margin-bottom: 10px; }
.panel-group .panel { border-radius: 0; }
.panel.panel-default  .panel-title > a {
    color:#363636 ;
    font: 500 15px/25px;
    text-decoration: none;
    outline: none;
    display: block;
    padding: 10px 10px 10px 50px;
    position: relative;
}
.panel .panel-title > a:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size:14px;
    border-right: 1px solid #ddd;
    /* color: #29B6F6; */
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.panel.active_acc  .panel-title > a:before { content: "\f068"; }

.panel.panel-default .panel-heading { padding: 0; }

.panel.panel-default .panel-heading:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }


/* ===================================================== */
/* 25. PAGINATION										 */
/* ===================================================== */

.pagination { margin: 0px 0 45px; }

/* ==================================================
   26. TITLE
================================================== */
.dividerHeading { margin-bottom: 50px; padding: 0 15px; }
.dividerHeading h2 { 
    text-align: center;
	font-size: 30px; 
	line-height: 36px;
	color: #363636;
	font-weight: 600;
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 17px;
}
.dividerHeading h2::before, .dividerHeading h4::before {
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
	margin: 0 auto;
    right: 0;
    position: absolute;
    width: 50px;
}
.dividerHeading p { text-align: center; font-size: 16px; line-height: 25px; color: #6a6a6a; font-weight: 400; }
.widget-title { margin-bottom: 40px; font-size: 24px; line-height: 30px; font-weight: 600; padding: 0 0 10px; position: relative; }
.widget-title .rsswidget { color: #2a2e34; }
.dividerHeading h4 { margin-bottom: 40px; font-size: 24px; line-height: 30px; font-weight: 600; padding: 0 0 10px; position: relative; }
.dividerHeading h4:before { margin: 0;}
.dividerHeading h4::before,
.widget-title::before { border-radius: 0 5px 5px 0; bottom: -1.5px; content: ""; height: 2px; left: 0; position: absolute; width: 50px; }
.dividerHeading.text-center { margin-bottom: 45px; }

.dividerHeading.text-center h4 { font-size: 25px; }
.dividerHeading.text-center h4::before { display: block; position: relative; margin: 0 auto; bottom: -40px; }
.dividerHeading.text-center > span { font-size: 18px; color: #868889; display: block; margin: 15px 0 30px; }

.footer .widget_title h4 { border-color: #B5B5B5; }
.footer .widget_title h4 span:before, .footer .widget_title h4 span:after { color:#dfdfdf!important; }
.footer .widget_title h4 span { color:#fff; padding:0; }
.footer .widget-title { color: #fff; }
/* ===================================================== */
/* 27. DROPCAPS												 */
/* ===================================================== */
.dropcap { float: left; color: #169fe6; font-size: 58px; line-height: 54px; padding:6px 10px 8px; margin-top: 8px; }
.dropcap.gray { color: #363636; }
.dropcap.light { color: #aaa; }

.dropcap_block {
    float: left;
    font-size: 50px;
    line-height: 50px;
    padding:6px 10px 8px;
    margin-top: 8px;
    margin-right:10px;
    color:#fff;
}
.dropcap_block.gray { background-color: #363636; }
.dropcap_block.light { background-color: #aaa; }

/* ===================================================== */
/* 28. HIGHLIGHT											 */
/* ===================================================== */
.highlight{ padding: 0px 6px 2px; color: #fff;}
.highlight.gray { background: #4c4c4c; }
.highlight.light { background: #aaa; }

blockquote.default { color:#666; background:#f2f2f2; font-size:inherit; }


/* ==================================================
   30. CAROUSEL
================================================== */
.porDetCarousel,.porDet2Carousel { margin-bottom: 40px; overflow: hidden; }
.carousel-content, .porDetCarousel, .porDet2Carousel {position: relative;}
.carousel-item { width: 100%; display: block; visibility: hidden; position: absolute; top: 0; left: 0; }
.carousel-item.active { display: block; visibility: visible; position: static; }
.carousel-item.current { left: 0; right: 0; visibility: visible; z-index: 1; }
.carousel-item { max-width: 100%; display: block; }
.carousel-control { position: absolute; top: 0; left: 0; bottom: 0;	right: 0; overflow: hidden; width:100%; }

.porDetCarousel:hover .carousel-prev { left: 10px; }
.porDetCarousel:hover .carousel-next { right: 10px; }
.porDet2Carousel:hover .carousel-prev { left: 10px; }
.porDet2Carousel:hover .carousel-next { right: 10px; }
.carousel-prev, .carousel-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: -40px;
    z-index: 2;
    background: #666;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
    transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}
.carousel-next { left: auto; right: -40px; }
.carousel-prev:hover, .carousel-next:hover { background: #363636; }
.carousel-prev:before, .carousel-next:before {
    content: '\f104';
    display: block;
    text-align: center;
    line-height: 40px;
    font: 20px/40px 'FontAwesome';
    color: #fff;
}
.carousel-next:before { content: '\f105'; }
.carousel-next:hover:before,
.carousel-prev:hover:before{color: #fff;}
.carousel-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transition: bottom 0.2s ease;transition: bottom 0.2s ease;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 50px;
}
.carousel-pagination li { background:rgba(0, 0, 0, 0.5); cursor: pointer; float: left; height: 6px; margin: 0 2px; width: 20px; }

/* ===================================================== */
/* 31. FLICKR												 */
/* ===================================================== */
.flickr { margin-top: 20px; }
.flickr-feed {overflow: hidden;padding:0;}
.flickr-feed li { display: inline-block; margin: 0 8px 0px 0px; position: relative; z-index:0; width:62px; height:62px; overflow: hidden; }

.widget .flickr-feed li { margin: 0 8px 0px 0px; }

.flickr-feed li:last-child { margin: 0 0 10px; }

.flickr-feed li img {
    margin: 0 8px 8px 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.flickr-feed li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2) rotate(10deg);
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
}

.flickr-feed li a {display: block;overflow: hidden;position: absolute;width: 62px;height: 62px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.flickr-feed li .hover {position: absolute;width: 62px;height: 62px; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.flickr-feed li a:hover .hover {opacity: 0.8;filter: alpha(opacity=80); visibility:visible;}
.flickr-feed li a i {
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    font-size: 18px;
    color: white;
    line-height: 3.8;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.flickr-feed li a:hover i { filter: alpha(opacity=100); -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; }

.flickr-feed li:before { display: none; } 

/* Footer Social
====================================*/
.footer_social { float: right; }
.footbot_social { list-style: none outside none; margin: 0 auto; overflow: hidden; padding: 0; }
.footbot_social li { float: left; background: none !important; }
.footbot_social li a {
    color: #eee;
    display:block;
    height: 35px;
    text-align: center;
	border-radius: 2px;
    width:35px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 2px;
}
.footbot_social li a:hover, .footbot_social li a:focus { color: #fff; }
.footbot_social li a i { font-size: 18px; line-height: 36px; margin-right: 0; float: none; }
.footbot_social li a.fb:hover            {background:#1964DA; border-radius: 5px; color:#fff;}
.footbot_social li a.twtr:hover          {color: #fff; background:#3ABDD1; border-radius:5px;}
.footbot_social li a.gmail:hover         {color: #fff;}
.footbot_social li a.pinterest:hover     {color: #fff;}
.footbot_social li a.rss:hover           {color: #fff; background:#F15200; border-radius:5px;}
.footbot_social li a.tumblr:hover        {color: #fff;}
.footbot_social li a.flickr:hover        {color: #fff;}
.footbot_social li a.instagram:hover     {color: #fff;}
.footbot_social li a.linkedin:hover      {color: #fff;}
.footbot_social li a.skype:hover         {color: #fff; background:#00AAF1; border-radius:5px;}
.footbot_social li a.youtube:hover       {color: #fff;}
.footbot_social li a.dribbble:hover      { color: #fff; background:#F97193; border-radius:5px;}

/* ===================================================== */
/* 32. List & Bullets									 */
/* ===================================================== */
ul { list-style: none; margin: 0; padding: 0; }

/* --------list style 1 CSS---------- */

.multi-icon li { padding: 5px 0; }
.multi-icon li i { margin-right:12px; }

/* --------list style CSS---------- */

.list_style li { line-height: 20px; padding:3px 2px 3px 10px; position: relative; }

.list_style li a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}
.list_style li a:hover { text-decoration: none; }

/* --------list style 2 : Circle CSS---------- */
.list_style.circle li { padding:3px 2px 3px 23px; }
.list_style.circle li:before{
    font-family: FontAwesome;
    content: "\f105";
    border-radius:50%;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #FFFFFF;
    height: 17px;
    line-height: 17px;
    text-align: center;
    width: 17px;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 5px;
}

/* --------list style 3 : Square CSS---------- */
.list_style.square li { padding:3px 2px 3px 23px; }
.list_style.square li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    border-radius:0;
    color: #FFFFFF;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
}

/* --------list style 4 : Simple CSS---------- */
.list_style li { padding:3px 2px 3px 12px; }

.list_style li:before { font-family: FontAwesome; content: "\f105"; font-size: 14px; position: absolute; left: 0; top: 3px; }

/* --------list style 5 : Star CSS---------- */
.list_style.star li { padding:3px 2px 3px 22px; }
.list_style.star li:before {
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
    border-radius:0;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}

/* --------list style 6 : Right-arrow CSS---------- */
.list_style.right-arrow li { padding:3px 2px 3px 20px; }
.list_style.right-arrow li:before {
    font-family: FontAwesome;
    content: "?";
    display: inline-block;
    border-radius:0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}

/* --------list style 7 : Hand CSS---------- */
.list_style.hand li { padding:3px 2px 3px 22px; }
.list_style.hand li:before {
    font-family: FontAwesome;
    content: "?";
    display: inline-block;
    border-radius:0;
    position: absolute;
    left: 0;
    top: 4px;
}

/* --------list style 8 : Play  CSS---------- */
.list_style.play li { padding:3px 2px 3px 21px; }
.list_style.play li:before {
    font-family: FontAwesome;
    content: "?";
    display: inline-block;
    border-radius:0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

/* --------list style 9 : Dubble-Right-Arrow  CSS---------- */
.list_style.dubble-right-arrow li { padding:3px 2px 3px 17px; }
.list_style.dubble-right-arrow li:before {
    font-family: FontAwesome;
    content: "?";
    display: inline-block;
    border-radius:0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text { color: #fff; }

/* ===================================================== */
/* 33. Button Up										 */
/* ===================================================== */
.btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.btntoTop:before { content: "\f106"; display: inline-block; vertical-align: middle; font: 20px 'FontAwesome'; color: #fff; }
.btntoTop.active { opacity: 1; }
.btntoTop.active:hover { background-color: #464D71; }

/* ===================================================== */
/* 34. Media Query										 */
/* ===================================================== */
@media only screen and (min-width: 980px) and (max-width: 1280px){

    .post-title { font-size:14px }

    .blog_medium .post_img{width:30%; }

    .shares li.shareslabel h3{padding:8px 14px;}

    .comment_form > input{width:30%;}

    .post-images { margin-right: 15px;}

    .post-slide { margin-bottom:40px; }
}

@media only screen and (min-width: 768px) and (max-width: 989px){

    .navbar-default .navbar-nav > li > a { padding: 12px 9px;}

    .serviceBox_2{ margin-bottom:30px; }

    .tab-content {margin-bottom:30px;}

    .post-images { margin-right: 15px; }

    .serviceBox_1 .service_icon > h3{ font-size: 17px;}

    .serviceBox_3 .service-content h3 { font-size: 18px; height: 105px; line-height: 20px; padding: 30px 0; }

    .serviceBox_4 .service-icon{left: 66px;}

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content { padding: 50px 20px; }

    .post-slide { margin-bottom: 0px; }
}

@media only screen and (max-width:768px) {

    #logo-bar { padding:30px 0; position: relative !important; }
	
	
	.navbar { padding-left: 0; }
	.navbar-nav { margin: 18.5px 0px; }
	.navbar-nav > li > .has-submenu .sub-arrow { margin-top: 9px; }

    .nav-tabs > li > a { padding:10px 10px; }

    .sub_content { padding: 15px 0; }

    .super_sub_content { padding: 0; }

    .tab-content{margin-bottom:30px;}

    .nav-tabs > li > a { padding:10px 10px; }

    .serviceBox_1,.serviceBox_2,.serviceBox_3{ margin-bottom:30px; }

    .serviceBox_3 .service-content h3 { font-size: 18px; height: 105px; line-height: 20px; padding: 30px 0; }

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content { padding: 50px 20px; }

    .blog-hover > a { top: 30%; }

    .blog_medium .post_content{ width:45%; }

    .shares li.shareslabel h3{ padding:8px 14px; }

    section.parallax { padding: 30px 0; }

    .parallax-testimonial{ padding: 0 15px 30px; }

    .img-about{ margin-bottom: 20px; }

    .texture-section{ padding: 15px 0;margin: 10px 0; }

    .post-slide { margin-bottom: 0px; }

    .option a.fa,
    .small-images .option a.fa ,
    .owl-carousel .option a.fa { font-size: 16px; width: 40px; height: 40px; line-height: 35px; }

    .option h5, .large-images .option h5, .small-images .option h5 { font-size: 155%; }

    .option span, .small-images .option span, .large-images .option span { font-size: 115%; }

    .large-images .masonry_wrapper .inner > div,
    .medium-images .masonry_wrapper .inner > div,
    .small-images .masonry_wrapper .inner > div { height: 65%; }

    .feature-block img { margin-bottom: 20px; }

}

@media only screen and (max-width: 767px) {

    #info-bar { background:none; padding:0; }

    #logo { position: absolute; width: 65%; z-index: 9999; } 

    #top-bar { padding:5px 0;}

    #logo-bar { padding: 10px 0; }

	.top-info span { text-align: center; display: block; }
	.top-info ul { float: none; text-align: center; padding: 5px 0 5px; }
	.top-info li { float: none; display: inline-block; }
	
    .navbar-default .navbar-nav li a { color: #010101; }
    .navbar { background:#fff; border-color: transparent; float: none; }
    .navbar-nav li:nth-child(n+2)::before { background: none; }

    .navbar-nav { background:#303436; }
    .navbar-collapse { position: absolute; width: 100%; }
    .navbar-nav > li ul > li:first-child > a { border-top:none; }
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a {
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .navbar-default .navbar-nav li a { color: #fff; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding-left:35px;
        color:#fff;
        font-size:13px;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color:#fff;
    }
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before { content:""; display:none; }
    .navbar-nav > li > .has-submenu .sub-arrow { font-size: 14px; font-weight: bold; width: 10px;  }
    .navbar-default .navbar-nav > li { border-bottom:1px solid rgba(255, 255, 255, 0.54); border-right: none; }
    .dropdown-menu.sm-nowrap > li { background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54); }

    .navbar-nav > li:hover > ul { -moz-animation: none; -webkit-animation: none ; animation: none; }

	
    .navbar-nav > li > ul.dropdown-menu li:hover ul { -moz-animation: none; -webkit-animation:none; animation: none; }
    .nav-caption{ display: block; }

    .page_head { padding: 12px 0; }
    .page_head h2 { font-size: 24px; }

    .text-center > img { width: 100%; }
    .images-style-inner { margin: 10px 0; }

    #breadcrumbs { float: left; margin-top:5; padding: 0px 3px;}

    .serviceBox_1,.serviceBox_3 { margin-bottom:30px; }
    .serviceBox_4 { margin-bottom: 80px; }

    .list_style li i { margin-right:0; }

    ul.client_items { display: block; margin: 0 auto; padding: 0; text-align: center; }

    .list_item { width:100%; }

    .owl-carousel .option h5 { font-size: 155%; }
    .owl-carousel .option span { font-size: 125%; }

    .widget_content{ margin-bottom:30px; }

    .promo_box .pb_action a.btn {display: block; float: none; margin-top: 20px;  }

    .list_style{ margin:0 0 30px; }

    .pricingTable{ margin-bottom:50px; }

    .team_prof{ margin-bottom:30px; }

    .blog_large .post_meta h2 a, .blog_single .post_meta h2 a { font-size:18px; line-height:normal; }

    .blog_medium .post_meta h2 a { font-size: 20px; line-height:normal; }

    .blog_large .post_meta h2,
    .blog_medium .post_meta h2,
    .blog_single .post_meta h2 { font-size:18px; line-height:20px; margin-bottom:10px; margin-top:0; }

    .blog_large .day,.blog_medium .day, .blog_single .day { font-size:20px; width: 60px; }

    .blog_large .month, .blog_medium .month , .blog_single .month { padding: 2px 8px 4px; }

    .blog_large .post_img, .blog_single .post_img { margin-bottom:20px; }

    .blog_large .post_content, .blog_single .post_content { margin: 0 0 0 60px; }

    .blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo { padding:0 0 10px; }

    .blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span { line-height:24px; }

    .blog_large .post, .blog_medium .post, .blog_single .post, .blog_medium .post { margin-bottom:40px; padding-bottom:40px; }

    .blog_medium .post_content { float:left; width:100%; }

    .blog_medium .post_img { margin-right:0; width:75%; margin-bottom:30px; }

    .sidebar .widget { display:inline-block; margin-top:30px; position:relative; }

    .shareslabel {display:none; }

    .author_desc { height:auto; min-height:inherit; width:100%; }

    .author_bio { float:none; margin-top:35%; padding:20px; position:relative; text-align:center; width:100%; }

    #comment-list ul.children { margin-left:10px; }

    .comment-container { margin-left:80px; margin-bottom:10px; }

    .comment_form > input { width:100%; }

    .page_404 > h1 { font-size:160px; line-height:180px; margin-top:0; }

    .page_404 > p { font-size:26px; line-height:36px; }

    .rec_blog { margin-bottom:20px; }

    .copyright { text-align:left; float:left; }

    .post-images { margin-right: 15px; }
    form { margin-bottom: 65px; }
}



	@media (min-width: 768px) {
		.navbar-right {
			margin-right: 0px !important;
		}
	}


@media only screen and (min-width: 481px) and (max-width: 767px){

    .author_bio { margin-top:35%; position: relative; }

    #breadcrumbs { float: left; margin-top:5; padding: 0px 3px;}
	
	
}

@media only screen and (max-width: 480px){

     #breadcrumbs { float: left; margin-top:5; padding: 0px 3px;}
	
    .sub_content { padding: 10px 0; }

    .author_bio { margin-top:55%; position: relative; }

    #filter li a{ padding:10px; }

    .post-images { width: 100%; margin-right: 0px; margin-bottom: 15px; }

    .post-detail { width: 100%; }

    .serviceBox_7.right .service-icon { margin: 0 0 0 20px; }
    .serviceBox_7 .service-icon { margin: 5px 20px 0 0; }
    .serviceBox_7 .service-content { width: 65%; }

    .copyright { line-height: 20px; }
}


/********** Custom CSS *********/

.background-image { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.table { display: table; width: 100%; height: 100%; }
.table-cell { display: table-cell; width: 100%; height: 100%;  vertical-align: middle; }

/* Clearfix */
.clearfix:before, .clearfix:after{content: ""; display: table; }
.clearfix:after{ clear: both;}
.clearfix{*zoom: 1; }

/*Post Styles */
.post h2 { margin-bottom: 0; }

p.post-info { font-size: 87%; color: #999; }

p.post-info a:link, p.post-info a:visited {	color: #999; }

/* Image styles */
img { max-width: 100%; height: auto; }

.has-thumbnail { position: relative; padding-left: 200px; }

.post-thumbnail { position: absolute; top: 0; left: 0; }

/* Comment Body CSS*/
.comments-area ol { margin-left : -30px; }
.depth-1 article {
    border-top:solid 3px #f2f2f2;
    margin:0 0 25px 0px;
    padding: 20px 20px;
    position:relative;
    -moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.depth-1 article:hover { background:#F4F4F4; border-color:#727CB6; }

.depth-2 { padding-left : 13%; }

.depth-3 { padding-left : 15%; }

.depth-4 { padding-left : 18%; }

/* Comment Content*/
.avatar { float:left; width:85px; left:-10px; top:-12px; position:relative; }

div.comment-author img { display:block; position: relative; z-index: 0; border:1px solid #DCDCDC; padding:3px; }

.comment-author  { font-size:16px; line-height:20px; margin:0; }
.comment-author b { color:#555; margin-top : -20px; }
.comment-author span { display: none; }

.comment-metadata a { font-size : 12px; font-style : italic; color : #888; }

.comment-metadata span a { color : #000; }
.comment-metadata span a:hover { color : #337ab7; }

.comment-reply-link { color: inherit; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }

 /*About the Author secion */
 .about-author { background-color: #EDEDED; padding: 20px; }

.about-author-image { float: left; width: 28%; }

.about-author-text { float: right; width: 68%; }

/* Quick Add Form Styles */
.admin-quick-add { background-color: #DDD; padding:15px; margin-bottom: 15px; } 

.admin-quick-add input,
.admin-quick-add textarea {	width:100%;	border: none; padding: 10px; margin: 0 0 10px 0; box-sizing: border-box; }
/* side-widget */

/*skin layout css start */
.boxed { margin: 25px auto; max-width: 1170px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
/*skin layout css end */

/*Theme default color start */

.service-section { padding: 80px 0 40px 0px; }
.service-content { padding: 17px 10px 40px 10px; }
.grey_bg { padding-left: 30px; padding-right: 30px; }

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* WP CORE WIDGET CSS CLASS & ELEMENT ==========1-nov-2017
============================================================================*/
/* Widget UL */
.widget ul { margin: 0; padding:0; }
.widget ul li { list-style: none; margin: 0 0 10px; font-size: 15px; line-height: 25px; color: #6a6a6a; }
.widget ul li:last-child { margin: 0px; }
.widget ul li::before { content: "\f0da"; font-family: FontAwesome; font-size: 15px; margin-right: 7px; }
.widget ul li a { font-size: 15px; line-height: 25px; color: #6a6a6a; }

/*Widget Calendar*/
.widget .calendar_wrap { background-color: transparent; border: 1px solid #eee; padding: 0px; border-radius: 0px; }
.widget table#wp-calendar { 
	border-collapse: inherit;
	border-spacing: 3px;
	border: 0 none;
	padding: 0px; 
	margin: 0; 
	line-height: 40px; 
	text-align: center; 
	table-layout: fixed; 
	width: 100%; 
}
.widget table#wp-calendar caption { 
	text-align: center; 
	color: #ffffff; 
	font-size: 16px; 
	font-weight: 700; 
	line-height: 25px; 
	padding: 8px; 
	letter-spacing: 2px;
	border-radius: 0px; 
}
.widget table#wp-calendar th { color: #363636; border: 0 none; font-weight: 600;  }
.widget table#wp-calendar td { background: #f2f2f2; font-weight: 400; color: #6a6a6a; border-radius: 0px; }
.widget table#wp-calendar td, .widget table#wp-calendar th { padding: 0px; line-height: 40px; text-align: center; } 
.widget table#wp-calendar tbody a { color: #363636; font-weight: 500; display: block; border-radius: 3px; }
.widget table#wp-calendar #next a, .widget table#wp-calendar #prev a { color: #363636; font-weight: 700; }

/* Widget Tag Cloud */
.tagcloud a {
    display: inline-block;
	border : 1px solid #f2f2f2;
	padding : 5px 15px;
	font-size : 15px !important;
	line-height: 20px;
    color: #6a6a6a;
	margin : 0 5px 10px 0;
}
.tagcloud a:hover { color: #fff; }

/* Text Widget */
.textwidget p {;
}

/* DEFAULT HTML TAGS CLASSES & ELEMENT ==========1-nov-2017
============================================================================*/
/*Rss Widget*/
.rss-date, .widget_rss cite { display: block; color: #abb6bc; font-size: 13px; line-height: 25px; padding: 5px 0; }
.rsswidget { font-weight: 500; }
.rssSummary { padding: 5px 0 5px; font-weight: 400; line-height: 25px; }

/* Blockquote*/
blockquote { 
	background-color: #f9f9f9;    
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0px;
	margin: 0 0 20px; 
	font-size: 15px; 
	line-height: 25px;
	font-weight: 400; 
	letter-spacing: 1px; 
	padding: 20px 15px 20px 32px; 
	position: relative;
}
blockquote::before { content: "\f10d"; font-family: FontAwesome; font-size: 22px; position: absolute; left: 8px; top: 17px; }
blockquote p, blockquote span { font-weight: 400; margin: 0; padding-left: 5px; }
blockquote cite, blockquote small { font-size: 15px; display: block; line-height: 20px; padding-top: 10px; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote strong, blockquote b { font-weight: 600; }
/*Address*/
address { font-style: normal; margin: 0 0 20px; line-height: 25px; font-size: 15px; }
address p { display: block; }
/*Table*/
table { border-spacing: 0; letter-spacing: 0.5px; margin: 0 0 20px; padding: 0; text-align: left; table-layout: fixed; width: 100%; }
table, table th, table td { font-size: 15px; border: 1px solid #e4e8ea; padding: 5px 10px; }
table th { text-align: left; line-height: 1.9375; }
table td { line-height: 25px; }
tbody a, p a { font-weight: 500; }   
/*Definition Lists*/
dl { margin-bottom: 20px; margin-top: 0; font-size: 15px; }
dl dt { font-weight: 600; margin-bottom: 5px; }
dl dd { margin-bottom: 20px; margin-left: 20px; }

/*Abriviation, Acronym, Big, Strike, del, em, Ins, cite, q*/
abbr { text-decoration: none; cursor: help; }
tla, acronym { text-decoration: underline; cursor: help; }
acronym { border-bottom: 0 none; }
big { font-size: larger; font-weight: 600; }
s, strike, del { text-decoration: line-through; }
em, cite, q { font-style:italic; }
ins, mark { color:#ffffff; text-decoration: none; padding: 0 3px; }
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.wp-caption .wp-caption-text { margin: 0 0 20px !important; } 
/*Image Alignment*/
.alignleft { display: inline; float: left; }
.alignright { display: inline; float: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 1.6em 1.6em 0; }
blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 1.6em 1.6em; }
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter { clear: both; margin-top: 0.4em; margin-bottom: 1.6em; }
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { margin-bottom: 1.2em; }
img.alignnone{ display: block; margin: 0 auto; height: auto; }
.alignnone img{ display: block; height: auto; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {  
	clear: left;
    font-style: italic;
    line-height: 1.5em;
	font-size: 14px;
    margin: 12px 0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { height: auto; max-width: 90%; padding: 0; border: 5px solid #fff !important;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc; }
.gallery-item .gallery-caption { font-size: 14px; margin: 12px 0; text-align: center; font-style: italic; line-height: 1.5em; }
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.wp-caption p.wp-caption-text { 
	font-family: 'Open Sans'; 
	font-size: 14px; 
	margin: 12px 0 !important; 
	text-align: center; 
	font-weight: 400; 
	font-style: italic; 
	line-height: 1.5em; 
}
.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f2f5f6;
    border-color: #e4e8ea;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption > img { max-width: 100%; height: auto; }
.post-password-form label { display: inline-block; font-size: 15px; font-weight: 400; letter-spacing: 0.04em; line-height: 1.5; width: 80%; }
select, input[type="email"], input[type="text"], input[type="email"], 
input[type="tel"], input[type="url"], input[type="date"], input[type="number"], 
input[type="file"], .post-password-form input[type="password"] { 
	border: 1px solid #eee;
	box-shadow: 0px 0px 1px #e5e5e5 inset;
	font-size: 15px;
	line-height: 25px;
	color: #6a6a6a;
	height: 40px;
	border-radius: 0px;
	padding: 7px 10px;
	width: 100%; 
	outline: 0;
}
textarea { 
	border: 1px solid #eee;
	box-shadow: 0px 0px 1px #e5e5e5 inset;
	font-size: 15px;
	line-height: 25px;
	color: #6a6a6a;
	border-radius: 0px;
	padding: 12px 10px;
	width: 100%; 
	outline: 0;
}
/* FOOTER WIDGET CSS DEFAULT HTML TAGS CLASSES & ELEMENT ==========1-nov-2017
============================================================================*/
.footer .widget { margin: 0 0 50px; }

.footer .widget p, 
.footer .widget address,

.footer .widget h1, .footer .widget h2, .footer .widget h3, .footer .widget h4, .footer .widget h5, .footer .widget h6, 
.footer .widget table#wp-calendar th, 
.footer .widget ul li,
.footer .widget ul li a { color: #fff; }
 

.footer .widget blockquote p, .footer .widget blockquote span { color: #6a6a6a; }
.footer .widget blockquote::before { color: #2a2e34; }

/* Clearfix Css for Columns ----------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
	.service-section .col-sm-6:nth-child(2n+1) { clear:left; }
} 
@media (min-width: 992px) {
	.service-section .col-md-3:nth-child(4n+1) { clear:left; }	
	.service-section .col-md-4:nth-child(3n+1) { clear:left; }
	.service-section .col-md-6:nth-child(2n+1) { clear:left; }
	
	.footer .col-md-3:nth-child(4n+1) { clear:left; }	
	.footer .col-md-4:nth-child(3n+1) { clear:left; }
	.footer .col-md-6:nth-child(2n+1) { clear:left; }
}

@media (min-width: 768px) and (max-width: 992px) {
	.col-sm-6:nth-child(2n+1) { clear:left; }
} 






.slide-caption {
display:none !important;
}