/*

Table of Contents

1.0 - HTML Element
2.0 - Main
	2.0.1 - Heading
	2.0.2 - Link
	2.0.3 - Preloader
	2.0.3 - Logo
3.0 - Form Elements
	3.0.1 - Buttons
	3.0.2 - Search Form
	3.0.3 - Contact Form
	3.0.4 - Contact Form 7
4.0 - Contact Map
5.0 - Menus
	5.0.1 - Main Menu
	5.0.2 - Right Fixed Menu
	5.0.3 - Left Fixed Menu
6.0 - Header
	4.0.1 - Header Style
	4.0.2 - Banner Style	
6.0 - Title Wrapper
	6.0.1 - Page Title
	6.0.2 - Breadcrumb
7.0 - Intro Section
8.0 - Post Elements
9.0 - Sidebar Elements
10.0 - Portfolio Section
11.0 - Team Box
12.0 - Visual Composer
13.0 - Pagination
14.0 - Comments
15.0 - Footer
16.0 - Responsive
17.0 - Left Header

/*=========================================================================
  HTML Element
//=======================================================================*/
html,
body {
  font: 100% inherit;
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  overflow-x:hidden;
}
body {
font-family :  Lato;
font-weight : 400;
font-size : 16px;
color : #777777;
background-color: transparent;
line-height : 20px;
position : relative;

}
/****************** top Area ***************/
#top-area {
    background-color: #f3f3f3;   
    color: #73879c;
    font-style: ;
    line-height: 50px;
    font-family: Lato;
    font-size: 12px;
    text-transform: none;
    border-top: 0px solid #e6e9ed;
    border-bottom: 1px solid #dedede;
}
.content-part form button, input[type=button], input[type=reset], input[type=submit], .btn, .boost-btn, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
    background-color: rgba(0,132,180,1) !important;
    border: 1px solid rgba(0,132,180,1) !important;
    color: #ffffff !important;
    padding: 11px 30px;
    background-image: none !important;
}
/*=========================================================================
  Main
//=======================================================================*/
.padding0 {
padding : 0;
}
p {
margin : 0 0 20px;

}

.margin0 {
margin : 0 !important ;
}
.margin-b-40 {
margin-bottom : 40px;
}
.h-80{height:80px;}
.pos_relative
{
position:relative;	
}
.text-white {
    color : #fff;
}
img {
    max-width: 100%;
    height: auto;
}
.dropcap:first-letter {
font-size : 75px;
font-weight : 400;
}

/*Heading*/
.h2, h2 {
    font-size: 32px;
}
.h3, h3 {
    font-size: 28px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 18px;
}

/*Link*/
a{color:#0084b4;text-decoration:none;}
a:focus,a:hover{color:#000;text-decoration:none}
a:focus{outline:none;outline-offset:0px}

/*Preloader*/
div#preloader {
position : fixed;
left : 0;
top : 0;
z-index : 99999;
width : 100%;
height : 100%;
overflow : visible;
background : url("../images/preloader.gif") center center no-repeat #efefef;
}
/*logo*/
a.logo {
       padding-top: 15px;
    display: block;
    padding-bottom: 15px;
  
  
}
a.logo img {display:inherit;}
h1.site-title {
    margin: 0;
}
/*=========================================================================
	Form Elements
//=======================================================================*/

	/*-- Buttons*/
input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    text-align: center;
    background-color: #d33;
    border: #d33 solid 2px;
    border-radius: 0 !important;
    color: #fff;
    text-decoration: none;
	outline : none;
}
button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    text-align: center;
    background-color: #d33;
    border: #d33 solid 2px;

    color: #fff;
    text-decoration: none;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    background-color: rgba(0, 0, 0, 0);
  
    border-radius: 0;
  
    text-decoration: none;	
}
button.es_textbox_button:hover{border:none;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: #ccc solid 1px;
    padding: 11px;
    width: 100%;
    background: #fff;
}
button, input[type=button], input[type=reset], input[type=submit], .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {

    display: block;
    text-align: center;
}
.es_widget_form .form-control{
    box-shadow: none;
    height: 55px;
    border-radius: 100px;
    padding-left: 30px;	
}
.es_textbox_button {
    width : auto;
    position : absolute;
    right : 0px;
    top: 0;

    border : none;
    outline : none;
    height : 55px;
	    padding: 5px;
    width: auto !important;
}

.btn-danger {
border-radius : 0;
border : 0;
background : #ed1c24;
padding : 12px 30px;
}
/*-- Search Form*/
form#searchform {
position : relative;
}
form#searchform .round {
    border-radius: 0px;
height : 55px;

}
form#searchform .es_textbox_button {
top : 0;
}
/*-- Contact Form */
.contact-form h4 {
color : #2d303e;
text-transform : capitalize;
margin-bottom : 0;
}
.contact-form hr {
border-top-color : #000;
}
.contact-form .form-control {
border : 0;
border-radius : 0;
box-shadow : none;
}

/*-- Contact Form 7 */
.wpcf7-form .wpcf7-form-control {

    border-radius : 0;
    box-shadow : none;

}
.wpcf7-form-control {
    display : block;
    width : 100%;

    padding : 6px 12px;
    font-size : 14px;
    line-height : 1.42857143;
    color : rgb(85, 85, 85);
    background-color : rgb(255, 255, 255);
    background-image : none;
    border : rgb(204, 204, 204) solid 1px;
    border-radius : 4px;
    box-shadow : 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.wpcf7-form-control {
    height : auto;
}
input.wpcf7-submit {
    border-radius : 0;
    border : 0;
    background : rgb(237, 28, 36);
    padding : 12px 30px;
    color : rgb(255, 255, 255);
    height : auto;
    outline : none;
}
input.wpcf7-submit:hover {
    color : rgb(255, 255, 255);
    background-color : rgb(201, 48, 44);
    border-color : rgb(172, 41, 37);
    outline : none;
	border: none;
}
body div.wpcf7-validation-errors {
color : red;
    float: left;
    width: 100%;
}

body .wpcf7-not-valid {
border : #FF0000 solid 1px !important ;
}
body span.wpcf7-not-valid-tip {
display : none;
}
input, select, textarea {
outline : none;
max-width:100%;
}

body div.wpcf7-mail-sent-ng {
color : #ff0000;
}
body div.wpcf7 img.ajax-loader {
display : none;
}
/*=========================================================================
	Contact Map
//=======================================================================*/
.map-info {
    position : absolute;
    bottom : 20px;
    left : 50px;
    background : rgb(255, 255, 255);
    width : 250px;
    padding : 15px;
}
.map-info p {
    margin : 0 0 0;
}
.map-section .map-info h4 {
color : #000;
font-weight : 700;
margin-bottom : 0;
margin-top : 10px;
font-size:18px;
}

/*=========================================================================
	Menus
//=======================================================================*/
/*main menu*/
.overlay-content ul#primary-menu1 {
    margin : 0;
    padding : 0;
    max-width : 750px;
    margin : 0 auto;
	list-style : none;
}

