/*-----------------------------------------------
/* @media queries 
/*---------------------------------------------*/
#page, .container { }
.secondary-navigation, footer { display: block; }
/*-[ Responsive Navigation ]--------------------------------*/
#mobile-menu-wrapper {
    -ms-transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    transform: translate(-300px,0);
}
.navigation .toggle-caret {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media screen and (max-width:1300px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media screen and (max-width:1124px) { 
	.mobile-menu .container { max-width: 100%; }
	.container { max-width: 96% }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media screen and (max-width:960px) { 
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	    width: 29.5%;
	    margin-right: 5.75%;
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/* Menu */
	#mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #444;
	    -ms-transform: translate(-300px,0);
	    -webkit-transform: translate(-300px,0);
	    transform: translate(-300px,0);
	    -webkit-transition: -webkit-transform 500ms ease;
	    transition: transform 500ms ease;
	    -webkit-backface-visibility: hidden;
	}
	.admin-bar #mobile-menu-wrapper {
	    top: 32px;
	    padding-bottom: 32px;
	}
	#mobile-menu-wrapper .mobile-menu {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    text-transform: uppercase;
	}
	/* Menu transition */
	.mobile-menu-active #mobile-menu-wrapper {
	    -ms-transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.mobile-menu-active .main-container-wrap {
	    -ms-transform: translate(300px,0);
	    -webkit-transform: translate(300px,0);
	    transform: translate(300px,0);
	}
	.main-container-wrap {
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	/* .... */
	#mobile-menu-wrapper .menu {
	    background: none;
	    display: block;
	}
	#mobile-menu-wrapper ul li {
	    width: 100%;
	    display: block;
	}
	#mobile-menu-wrapper nav ul.social-links { width: 100% }
	#mobile-menu-wrapper nav ul.social-links li {
	    display: inline-block;
	    width: 16.66% !important;
	    border-left: 0px none !important;
	}
	#mobile-menu-wrapper nav ul.social-links li a {
	    text-align: center !important;
	    line-height: 40px;
	    padding: 0;
	    border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	}
	#mobile-menu-wrapper #navigation ul li:hover, #mobile-menu-wrapper #navigation ul li:hover a { background: none }
	#mobile-menu-wrapper ul li a, #mobile-menu-wrapper #navigation ul ul a {
	    padding: 9px 20px;
	    width: 100%;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#mobile-menu-wrapper #navigation ul ul {
	    display: block;
	    position: static;
	    width: 100%;
	    border: none;
	}
	#mobile-menu-wrapper #navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#mobile-menu-wrapper ul a:after { content: "" !important }
	.primary-navigation, .secondary-navigation {
	    border: none !important;
	    background: transparent;
	}
	.primary-navigation, .secondary-navigation, .mts-cart {
	    width: 100%;
	    position: relative!important;
	    left: 0;
	    right: 0;
	}
	#navigation .menu a {
	    color: #fff!important;
	    background: transparent;
	}
	#navigation .menu {
	    float: none;
	    background: transparent;
	}
	#navigation ul ul {
	    display: block!important;
	    visibility: visible!important;
	    opacity: 1!important;
	    position: relative;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation ul li li {
	    background: transparent;
	    border: 0;
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	  
	    float: left;
	    position: relative;
	}
	#navigation ul li:after { display: none }
	#mobile-menu-wrapper ul li a:hover { background: transparent }
	#navigation ul li:before { display: none }
	nav li a {
	
	}
	nav a {
	   
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 0;
	    text-align: left;
	    z-index: 1;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	nav a.toggle-mobile-menu:before {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: relative;
	    font-size: 18px;
	    line-height: 42px;
	
	    margin-left: 20px;
	    margin-right: 10px;
}
}
@media screen and (max-width:830px) { 
	.article {  }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
	   
}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
}
@media screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }
}
@media screen and (max-width:776px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	 
	}
	.widget-header form#searchform { float: none; margin: 10px auto 0;}
	#header .ad-728 { margin-top: 5% }
}
@media screen and (max-width:720px) { 
	.f-widget, .widgets-num-4 .f-widget {
	    width: 44%;
	    margin-right: 5.75%;
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left; }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
}
/*dark checker small*/
@media screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media screen and (max-width:550px) { 
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	    float: none;
	    width: 100%;
	    margin: 0 auto !important;
	    max-width: 345px;
	}
}
@media screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	 
	}
	.sliderdate { display: none; }
	.vertical .post-img, .vertical .post-data { width: 100%; }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { width: 100% }
	#copyright-note .right {
	    margin-right: 0;
	    float: none;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	    text-align: center;
	    width: 100%;
	}
}
@media screen and (max-width:423px) { 
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
	.flex-direction-nav { display: none; }
}


