/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
.responsive-menu ul li .sub-menu a,
.responsive-menu a,
.first-line {
  font-family: 'Open Sans', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
section {
  padding: 80px 0 ;
}
.blog-sidebar{
font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #6a6a6a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #121212;
}
.site-header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  top: 0;
  left: 0;
  z-index: 9999;
 background-color: rgba(24, 21, 21, 0.48);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.site-header .main-header .logo {

  float: left;
  background-repeat: no-repeat;
  margin:25px 0px;
  z-index: 21;
  position: relative;
  width: 230px;
 
}

.site-header .main-header .logo img{
	max-width:100%}

.site-header .main-header .logo a{
    width: 160px;
    display: block;
}


.logo-black img{
	width:100%; float:left; display:none}


.scrolled-header {
  background-color: rgba(250, 250, 250, 0.98);
  border-bottom: none;
  top: 0;
}
.scrolled-header .main-header .logo {
 
  margin: 10px 0px;
     
}


.scrolled-header .main-header .logo img{
	display:none
  
}

.scrolled-header .main-header .logo .logo-black img{
	display:block
  
}


@media (max-width: 991px) {
	.scrolled-header .main-header .logo,
	.site-header .main-header .logo {
		width: 173px;
	}
}
.scrolled-header nav.main-navigation ul li a {
  color: #121212;
  font-size: 13px;
}
.scrolled-header nav.main-navigation ul li:last-child .showLink {
  position: relative;
}
.scrolled-header nav.main-navigation ul li:last-child .showLink i {
  color: #121212;
}
.scrolled-header .header-right-toggle a i {
  color: #121212;
}
.header-right-toggle {
  margin-top: 15px;
  margin-right: 20px;
  position: relative;
  z-index: 9999;
}
.header-right-toggle a i {
  color: #f44703;
      margin-top: 19px;
    padding-left: 15px;
    font-size: 23px;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #121212;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 30px 16px;
   margin-top: 5px;
}
nav.main-navigation ul li ul.sub-menu {
  text-align: left;
  position: absolute;
  top: 90%;
  left: 0;
  width: 200px;
  background: #ffffff;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 10px 0px;
  border-bottom:1px solid #efefef; padding-bottom:8px
}


nav.main-navigation ul li ul.sub-menu li:last-child {

  border-bottom:0; 
}


nav.main-navigation ul li ul.sub-menu li a {
  color: #444444;
  font-size: 13px;
  padding: 5px 22px;
  text-transform: capitalize; display:block
}
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #f49c1e;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
  float: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.main-navigation ul a:hover {
  color: #f49c1e;
  transition: all 0.3s;
}


.scrolled-header nav.main-navigation ul a:hover {
  color: #f49c1e;
  transition: all 0.3s;
}



nav.main-navigation ul li:last-child {
  padding: 0;
}
nav.main-navigation ul li:last-child .showLink {
  position: relative;
}
nav.main-navigation ul li:last-child .showLink i {
  color: #ffffff;
}
nav.main-navigation ul li:last-child .hideLink {
  position: absolute;
  top: 0;
  right: 0;
}
nav.main-navigation ul li:last-child .hideLink i {
  color: #f5be34;
}
nav.main-navigation ul li:last-child #example {
  display: none;
}
nav.main-navigation ul li:last-child #example input {
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 20px;
  border: none;
  height: 40px;
  width: 240px;
  display: inline-block;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #6a6a6a;
  padding-left: 15px;
}
nav.main-navigation ul li:last-child i {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}
.sidebar-menu .company-info {
  border-top: 1px solid #eeeeee;
  text-align: left;
  padding: 30px;
}
.sidebar-menu .company-info img {
  padding-bottom: 20px;
}
.sidebar-menu .company-info .line-dec {
  margin: -5px 0 20px 0;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.sidebar-menu .company-info ul.contact-list {
  padding: 0;
  margin-top: 25px;
  list-style: none;
}
.sidebar-menu .company-info ul.contact-list li {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6a6a6a;
}
.sidebar-menu .company-info ul.contact-list li span {
  font-weight: 600;
  width: 75px;
  display: inline-block;
}
.sidebar-menu .company-info ul.contact-list li a {
  color: #6a6a6a;
}
.sidebar-menu .company-info ul.contact-list li a:hover {
  color: #f5be34;
  transition: all 0.5s;
}
.sidebar-menu .company-info ul.social-icons {
  padding: 0;
  margin-top: 25px;
  list-style: none;
}
.sidebar-menu .company-info ul.social-icons li {
  display: inline-block;
  margin-right: 3px;
}
.sidebar-menu .company-info ul.social-icons li a {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #6a6a6a;
}
.sidebar-menu .company-info ul.social-icons li a:hover {
  background-color: #f5be34;
  color: #ffffff;
  transition: all 0.5s;
}
.responsive-menu{
  padding: 25px 15px;
}
.responsive-menu ul {
  margin: 0;
  list-style: none;
  padding-left:0;
}
.responsive-menu ul li {
  display: block;
  position: relative;
}
.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #7a7a7a;
}
.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 30px;
}
.responsive-menu ul li .sub-menu.open {
  display: block;
}
.responsive-menu ul li .sub-menu li {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
}
.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 2px;
}
.responsive-menu ul li .sub-menu a {
  padding: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.responsive-menu a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #121212;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  padding-top:50px;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  .widget_calendar table{
	margin: auto;
	   width: 100%;
	}
	footer ul.children, footer ul.sub-menu {
    padding-left: 0;
}

}
@media (max-width: 991px) {
  footer .about-us {
    margin-bottom: 45px;
    padding-bottom: 45px;
   
  }
}
footer .about-us img ,
.blog-sidebar .about-us img{
  margin-bottom: 40px;
}
footer .widget{
  margin-bottom: 45px;
}
footer ul.social-icons {
  padding: 0;
  list-style: none;
}

footer ul.social-icons  {
  float:right
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
}
footer ul.social-icons li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #6a6a6a;
      border: solid 1px;
  
}
footer ul.social-icons li a:hover {
  background-color: #e61e25;
  color: #ffffff;
  transition: all 0.5s;
}
footer .widget_pages ul, 
footer .widget_nav_menu ul, 
footer .widget_meta ul, 
footer .widget_archive ul,
footer .widget_categories ul,
footer .widget_recent_entries ul,
footer .widget_recent_comments  ul {
    padding-left: 0;
    list-style: none;
}
@media (max-width: 991px) {
  footer .our-history {
    margin-bottom: 45px;
    padding-bottom: 45px;
   
  }
}
footer .our-history h6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 43px;
  color:#fff;
}
footer .widget-f-thumbs h6{
margin-bottom: 45px;
}
 .our-history .history-item {
  margin-bottom: 30px;
      text-align: left;
}
.blog-sidebar .our-history .history-item{
    margin-bottom: 23px;
}
.blog-sidebar .our-history .history-item:last-child{
	margin-bottom: 0;
}
 .our-history .history-item img {
  float: left;
  width:70px;
  height:auto;
}
@media (max-width: 991px) {
	.our-history .history-item img {
	float: none;
	}
	.our-history .history-item {
	text-align: center;
	}
	.our-history .history-item h4, .blog-sidebar .our-history .history-item h4 {
	margin-left: 0 !important;
	}
	.blog-sidebar .contact-info ul.contact-list li {
	display: block !important;
	}
	.blog-sidebar .contact-info ul.contact-list {

	text-align: center !important;
	}
	.our-history .history-item .line-dec, .blog-sidebar .our-history .history-item .line-dec {
    margin-left: auto !important;
	}
}
 .our-history .history-item h4,