.overlay-content ul#primary-menu1 li
{
    list-style: none;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}
.overlay-content ul#primary-menu1 li a{
    list-style : none;
    padding : 0;
    display : block;
}
ul#primary-menu li:hover, ul#primary-menu li.current-menu-item a{
  
}
.overlay-content ul#primary-menu1 li a {
    color : #fff;
}

#primary ul.menu {
    margin-top : 0;
    margin-bottom : 10px;
    padding : 0;
    max-width : 100%;
    margin : 0 auto;
}
#primary ul.menu li {
    list-style : none;
    width : 48%;
    float : left;
    border : rgb(221, 51, 51) dotted 1px;
    padding : 0;
    display : block;
    margin : 1%;
}
#primary ul.menu li:hover {
    border : rgb(221, 51, 51) solid 1px;
    background : rgb(221, 51, 51);
}
#primary ul.menu li a {
    display : block;
    color : rgb(221, 51, 51);
    padding : 10px;
}
#primary ul.menu li a:hover {
    text-decoration : none;
    color : #fff;
}
.sub-menu
{
padding:0;	
}
.overlay .btn-info a {
    color : rgb(255, 255, 255) !important ;
}
.overlay .btn-info {
    margin-top : 25px;
}
.overlay .btn-info:hover {
    color : rgb(255, 255, 255);
    background-color : transparent;
    border-color : rgb(221, 51, 51);
    border-radius : 0;
}
.overlay .btn-info {
    color : rgb(255, 255, 255);
    background-color : rgb(221, 51, 51);
    border-color : rgb(221, 51, 51);
}
.overlay .sub-menu a {
    font-size: 20px;
}
.overlay .sub-menu .sub-menu a {
    font-size: 18px;
}
@media screen and (max-height: 450px) {
.overlay .sub-menu a {
    font-size: 18px !important;
}
.overlay .sub-menu .sub-menu a {
    font-size: 16px !important;
}
}
.overlay a {
    padding : 10px;
    line-height : 1.5;
}
.overlay {
height : 0;
width : 100%;
position : fixed;
z-index : 99999;
left : 0;
top : 0;
background-color : black;
background-color : rgba(0, 0, 0, 0.95);
overflow-x : hidden;
transition : 0.5s;
}
.overlay-content {
position : relative;
top:80px;
padding-bottom: 80px;
width : 100%;
text-align : center;
margin-top : 30px;
}
.overlay a {
padding : 8px;
text-decoration : none;
font-size : 36px !important;
line-height:1.5 !important;
color : #818181;
display : block;
transition : 0.3s;
}
.overlay a:hover, .overlay a:focus {
color : #f1f1f1;
}
.overlay .closebtn {
position : absolute;
top : 20px;
right : 45px;
font-size : 60px;
}
.overlay i {
vertical-align : middle;
margin-right : 10px;
}

@media screen and (max-height:450px) {
.overlay a {
font-size : 20px;
}
.overlay .closebtn {
font-size : 40px;
top : 15px;
right : 35px;
}
}
/*Right Fixed Menu*/
.right-fixed-nav {
position : fixed;
background : #fff;
width : 50px;
text-align : center;
padding-top : 20px;
height : 100%;
right : 0;
top : 0;
z-index : 9999;
}
.right-fixed-nav .navicon {
color : #2d303e;
font-size : 25px;
}
.right-fixed-nav ul.list-unstyled {
padding-top : 30px;
text-align : center;
}
.right-fixed-nav ul.list-unstyled li a {
display : block;
color : #7a7a7a;
font-size : 16px;
height : 40px;
line-height : 40px;
}
.right-fixed-nav ul.list-unstyled li a:hover {
color : #ed1c24;
}
/*Left Fixed Menu*/
.left-fixed-nav {
position : fixed;
background : #fff;
width : 50px;
text-align : center;
padding-top : 20px;
height : 100%;
left : 0;
top : 0;
z-index : 9999;
}
.logged-in.admin-bar .left-fixed-nav, .logged-in.admin-bar .right-fixed-nav {
top : 32px;
}
.left-fixed-nav .navicon {
color : #2d303e;
font-size : 25px;
}
.left-fixed-nav ul.list-unstyled {
padding-top : 30px;
text-align : center;
}
.left-fixed-nav ul.list-unstyled li a {
display : block;
color : #7a7a7a;
font-size : 16px;
height : 40px;
line-height : 40px;
}
.left-fixed-nav ul.list-unstyled li a:hover {
color : #ed1c24;
}
/*=========================================================================
 Header
//=======================================================================*/
/*Header Style*/