@media screen and (min-width: 768px) and (max-width: 1179px) { 
body{
background-position:28% top !important;
}
.main-container-wrap nav ul{
display:block;
}
.secondary-navigation #navigation ul li a{
padding:27px 22px 27px 14px;
font-size:15px;
}
.home-top-content-l{
width:38%;
}
.home-top-content-r{
width:62%;
}
.home-top-content h4{
font-size:22px;
line-height:22px;
margin:8px 0 9px;
}
.home-top-content h6{
font-size:16px;
line-height:30px;
}
.home-top-content p{
font-size:17px;
line-height:30px;
}
.home-content-top-full {
    padding: 60px 0 25px;
}
.creative-div-full h3{
font-size:20px;
}
.ourservices-inner a.prev{
left:-12px;
}
.ourservices-inner a.next{
right:-12px;
}
.ourservices-inner ul li .home-our-services h4{
font-size:25px;
line-height:25px;
margin:18px 0 0;
}
.ourservices-inner h1{
margin:0 0 40px;
}
.ourservices{
padding-bottom:30px;
}
.home-footer-content-inner{
width:95%;
}
.home .home-footer-content-full #text-18{
width:41%;
}
.home .home-footer-content-full #text-18 img{
width:100%;
}
.home .home-footer-content-full #text-19 .textwidget{
padding:50px 38px 14px 74px;
}
.home .home-footer-content-full #text-19 .textwidget h3.bne-testimonial-heading{
font-size:18px;
line-height:26px;
width:100%;
margin:10px 0;
}
.home .home-footer-content-full #text-19 .textwidget .bne-testimonial-description p{
font-size:18px;
line-height:26px;
}
.home .home-footer-content-full #text-19{
padding-bottom:29px;
}
.services-tabs-top-inner{
width:91%;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li{
margin:0 20px 0 0;
}
.services-tabs-top-main a.lastnext{
right:0px;
}
.services-tabs-top-main a.lastprev{
left:0px;
}
.services-tabs-top-main .services-tabs-top-inner h1{
font-size:38px;
margin:0 0 35px;
}
.services-tabs-top-main{
padding:40px 0 0;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li a{
padding:0 0 50px;
}

.ui-tabs .services-tabs-top-inner .ui-tabs-nav li.ui-tabs-active h4{
font-size:26px;
}
.services-tabs-top-main a.lastprev, .services-tabs-top-main a.lastnext{
top:42%;
}
.services-tabs-top-main{
height:399px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content{
padding:51px 36px 45px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content h5{
font-size:24px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content p{
font-size:18px;
line-height:31px;
}
.footer-contact-form-inner{
width:95%;
}
.footer-form-main #text-20{
width:42%;
}
.footer-form-main #text-20 img{
width:100%;
}
.footer-form-main #text-21 .textwidget{
padding:40px 35px 20px 85px;
}
.footer-form-main #text-21 h3{
font-size:36px;
line-height:36px;
margin:0 0 20px;
}
.footer-form-main #text-21{
padding-bottom:30px;
}
.footer-form-border-bg1{
top:-45px;
}
.footer-form-border-bg2{
top:-37px;
}
.gallery-page-posts{
width:91%;
}
.gallery-details-inn.one_third {
    margin-bottom: 35px;
    margin-right: 32px;
    width: 30%;
}
.gallery-post-images h4{
font-size:21px;
line-height:28px;
width:100%;
margin:18px auto auto;
}
.gallery-page-content h1{
font-size:42px;
line-height:42px;
margin:0 0 12px;
}
.gallery-page-content{
padding:52px 0 20px;
}
.blog-page-main{
width:91%;
}
.sidebar.c-4-12{
width:200px;
}
.article{
width:67%;
}
.sidebar.c-4-12 h3.widget-title{
font-size:25px;
line-height:25px;
margin:0 0 22px;
}
.sidebar.c-4-12 .widget_recent_entries ul li h5.recent-post-title{
font-size:17px;
line-height:20px;
margin:0 0 8px;
}
.sidebar.c-4-12 .widget_recent_entries ul li{
margin-bottom: 16px;
    padding-bottom: 16px;
}
.post-small-img{
width:34%;
}
.post-small-img img{
width:100%;
}
h2.post-title{
font-size:22px;
line-height:22px;
margin:0 0 8px;
}
.post-info{
font-size:13px;
margin:0 0 20px;
}
.post-info > span{
margin-right:10px;
}
.post-info span.blog-post-date{
padding-right:12px;
}
.post-excerpt p{
font-size:15px;
line-height:22px;
}
#latest-posts article.latestPost{
  margin-bottom: 32px;
    padding-bottom: 32px;
}
.blog-page-main-inner{
 margin-top: 28px;
    padding: 35px 0 0;
}
.blog-page-main{
padding:50px 0 0;
}
.single-posts-content-main{
width:91%;
padding:50px 0 0;
}
h1.page-title{
font-size:42px;
line-height:42px;
}
.single-post-img {
    padding: 18px 0 34px;
}
h2.single-post-title{
font-size:28px;
line-height:30px;
}
.single-post-header-l{
width:82%;
}
.single-post-header-r{
margin-top:18px;
}
.post-single-content p{
font-size:16px;
line-height:23px;
}
#comments{
 margin: 35px 0 0;
    padding: 35px 0 0;
}
.total-comments{
font-size:30px;
line-height:30px;
margin:0 0 22px;
}
#respond form#commentform p.comment-form-email {
    margin-left: 8px;
    margin-right: 8px;
}
#commentsAdd{
padding:22px 0 55px;
}
#commentsAdd #respond h4{
font-size:30px;
line-height:30px;
margin:0 0 20px;
}
.faq-posts-main {
    padding: 50px 0 40px;
    width: 91%;
}
.faq-posts-details .ui-accordion h3.ui-accordion-header{
font-size:14px;
padding:23px 0 22px;
}
.faq-posts-details .ui-accordion .ui-accordion-content p{
font-size:13px;
margin:0 0 20px;
}
.faq-posts-details {
    padding: 15px 0 0;
}
.contact-form-main h3{
font-size:32px;
line-height:32px;
margin:0 0 20px;
}
.contact-form-r ul li{
 font-size: 17px;
    line-height: 20px;
    margin-bottom: 22px;
    padding-left: 32px;
}
.contact-form-main {
    padding: 56px 0 85px;
}
.ourservices-inner ul li{
margin-right:20px;
}
.ourservices-inner a.prev, .ourservices-inner a.next{
top:45%;
}
.gallery-slideshow-main{
width:91%;
padding:45px 0 66px;
}
.gallery-slideshow-content h5{
font-size:34px;
line-height:36px;
}
.gallery-slideshow-content p{
font-size:16px;
line-height:26px;
}
.gallery-slideshow-main #galleryslider ul.direction-nav li a.prev, .gallery-slideshow-main #galleryslider ul.direction-nav li a.next{
top:70px;
}
.gallery-slideshow-content{
padding-bottom:15px;
}
.gallery-slideshow-main #gallerysliderthumbs ul li{
margin-right:7px;
}

}