.blog-sidebar .our-history .history-item h4 {
  padding-top: 5px;
  margin-left: 85px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.blog-sidebar .our-history .history-item h4{
    text-transform: initial;
}
@media (max-width: 991px) {
   .our-history .history-item h4 {
    margin-left: 0px;
  }
}
 .our-history .history-item .line-dec ,
 .blog-sidebar .our-history .history-item .line-dec{
  margin-left: 85px;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 20px;
  height: 3px;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
   .our-history .history-item .line-dec {
    margin: 10px auto;
  }
}
 .our-history .history-item p {
  margin-left: 85px;
}
@media (max-width: 991px) {
   .our-history .history-item p {
    margin-left: 0px;
  }
}
footer .contact-info h6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 43px;
  color:#fff;
}
footer .contact-info ul.contact-list,
.blog-sidebar .contact-info ul.contact-list {
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align:left;
}
footer .contact-info ul.contact-list li,
.blog-sidebar .contact-info ul.contact-list li {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6a6a6a;
  width:100%; float:left
}
footer .contact-info ul.contact-list li span ,
.blog-sidebar .contact-info ul.contact-list li span {
  font-weight: 600;
  display: inline-block;
  
}

footer .contact-info ul.contact-list li span ,
.blog-sidebar .contact-info ul.contact-list li span i{
  
  color:#e61e25; font-weight:600; 
  font-size:14px;
  padding-right:10px
}