.bread-cum{background: #111111;
   padding:40px 0px;
   }
   .breadcrumb, .breadcrumb *, .breadcrumb a, .breadcrumb a:hover, .breadcrumb>.active, .breadcrumb>li+li:before {
    color: #fff;
    font-style: ;
    font-family: Lato;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
   .heading-row h1{color:#fff;}
   .transparent_header .bread-cum{padding:80px 0px; padding-bottom:40px;}
.header {

line-height : 1;


}
.admin-bar .fix_header .header.fixed {top:32px;}
.fix_header .fixed a.logo{padding:5px 0px;}
.fix_header .fixed #primary-menu1 li > a {
 -webkit-transition: padding 0.3s, color 0.3s, background-color 0.3s;
    -moz-transition: padding 0.3s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s, color 0.3s, background-color 0.3s;
    line-height: 26px !important;
}
.fix_header .header.fixed {    border-bottom: 1px solid #e6e9ed;
	z-index:1000;
  position: fixed;
  top:0; left:0;
  width: 100%; }
.header a.navicon {
    color: #fff;
    font-size: 25px;
    line-height: 65px;
    background: #000;
    padding: 0px 10px;
}
.header.header-bg {
background : url(../images/br1.jpg) top right no-repeat;
padding : 50px 0;
height : auto;
    position: fixed; top:0px;
}
@media (min-width:768px) {
.header {
/*position : absolute;
left : 0;
top : 0;*/

width : 100%;
}
.header.boost_static {
	position:relative;

}
}
/*Banner Style*/
.banner {
position : relative;
overflow : hidden;
width:100%;
}
.banner-overlay {
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    height: auto;
}
.banner-overlay h1 {
font-weight : 400;
font-size : 55px;
line-height : 55px;
color : #2d303e;
}
.banner-solid-bg {
padding-top : 140px;
padding-bottom : 50px;
background : #ffebe8;
}
.banner-solid-bg h1 {
font-weight : 400;
color : #2d303e;
font-size : 50px;
line-height : 55px;
margin : 0;
}

/*=========================================================================
  Title Wrapper
//=======================================================================*/
/*Page Title*/
.center-title .col-md-6{width:100% !important;text-align: center;}
body .center-title  .breadcrumb {

    margin: 0 auto;
    float: none;
}
.heading {
    position: relative;

    color: #73879c;
margin:0px;
	text-transform: uppercase;
}

.error-heading h1{
	margin: 0;
    font-size: 200px;
    line-height: 150px;
    font-weight: bold;
}
.error-heading h2{
	margin:10px 0;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}
.error-heading h3{
	margin:10px 0;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}
.contact-title {
    font-size : 18px;
    color : rgb(45, 48, 62);
    text-transform : capitalize;
    margin-bottom: 20px !important;
}
/*Breadcrumb*/  
body .breadcrumb {
   margin-bottom:0px;
    border-radius : 0;
	float: right;
	background-color:transparent;
}
 body .pull-left .breadcrumb{float:left; padding:15px 0px;}
/*=========================================================================
  Intro Section
//=======================================================================*/
.intro-section h4 {
font-weight : 700;
text-align : center;
font-size : 20px;
margin-bottom : 30px;
color : #2d303e;
}
.intro-section a {
display : block;
margin-bottom : 30px;
padding : 15px;
background-color : #fff;
text-decoration : none;
}
.intro-section a h3 {
text-align : center;
color : #2d303e;
font-size : 18px;
}

/*=========================================================================
	Post Elements
//=======================================================================*/
#primary .hentry {
    margin : 0 0 0;
}
.post-img {
    position: relative;
}
.post-tags {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}
span.sticky-post {
    position: absolute;
    top: 5px;
    left: 15px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 0 5px;
}
span.sticky-post.beside_title {
    position: relative;
    left: 0;
    padding: 5px;
}
.single .post-img
{
	margin-bottom:15px;
}
.single-popular-post {
 float:left;
 
}
.entry-header
{
display:none;	
}
.error404 {
    background : #EBECF0;
}