@media only screen and (max-width:767px) {
.mobile-menu-full{
display:block;
background:#8b7098;
padding:8px 0 0;
}
.mobile-menu-full .secondary-navigation .show_mobile{
padding:0 14px 8px 0;
}
.mobile-menu-full .secondary-navigation .show_mobile a{
background:url(../images/mobile-menu-icon.png) no-repeat center center;
 width: 38px;
    height: 30px;
    display: block;
    float: right;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.mobile-menu-full .home-mobile-menu{
left: 14px;
    position: absolute;
    top: 12px;
    z-index: 9999;
}
.mobile-menu-full .home-mobile-menu a{
background:url(../images/home-menu-mobile-icon.png) no-repeat;
  width: 22px;
    height: 20px;
    display: block;
    text-indent: -99999px;
}
#navigation ul li{
width:100%;
border-bottom:1px dotted #fff;
}
#navigation ul li:last-child{
border:none;
}
.secondary-navigation #navigation ul li a{
background:none;
padding:12px 15px;
width:100%;
}
.mobile-menu-full .secondary-navigation #navigation ul#menu-menu-1{
position:absolute;
z-index:99999;
background:#8b7098;
}
.logo-wrap {
    float: none;
    padding: 18px 0 10px;
    text-align: center;
    width: 100%;
}
.header-right {
    background: #4BBFA5;
    float: none;
    padding: 18px 16px;
    width: 280px;
    margin: auto;
}
.menu-left-bg{
display:none;
}
.menu-right-bg{
display:none;
}
.main-menu-l.desktop-menu-full{
display:none;
}
.main-menu-inner {
    background: none;
    padding-bottom: 0;
}
.main-menu-div{
border:none;
background:none;
}
.main-menu-r{
   float: none;
    padding: 11px 12px 6px;
    width: 130px;
    margin: auto;
}
.header-inner{
padding:0 0 14px;
}
.main-container{
margin-top:0;
}
.main-menu-full{
padding-bottom:12px;
}
.tp-bullets{
padding:10px 2px 9px 13px;
}
.home-top-content-l{
width:100%;
}
.home-top-content h4{
font-size:24px;
line-height:24px;
margin:0 0 5px;
}
.home-top-content h6{
font-size:18px;
line-height:26px;
}
.home-top-content-r {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.home-top-content p{
font-size:16px;
line-height:24px;
}
.home-top-content p br{
display:none;
}
.home-content-top-full {
    padding: 18px 0 8px;
}
.creative-div-full h3{
font-size:19px;
line-height:24px;
}
.home-creative-bg1, .home-creative-bg2, .home-creative-bg3, .home-creative-bg4{
display:none;
}
.creative-div-full{
padding:40px 0 24px;
}
.ourservices-inner h1{
font-size:30px;
line-height:30px;
background:#3BAB92;
  width: 210px;
    padding: 16px 0;
margin:auto auto 20px;
}
.ourservices-inner ul li{
 margin-right: 35px;
    margin-left: 35px;
}
.ourservices-inner ul li .home-our-services h4{
font-size:26px;
line-height:26px;
margin:18px 0 0;
}
.ourservices-inner a.prev{
left:-5px;
}
.ourservices-inner a.next{
right:-5px;
}
.ourservices-inner a.prev, .ourservices-inner a.next{
top:51%;
}
.ourservices{
padding-bottom:31px;
}
.home .home-footer-content-full {
    padding: 20px 0 26px;
}
.home-footer-content-inner{
width:96%;
}
.home .home-footer-content-full #text-18{
width:100%;
margin-top:0;
}
.home .home-footer-content-full #text-18 img{
width:100%;
}
.home .home-footer-content-full #text-19{
float: left;
    padding-bottom: 20px;
    position: relative;
    right: 0;
    width: 100%;
	margin-top:12px;
}
.home .home-footer-content-full #text-19 .textwidget{
padding:8px 12px 10px;
}
.home .home-footer-content-full #text-19 .textwidget h3.bne-testimonial-heading{
font-size:16px;
line-height:22px;
width:100%;
margin:8px 0;
}
.home .home-footer-content-full #text-19 .textwidget .bne-testimonial-description p{
 font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}