footer .contact-info ul.contact-list li a ,
.blog-sidebar .contact-info ul.contact-list li a {
  color: #6a6a6a;
}
footer .contact-info ul.contact-list li a:hover,
.blog-sidebar .contact-info ul.contact-list li a:hover {
  color: #f5be34;
  transition: all 0.5s;
}
footer .copyright-text p {
  font-size: 13px;
  color: #7a7a7a;
  text-align: left;
  padding-top:8px
 
}
section.our-team .member-item,
.section.our-team .member-item {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  section.our-team .member-item,
  .section.our-team .member-item {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #eeeeee;
  }
}
section.our-team .member-item .down-content,
.section.our-team .member-item .down-content {
  text-align: center;
}
section.our-team .member-item .down-content h3 ,
.section.our-team .member-item .down-content h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0px;
}
section.our-team .member-item .down-content span ,
.section.our-team .member-item .down-content span {
  display: block;
  margin-top: 5px;
  margin-bottom: -10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
  text-transform: uppercase;
}
section.our-team .member-item figure,
.section.our-team .member-item figure {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
section.our-team .member-item figure:hover figcaption,
.section.our-team .member-item figure:hover figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
section.our-team .member-item figcaption,
.section.our-team .member-item figcaption {
  text-align: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  padding-top: 42%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
  border-radius: 50%;
}
section.our-team .member-item figure img,
.section.our-team .member-item figure img {
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
@media (max-width: 991px) {
section.our-team .member-item figure,
.section.our-team .member-item figure{
width: 300px;
    max-width: 100%;
    margin: auto;
}
}
section.our-team .member-item figcaption a ,
.section.our-team .member-item figcaption a {
  background-color: transparent!important;
}
section.our-team .member-item figcaption ul ,
.section.our-team .member-item figcaption ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.our-team .member-item figcaption ul li ,
.section.our-team .member-item figcaption ul li {
  display: inline-block;
  margin: 0px 2px;
}
section.our-team .member-item figcaption i,
.section.our-team .member-item figcaption i {
  margin-top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #121212;
  background-color: #ffffff;
  overflow: hidden;
}
section.our-team .member-item figcaption i:hover ,
.section.our-team .member-item figcaption i:hover {
  background-color: #f5be34;
  transition: all 0.5s;
}
section.our-team .member-item figcaption a:hover ,
.section.our-team .member-item figcaption a:hover {
  color: #ffffff;
  background: #fff;
}
@media (max-width: 991px) {
  .our-blog .latest-post {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    text-align: center;
  }
}
.our-blog .latest-post img {
  max-width: 100%;
}
.our-blog .latest-post h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 24px;
}
.our-blog .latest-post span {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.our-blog .latest-post a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.our-blog .latest-posts .blog-item {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-blog .latest-posts .blog-item {
    margin-top: 30px;
    text-align: center;
  }
}
.our-blog .latest-posts .blog-item img {
  width: 170px;
  float: left;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .our-blog .latest-posts .blog-item img {
    float: none;
    margin-right: 0px;
    width: 200px;
  }
}
.our-blog .latest-posts .blog-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 20px;
}
.our-blog .latest-posts .blog-item span {
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.our-blog .latest-posts .blog-item a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.classic-blog-page .blog-posts .featured-blog-post {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 50px;
}
.classic-blog-page .blog-posts .featured-blog-post img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.classic-blog-page .blog-posts .featured-blog-post .text-content {
  padding: 30px;
  text-align: center;
  margin: 0px 60px 0px 50px;
  bottom: 110px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
}
.classic-blog-page .blog-posts .featured-blog-post .text-content h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.classic-blog-page .blog-posts .featured-blog-post .text-content span {
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.classic-blog-page .blog-posts .featured-blog-post .text-content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.classic-blog-page .blog-posts .blog-item,
.classic-blog-page .blog-posts .col-md-12 + .col-md-12 .featured-blog-post {
  margin-top: 40px;
}

.classic-blog-page .blog-posts >.row >.col-md-12:first-child .blog-item,
.classic-blog-page .blog-posts >.row >.col-md-12:first-child .has_not_thumbnail .title-post-loop,
.classic-blog-page .blog-posts >.row >.col-md-12:first-child .has_not_thumbnail .title-post-loop h4,
.the_thumb_loop,
.classic-blog-page .blog-posts .blog-item a.the_thumb_loop{
  margin-top: 0;
}
.
.classic-blog-page .blog-posts .blog-item img {
  width: 100%;
  overflow: hidden;
}
.classic-blog-page .blog-posts .blog-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.classic-blog-page .blog-posts .blog-item span.metases{
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.classic-blog-page .blog-posts .blog-item a,
.body-post a{
	color: #f5be34;
}
.classic-blog-page .blog-posts .blog-item a.read-more {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  margin-top: 15px;
  display: block;
}
.grids-blog-page .blog-posts .featured-blog-post {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.grids-blog-page .blog-posts .featured-blog-post img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grids-blog-page .blog-posts .featured-blog-post .text-content {
    padding: 30px;
    text-align: center;
    margin: 0px 75px 0px 75px;
    background-color: rgba(250, 250, 250, 0.9);
}
.grids-blog-page .blog-posts .featured-blog-post .text-content h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.grids-blog-page .blog-posts .featured-blog-post .text-content span {
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.grids-blog-page .blog-posts .featured-blog-post .text-content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.grids-blog-page .blog-posts .blog-item {
  /* margin-top: 40px; */
}
.grids-blog-page .blog-posts .blog-item img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    margin: auto;
    display: block;
}
.grids-blog-page .blog-posts .blog-item .text-content {
  background-color: #f2f2f2;
  padding: 20px;
}
.blog-item .text-content iframe{
max-width:100%;
}


@media (min-width: 992px) {
.grids-blog-page .blog-posts .blog-item .text-content iframe[src*=youtube]{
    height: 172px;
}
}
.grids-blog-page .blog-item .gallery-item {
    margin-top: 0 !important;
    width: 50% !important;
    margin-bottom: 12px;
}
.grids-blog-page .blog-item .gallery-item img {
    border: none !important;
}
.single-blog-page .blog-item .gallery-item {
    margin-top: 0 !important;
    width: 33.333% !important;
    margin-bottom: 12px;
}
 .blog-item .gallery-item+br{
 display:none;
 }
 @media (max-width: 660px) {
 .single-blog-page .blog-item .gallery-item {
    margin-top: 0 !important;
    width: 50% !important;
    margin-bottom: 12px;
}
 }
.single-blog-page .blog-item .gallery-item img {
    border: none !important;
}
.grids-blog-page .blog-posts .blog-item .text-content h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: -15px;
  margin-bottom: 0px;
  line-height: 1.5;
}
.grids-blog-page .blog-posts .blog-item .text-content span.metases {
  display: block;
  margin-top: 2px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.grids-blog-page .blog-posts .blog-item .text-content a.title-post-loop {
    margin-top: 11px;
    display: block;
}
.grids-blog-page .blog-posts .blog-item .text-content a.read-more {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 13px;
  display: block;
}
.grids-blog-page .blog-posts .featured-blog-post .text-content-w {
    bottom: 150px;
    position: absolute;
    width: 100%;
    left: 0;
}
@media (max-width: 1200px) {
.grids-blog-page .blog-posts .featured-blog-post .text-content-w{
    bottom: 118px;
}
}

.single-blog-page .blog-post .blog-item {
  margin-top: 0px;
}
@media (max-width: 992px) {
.grids-blog-page .blog-posts .blog-item {
    margin-bottom: 40px;
}
}
.single-blog-page .blog-post .blog-item img {
  max-width: 100%;
  overflow: hidden;
  height:auto;
}
.single-blog-page .blog-post .blog-item .body-post img{
	width: auto;
	max-width:100%;
	height:auto;
}
.body-post img{
	width: auto;
	max-width:100%;
	height:auto;
}
.single-blog-page .blog-post .blog-item .body-post .wp-caption{
max-width:100%;
}
.single-blog-page .blog-post .blog-item .text-content {
 /*  border-bottom: 1px solid #eeeeee; */
  padding-bottom: 20px;
}

.single-blog-page .blog-post .blog-item .direction {
    text-align: center;
    padding-top: 45px;
	border-top: 1px solid #eeeeee;
}
.single-blog-page .blog-post .blog-item .text-content h4 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0px;
}
.single-blog-page .blog-post .blog-item .text-content.loop_post_has_thumb h4{
margin-top: 20px;
}
.single-blog-page .blog-post .blog-item .text-content span.metases {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.single-blog-page .blog-post .blog-item .text-content p {
  font-size: 14px;
  line-height: 25px;
}
.single-blog-page .blog-post .blog-item .text-content blockquote {
  margin: 25px 10px;
  border: 3px solid #eeeeee;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #121212;
  font-style: italic;
  line-height: 27px;
}
.single-blog-page .blog-post .blog-item .direction {
  text-align: center;
}
.single-blog-page .blog-post .blog-item .direction ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-blog-page .blog-post .blog-item .direction ul li {
  display: inline-block;
}
.single-blog-page .blog-post .blog-item .direction ul li ul.social-icons {
  padding: 0;
  margin-top: -10px;
  text-align: center;
  list-style: none;
}
@media (max-width: 991px) {
  .single-blog-page .blog-post .blog-item .direction ul li ul.social-icons {
    margin-top: 40px;
  }
}
.single-blog-page .blog-post .blog-item .direction ul li ul.social-icons li {
  display: inline-block;
  margin-right: 4px;
}
.single-blog-page .blog-post .blog-item .direction ul li ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #6a6a6a;
  border-radius: 50%;
}
.single-blog-page .blog-post .blog-item .direction ul li ul.social-icons li a:hover {
  background-color: #f5be34;
  color: #ffffff;
  transition: all 0.5s;
}
.single-blog-page .blog-post .blog-item .direction ul li:first-child {
  float: left;
}
.single-blog-page .blog-post .blog-item .direction ul li:last-child {
  float: right;
}

.single-blog-page .blog-post .comments {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  border-bottom: 1px solid #eeeeee;
}
.single-blog-page .blog-post .comments h4.st_comment {
  margin-top: 60px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.single-blog-page .blog-post .comments .comment-items ul.ulcoments,
.single-blog-page .blog-post .comments .comment-items ul.children {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-comment{
padding-left: 110px;
}
.comment-comment.no-avatar{
padding-left: 0;
}
.single-blog-page .blog-post .comments .comment-items ul.children{
    margin-left: 110px;
}
.single-blog-page .blog-post .comments .comment-items ul.ulcoments> li,
.single-blog-page .blog-post .comments .comment-items ul.children> li {
  display: block;
  margin-bottom: 45px;
}
.single-blog-page .blog-post .comments .comment-items ul li img {
  float: left;
  margin-right: 30px;
  display: inline-block;
  border-radius: 50%;
}
.single-blog-page .blog-post .comments .comment-items ul li .reply {
  float: right;
}
.single-blog-page .blog-post .comments .comment-items ul li .reply a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #6a6a6a;
  font-style: italic;
}
.single-blog-page .blog-post .comments .comment-items ul li h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.single-blog-page .blog-post .comments .comment-items ul li span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.single-blog-page .blog-post .comments .comment-items ul li p {
  margin-top: 15px;
}
.single-blog-page .blog-post .comments .comment-items ul .second-comment {
  margin-left: 110px;
}
@media (max-width: 991px) {
  .single-blog-page .blog-post .leave-comment {
    margin-bottom: 25px;
  }
}
.single-blog-page .blog-post .leave-comment h4 {
  margin-top: 60px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.single-blog-page .blog-post .leave-comment input {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  height: 42px;
  padding-left: 15px;
  font-size: 13px;
  outline: none;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}
.single-blog-page .blog-post .leave-comment textarea {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  border: none;
  height: 180px;
  max-height: 220px;
  padding-top: 14px;
  padding-left: 15px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
.blog-pagination {
  margin-top: 50px;
  margin-bottom: 30px;
}
.blog-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-pagination ul li {
  display: inline-block;
}
.blog-pagination ul li a,.classic-blog-page .pagination .navigate-page a,.pagination .navigate-page a,.pagination .navigate-page span~span,
.blog-pagination ul li a,.blog-grid-page .pagination .navigate-page a,.pagination .navigate-page a,.pagination .navigate-page span~span {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 600;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  background-color: #f2f2f2;
}
.blog-pagination ul li a:hover,.pagination .navigate-page a:hover {
  color: #f5be34;
  transition: all 0.5s;
}
.blog-pagination ul .active a,.single .pagination .navigate-page span~span {
  color: #ffffff;
  background-color: #f5be34;
}
.grids-blog-page .blog-posts .blog-item .pagination .navigate-page a{
    background-color: #e8e8e8;
}
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=email] {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  height: 42px;
  padding-left: 15px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

	
}
 .contact-form .wpb_text_column textarea{
 margin-bottom: 30px;
}
.contact-form textarea {
  margin-bottom: 30px;
  outline: none;
  padding-left: 15px;
  padding-top: 10px;
  border: none;
  overflow: hidden;
  background-color: #f2f2f2;
  height: 140px;
  max-height: 190px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  margin-right: 15px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.contact-form .btn {
  text-align: center;
}
.contact-form .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  padding: 12px 24px;
  background-color: #f5be34;
}
section.contact-info ,
.section.contact-info {
  background-color: #f5be34;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    padding-left: 14px;
    display: block;
    margin-top: -27px;
}
@media (max-width: 991px) {
  section.contact-info .contact-item,
  .section.contact-info .contact-item {
    margin-bottom: 30px;
  }
}
section.contact-info .contact-item i,
.section.contact-info .contact-item i {
  font-size: 28px;
  color: #f5be34;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  section.contact-info .contact-item i,
  .section.contact-info .contact-item i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
section.contact-info .contact-item span,
.section.contact-info .contact-item span {
  line-height: 30px;
  display: inline-block;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  section.contact-info .contact-item span ,
  .section.contact-info .contact-item span {
    padding-top: 0px;
  }
}
section.our-projects,.section.our-projects,
.section.our-projects,.section.our-projects  {
  padding-bottom: 12px;
  background-color: #fff;
}
.project-page .single-slider .flex-control-thumbs {
  text-align: center;
  margin-top: 15px;
}
.project-page .single-slider .flex-control-thumbs li {
  display: inline;
  margin: 5px;
  cursor: pointer;
}
.project-page .single-slider .flex-control-thumbs li img {
  width: 120px;
}
.archive .single-slider {
display:none;
}
.archive .single-slider .flex-control-thumbs li {
  display: inline;
  margin: 5px;
  cursor: pointer;
}
.archive .single-slider .flex-control-thumbs li img {
  width: 120px;
}
@media (max-width: 991px) {
  .project-page .single-slider .flex-control-thumbs li img {
    width: 60px;
  }
}
.project-page .single-slider img {
  width: 100%;
}
.project-page .project-info {
  background-color: #ffffff;
  margin-left: -120px;
  margin-top: 95px;
  padding: 30px;
  border-right: 3px solid #eeeeee;
}
@media (max-width: 991px) {
  .project-page .project-info {
    margin-top: 40px;
    margin-left: 0px;
    background-color: #f2f2f2;
  }
}
.project-page .project-info h4 {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.project-page .project-info p {
  margin-bottom: 20px;
}
.project-page .project-info ul.list-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-page .project-info ul.list-info li {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.project-page .project-info ul.list-info li i {
  width: 20px;
  height: 20px;
  color: #7a7a7a;
}
.project-page .project-info ul.list-info li span {
  font-weight: 600;
  color: #6a6a6a;
  width: 100px;
  display: inline-block;
}
.project-page .project-info ul.list-info li a {
  color: #6a6a6a;
}
.project-page .project-info ul.list-info li a:hover {
  color: #f5be34;
  transition: all 0.5s;
}
.project-page .project-info ul.list-info li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.project-page .pagination-buttons {
  display: inline;
}
.project-page .pagination-buttons .black-button a {
  padding: 12px 20px;
}
.project-page .pagination-buttons .first-button {
  margin-top: 35px;
  float: left;
}
.project-page .pagination-buttons .second-button {
  margin-top: 35px;
  float: right;
}
.project-page .more-project-info {
  border-top: 1px solid #eeeeee;
  margin-top: 60px;
  padding-top: 60px;
}
.project-page .more-project-info h6 {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.project-page .more-project-info .project-goal p {
  margin-bottom: 20px;
}
.project-page .more-project-info .project-goal ul.goal-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-page .more-project-info .project-goal ul.goal-info li {
  display: block;
  margin-bottom: 36px;
}
.project-page .more-project-info .project-goal ul.goal-info li i {
  font-size: 16px;
  color: #f5be34;
  width: 50px;
  height: 50px;
  border: 3px solid #eeeeee;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.project-page .more-project-info .project-goal ul.goal-info li h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-top: 15px;
  margin-bottom: 0px;
}
.project-page .more-project-info .project-goal ul.goal-info li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .project-page .more-project-info .project-description {
    margin-top: 60px;
    border-top: 1px solid #eeeeee;
    padding-top: 45px;
  }
}
.projects-items {
  background-color: #fff;
  padding: 80px 0px ;
}
@media (max-width: 991px) {
  .projects-items {
    text-align: center;
    padding-left: 10px;
  }
}
.projects-items .project-item .thumb .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
.projects-items .project-item .thumb .image img {
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
  width: 100%;
}
.projects-items .project-item .thumb .image:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  cursor: pointer;
}
.projects-items .project-item h4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 0px; text-align:center
}
.projects-items .project-item span {
  display: block;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #e61e25;
  text-align:center; font-weight:600
}
.projects-page {
  padding: 80px 0px;
}
.projects-page .project-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
.projects-page .project-item {
    height: auto !important;
}
}
.projects-page .project-item .thumb .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
.projects-page .project-item .thumb .image img {
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
  width: 100%;
}
.projects-page .project-item .thumb .image:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  cursor: pointer;
}
.projects-page .project-item h4 {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 18px;
}
.projects-page .project-item span {
  display: block;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
#owl-projects .item {
  margin: 10px;
  background:#f7f7f7; padding-bottom:20px;
  border:1px solid #e9e9e9
}




#owl-projects {
  margin-left: -10px;
  margin-right: -10px;
}
#owl-projects img {
  width: 100%;
}
.owl-navigation .prev {
  float: left;
  font-size: 18px;
  background: #e4dfdf;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin-left: -80px;
  margin-top: -200px;
}
.owl-navigation .next {
  float: right;
  font-size: 18px;
  background: #e4dfdf;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin-right: -60px;
  margin-top: -200px;
}

.colour-white{
	color:#ff0000}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}
.blog-sidebar .sidebar-item {
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .blog-sidebar .sidebar-item {
    margin-left: 0px;
  }
}
.blog-sidebar .sidebar-item h4 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.blog-sidebar .sidebar-item .line-dec {
  width: 80px;
  height: 1px;
  background-color: #eeeeee;
  margin: 15px auto 22px auto;
}
.blog-sidebar .welcome-text {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 45px;
}
.blog-sidebar .welcome-text p {
  margin-bottom: 20px;
}
.blog-sidebar .welcome-text input ,
.blog-sidebar .connect-us input[type=text] {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  height: 42px;
  padding-left: 15px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
.blog-sidebar .connect-us {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.blog-sidebar .connect-us:last-child{
	    margin-bottom: 0;
    border-bottom: none;
}
.blog-sidebar .connect-us ul.social-icons {
  padding: 0;
  margin-top: 25px;
  list-style: none;
}
.blog-sidebar .connect-us ul.social-icons li {
  display: inline-block;
  margin-right: 4px;
}
.blog-sidebar .connect-us ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #6a6a6a;
  border-radius: 50%;
}
.blog-sidebar .connect-us ul.social-icons li a:hover {
  background-color: #f5be34;
  color: #ffffff;
  transition: all 0.5s;
}
.blog-sidebar .mc4wp-form {
  /* border-bottom: 1px solid #eeeeee; */
  /* padding-bottom: 55px; */
}
.blog-sidebar .mc4wp-form input,
.blog-sidebar .connect-us .mc4wp-form input[type=text],
 footer .mc4wp-form input[type=text], footer .mc4wp-form input[type=email]{
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
  height: 34px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0;
}
 footer .mc4wp-form input[type=text],
 footer .mc4wp-form input[type=email]{
 text-align: left;
 }
.blog-sidebar .mc4wp-form .accent-button {
  margin-top: 20px;
}
.blog-sidebar .categories {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 145px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .blog-sidebar .categories {
    padding-bottom: 45px;
  }
}
.blog-sidebar .one-col.widget_pages ul, 
.blog-sidebar .one-col.widget_nav_menu ul, 
.blog-sidebar .one-col.widget_meta ul, 
.blog-sidebar .one-col.widget_archive ul,
.blog-sidebar .one-col.widget_categories ul,
.blog-sidebar .one-col.widget_recent_entries ul,
.blog-sidebar .one-col.widget_recent_comments  ul {
	columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.disable_two_col .widget_pages ul, 
.disable_two_col .widget_nav_menu ul, 
.disable_two_col .widget_meta ul, 
.disable_two_col .widget_archive ul,
.disable_two_col .widget_categories ul{
	columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
}
.blog-sidebar .widget_pages ul, 
.blog-sidebar .widget_nav_menu ul, 
.blog-sidebar .widget_meta ul, 
.blog-sidebar .widget_archive ul,
.blog-sidebar .widget_categories ul{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.blog-sidebar .widget_pages ul, 
.blog-sidebar .widget_nav_menu ul, 
.blog-sidebar .widget_meta ul, 
.blog-sidebar .widget_archive ul,
.blog-sidebar .widget_categories ul,
.blog-sidebar .widget_recent_entries ul,
.blog-sidebar .widget_recent_comments  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .widget_pages ul li, 
.blog-sidebar .widget_nav_menu ul li, 
.blog-sidebar .widget_meta ul li, 
.blog-sidebar .widget_archive ul li, 
.blog-sidebar .widget_categories ul li, 
.blog-sidebar .widget_recent_entries ul li, 
.blog-sidebar .widget_recent_comments  ul li{
    color: #6a6a6a;
}
.blog-sidebar .widget_pages ul li a, 
.blog-sidebar .widget_nav_menu ul li a, 
.blog-sidebar .widget_meta ul li a, 
.blog-sidebar .widget_archive ul li a, 
.blog-sidebar .widget_categories ul li a, 
.blog-sidebar .widget_recent_entries ul li a, 
.blog-sidebar .widget_recent_comments  ul li a{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6a6a6a;   
       padding-bottom: 10px;
    display: inline-block;
}
footer .widget_pages ul li a, 
footer .widget_nav_menu ul li a, 
footer .widget_meta ul li a, 
footer .widget_archive ul li a, 
footer .widget_categories ul li a, 
footer .widget_recent_entries ul li a, 
footer .widget_recent_comments  ul li a{
    padding-bottom: 4px;
    display: inline-block;
	    color: #6a6a6a;
}
footer ul.children,footer ul.sub-menu{
padding-left:15px;
}
.blog-sidebar .widget_pages ul li a:hover, 
.blog-sidebar .widget_nav_menu ul li a:hover, 
.blog-sidebar .widget_meta ul li a:hover, 
.blog-sidebar .widget_archive ul li a:hover, 
.blog-sidebar .widget_categories ul li a:hover, 
.blog-sidebar .widget_recent_entries ul li a:hover, 
.blog-sidebar .widget_recent_comments  ul li a:hover{
  color: #f5be34;
  transition: all 0.5s;
}
.blog-sidebar .gslider-widget {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 45px;
  margin-top: 45px;
}
.blog-sidebar .gslider-widget .single-slider,
footer .gslider-widget .single-slider {
  /* margin-top: -55px; */
}
.blog-sidebar .gslider-widget .single-slider .flex-control-thumbs,
footer .gslider-widget .single-slider .flex-control-thumbs {
  text-align: center;
  margin-top: 10px;
}
.blog-sidebar .gslider-widget .single-slider .flex-control-thumbs li,
footer .gslider-widget .single-slider .flex-control-thumbs li {
  display: inline;
  margin: 4px;
  cursor: pointer;
}
.blog-sidebar .gslider-widget .single-slider .flex-control-thumbs li img ,
footer .gslider-widget .single-slider .flex-control-thumbs li img {
  width: 70px;
}
@media (max-width: 991px) {
  .blog-sidebar .gslider-widget .single-slider .flex-control-thumbs li img ,
  footer .gslider-widget .single-slider .flex-control-thumbs li img {
    width: 40px;
  }
}
.blog-sidebar .gslider-widget img ,
footer .gslider-widget img{
  position: relative;
  width: 100%;
}
footer .gslider-widget img{
  height:auto;
}
.blog-sidebar .gslider-widget .text-content {
  max-width: 100%;
  padding: 15px 0px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background-color: rgba(250, 250, 250, 0.7);
}
.gslider-widget .slides>li{
position:relative;
}
footer .gslider-widget .text-content {
    max-width: 100%;
    padding: 15px 0px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: rgba(250, 250, 250, 0.7);
    bottom: 0;
}
@media (max-width: 991px) {
  .blog-sidebar .gslider-widget .text-content,
  footer .gslider-widget .text-content {
    /* top: 170px; */
  }
}
.blog-sidebar .gslider-widget .text-content h4,
footer .gslider-widget .text-content h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog-sidebar .gslider-widget .text-content span ,
footer .gslider-widget .text-content span {
  display: block;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.blog-sidebar .tags {
  margin-top: 45px;
}
.blog-sidebar .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tagcloud a  {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.tags ul li a,.tagcloud a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
  color: #adadad;
  background-color: #f2f2f2;
  padding: 5px 8px;
}
.tagcloud a:hover {
  color: #ffffff;
  background-color: #f5be34;
  transition: all 0.5s;
}
.section-heading-middle {
  margin-bottom: 40px;
}
.text-area{
	margin-top:10px;
	padding:0px;
	}
.section-heading-middle h2 {
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height:42px
}
.section-heading-middle h2 em {
  font-style: normal;
  color:#f49c1e; display:block;
    font-size: 40px; font-weight:600
}
.section-heading-left {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section-heading-left {
    text-align: center;
  }
}
.section-heading-left img {
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .section-heading-left img {
    float: none;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.section-heading-left h2 {
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-heading-left h2 em {
  font-style: normal;
  font-weight: 700;
}
.section-heading-left p {
  color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    padding-top: 8px;
}
.section-heading-left p span {
  font-weight: 400;
}
.black-bg {
  margin-top: -35px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .black-bg {
    text-align: center;
  }
}
.black-bg img {
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .black-bg img {
    float: none;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.black-bg h2 {
  color: #000;
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.black-bg h2 em {
  font-style: normal;
  font-weight: 700;
}
.black-bg p {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding-top:8px;
  color: #a3248f;
}
.black-bg p span {
  font-weight: 400;
}
.black-bg .accent-button {
  float: right;
  margin-top: -55px;
}
@media (max-width: 991px) {
  .black-bg .accent-button {
    float: none;
    margin-top: 30px;
  }
}
section.heading-page {
  background-color: #232124;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}
section.heading-page h1 {
  margin-top: 60px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 42px;
}
section.heading-page span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.product-description{
	width:100%;
	margin:0px;
	float:left;
	padding:10px 0px;
	
	}
.product-description ul {
	list-style-image:url(../images/icon_small.png);
	}	

.product-description li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.5px;
	line-height:26px;
	color:#626161;
	padding-left:5px;
	text-align:left;
	}
thead td {
	color:#626161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:5px;
	border:1px solid #888;
	text-align:center;
	text-transform:uppercase;
	border-collapse:collapse;
}
tbody td{
	margin:0px;
	padding:15px;
	color:#333;
	font-family:inherit;
	font-size:15px;
	border:1px solid #888;
	border-collapse:collapse;
	text-transform:capitalize;
	}
.first-line {
  margin-left: -350px;
  margin-top: 45px;
  border-left: 4px solid #e61e25;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.first-line span {
  font-size: 18px t;
  font-weight: 700;
  color: #e61e25 !important;
  letter-spacing: 0.3px;
  font-style:italic
}
.first-line h1 {
  margin-top: 5px;
  color: #f49c1e;
  font-size: 45px ;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}
.first-line h1 em {
  font-style: normal;
  display: block;
  font-weight: 700;
  font-size:40px;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
@media (max-width: 991px) {
  .our-services .left-text {
    text-align: center;
    margin-bottom: 45px;
  }
}
.our-services .left-text a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f5be34;
  text-transform: uppercase;
  margin-top: 25px;
  display: block;
}
.our-services .services-item .service-item{
  margin-bottom: 35px;
}
.our-services .services-item .last-service {
  margin-bottom: 0px!important;
}
@media (max-width: 991px) {
  .our-services .services-item .service-item {
    text-align: center;
    margin-bottom: 45px;
  }
}
.our-services .services-item .service-item img {
  float: left;
}
@media (max-width: 991px) {
  .our-services .services-item .service-item img {
    text-align: center;
    float: none;
  }
}
.our-services .services-item .service-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-left: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .our-services .services-item .service-item h4 {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.our-services .services-item .service-item .line-dec {
  background-color: #f2f2f2;
  width: 32px;
  height: 3px;
  margin-left: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-services .services-item .service-item .line-dec {
    margin: 15px auto;
  }
}
.our-services .services-item .service-item p {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .our-services .services-item .service-item p {
    margin-left: 0px;
  }
}
.our-services .services-item .second-service-item {
  text-align: center;
}
@media (max-width: 991px) {
  .our-services .services-item .second-service-item {
    margin-bottom: 45px;
  }
}
.our-services .services-item .second-service-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.our-services .services-item .second-service-item .service-iconb+ h4{
    margin-top: 19px;
}
.our-services .services-item .second-service-item .line-dec {
  background-color: #f2f2f2;
  width: 32px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.funny-facts {
  background-image: url(../images/facts-bg.jpg);
}
@media (max-width: 991px) {
  .funny-facts .fact-item {
    margin-bottom: 45px;
  }
}
.funny-facts .fact-item .count-focus {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #121212;
}
.funny-facts .fact-item .line-dec {
  width: 60px;
  height: 3px;
  background-color: #121212;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.funny-facts .fact-item .fact-role {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #121212;
}
.first-call-to-action {
  background-color: #f2f2f2;
}
.first-call-to-action p {
  text-align: center;
  font-size: 15px;
  color: #626161;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.first-call-to-action p em {
  font-weight: 700;
}
.first-call-to-action .accent-button {
  text-align: center;
  margin-top: 35px;
}
section.second-call-to-action ,
.section.second-call-to-action {
  padding: 0px;
  background-image: url(../images/calltoaction-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  section.second-call-to-action ,
  .section.second-call-to-action {
    text-align: center;
  }
}
.section.second-call-to-action h1,
section.second-call-to-action h1 {
  margin: 60px 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #ffffff;
}
section.second-call-to-action h1 em ,
.section.second-call-to-action h1 em {
  font-style: normal;
  font-weight: 700;
}
section.second-call-to-action .white-button,
.section.second-call-to-action .white-button {
  float: right;
  margin-top: -80px;
}
@media (max-width: 991px) {
  section.second-call-to-action .white-button ,
  .section.second-call-to-action .white-button {
    float: none;
    margin-top: -20px;
    padding-bottom: 70px;
  }
}
.testimonials {
  background: url(../images/client-bg.jpg) center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonials #owl-testimonials .testimonial-item p {
  font-style: italic;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
}
.testimonials #owl-testimonials .testimonial-item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.testimonials #owl-testimonials .testimonial-item span {
  display: block;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
  font-style: italic;
}
.slider-button a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
     color: #e61e25 !important;
    padding: 12px 24px;
    border: 1px solid #e61e25;
}
.slider-button a:hover {
  background-color: #f5be34 !important;
  color: #121212 !important;
  border-color: transparent;
  transition: all 1s;
}
.accent-button a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 12px 24px;
  background-color: #f49c1e;
}
.accent-button a:hover {
  background:#e61e25;
  transition: all 0.5s;
}
.white-button a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  padding: 12px 24px;
  background-color: #ffffff;
}
.white-button a:hover {
  opacity: 0.9;
  transition: all 0.5s;
}
.black-button a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 24px;
  background-color: #121212;
}
.black-button a:hover {
  opacity: 0.9;
  transition: all 0.5s;
}
.go-top {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  background-color: #d0cccce3 !important ;
}

.go-top:hover {

  background-color: 
#e9dbc890 !important ;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  top: -200px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991px) {
  .owl-controls {
    top: -120px;
  }
}
.owl-controls a {
  color: #336699;
}
.owl-controls a:hover {
  color: #336699;
}
.owl-controls .bg-prev {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .prev {
  left: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .prev.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .prev:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .bg-next {
  position: absolute;
  float: right;
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-next:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .next {
  right: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .next.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .next:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #080808;
  color: #ff0000 !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;

  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.html') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.welcome-bg-two{
	background-color:#d9ececbf;
}
 
 .no-margin{
	margin:0px;
	padding:0px;
	}
.margin-bottom{
	margin:0 0 0 80px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.our-history{
font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #6a6a6a;
}
.responsive-menu h4{
padding-left:10px;
}
footer .textwidget p{
	margin-bottom:23px;
}
.sidebar-item .textwidget {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #6a6a6a;
}
.widget  .searchform{
	position:relative;
}
 .screen-reader-text{
	display:none;
}
.sidebar-item  .searchform input[type=submit],
footer  .searchform input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    opacity: 0;
    width: 44px;
}
.blog-sidebar .widget_text ~.widget_search{
    margin-top: -70px;
}
.mc4wp-form input[type=submit]{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #343434;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #f5be34;
    height: auto;
    width: auto;
    border-bottom: 0;
    margin-bottom: 0;
	border:none;
}
.mc4wp-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
    opacity: 0.9;
    transition: all 0.5s;
}
footer .widget_search input[type=text],
.responsive-menu.widget_search input[type=text]{
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    height: 42px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
.responsive-menu.widget_search form>div{
    padding-left: 10px;
}
.responsive-menu.widget_search input[type=submit]{
	display:none;
}
.body-post h3,.comment-comment h3 {
    font-weight: 600;
}
.body-post h5 ,.comment-comment  h5 {
	font-weight: 700;
	font-size: 17px;
}
.body-post h6,.comment-comment h6 {
	font-weight: 700;
	font-size: 14px;
}
.single-blog-page .blog-post .blog-item .text-content .body-post h4 {
    text-transform: initial;
}
.comment-comment h4 {
    font-weight: 700;
    font-size: 19px;
}
/* extras */
.body-post th,
.comments th {
	background-color:#fcfcfc;
}
.body-post td,.body-post th,
.comments td,.comments th {
	padding:9px 15px;
	border:1px solid #e9e9e9;
}
cite {
font-style: italic;
font-weight: bold;
}
.body-post ol,.comment-wrap ol{
padding-left: 23px;
}
dd {
line-height: 1.5em;
margin-bottom: 10px;
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
legend, mark, pre, .form-allowed-tags code {
font-size: 14px;
background-color: rgba(139,139,139,0.1);
background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.5)),color-stop(.5,transparent),to(transparent));
background-image: -webkit-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: -moz-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: -o-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-size: 24px 3.3em;
padding: 1.7em 8px;
line-height: 1.7em;
margin-bottom: 20px;
}
.wp-caption {
text-align: center;
font-style: italic;
max-width:100%;
}

.wp-caption img{
max-width:100%;
height:auto;
}
.wp-caption-text {
padding-top: 4px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright,.alignright img {
	padding-left:10px;
	box-sizing:content-box;
}
img.alignleft, .alignleft img {
    padding-right: 10px;
    box-sizing: content-box;
}
.body-post ul, .body-post ol,.comment-comment ul, .comment-comment ol{
        padding-left: 20px;
}
.body-post ul,.comment-comment ul{
    list-style-type: disc;
}
.classic-blog-page .blog-posts .blog-item span.sticky_label,
.grids-blog-page  .blog-posts .blog-item span.sticky_label{
    display: inline-block;
    background: #f5be34;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}
.classic-blog-page .blog-posts .blog-item span.sticky_label .fa,
.grids-blog-page  .blog-posts .blog-item span.sticky_label .fa{
    font-size: 9px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}
.post-password-form input[type=password]{
    background-color: #f2f2f2;
    border: none;
    height: 42px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
.post-password-form input[type=submit]{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #f5be34;
    border-color: #f5be34;
    border-style: solid;
}
.gallery-size-thumbnail .gallery-caption{
	display:none;
}

.widget_calendar table {
    max-width: 300px;
    width: 100%;
}
.sidebar-item.widget_calendar table{
margin: auto;
}
.widget_calendar table caption {
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
    color: #404040;
}
.widget_calendar tbody td {
    text-align: center;
    border: 1px solid #B0B0B0;
	position:relative;
}
.widget_calendar tbody td:before{

}
.widget_calendar tbody td:hover{
	background-color: #d8d8d8;
}
.widget_calendar tbody td,
.widget_calendar table th,
.widget_calendar tfoot td {
    padding: 8px 0;
    text-align: center;
}
.responsive-menu .widget_calendar tbody td,
.responsive-menu .widget_calendar table th,
.responsive-menu .widget_calendar tfoot td {
    padding: 6px 0;
}
.widget_calendar thead,
.widget_calendar tfoot {
    border: 1px solid  #ccc;
}

.widget_calendar tfoot td {
    padding-left: 10px;
    font-size: 13px;
    color: #404040;
    font-weight: 400;
    text-align: left;
}
.widget_calendar table th {
    background-color: #fff;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}
td:first-child{
padding-right:5px;
}
.widget_calendar tbody td {
    color: #616161;
    font-size: 14px;
}
.widget_calendar tbody td#today {
    background-color: #d8d8d8;
    color: #fff;
}
a.rsswidget img{
	display:none;
}
span.comment-author-link{
	text-transform:capitalize;
}
.widget li a.rsswidget:before ,
.sidebar-item li a.rsswidget:before {
content: "\f143";
font-family: FontAwesome;
font-size: 15px;
padding-right: 5px;
}
span.rss-date {
display: block;
line-height: 2;
color: #888;
font-size:13px;
}
.widget li cite,
.sidebar-item li cite {
font-style: normal;
color: #666666;
font-weight: 600;
}
.widget img,
.sidebar-item img{
height:auto;
max-width:100%;
}

.widget select,
.sidebar-item select,
.responsive-menu  select{
width:100%;
padding: 6px 12px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	height: 42px;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	font-weight: 400;
	color: #000;
	outline: 0;
	border-color: #E5E5E5;
	font-family: 'open sans';
}
.widget_categories h4~select,
.widget_archive h4~select{
    border-left-width: 2px;
    border-right-width: 2px;
}
.sidebar h4 a.rsswidget {
color: #333;
}
.widget_rss li {
    margin-bottom: 14px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss ul{
    list-style: none;
    padding-left: 0;
}
.rssSummary {
    font-size: 13px;
    padding-bottom: 19px;
}
footer .rssSummary {
    padding-bottom: 4px;
}
a.the_thumb_loop,a.the_thumb_loop img {
    max-width: 100%;
    display: block;
	height:auto;
}
@media (max-width: 991px) {
.single-blog-page .blog-post .comments .comment-items ul.children {
    margin-left: 20px;
}
}
.single-blog-page.single-page-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-blog-page .blog-post .comments.comments-empty {
	border-bottom:none;
}
.single-blog-page.single-page-page .blog-post .blog-item .direction ul>li{
float:none !important;
}
.single-blog-page.single-page-page .blog-post .comments.comments-super-empty{
    border-top: none;
    margin-top: 0;
}
section.our-services .left-text p:first-child{
margin-bottom:20px;
}
.services-item {
    margin-bottom: -35px;
    overflow: hidden;
}
.services-second{
	margin-bottom: 0;
    overflow: hidden;
}
@media (max-width: 991px) {
	section.heading-page {
		padding: 118px 0px;
	}
	section.heading-page h1 {
		margin-top: 45px;
	}
	.services-item {
		margin-bottom: 0;
	}
}
.body-post .slider ul{
    list-style: none;
    padding-left: 0;
}
.box-404 {
    text-align: center;
    color: #fff;
    width: 800px;
    margin: auto;
	max-width:100%;
}
.box-404 h1{
padding-bottom: 30px;
}
h5.bigger {
    color: #fff;
    font-size: 125px;
    padding-top: 33px;
}
section.heading-page .box-404 h1 {

    font-size: 27px;
    line-height: 1.5;
}
.error404 .social-share{
margin-bottom: 40px;
}
.error404  section.heading-page {
    padding-bottom: 200px;
}
@media (max-width: 991px) {
	section.heading-page .box-404 h1 {
		font-size: 20px;
	}
	h5.bigger {
		font-size: 103px;
	}
}
@media (min-width: 1600px) {
	.error404  section.heading-page {
		padding: 255px 0px;
	}
}

.responsive-menu .history-item img {
  float: left;
  width:70px;
  height:auto;
}
.responsive-menu .history-item p,
.responsive-menu .history-item .line-dec {
  margin-left: 85px;
}
.responsive-menu .history-item h4{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #121212;
    margin-left: 85px;
	padding-left: 0;
}
.responsive-menu.widget_recent_comments a{
	display:inline-block;
}
.responsive-menu.widget_recent_comments a{
	display:inline-block;
	padding-left:0;
	text-transform: initial;
	padding-right: 0;
}
.responsive-menu.widget_recent_comments li{
    font-weight:600;
    text-transform: initial;
    padding-left:10px;
}
.responsive-menu.widget_rss h4 a,
.responsive-menu.widget_rss li a{
	padding-left:0;
}
.responsive-menu.widget_rss li ,.responsive-menu .textwidget ,.responsive-menu .tagcloud {
    padding-left: 10px;
}
.responsive-menu img{
    max-width: 100%;
    height: auto;
}
.responsive-menu .tagcloud a {
    font-size: 11px !important;
    font-weight: 600;
}
.row+br,.second-call-to-action br:first-child,
.section-heading-left>img+br,.row+br,
.project-info br:first-child,
.project-goal>br:first-child{
display:none;
}
.responsive-menu img.logo-in-widget  {
    padding-left: 10px;
}
.responsive-menu img.logo-in-widget  +.textwidget{
    padding-top: 39px;
    position: relative;
}
.responsive-menu img.logo-in-widget  +.textwidget:before{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    position: absolute;
    top: 16px;
}
.about-us+.responsive-menu.contact-info{
    padding-top: 0;
    margin-top: -13px;
}
.responsive-menu.contact-info p{
    padding-left: 10px;
}
.responsive-menu ul.contact-list,
.responsive-menu ul.social-icons {
    padding-left: 10px;
}

.responsive-menu ul.contact-list li{
	display: inline-block;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #6a6a6a;
}
.responsive-menu ul.contact-list span{
    font-weight: 600;
    width: 75px;
    display: inline-block;
}

.responsive-menu ul.social-icons li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
	    padding: 0;
}
.responsive-menu ul.social-icons li a:hover {
    background-color: #f5be34;
    color: #ffffff;
    transition: all 0.5s;
}
.responsive-menu ul.social-icons li {
    display: inline-block;
    margin-right: 3px;
}
.contact-info+.responsive-menu.anchro_Social_Icons {
    padding-top: 0;
    margin-top: -6px;
}
.service-icon {
    float: left;
    color: #f5be34;
    font-size: 28px;
    width: 32px;
    text-align: center;
}
.service-iconb{
    color: #f5be34;
    font-size: 27px;
    width: 32px;
    text-align: center;
    margin: auto;
}
.second-service-item .service-iconb+ h4{
    margin-top: 19px;
}
.searchtopno a.side-menu-button{
    padding-left: 13px;
}
footer .contact-info ul.contact-list li {
    margin-bottom: 13px;
}
footer .widget.about-us  + .anchro_Social_Icons  {
    margin-top: -18px;
}
footer .widget:last-child{
	margin-bottom:0;
}


.vc_row.section{
    padding: 80px 0;
}

.vc_row.section  > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
.vc_row.section  > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
.vc_row.section  > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.vc_row.section  > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    width: 1170px;
  }
}
.vc_row.section.our-projects{
	padding-bottom: 0;
}
.vc_row.section.projects-items #owl-projects .item {
    margin-bottom: 5px;
}

.vc_row.section.second-call-to-action{
	padding:0;
}

@media (min-width: 768px) and (max-width: 991px) {
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9{
width:100% !important;
}

}
@media  (max-width: 991px) {
.vc_row.section.contact-info{
    padding-bottom: 50px;
}
}

.fact-item{
text-align:center;
}
.second-call-to-action.vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top:0 !important;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  
  
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

  
.new_1{display:none;}

.first-line h1 {
    margin-top: 5px;
    color: #ffffff;
    font-size: 72px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

.first-line span {
    font-size: 8px !important;
    font-weight: 700;
    color: #e61e25;
    letter-spacing: 0.3px;
    font-style: italic;
}

.footer-gallery ul li {
    list-style: none;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    width: 46%;
}

footer ul.social-icons {
    float:none;
}
footer .contact-info ul.contact-list, .blog-sidebar .contact-info ul.contact-list {
    padding: 0;
    margin-top: 25px;
    list-style: none;
    text-align: center;
}
.read_more2{    margin-bottom: 50px;
    margin-top: 50px;}
footer .copyright-text p {
    font-size: 13px;
    color: #7a7a7a;
    text-align: center;
    padding-top: 8px;
}
}


.read_more2{        margin-bottom: 53px;
    margin-top: 70px;}
	
.read_more{    margin-bottom: 50px;
   
    margin-top: 50px;}
.product1{    margin-bottom: 22px;
    margin-top: 50px;}
	
	
.for_top{margin-top:25px;}	