.post-info {

padding : 5px 10px;
margin-bottom : 20px;
margin-top : 5px;
}
.single .post-info
{
    padding: 15px;
}
.post-info span {
padding-right : 0px;
}
span.post-date:after, span.post-comments:after, span.post-category:after {
    position: relative;
    content: '';
    margin: 0 10px;
    top: 2px;
    height: 13px;
    display: inline-block;
    border-right: 1px solid #7b7b7b;
}
.post-info span i {
padding-right : 5px;

}
.post-navigation {
margin-bottom : 30px;
padding-bottom : 22px;
border-bottom : 1px dotted #ddd;
background : rgb(255, 255, 255);
padding : 15px;
border : rgb(204, 204, 204) solid 1px;
margin-top : 40px;
}
.post-navigation .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.author_bio_section {
background : #fff;
padding : 15px;
border : #ccc solid 1px;
margin-top : 40px;
}
.author_name {
font-size : 16px;
font-weight : bold;
}
.author_details img {
border : #D8D8D8 solid 1px;
border-radius : 50%;
float : left;
margin : 0 10px 10px 0;
}
.blog_post_control_item a, .blog_post_control_item .share_item.share_sign {
height : 38px;
padding : 0 22px;
line-height : 38px;
display : inline-block;
border : #0084b4 solid 1px;
color : #0084b4;
transition : all 0.1s ease-in;
}
.blog_post_control_item a:hover, .blog_post_control_item .share_item.share_sign:hover {
background-color : #dd3333;
color : #fff;
}
.blog_post_control_item .share_item {
width : 38px;
padding : 0;
text-align : center;
font-size : 14px;
border : none;
border : #333 solid 1px;
}
.blog_post_control_item .social_share_item_wrapper {
display : inline-block;
visibility : hidden;
opacity : 0;
transform : translate(20px);
transition : all 0.35s ease-in;
}
.blog_post_control_item .social_share_item_wrapper.animating {
visibility : visible;
opacity : 1;
transform : translate(0);
}
.blog_post_control_item .social_share_item_wrapper:nth-child(1) {
transition-delay : 50ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(2) {
transition-delay : 100ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(3) {
transition-delay : 150ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(4) {
transition-delay : 200ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(5) {
transition-delay : 250ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(6) {
transition-delay : 300ms;
}
.blog_post_control_item .share_item.share_sign {
border-color : #0084b4;
padding : 0;
cursor : pointer;
visibility : visible;
opacity : 1;
}
.blog_post_control_item .share_item.share_sign:hover {
    background-color: #0084b4;
    color: #fff;
}
.blog_post_control_item .share_item.share_facebook {
border-color : #234e9a;
color:#234e9a;
}
.blog_post_control_item .share_item.share_facebook:hover {
background-color : #234e9a;
 color: #fff;
}
.blog_post_control_item .share_item.share_twitter {
border-color : #32aadc;
color:#32aadc;
}
.blog_post_control_item .share_item.share_twitter:hover {
background-color : #32aadc;
 color: #fff;
}
.blog_post_control_item .share_item.share_googleplus {
border-color : #e2131e;
color:#e2131e;
}
.blog_post_control_item .share_item.share_googleplus:hover {
background-color : #e2131e;
 color: #fff;
}
.blog_post_control_item .share_item.share_linkedin {
border-color : #007bb5;
color:#007bb5;
}
.blog_post_control_item .share_item.share_linkedin:hover {
background-color : #007bb5;
 color: #fff;
}
.blog_post_control_item .share_item.share_pinterest {
border-color : #c8071d;
color:#c8071d;
}
.blog_post_control_item .share_item.share_pinterest:hover {
background-color : #c8071d;
 color: #fff;
}
.blog_single .blog_post_control_item .social_share_item_wrapper {
visibility : visible !important ;
opacity : 1 !important ;
transform : translate(0) !important ;
}
.blog_single .blog_post_control_item .share_item.share_sign {
border : none;
cursor : default;
width : auto;
margin-right : 12px;
}
.blog_post_control_item.blog_post_share {
margin-top : 20px;
}

/*=========================================================================
  Sidebar Elements
//=======================================================================*/
aside#secondary {

    padding : 30px 15px;
	margin-bottom:40px;
}
.single-sidebar-widget {
margin-bottom : 45px;
line-height : 23px;
color : #666;
}
aside .single-sidebar-widget:last-child{margin-bottom:0px;}
.single-sidebar-widget ul {
padding : 0;
list-style : none;
margin : 0;
}
.single-sidebar-widget ul ul {
    margin: 5px 0px 0 10px;
    padding-top: 0px;
    margin-bottom: 0;
    border-top: 0px dotted #ECECEC;
    padding-bottom: 0;
}

.single-sidebar-widget .widget_title {
margin-top : 0;
margin-bottom : 20px;
z-index : 2;
border-radius : 0;
position : relative;
position : relative;
}

.single-sidebar-widget .widget_title > span {
padding-right : 12px;

}
.single-sidebar-widget ul li {
line-height : 23px;
margin-bottom : 8px;
border-bottom : 1px dotted #ECECEC;
padding-bottom : 8px;
}
.single-sidebar-widget ul li:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.single-sidebar-widget ul li a {
color : inherit;
}
.single-sidebar-widget ul li a:hover {
color : #dd3333;
}
.tagcloud a {
color : inherit;
font-size : inherit !important ;
background-color : #efefef;
padding : 10px 15px;
line-height : 44px;
transition : border-color 0.1s ease-in;
    white-space: nowrap;
}
.tagcloud a:hover {
background-color : #dd3333;
color : #fff;
text-decoration : none;
}
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next {text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev {text-transform: uppercase; padding-top: 10px; }


/*=========================================================================
  Portfolio Section
//=======================================================================*/


/*=========================================================================
  Team Box
//=======================================================================*/
.team-box .team-thumb {
position : relative;
}
.team-box .team-thumb ul {
width : 40px;
border-top-left-radius : 5px;
border-top-right-radius : 5px;
list-style : none;
padding : 0;
background : #ed1c24;
position : absolute;
right : 30px;
bottom : 0;
margin : 0;
opacity : 0;
transition : all 0.3s;
}
.team-box .team-thumb ul li a {
color : #fff;
display : block;
height : 40px;
line-height : 40px;
text-align : center;
}
.team-box .team-desc {
transition : all 0.3s;
padding : 15px;
background : #fff;
border-bottom : 2px solid #ddd;
}
.team-box .team-desc h4 {
font-weight : 700;
color : #2d303e;
}
.team-box:hover .team-desc {
background : #ed1c24;
}
.team-box:hover .team-desc h4, .team-box:hover .team-desc p {
color : #fff;
}
.team-box:hover .team-thumb ul {
opacity : 1;
}

/*=========================================================================
  Visual Composer
//=======================================================================*/
body .vc_gitem-post-data {
    margin-bottom : 0;
}
body .vc_grid-filter .vc_grid-filter-item.vc_active, body .vc_grid-filter .vc_grid-filter-item:hover, body .vc_grid-filter .vc_grid-filter-item.vc_active, body .vc_grid-filter .vc_grid-filter-item:hover, body .vc_grid-filter .vc_grid-filter-item, body .vc_grid-filter .vc_grid-filter-item {
    background-color : rgba(0, 0, 0, 0);
    padding : 0 !important ;
}
body .vc_grid-filter .vc_grid-filter-item.vc_active > span, body .vc_grid-filter .vc_grid-filter-item:hover > span, body .vc_grid-filter .vc_grid-filter-item > span, body .vc_grid-filter .vc_grid-filter-item.vc_active > span, body .vc_grid-filter .vc_grid-filter-item:hover > span, body .vc_grid-filter .vc_grid-filter-item > span {
    display : block;
    padding : 0 15px;
    height : 60px;
	min-width: 84px;
    line-height : 60px;
    text-align : center;
    text-decoration : none;
    color : rgb(45, 48, 62);
    text-transform : capitalize;
    position : relative;
    background : none !important ;
}
body .vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
    font-size : 15px;
    background-color : rgba(0, 0, 0, 0) !important ;
    position : relative;
}
body .vc_grid-filter .vc_grid-filter-item.vc_active:before {
    content : "";
    width : 84px;
    height : 60px;
    background : url(assets/images/border.png) center center no-repeat;
    position : absolute;
    right : 0;
    top : 0;
    z-index : 1111;
    overflow : auto;
    display : block;
}
body .vc_grid-filter {
    margin-bottom : 40px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color : rgb(240, 240, 240);
    background-color : rgb(221, 51, 51);
    color : rgb(255, 255, 255);
}
body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, body .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
    border-radius : 0;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color : rgb(227, 227, 227);
    background-color : rgb(255, 255, 255);
    color : rgb(102, 102, 102);
}
body .vc_tta.vc_general .vc_tta-tab > a {
    padding : 7px 15px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    background-color : rgb(221, 51, 51);
    color : #fff;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
    margin : 0 0 !important ;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color : rgb(255, 255, 255);
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color : rgb(255, 255, 255);
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color : rgb(221, 51, 51) !important ;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus a, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover a {
    color : #fff !important ;
}

body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    color : #fff !important ;
    background-color : rgb(221, 51, 51) !important ;
}

.vc_gitem-post-data div {
    line-height : 26px !important ;
}
body .vc_custom_1419260990461 {
    background-color : rgba(0, 0, 0, 0.5) !important ;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    border-bottom : 2px solid !important ;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    border-bottom : 2px solid #fff !important ;
}


.vc_gitem-col p {
    line-height : 26px !important ;
}
body .vc_toggle_title {
padding : 14px 20px !important ;
background-color : rgb(221, 51, 51) !important ;
color : #fff !important ;
}
body .vc_toggle_title .vc_toggle_icon, body .vc_toggle_title .vc_toggle_icon:hover, body .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
background-color : rgba(0, 0, 0, 0);
background-color : rgba(0, 0, 0, 0);
border-color : rgba(0, 0, 0, 0);
}
.vc_custom_1419333716781
{
    padding: 20px !important;	
}

/*=========================================================================
  Pagination
//=======================================================================*/
.pagination {
margin : 0 0 40px;
float:right;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color : rgb(221, 51, 51);
border-color : rgb(221, 51, 51);
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
color : rgb(221, 51, 51);
background-color : #eee;
border-color : #ddd;
}
.pagination > li > a, .pagination > li > span {
padding : 10px 15px;
color : rgb(221, 51, 51);
background-color : #fff;
border : #ddd solid 1px;
}


.page-numbers
{
padding:0;
float:left;
}
.page-numbers li
{
list-style:none;
display:inline-block;	
}
.page-numbers > .active > a, .page-numbers > .active > a:focus, .page-numbers > .active > a:hover, .page-numbers > .active > span, .page-numbers > .active > span:focus, .page-numbers > .active > span:hover {
background-color : rgba(0,132,180,1);
border-color : rgba(0,132,180,1);
}
.page-numbers > li > a:focus, .page-numbers > li > a:hover, .page-numbers > li > span:focus, .page-numbers > li > span:hover {
background-color : rgba(0,132,180,1);
border-color : rgba(0,132,180,1);
color:#fff;
}
.page-numbers > li > a, .page-numbers > li > span {
padding : 10px 15px;
color : rgba(0,132,180,1);
background-color : #fff;
border : rgba(0,132,180,1) solid 1px;
}
.page-numbers > li > span.current
{
background-color :rgba(0,132,180,1) ;
border-color : rgba(0,132,180,1);
color:#fff;
}

/*=========================================================================
  Comments
//=======================================================================*/
h2.comments-title{margin-bottom:30px;}
.comment-author.vcard{margin-bottom:10px;}
.comment-navigation .nav-links .nav-previous a:before{
    content: "\f100";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
}
.comment-navigation .nav-links .nav-next a:after{
    content: "\f101";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	margin-left: 8px;
}
#comments h4.comment-title {
margin-bottom : 40px;
}
#comments textarea, #comments input[type="text"], #comments input[type="email"], #comments input[type="password"], #comments input[type="tel"], #comments input[type="url"], #comments input[type="search"], #comments input[type="date"] {
background : #fff;
}
#comments .comment-list, #comments .comment-list li {
margin : 0;
padding : 0;
list-style : none;
}
#comments .comment-list .comment-body {
border : #e5e5e5 solid 1px;
position : relative;