.home .home-footer-content-full #text-19 .textwidget .bne-testimonial-details{
font-size:38px;
line-height:38px;
}
.home-testimonial-border-bg1, .home-testimonial-border-bg2, .home-testimonial-circle-bg1, .home-testimonial-circle-bg2{
display:none;
}
.footer-menu-main ul li a{
background:none;
font-size:13px;
padding:0 4px;
}
.footer-menu-main{
padding:10px 0 12px;
width:300px;
text-align:center;
}
.footer-copyright-text{
font-size:12px;
}
.footer-theblock-img{
padding:15px 0 0;
}
footer{
padding-bottom:16px;
}
.services-tabs-top-inner{
width:96%;
}
.our-services-title-star1, .our-services-title-star2, .our-services-title-star3, .our-services-title-star4{
display:none;
}
.services-tabs-top-main .services-tabs-top-inner h1{
font-size:32px;
line-height:32px;
margin:0 0 18px;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li{
margin:0 27px;
}
.services-tabs-top-main a.lastprev{
left:0;
}
.services-tabs-top-main a.lastnext{
right:0;
}
.services-tabs-top-main{
padding:20px 0 0;
height:360px;
}
.services-tabs-top-main a.lastprev, .services-tabs-top-main a.lastnext{
top:42%;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li h4{
font-size:21px;
line-height:25px;
margin:10px 0 0;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li.ui-tabs-active h4{
font-size:25px;
}
.ui-tabs .services-tabs-top-inner .ui-tabs-nav li a{
padding:0 0 35px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content{
padding:25px 12px 5px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content h5{
font-size:20px;
line-height:22px;
margin:0 0 10px;
}
.services-page-bottom-tabs .services-tabs-content .our-services-tabs-content p{
font-size:17px;
line-height:26px;
}
.footer-form-main #text-20{
margin-top:0;
width:100%;
}
.footer-contact-form-inner{
width:96%;
}
.footer-form-border-bg1, .footer-form-border-bg2, .footer-form-circle-bg1, .footer-form-circle-bg2{
display:none;
}
.footer-form-main #text-21{
  float: left;
    margin-top: 14px;
    padding-bottom: 20px;
    position: relative;
    right: 0;
    width: 100%;
}
.footer-form-main #text-21 .textwidget{
padding:20px 12px 10px;
}
.footer-form-main #text-21 h3{
font-size:32px;
line-height:32px;
margin:0 0 12px;
}
.footer-contact-form-l{
width:100%;
}
.footer-contact-form-r {
    float: left;
    width: 100%;
}
.footer-form-main #text-21 .wpcf7-form p {
    margin: 0 0 10px;
}
footer{
margin-top:0;
}
.footer-form-main {
    padding: 20px 0;
}
.gallery-page-posts{
width:96%;
}
.gallery-page-content{
padding:20px 0 5px;
}
.gallery-page-content h1{
font-size:32px;
line-height:32px;
margin:0 0 10px;
}
.gallery-page-content p{
  font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}