padding : 20px;
margin-bottom : 30px;
min-height : 120px;
}
#comments .comment-list li .comment-side {
position : absolute;
top : 20px;
left : 20px;
}
#comments .comment-list li .comment-side .comment-avatar {
width : 80px;
}
#comments .comment-list li .comment-side .comment-avatar img {
width : 80px;
height : auto;
}
#comments .comment-list li .comment-cont {
margin-left : 100px;
font-size : 13px;
}
#comments .comment-list li .comment-cont .comment-author {
font-weight : bold;
font-size : 15px;
}
#comments .comment-list li .comment-cont .comment-meta {
font-size : 12px;
line-height : 1;
margin-bottom : 10px;
}
#comments .comment-list li .comment-cont .comment-meta span {
margin-right : 5px;
}
#comments .comment-list li .comment-cont .comment-body p:last-child {
margin-bottom : 0;
}
p.form-submit
{
    margin-bottom: 0px!important;
}

#comments .comment-list li p.form-submit
{
margin-bottom: 30px !important;	
}
.comment-respond {
padding-top : 0;
margin-top : 0;
}
.comment-respond h3 {
font-size : 24px;
font-weight : 600;
}
.comment-respond p {
margin-bottom : 30px;
}
.comment-respond label {
width : 30%;
font-weight : normal;
display : inline-block;
float : left;
line-height : 46px;
margin : 0;
}
.comment-respond input {
background : #f9f9f9;
border : rgba(0,132,180,1) solid 1px !important;
padding : 10px;
width : 70%;
display : inline-block;
}
.comment-respond textarea {
border : #ccc solid 1px;
padding : 10px;
width : 100%;
background : #f9f9f9;
}
.comment-respond input:focus, .comment-respond textarea:focus {
background : #fff;
}
.comment-respond input#submit {
background-color : rgb(242, 54, 48);
color : rgb(255, 255, 255);
margin : 0;
border : none;
text-transform : uppercase;
padding : 8px 15px;
font-size : 16px;
width : auto !important ;
font-weight : bold;
border-radius : 0;
}
#comments .comment-list .comment-content li{list-style:inherit;}

/*=========================================================================
  Footer
//=======================================================================*/
.footer {
padding : 20px 0px;

}
.footer h1 {
font-weight : 400;
margin-top : 0;
color : #2d303e;
}
.footer form {
position : relative;
margin-top : 15px;
}
.footer form i {
position : absolute;
right : 20px;
top : 20px;
}
.footer form .form-control {
box-shadow : none;
height : 55px;
border-radius : 100px;
padding-left : 30px;
}
 .copyright {
width:100%;
display : block;
margin-bottom : 0;
background:#111111;
padding:10px;
color:#777777;

font-size:14px;
    line-height: 23px;

}
.copyright ul{margin:0px; padding:0px;}
.copyright li{display:inline-block; line-height:23px;}
.copyright li a{padding:0px 20px; color:#62696f;}
.copyright li:before{content:"|";}
.copyright li:first-child:before{content:"";}
.footer hr {
border-top-color : #ddd;
}
.footer .es_textbox_button i {
    position : static;
    right : 0;
    top : 0;
}

.newsfrorm .col-md-6{width:100% !important;}

@media screen and (max-width: 767px)
	{
footer .column {
    display: block !important;
    width: 100%;
   clear: both;
}
}

footer .column {
      position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0px 12px;

}
footer h3{text-transform:uppercase;}
footer .column ul{margin:0px; padding:0px;}
footer .column ul li{ list-style:none; font-size: 13px;}
footer .column ul li:before{  content:"\f101";     margin-right: 10px;   font: normal normal normal 14px/1 FontAwesome;}
/*=========================================================================
  Responsive
//=======================================================================*/
@media (max-width:991px) {
.right-fixed-nav {
height : auto;
padding-top : 25px;
background-color : transparent;
position : absolute;
}
.right-fixed-nav ul.list-unstyled {
display : none;
}
.left-fixed-nav {
height : auto;
padding-top : 25px;
background-color : transparent;
position : absolute;
}
.left-fixed-nav ul.list-unstyled {
display : none;
}
#comments .comment-list .comment-body {
    border: #e5e5e5 solid 1px;
    position: relative;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 0;
}
#comments ol.children {
    padding: 0 0px 0 0px;
}
aside#secondary {
   margin-top:40px;
}
.col-md-6.breadcrumb-main.pull-right
{
float:none !important;	
}


}
@media (max-width:767px) {
body{
    position:static;
	top: 0;
}
.header {
height:auto;
    width: 100%;
}
.banner {
    clear: both;
}
.logged-in.admin-bar .left-fixed-nav, .logged-in.admin-bar .right-fixed-nav {
       top: 46px;
}

.overlay a {
    font-size: 20px;
}
ul#primary-menu li {
    list-style: none;
    width: 95%;
    float: none;
}
ul#primary-menu li.last.center {
    margin-left: 2.5%;
    list-style: none;
    width: 95%;
    float: none;
}
.header.header-bg {
    height: 70px;
    padding: 10px 0;
}
.banner-overlay h1 {
font-size : 30px;
line-height : 35px;
}
.banner-solid-bg h1
{
font-size : 30px;
line-height : 35px;
	
}
.footer {
padding : 25px 15px;
}
.filter li a {
width : auto;
height : auto;
padding : 5px 5px;
line-height : inherit;
}
.filter li a.active {
color : #ed1c24;
}
.filter li a.active:before {
display : none;
}
.filter {
text-align : center;
margin : 0;
}
.portfolio-grid
{
	padding:0;
	margin-bottom:15px;
}
.margin-b-40 {
margin-bottom : 25px;
}
.project-post {
    width: 49.5%;
}
.portfolio-single .small-thumb a[data-lightbox="gallery"] {
    float: left;
    width: 25%;
}
}
@media (max-width:480px) {
.project-post {
width : 100%;
}
.portfolio-single .small-thumb a[data-lightbox="gallery"] {
    float: left;
    width: 50%;
}
}


/*****dropdown menu light****/


.dropdown-menu.light{
    min-width:190px;
    background-color: #fff;
    border-top: 0px solid #2196f3;
    padding: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.dropdown-menu.light>li>a {
    display: block;
    padding: 9px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #434A54;
    font-size: 13px;
    text-transform: capitalize;
    white-space: nowrap;
      border-bottom: 1px solid #fafafa;
        font-family: 'Roboto', sans-serif;
}
.dropdown-menu.light>li>a:hover{
    background-color:#eee;
    color:#2196f3;
}
@media (max-width: 991px)
{
.container {
    width: 100%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
}
/******

navbar ligh with .navbar-default class

******/

.navbar-default {
background-color:transparent;
margin: 0px;
border: 0px;

}
.navbar-default .current-menu-item a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

background-color: transparent;
}
.navbar-default .navbar-nav>li>a .fa{margin-right:5px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background-color: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #bcbb82;
background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
color: #000;
    line-height: 43px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
 
}
.navbar-default .navbar-nav>li>a:hover{
    color: #bcbb82;
background-color: transparent;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {

    line-height: 23px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        
    }
    .navbar-nav>li {
        float: none;
    }
    

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
}  

.section-title {
    display: inline-block;
    width: 65px;
    height: 1px;
    margin: 0 auto;
    background: #ccc;
    position: relative;
    top: -6px;
    margin-bottom: 4px;
}
.section-title:after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #ccc;
    margin: 3px auto;
}
/******

Left Header

******/
#page.layout-fixed .fixed-left {
	  position: absolute;
}
.header.fixed-left{margin-bottom:0px;}
.fixed-left{width: 250px; 
    position: fixed;
    left: 0px;
    height: 100%;
	padding:10px 15px;
}
.fixed-left .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.fixed-right-content .container{width:100%;}
	.fixed-left .container{width:100%;}
	.fixed-right-content{margin-left:250px;}
	.fixed-left .navbar-default {
    background-color: transparent;
	}
	.fixed-left .navbar-nav>li {
    float: left;
    width: 100%;
}
.fixed-left p.copyright {
    margin: 0 0 20px;
    font-size: 10px;
    text-align: center;
}
.fixed-left .social-bar{line-height:1;}
.fixed-left #navbar{    float: left;
    margin: 20px 0px;}
	.fixed-left .footer-fixed{    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;}
	@media (max-width: 991px) {
		.fixed-left .footer-fixed{display:none;}
		.fixed-left{width:100%;    height: auto;}
		.fixed-right-content {
    margin-left: 0px;
}
	}
	
	/******** vc editor  ************************/
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{margin-bottom:0px !important;}
	/************* Page Layout *********************/
	#page.layout-fixed {
    max-width: 1260px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.11);
	position: relative;
}