.gallery-page-content p br{
display:none;
}
.gallery-details-inn.one_third{
 float: none;
    margin: auto auto 20px;
    width: 255px;
}
.gallery-details-inn.one_third.last{
margin-right:auto !important;
}
.gallery-post-images h4{
font-size:20px;
line-height:24px;
width:100%;
margin:16px auto auto;
}
.gallery-main-inner{
padding-bottom:5px;
}
.blog-page-main{
  padding: 20px 0 4px;
    width: 96%;
}
h1.page-title{
font-size:32px;
line-height:32px;
}
.blog-page-main-inner{
 margin-top: 20px;
    padding: 20px 0 0;
}
.article {
    width: 100%;
}
.post-small-img{
width:100%;
}
.post-small-img img{
width:100%;
}
.post-small-r {
    float: left;
    margin-top: 16px;
    width: 100%;
}
h2.post-title{
font-size:22px;
line-height:22px;
margin:0 0 6px;
}
.post-excerpt p{
font-size:16px;
line-height:22px;
margin:0 0 18px;
}
.post-info{
margin:0 0 13px;
}
#latest-posts article.latestPost{
  margin-bottom: 20px;
    padding-bottom: 22px;
}
.sidebar.c-4-12{
float:left;
}
.sidebar.c-4-12 h3.widget-title{
font-size:24px;
line-height:24px;
margin:0 0 15px;
}
.sidebar.c-4-12 .widget_recent_entries ul li h5.recent-post-title{
font-size:16px;
line-height:20px;
margin:0 0 5px;
}
.sidebar.c-4-12 .widget_recent_entries ul li{
  margin-bottom: 12px;
    padding-bottom: 12px;
}
.single-posts-content-main{
 padding: 20px 0 0;
    width: 96%;
}
.single-post-img {
    padding: 5px 0 18px;
}
h2.single-post-title{
font-size:20px;
line-height:22px;
margin:0 0 8px;
}
.single-post-header-l{
width:100%;
}
.single-post-header-r {
    float: left;
    margin-top: 6px;
    width: 100%;
	margin-bottom:10px;
}
.single-post-header-r .single-post-share-icons a{
margin:0 9px 0 0;
}
.post-single-content p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px;
}
#comments{
margin: 20px 0 0;
    padding: 20px 0 0;
}
.total-comments{
font-size:30px;
line-height:30px;
margin:0 0 15px;
}
.single-post-comment-r{
margin-left: 15px;
    width: 77%;
}
.commentmetadata p{
 font-size: 18px;
    line-height: 20px;
}
.commentlist li.odd{
padding-left:0;
}
.commentlist li{
 margin-bottom: 15px;
    padding-bottom: 15px;
}
#commentsAdd #respond h4{
font-size:26px;
line-height:26px;
margin:0 0 15px;
}
#commentsAdd{
padding:7px 0 20px;
}
#respond form#commentform p.comment-form-author, #respond form#commentform p.comment-form-email, #respond form#commentform p.comment-form-phone{
width:100%;
}
#respond form#commentform p.comment-form-email {
    margin-left: 0;
    margin-right: 0;
}
#respond form#commentform textarea{
height:70px;
}
.contact-map-sidebar iframe{
height:auto;
}
.contact-form-l{
width:100%;
}
.contact-form-r {
    float: left;
    width: 100%;
	margin-top:12px;
}
.contact-form-details-l{
width:100%;
}
.contact-form-details-r {
    float: left;
    width: 100%;
}
.contact-page-content-full{
background:#4BBFA5;
padding:18px 0 0;
}
.contact-form-main {
    padding: 20px 0;
}
.contact-form-main h3{
font-size:32px;
line-height:32px;
margin:0 0 15px;
}
.contact-form-main .contact-form-l .wpcf7-form p {
    margin: 0 0 10px;
}
.contact-form-r ul li{
 font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    padding-left: 28px;
}
.contact-form-main .contact-form-l .contact-form-submit {
    bottom: 0;
    left: 0;
    position: relative;
}
.page-template-page-contact-php footer{
position:relative;
}
.page-template-page-contact-php .copyrights {
    padding: 20px 0 0;
}
.faq-posts-main{
width:96%;
padding:20px 0;
}
.faq-posts-details {
    padding: 6px 0 0;
}
.faq-posts-details .ui-accordion h3.ui-accordion-header{
font-size:13px;
padding:12px 0;
}
.faq-posts-details .ui-accordion .ui-accordion-content p{
font-size:13px;
margin:0 0 15px;
}
.gallery-slideshow-main{
padding:20px 0 25px;
width:91%;
}
.gallery-slideshow-content h5{
font-size:20px;
line-height:20px;
margin:0 0 10px;
}
.gallery-slideshow-content p{
font-size:15px;
line-height:24px;
}
.gallery-slideshow-content p br{
display:none;
}
.gallery-slideshow-content{
padding-bottom:0;
}
.gallery-slideshow-main #galleryslider ul.direction-nav li a.prev{
left:-15px;
}
.gallery-slideshow-main #galleryslider ul.direction-nav li a.next{
right:-15px;
}
.gallery-slideshow-main #galleryslider ul.direction-nav li a.prev, .gallery-slideshow-main #galleryslider ul.direction-nav li a.next{
top:43%;
}
.gallery-slideshow-main #gallerysliderthumbs ul li {
    padding: 18px 0;
	margin-right:15px;
}
.gallery-slideshow-main #gallerysliderthumbs{
padding:0 20px;
}
}