/************************* Top Menu ******************************/
#top-area .navbar-nav{float:right !important;}
#top-area .navbar-nav>li{float:left !important;}
@media (max-width: 768px) {
#top-area{display:none;}
	}
	
	/********** Logo Center ************/
	.logo-center{    display: block;
    float: left;
    width: 100%;
    text-align: center;}
	.logo-center a.logo img {
    display: inherit;
    float: none;
    margin: 0 auto;
}
	.center-logo #navbar{    text-align: center;
    margin: 0 auto;
    float: left;
    display: block;
    width: 100%;}
	.center-logo .nav{ text-align: left;
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    margin: 0 auto;
    float: none !important;
    
	}
	
	/****************** Main Menu ************/
	@media (max-width: 991px) {
		.fixed-left{position:relative; padding:0px;}
		.fixed-left a.logo{float:left;}
		  a.logo{float:left;     padding: 5px;}
		.fixed-left #navbar {
    float: none;
    margin: 0px;
}
.navbar-default .navbar-collapse{border:none !important;}
.fixed-left .nav>li>a{padding:15px 30px;}
	.container>.navbar-header {
    margin-right: 0px; 
     margin-left: 0px;
}
		.overlay-header .navbar-collapse.collapse{display:block !important; float:right;}
		.overlay-header .container>.navbar-header{float:left;}
		 #primary-menu1 li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
       font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 16px;
    line-height: 16px;
}
#primary-menu1 > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
       font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 16px;
    line-height: 16px;
}
#primary-menu1 > li ul
{
	position:relative;
	display:none;
	width:100%;
}
.navbar-nav>li>a {
        padding:15px 30px;
    }
#primary-menu1:hover li:hover > ul
{
	display:block;
	position: relative;
    width: 100%;
	    left: auto;
    right: auto;
}
#primary-menu1 {
      border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
    margin-right: 0px;
    /* width: 100%; */
    margin: 0px;
    background: #f9f9f9;
}
#primary-menu1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dfe5e8;
}
#primary-menu1 li > a {
  
	color:#000 !important;
}
	}
	#primary-menu1 > li > ul {
    top: 100%;
    left: 0;
	position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 280px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
	    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
#primary-menu1 li {
    position: relative;
}
#primary-menu1 li > a {
    position: relative;
    display: block;
    text-decoration: none;
	
}
#primary-menu1 > li ul {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 280px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
}
#primary-menu1 > li:last-child ul{right:0px; left:auto;}
#primary-menu1:hover li:hover > ul {
    visibility: visible;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
	    z-index: 1000;
}
#primary-menu1 > li ul li{
    margin: 0;
    padding: 0;
    list-style: none;
	    border-top: 1px solid #dfe5e8;
}
#primary-menu1:hover > li ul {
    visibility: hidden;
    transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
    -moz-transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
    -webkit-transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
    opacity: 0;
}
#primary-menu1 > li > ul ul {
    top: 0;
   left: 100%;
    right: auto;
    transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}
.fixed-left #primary-menu1 > li > ul{    left: 216px;
    top: 0px;}
#primary-menu1 > li > ul a {
    padding: 15px 30px;
	line-height:26px;
}
#primary-menu1 > li > ul > li > a, #primary-menu1 > li > ul > li > ul > li > a
{
	      background-color: #f3f3f3 !important;
	color:#000 !important;
	    line-height: 26px !important;
}
#primary-menu1 > li li li:hover > a {
    background-color: #f3f3f3;
	color:#000;
	    line-height: 26px !important;
}
#primary-menu1 > li > ul > li > a:hover {
    background-color: #f3f3f3;
	color:#0084b4;
	    line-height: 26px !important;
}
#primary-menu1 > li li li > a {
    background-color: #f4f6f7;
}
#primary-menu1 > li li li > a {
    color: #5f727f;
}
#primary-menu1 ul ul {
    margin-top: -1px;
}
#primary-menu1 ul {
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
#primary-menu1 > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
       font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
}
#primary-menu1 > li > ul ul.right {
    top: 0;
    left: auto;
    right: 100%;
	z-index:1000;
}

/************* Menu Search ****************/
@media (max-width: 991px) {
	.menu-search i{
		display:none;
	}
	.menu-search .menu-search-form {display:block;     position: relative;}
	
	
}

	.fixed-left .menu-search i{
		display:none;
	}
	.fixed-left  .menu-search .menu-search-form {display:block;     position: relative;}
	
	.fixed-left .menu-search-form input[type=submit] {

    width: 80%;
    margin-top: 10px;
}
	.fixed-left .menu-search-form input[type=text] {

    width: 80%;
  
}
	
	
.fixed-left .menu-search-form {min-width:200px;}
.menu-item-search:hover .menu-search-form {display:block; }
.menu-search-form {display:none;     position: absolute;
    right: 0px;
    width: 100%;
    min-width: 175px;
    }
.menu-search-form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 11px;
     padding-left: 12px;
    padding-right: 12px;
    outline: none;
    text-align: center;

    border-radius: 0 !important;
    color: #fff;
    text-decoration: none;
	    height: 50px;
}
.menu-search-form input[type="text"]{padding:12px; width:auto;    height: 50px;}

/***************** Scroll Top *************/
.scrollToTop{
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center; 
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
    display: none;
    font-size: 23px;
	background:rgba(0,0,0,0.7);
}
.scrollToTop:hover{
	text-decoration:none;
}
/************* Extra CSS******************/
body .vc_custom_1419240516480{background-color:transparent !important;}
button.navbar-toggle{width:auto !important; height:auto;     background-color: #000;}

div.wpcf7 label{display:inherit;}
.fixed-left a.logo {
    padding-top: 5px;
    display: block;
   
}
.bread-cum.center-title h1{text-align:center;}
.bread-cum.center-title .breadcrumb{float:none;     text-align: center;}
.bread-cum.right-title h1{text-align:right;}
.bread-cum.right-title .breadcrumb{float:right;}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
         border-bottom: none !important; 
 
}

 footer.footer input[type="email"]{
    border: #fff solid 1px;
    padding: 10px;
    
    background: #fff;
	margin-top:10px;
}
 footer.footer input[type=submit]{
    background-color: rgba(4,119,158,1) !important;
    border: 0px solid #7b7b7b !important;
    color: #ffffff !important;
   
    padding: 14px 15px !important;
    background-image: none !important;
    /* margin-top: 7px; */
    line-height: 21px !important;
	padding-bottom: 11px !important;
	margin-top:10px;
	    width: auto !important;
}
footer.footer h3.entry-title {
 
    line-height: 1;
    margin-top: 0px;
    text-transform: none;
}
.main-footer
{
	    display: table;
    table-layout: fixed;
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/**************** Testimonial **************/
@media (max-width: 767px) {

#testimonails-slider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
    margin-bottom: 20px;
}
.testi-text{text-align:center;}
}


.testi-slider{
    text-align: center;
    position: relative;
    padding:30px 30px;
    padding-bottom: 30px;
  
}
.testi-slider .thumb{
      width: 70px;
    height: 70px;
    /* background-color: #e8ca00; */
    /* left: 50%; */
    margin-left: -35px;
    /* top: -96px; */
    /* position: absolute; */
    margin: 0 auto;
	    margin-bottom: 20px;
}

.testi-slider .testi-text{
  
    font-weight: 500;
}
.testi-slider h5{
    margin-top: 20px;
    margin-bottom: 0px;
 
}
.testi-slider small{
   
    font-weight: 400;
}
.testi-slider .flex-direction-nav .flex-prev {
    left: -42px;
}
.testi-slider .flex-direction-nav .flex-next {
    right: -42px;
    text-align: center;
}
.testi-slider .flex-direction-nav a{
    opacity: 1;
    color: #333;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;

}
.flex-direction-nav a:before {
   
    font-size: 44px;
}
.flex-control-nav{display:none;}
.testi-slider:hover .flex-direction-nav a{
    opacity: 1;
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0!important;
    margin-bottom: 35px;
    height: 5px;
    padding-left: 0px!important;
    top: -31px;
 font-size:100%;
}
.vc_single_bar .vc_label_units {
    background: transparent;
    padding: 0;
    z-index: 99;
    
    line-height: 38px;
    float: right;
  
    right: 0!important;
    position: relative;
}
.vc_progress_bar .vc_single_bar
{
	
}

/***************************** Team *********************/
.our_team {
    position: relative;
    margin-bottom: 20px;
  
}
.our_team .img-responsive {
    width: 100%;
}
.our_teamcaption {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.35s ease 0s;
    width: 100%;
    padding: 30px;
}
.our_teamcaption p {
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}
.team-social {
    padding-top: 40px;
}
.team .name {
    font-size: 16px;
    margin: 0px;
}
.name {
    float: left;
    margin: 0 auto;
    padding: 0px;
    
    text-transform: uppercase;
    font-weight: 700;
}
.our_team:hover .our_teamcaption {
    opacity: 1;
    color: #fff;
}
.team-social a {
    font-size: 20px;
    color: #fff;
}
.layout2 .border-image p {
	margin-bottom:0px;
}

.layout2 .border-image {
    position: absolute;
    left: 15px;
    bottom: 35px;
    background: #fff;
    padding: 10px 20px 10px 20px;
}
.layout2 i {
    font-size: 30px;
    color: #0084b4;
    margin: 5px;
}

.team_detail4 {
    margin: 0 auto;
    padding: 0px;
    margin-top: 15px;
}
.team-social4 {
    font-weight: 600;
    margin-top: 10px;
}
.team-social4 ul, .team_detail4 ul {
    margin: 0 auto;
    padding: 0px;
}
.team-social4 ul li {
    padding: 0px;
    list-style: none;
    display: inline;
    margin: 5px;
    margin-left: 0px;
    background: none;
}
.team_detail4 ul li {
    background: none;
    margin: 0 auto;
    padding: 0px;
	    list-style: none;
		    margin-bottom: 6px;
}
/******************* Extra ****************/
.transparent{background:transparent !important; background-color:transparent !important;}
.transparent-border{border-color:rgba(255,255,255,0.5) !important;}

.vc_gitem-post-data-source-post_title h4 {
   
    font-size: 15px;
    line-height: 20px;
   
}
div.wpcf7-response-output{
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin: 0px;
    font-size: 15px;
}
div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
@media (max-width: 991px) {
input[type="button"], input[type="reset"], input[type="submit"]
{
	padding:10px !important;
	
}
.menu-search-form {
     display: block; 
     position: inherit; 
    right: 0px;
    width: 100%;
    min-width: 175px;
    margin-left: 10px;
}
}
#testimonails-slider img{width:auto;}
header.vc_cta3-content-header{background-color:transparent !important;}
.content-part{padding:100px 0px;}
.content-part.no-top-padding{padding-top:0px;}
.content-part.no-bottom-padding{padding-bottom:0px;}
article.post {
   border-bottom: 1px solid #dfe5e8;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
}
@media (max-width: 676px) {
	.content-part{padding:30px 0px;}
}
@media (max-width: 580px) {
	.copyright{text-align:center;}
	.copyright .pull-right
	{
		width:100%;
		margin-top:10px;
	}
}

.info-circle-wrapper i
{
	font-size:18px !important;
}
.layout-fixed{overflow:hidden;}
#project-gallery{margin-bottom:30px;}
h2.post-title {
  
    font-size: 25px !important;
    line-height: 35px !important;
    
}
.transparent_header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}