<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
  ## Testimonial
# Woocommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*************************
*******Typography******
**************************/
@font-face {
    font-family:Lato;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family:Lato-light-italic;
    src: url(../fonts/Lato-LightItalic.ttf);
}
@font-face {
    font-family:Lato-medium;
    src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
    font-family:Lato-light;
    src: url(../fonts/Lato-Light.ttf);
}


body, button, input, select, textarea {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}



h3{
font-family:Lato ;
}

 h1,h2,h3, h4, h5, h6 {clear: both;font-family:Lato;}

p {
  font-family: Lato;
  font-size: 16px;
    text-align: justify;
    line-height: 27px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
  margin-bottom: 1.5em;;
}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Lato;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {font-size: 125%;}
body { font-family:Lato ; margin: 0;}
body.admin-bar .logo-menu{ box-shadow: 0 4px 3px -5px rgba(0,0,0,.2);}
a, a:link, a:focus, a:link, a:visited, a:active {
  outline: 0; color:#4d933d ; font-weight: normal;text-decoration: none !important;}
.menu a {
    color: #666;
}
a, button, .btn { transition: all 0.4s ease-in-out; }
code{color: #f76000;}

.btn-theme {background: #f76000; color: #fff; }
.btn-theme:hover {color: #fff; opacity: 0.8; }
.pull-left {margin-right: 7px; text-transform: uppercase;font-size:11px;}
/*.pull-right {margin-left: 7px; text-transform:uppercase;font-size:11px;}*/
.theme-color {color: #f76000; }
.theme-bg {background: #f76000; }
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2); }
.no-padding {padding: 0px; }
.text-left {text-align: left !important; }
.form-control:focus {border-color: #6fbf44; }



/*----------Section Title----------*/
.section-title {
  text-transform: uppercase;
  font-size: 28px;
  background-color: #f76000;
  color: #fff;
  padding: 7px 14px;
  }
.section-title .underline {
  width: 50px;
  height: 2px;
  background: #f76000;
  margin: 0 auto; }

.section-title h2 {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    margin: 0px;
}
/*----------Animation on dropdown-----------*/
.dropdown-menu {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out; }
li.open:hover .dropdown-menu {
  transform: scale(1);
  opacity: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}



mark {
  background: #f76000;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  padding: 0 8px;
}
.gallery-icon {
    overflow: hidden;
    height: 90px;
    padding-bottom: 13px;
}
.gallery-icon img {
    height: 100%;
}
hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: Lato-medium;
    font-size: 15px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #999;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.top-section h1 {
    /* font-weight: 600; */
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif!important;
    line-height: 6rem;
    font-size: 42px;
    margin-top: 0px;
}
.top-section p {
    font-size: 20px;
}
.btn-round {
    color: #333 !important;
    border: 1px solid #333;
    border-radius: 999em;
}
.detail {
    padding: 50px 0px;
    background: #f9f9f9;
}
.detail h1 {
    color: #1a7bbc;
    font-weight: 500;
    font-size: 50px;
    margin-top: 0px;
}
.detail h5 {
    font-size: 29px;
    margin: 18px 0px;
}
.btn-flat {
    border: 2px solid #1a7bbc;
    border-radius: 0px;
    font-size: 17px;
    padding: 10px 30px;
    color: #1a7bbc !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
   
}
.btn-full {
    border: 2px solid #6fbf44;
    border-radius: 0px;
    font-size: 17px;
    padding: 10px 22px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    background: #6fbf44;
}
.animate-btn{
   transition:color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -webkit-transition:color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -moz-transition:color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.btn-flat:hover {
  background-color:#1a7bbc; 
  color: #fff !important;
}

.animate-btn:hover {
    padding-left: 36px;
    padding-right: 36px;
}
.client-says {
    padding: 50px 0px 10px;
    background: #67bd45;
}
.quama {
    padding: 20px 0px 30px;
}
.news-section {
    padding: 50px 0px;
    background-image: url("../images/about-banner.jpg");
}
.contact-section {
  text-align: center;
    padding: 80px 0px;
    background-image: url("../images/contacts-bg.jpg");
}
.address-title {
    color: #6fbf44;
    font-size: 20px;
    padding: 0px 0px 40px;
}
address.front {
    color: #777777;
    font-size: 17px;
    line-height: 22px;
}
.title h1 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -2px;
    text-transform: none;
    margin-bottom: 45px;
    margin-top: 0px;
}
.title-grey h1 {
    text-align: center;
    color: grey;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 42px;
    text-transform: uppercase;
}
.title-grey h2 {
    margin-top: 0px;
}
.margin-btm40 {
    margin-bottom: 40px;
}
.right-icon {
    color: #6fbf44;
    padding-right: 10px;
}
.contact-phone {
    padding: 10px 0px;
}
.services-section {
    padding: 50px 0px;
    background: #f5f5f5;
}
.contact-phone li {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}
.contact-phone li span {
    font-size: 24px;
    line-height: 24px;
    color: #6fbf44;
    display: inline-block;
    position: relative;
    left: -10px;
    /*top: 10px;*/
}
#contacts .social-contact {
    text-align: center;
    overflow: hidden;
}
.social-contact {
    margin: 0 auto;
    list-style: none;
    display: table;
    padding: 0px;
}
.social-contact li {
    float: left;
    padding: 0px 5px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.social-contact li a {
    text-decoration: none;
    color: #fff;
    font-size: 31px;
    line-height: 39px;
    display: inline-block;
    padding: 12px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 500px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social-contact li a:hover {
    background: #6fbf44;
    border-color: #6fbf44;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-1 {
    background: #67bd45;
    position: relative;
}
.service-1 a {
    color: #fff;
}
.service-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    font-size: 16px;
}
.service-title h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
}
.service-icon {
    font-size: 101px !important;
    line-height: 120px !important;
    color: #fff;
    position: absolute;
    left: 42px;
    top: 0px;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease;
}
.service-frame{
  padding: 40px 7px;
}
.service-2{
  background: #939393;
}
.service-2 a {
    color: #fff;
}
.service-3{
  background: #e9e9e9;
}
.service-3 a {
    color: #333;
}
.service-4{
  background: #1c7dbd;
}
.service-4 a {
    color: #fff;
}
.service-5{
  background: #fff;
}
.service-5 a {
    color: #67bd45;
}
.service-5 .service-icon {
    color: #67bd45;
}

.service-6{
  background: #000;
}
.service-6 a {
    color: #fff;
}
.service-1:hover .service-icon, .service-1:hover .service-title, .service-1:hover .service-description {
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-2:hover .service-icon, .service-2:hover .service-title, .service-2:hover .service-description {
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-3:hover .service-icon, .service-3:hover .service-title, .service-3:hover .service-description {
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-4:hover .service-icon, .service-4:hover .service-title, .service-4:hover .service-description {
    color: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-5:hover .service-icon, .service-5:hover .service-title, .service-5:hover .service-description {
    color: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-6:hover .service-icon, .service-6:hover .service-title, .service-6:hover .service-description {
    color: #67bd45;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.service-3 .service-description {
    color: #777777;
}
.page-header {
     padding: 116px 0px;
    margin-top: 91px;
    border-bottom: 1px solid #eee;
    background-image: url("../images/background-header.jpg");
    background-color: #82bb53;
    background-position: center;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    margin-bottom: 0px;
    position: relative;
  }
.our_team {
    padding: 30px 0px 0px;
}
.connect-section {
    padding: 50px 0px;
    background: #f5f5f5;
}
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list &gt; li {
    margin-bottom: 10px;
    font-size: 16px;
    transition: all .3s ease;
}
.list &gt; li i {
    margin-right: 30px;
    margin-top: 8px;
    font-size: 12px;
    float: left;
    transition: all .3s ease;
    font-size: 15px;
}
.list--secondary i {
    color: #6fbf44;
}
.list &gt; li a, .list &gt; li li {
    color: #666;
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f5f5f5; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.elements .single {
  margin-top: 40px;
  display: block;
  overflow: auto; }
  .elements .single .title {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
    margin: 0; }
  .elements .single .underline {
    width: 50px;
    height: 2px;
    margin-top: -1px;
    background: #f76000;
    margin-bottom: 10px; }


section {
  max-width: 1920px;
  margin: 0 auto; }



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*----------------Smart Menu-------------*/
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; }

.navbar-nav.sm-collapsible .open &gt; a &gt; .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu &gt; li &gt; a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu &gt; li &gt; a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu &gt; li &gt; a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu &gt; li &gt; a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #555;
  background-color: #f76000 ;

}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu &gt; li &gt; a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap &gt; li &gt; a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap &gt; li &gt; a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

/*----------Logo-----Menu-----*/
.logo-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9); 
  border-bottom: 1px solid #eee;
  margin: 20px 0px;
}
.logo-menu .logo {float: left; position: relative; z-index: 999;overflow: hidden;}
.logo-menu .logo img {  max-width: 100%;height: 100%; }
.logo h1{font-size: 2em; margin: -3px 0px 0px; padding:4px 0px 0px;}
.logo a, .logo a:hover {color: #f76000; margin: 0; padding: 0; text-transform: uppercase;}
.logo-menu .logo .slogon {
    color: #666;
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.logo-menu .main-menu .navbar {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }
.logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a {
  text-align: center; }
.en .main-menu .navbar-nav &gt; li &gt; a {
  padding: 20.5px;
  font-size: 15px;
  /*font-weight: 600;*/
  text-transform: uppercase;
      line-height: 38px;
   }
.fr .main-menu .navbar-nav &gt; li &gt; a {
    padding: 20.5px;
    font-size: 13.5px;
    /* font-weight: 600; */
    text-transform: uppercase;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}
.logo-menu .main-menu .navbar-nav &gt; li &gt; a:hover {
  color: #4d933d; }
.logo-menu .main-menu .navbar-default .navbar-nav &gt; .active &gt; a, 
.logo-menu .main-menu .navbar-default .navbar-nav &gt; .active &gt; a:hover, 
.logo-menu .main-menu .navbar-default .navbar-nav &gt; .active &gt; a:focus {
      background: none;
    color: #4d933d;
 
   }
/*.logo-menu .main-menu .nav &gt; li {
  padding: 0 15px; }*/
.logo-menu .main-menu .dropdown-menu &gt; li &gt; a {
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase; }
.logo-menu .main-menu .dropdown-menu &gt; li:last-child a {
  border-bottom: none; }
.logo-menu .main-menu .dropdown-menu {
  border: 1px solid #f76000;
  border-top: 4px solid #f76000;
  margin: 0;
  padding: 0;
  border-radius: 4px 4px 0 0; }
.logo-menu .main-menu .dropdown-menu:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f76000;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px; }
.logo-menu .main-menu .dropdown-menu .dropdown-menu:before {
  border-bottom: 10px solid transparent; }
.logo-menu .main-menu .dropdown-menu &gt; li &gt; a:hover {
  color: #f76000; }
.logo-menu .main-menu .has-submenu {
  background: none;
  color: #666; }
.logo-menu .main-menu .has-submenu:hover {
  background: none !important; }
.logo-menu .main-menu .navbar-nav &gt; li &gt; a{
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo-menu .main-menu .navbar-nav &gt; li &gt; a.has-icon{
  padding-top: 21px;
  padding-bottom: 21px;
}
/*--------Sticky------*/
.logo-menu.sticky-menu {
  background: #fff;
  box-shadow: 0 1px 5px 2px rgba(0,0,0,.2);
  margin-top: 0px !important;
  position: fixed; 
}
.logo-menu.sticky-menu .navbar-default .navbar-nav &gt; li &gt; a {
  /*padding: 27px 20.5px;*/ }
.logo-menu.sticky-menu .navbar-default .navbar-nav &gt; li &gt; a.has-icon{
  padding: 10px 20.5px;
}
.logo-menu.sticky-menu .logo {
 /* padding: 18px 0;*/ }

.table-big-box {
    border: 0;
    clear: both;
    display: table;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
ul.address-list li {
    margin-bottom: 15px;
    color: #979797;
    display: inline-block;
}
.logo-menu2 {
    position: fixed;
    top: 116px;
    left: 0;
    right: 0;
    z-index: 9999999999999;
    /* margin-top: 20px; */
   
    background-color: transparent;
}
.navbar-secondary {
    background: transparent;
    border: none;
}
.navbar-secondary #menu-mega-menu li a{
     color: #fff;
     font-weight: 700; 
}
.table-title-box {
    /* background: #454545!important; */
    color: #fff;
    height: 38px;
    padding: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    border-bottom: 2px solid rgba(48, 44, 44, 0.65);
}
.table-title-box h3 {
    background: rgb(48, 44, 44);
    display: inline-block;
    line-height: 38px;
    margin: 0!important;
    min-height: 25px;
    overflow: hidden;
    padding: 0 20px!important;
    text-transform: uppercase;
    width: auto;
    font-size: 14px;
}
.herald-module.col-lg-12, .herald-txt-module {
    clear: both;
}
.herald-fa-1, .herald-fa-2 {
    position: relative;
    z-index: 900;
    clear: both;
}
.herald-fa-item {
    height: 520px;
}
.herald-fa-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 420px;
    overflow: hidden;
}

.herald-fa-1 .herald-fa-item, .herald-fa-2 .herald-fa-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10em;
    -ms-flex: 1 0 10em;
    flex: 1 0 10em;
    padding: 1em;
    z-index: 3000;
    position: relative;
    -webkit-transition: -webkit-flex-basis .3s ease-in-out;
    transition: -webkit-flex-basis .3s ease-in-out;
    transition: -ms-flex-preferred-size .3s ease-in-out;
    transition: flex-basis .3s ease-in-out;
}

.herald-section article {
    position: relative;
    min-height: 1px;
    display: block;
    vertical-align: top;
}
.herald-fa-item:hover {
    -webkit-flex-basis: 20em;
    -ms-flex-preferred-size: 20em;
    flex-basis: 20em;
}
.herald-hor-col, .herald-section article {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.hero-btn{
    padding: 6px 9px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #fff !important;
}
.herald-cat-2 { 
    background-color: #f76000;   
}
.herald-cat-3 {
    background-color: #8bc34a;
}
.herald-cat-4{
    background-color: #f06292;
}
.herald-cat-5{
    background-color: #f44336;
}
.padding-right30{
  padding-right: 50px;
}
.img-overlay1 {
    /* border: 1px solid #ddd; */
    background-color: #f8f7f5;
}
.sidebar-widget-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f76000;
}
.subtitle-widget {
    padding: 1px 12px;
}
h2.entry-title {
        color: #fff;
    font-size: 20px;
    padding: 2px 0px 34px;
    font-weight: 700;
}
.herald-fa-wrapper .entry-header {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 30px;
    width: 250px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.herald-fa-1 .fa-post-thumbnail, .herald-fa-2 .fa-post-thumbnail {
    position: absolute;
    height: 100%;
    width: 550px;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
    box-shadow: 0 0 20px rgba(0,0,0,.8);
}
.herald-fa-wrapper .meta-category {
    margin-bottom: 3px;
}
.meta-category {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.meta-category {
    float: left;
    width: 100%;
}
.herald-no-sid .herald-fa-wrapper .h6, .herald-no-sid .herald-fa-wrapper.herald-fa-1 .h6, .herald-no-sid .herald-fa-wrapper.herald-fa-2 .h6 {
    font-size: 1.9rem;
    line-height: 2.7rem;
}
.entry-title {
    text-transform: none;
}
.herald-fa-wrapper .entry-meta {
    margin-top: 5px;
}
.entry-meta {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.herald-fa-item:hover .fa-post-thumbnail:before, .herald-ovrld:hover .herald-post-thumbnail a:before, .herald-ovrld:hover .herald-post-thumbnail span:before {
    opacity: 0.8;
}
.herald-fa-1 .fa-post-thumbnail:before, .herald-fa-2 .fa-post-thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.fa-post-thumbnail:before, .herald-ovrld .herald-post-thumbnail span:before, .herald-ovrld .herald-post-thumbnail a:before {
    opacity: 0.5;
}
.herald-fa-1 .fa-post-thumbnail img, .herald-fa-2 .fa-post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1439px) and (min-width: 768px){
.herald-fa-wrapper .entry-header {
    left: 20px;
    bottom: 80px;
}
}
@media (min-width: 768px){
  .herald-fa-1 .herald-fa-item, .herald-fa-2 .herald-fa-item {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.herald-fa-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.page-numbers .current{
    background: #f76000 none repeat scroll 0 0;
    border-color: #f76000;
    color: #fff; border-radius: 4px;
    display: inline-block;
    padding: 3px 14px;
}
.page-numbers &gt; li {
    display: inline-block;
    list-style: outside none none;
}

.screen-reader-text{display: none;}

.tag-comment .pull-left{max-width: 60%;font-size:11px}
.tag-comment .pull-left a {
    color: #999;
}
.tag-comment .pull-right a {
    color: #999;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.dropdown-menu &gt; .active &gt; a, 
.dropdown-menu &gt; .active &gt; a:hover, 
.dropdown-menu &gt; .active &gt; a:focus{color: #f76000 !important; background: none !important;}

.main-menu .dropdown-menu .dropdown .has-submenu:after{
  content: '';
  position: absolute;
  right: 10px;
  border-left: 5px solid #999;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  margin-top: -5px;
}

@media (max-width: 613px) {
  .main-menu .dropdown-menu .dropdown .has-submenu:after {
   right: 40px !important; } 
}

.fa, .wp-icon a:before {content: '';}
.fa-search:before, .wp-icon.wp-fa-search a:before {}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right-fix{
    right: -202px;
    position: fixed;
    z-index: 1;
    top: 175px;
}

.right-fix li {
    position: relative;
    list-style: none;
   
    right: 0px;
    width: 241px;
    height: auto;
    z-index: 999999;
    transition: .3s linear;
}
ul.right-fix li {
    padding: 8px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid white;
    margin-bottom: -1px;
    border-left: 1px solid white;

    }
  ul.right-fix li a {
    text-decoration: none;
} 
 li.facebook-color {
    background-color: #3b5998;
}
li.twitter-color {
    background-color: #00aced;
}
li.gmail-color {
    background-color: #3cba54;
}  
    .font-pad{
        margin-right:11px;
        font-size: 20px; 
        padding: 5px;
    }

.font-set{

color: white;

}

.right-fix li:hover {
    right: 158px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
 .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}
.address {
    font-weight: 700;
    font-size: 14px;
    float: left;
    color: #fff;
    padding-right: 8px;
}
.address-detail {
    font-size: 14px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.color-grey{
  color: #9d9d9d;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*-------------4 column masonry layout-----------*/
.masonry-4 {
  margin-top: 30px;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1100px) {
  .masonry-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 850px) {
  .masonry-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-4 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }


/*-------------3 column masonry layout-----------*/
.masonry-3 {
  margin-top: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1160px) {
  .masonry-3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }


/*-------------2 column masonry layout-----------*/
.masonry-2 {
  margin-top: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1160px) {
  .masonry-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }


footer ul {
    margin-left: 2px; padding-left: 0px; padding-right: 0px;
}
footer li {
    list-style: outside none none;
}
.animate{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.feature-icon{
    color: #ffffff;
    font-size: 33px !important;
    padding: 0px;
    text-align: center;
    margin: 4px auto 0;
    position: relative;
}
.feature-icon{
  background-color: #f76000;
  width: 70px;
  height: 58px;
  display: block !important;
  line-height: 58px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.feature-icon:after {
      border-left: 70px solid rgba(0, 0, 0, 0);
    content: "";
    height: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    transform: scale(.9999);
    -moz-transform: scale(.9999);
    -webkit-transform: scale(.9999);
    -o-transform: scale(.9999);
  border-top: 18px solid #f76000;
}
h3.services:before {
  Font-family: FontAwesome;
  Content: "\f201";
}
section.features {
    padding-bottom: 60px;
    padding-top: 60px;
}
.footer_graph {
    float: left;
    width: 100%;
    height: 82px;
    background-image: url("../images/footer-graph.png");
}
.color-white {
    color: white;
}
.widget li a {
    color: white;
    font-size: 17px;
    text-decoration: none;
}
.col-sm-offset-my {
    margin-left: 23%;
}
table.webcontact.table td {
    border: none;
}
table.webcontact.table .img-contact {
      text-align: center;
    /*width: 45px;
    height: 50px;*/
}
.padding-top13{
  padding-top: 13px !important;
}
table.webcontact.table {
    margin-top: 20px;
}
.social-widget ul {
    margin: 0px;
    padding: 0px;
}
p.social-p {
    float: left;
    padding-left: 33px;
}
.img-social {
    float: left;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
  border: 1px solid #28C2AA;
  margin-top: 11px;
  
}

.hentry {
 
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.margin-top-0 {
    margin-top: 0px;
}
.line-height {
    line-height: 28px;
    color: #333;;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {display: none;}
aside.sidebar .single .title:after{
display: block;
content: '';
width: 50px;
height: 2px;
margin-top: 4px;
background: #f76000 none repeat scroll 0% 0%;
}
aside.sidebar {padding: 10px 0; }
aside.sidebar .single {margin-top: 30px; }
aside.sidebar .single p {margin-top: 10px; }
aside.sidebar .single .search .form-control {height: 26px;  border-radius: 0; width: 90%; }
aside.sidebar .single .search .btn {
  background: #f76000;
  color: #fff;
  border-color: #f76000;
  padding: 9px 17px;
  border-radius: 0; }
aside.sidebar .single .title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0px;
  margin: 0; }
aside.sidebar .single .underline {
  width: 50px;
  height: 2px;
  margin-top: -1px;
  background: #f76000; }
aside.sidebar .single ul{margin-left: 0; padding-left: 0; padding-right: 0px;}
aside.sidebar .single ul li{list-style: none;}
aside.sidebar .single ul li a {
  display: block;
  line-height: 30px;
  color: #666;
  text-decoration: none; }
aside.sidebar .single ul li a:hover {color: #f76000; }
aside.sidebar .single ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: middle; }
aside.sidebar .single ul li a::before {
  content: "\f101"; }
aside.sidebar .single ul li.cat-item a::before {
  content: "\f115"; }
aside.sidebar .single.recent ul li a::before {
  content: "\f044"; }
aside.sidebar .single .tagcloud a::before {
  content: "\f02b"; font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; padding-left: 3px;
  vertical-align: middle;}
aside.sidebar .single ul li.recentcomments a::before {
  content: "\f0e5"; }
aside.sidebar .single.archives ul li a::before {
  content: "\f133"; }
aside.sidebar .single .tagcloud a {
    color: #666; display: inline-block; padding-top: 5px; padding-right: 8px;}
aside.sidebar .single .tagcloud a:hover{color:#f76000; text-decoration: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.single-page .comment-form {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f0f0f0; 
}
.single-page .comment-form .block-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center; 
}
.single-page .comment-form .form-control {
  margin-top: 15px;
  min-height: 40px; 
}
.single-page .comment-form .submit-button {
  margin-top: 30px;
  text-align: center; 
}
.single-page .comment-form .submit-button .btn {
  text-transform: uppercase; }
.single-page .comments-block {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f0f0f0;
  margin-top: 30px; 
}
.single-page .block-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left; }
.single-page .comment {
  background: #f0f0f0;
  padding: 15px; list-style: none;
  margin-top: 20px; }
.single-page .comment p {
  font-size: 14px;
  line-height: 24px;
  color: #666; }
.single-page .comment .name {
  font-size: 16px;
  color: #f76000; }
.single-page .comment .comment {
  border-top: 1px solid #aaa; }
.single-page .comment .reply-btn {
  background: #fcfcfc;
  color: #f76000;
  padding: 4px 16px; }

.comments-title{font-size: 20px;}
.comment-list {
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0;
}
.children {
    margin-left: 0; 
    padding-right: 0px;
    padding-left: 0;
}
.comment-meta {
    background: transparent none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}
.comment-author.vcard{
  float: left;
}
.comment-metadata{
  padding: 5px; float: right;
}
.fn, .fn a, .says, time{
  color: #f76000;
}
time a:hover{
  text-decoration: none !important;
}
#reply-title {
  font-size: 20px; 
  padding-bottom: 20px;
  text-transform: uppercase;}
.comment-notes {padding-top: 15px;}
.comment-reply-link{    
  background: #fcfcfc none repeat scroll 0 0;
    color: #f76000;
    padding: 4px 16px;
}
.comment-reply-link:hover{
  text-decoration: none; color: #f76000;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
.form-submit {
    display: none;
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #4d933d;
  color: #eeeeee;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 200px; /*80px;*/
  padding-bottom: 2px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; }

.scroll-top-wrapper:hover {
  opacity: 0.6 !important; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }







/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
.lpimg{
  max-height: 208px;
  overflow: hidden;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  /*margin-bottom: 1.5em;*/
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  /*width: 100%;*/
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 25%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}



/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
footer {/*background: #212427;*/ /*padding: 20px 0 0 0;*/ }
footer .single {margin-top: 30px; }
footer .single p {color: #aaa;margin-bottom: 10px; }
footer .single .single-title {font-size: 24px; color: #f76000;text-transform: uppercase; }
footer .single li a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 27px; }
footer .single li a:hover {color: #f76000; }
footer .single address {color: #aaa; }
footer .single address a {color: #aaa; text-decoration: none; }
footer .single address i {color: #f76000; }
footer .single.about img {max-width: 180px; margin-bottom: 15px; }
footer .copyright {
  background: #1f1f1f;
    padding: 18px 0 0px;
   }
footer .copyright h6 {
  margin: 0; 
  color: #aaa;
  text-transform: uppercase;
  line-height: 36px; 
  font-family: lato;
}
footer .copyright .social-media {
  text-align: right;
  margin: 0;
  padding: 0; }
footer .copyright .social-media li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #f76000;
  background: rgba(255, 255, 255, 0.1); }
footer .copyright .social-media li a:hover {background: #f76000; color: #fff; }



/*--------------------------------------------------------------
## THEME HOMEPAGE CSS
--------------------------------------------------------------*/
ul.icon-show{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.icon-setting {
    color: grey;
    width: 62px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    line-height: 53px !important;
    border: 1px solid #666;
    border-radius: 100%;
    font-size: 35px !important;
}
section.buildsite {
    padding: 50px 0px;
    background-color: #f5f5f5;

}
.margin-top-10 {
    margin-top: 10px;
}
/*--------------------------------------------------------------
## FULL WIDTH SLIDER
--------------------------------------------------------------*/
html, body {height: 100%; }
.carousel, .item, .active {height: 100%; /*background: #ffffff;*/}
.carousel-inner {height: 100%; }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.carousel-caption {left: 0; right: 0; padding-bottom: 0; }
.carousel-caption h3 {font-size: 36px; text-transform: uppercase; }
.carousel-caption p {font-size: 14px; line-height: 24px; }
.carousel-caption .buttons .btn {
  background: #1197d6;
  color: #fff;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 100;
  padding: 10px 12px; }
.carousel-caption .buttons .btn:hover {opacity: 0.8; }
.carousel-caption .buttons .btn-slider1 {background: #111; color: #f76000; }
.outer {
  display: table;
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%; }
.middle {display: table-cell; vertical-align: middle; }
.inner {margin-left: auto; margin-right: auto; max-width: 700px; }

.upper-case {
    text-transform: uppercase;
}
/*--------------------------------------------------------------
## Top Section
--------------------------------------------------------------*/
section.top-section {
    margin: 50px 0px;
}
/*--------------------------------------------------------------
## SLIDER
--------------------------------------------------------------*/
.carousel-indicators li {
  
  border: none;
  background: rgba(127, 113, 113, 0.5);
  margin: 0 5px; }
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #f07c01 !important;
   }
.carousel-indicators {z-index: 9991; }

/*.services .col-md-4:nth-child(1) {
  margin-top: 90px;
}
.services .col-md-4:nth-child(3) {
    margin-top: 90px;
}*/

/*--------------------------------------------------------------
## INTRO
--------------------------------------------------------------*/
.intro {background: #f76000; padding: 60px 0; }
.intro .single {
  text-align: center;
  padding: 15px;
  margin: 30px 0;
  transition: all 0.4s ease-in-out; }
.intro .single:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1); }
.intro .single .block-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  color: #fff; }
.intro .single p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px; }
.intro .single .read-more {
  background: rgba(255, 255, 255, 0.5);
  color: #f76000;
  border-radius: 50%; }
.intro .single .read-more:hover {background: rgba(255, 255, 255, 0.9); }
.testcase{
  text-transform: uppercase;
}


/*--------------------------------------------------------------
## SERVICES
--------------------------------------------------------------*/
.section-title h3{font-size: 20px;}
.services {
    padding: 45px 0px;
}

.image-full {
    width: 100%;
    height: 143px;
    overflow: hidden;
}
.image-full img{
  height: 100%;
}
.post-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    /* box-shadow: 5px 6px 5px rgba(33, 30, 31, .4); */
    background-color: rgba(248, 248, 248, 0.6);
    border: 1px solid rgba(221, 221, 221, 0.42);
}
.post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    margin: 0px;
}
.birthday-p a {
    color: #212427;
}
.margin-both {
    margin: 42px 0px;
}
.post-box a {
    color: #212427;
    text-decoration: none;
}
.post-box h5 {
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
}

.services .single {text-align: center; margin: 30px 0; }
.services .single .content {
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-top: 3px; }
.services .single .content .block-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #333; }
.services .single .content p {
  font-size: 14px;
  line-height: 22px;
  color: #666; }
.services .single .content .read-more {
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #f76000; }
.services .single .content .read-more:hover {
  background: #f76000;
  color: #fff; }
  .btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    /*opacity: 0.8;*/
}
/*--------------------------------------------------------------
## SERVICES Web Design
--------------------------------------------------------------*/
.design-category ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.design-category ul li {
    font-size: 17px;
    margin-bottom: 5px;
}
.margin-bottom-20 {
    margin-bottom: 40px;
}
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default &gt; .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title &gt; a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #655959;
        font-weight: 700;
    letter-spacing: 2px;
    }
ul.birthday-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.birthday-list li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0px 6px;
}
ul.birthday-list li:first-child {
    padding-top: 0px;
}
ul.birthday-list li:last-child {
    border:0px;
}
.birthday-p p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
        margin-bottom: 5px;
}
.tabs-section{
  padding-bottom: 40px;
}
section.image-sec {
    padding-bottom: 40px;
}
.img-overlay {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
}
.img-overlay img{
    height: 100%;
  
}
.img-overlay .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(33, 36, 39, 0.85);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.img-overlay:hover .overlay {
  bottom: 0;
  height: 100%;
}
.text {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
}
.btn-text{
  background-color: #f76000;
  border-color: #f76000;
}
.btn-text:hover{
  background-color: #f76000;
  border-color: #f76000;
  opacity: 0.9;
}
.padding-right0 {
    padding-right: 0px;
}
.padding-left0{
  padding-left: 0px;
}
    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #EEEEEE;
    }
/*--------------------------------------------------------------
## TESTIMONIAL
--------------------------------------------------------------*/
.testimonials {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    margin: 60px 0;
}
.testimonials .section-title h3 {color: #f76000; }
.testimonials .feedback {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center; }
.testimonials .feedback p {color: #fff; line-height: 22px; }
.testimonials .client-info {margin: 0 auto; text-align: center; }
.testimonials .client-info h3 {
  color: #f76000;
  font-size: 15px;
  text-transform: uppercase; }
.testimonials .client-info p {color: #f76000; font-size: 13px; }
.testimonials .owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5); }
.testimonials .owl-theme .owl-controls .owl-page.active span {
  background: #f76000; }

section.single-image {
    background-color: #f76000;
    padding-bottom: 18px;
}
.single-image h1 {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    /* margin: 0px; */
    padding: 0px;
    letter-spacing: -1px;
}
.single-image p{
  color: #fff;
/*--------------------------------------------------------------
## LATEST POST
--------------------------------------------------------------*/
.latest-post {padding: 60px 0; }
.latest-post .single {text-align: center; margin: 30px 0; }
.latest-post .single .content {
  padding: 15px;
  padding-top: 0;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-top: 3px; }
.latest-post .single .content .post-info {
  font-size: 13px;
  color: #999;
  padding: 5px 0; }
.latest-post .single .content .block-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #333; }
.latest-post .single .content p {
  font-size: 14px;
  line-height: 22px;
  color: #666; }
.latest-post .single .content .read-more {
  background: #1197d6;
  border: 1px solid #f76000;
  color: #fff; }
.latest-post .single .content .read-more:hover {
  background: #fff;
  color: #f76000; }



/*--------------------------------------------------------------
## OUR WORKS
--------------------------------------------------------------*/
.our-works { }
/*.our-works .section-title {margin-bottom: 30px; }*/
.our-works .single {
  padding: 0;
  overflow: hidden;
  text-align: center;
  position: relative; }
.our-works .single:hover .on-hover {
  transform: translate(0px, 0px);
  visibility: visible; }
.our-works .single .on-hover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(100px, 100px);
  visibility: hidden;
  transition: all 0.6s ease-in-out; }
.our-works .single .underline {
  width: 50px;
  height: 2px;
  background: #f76000;
  margin: 0 auto; }
.our-works .single .read-more {background: #1197d6; color: #fff; }
.our-works .single h3 {color: #fff; text-transform: uppercase; font-size: 16px; }
.our-works .single p {color: #fff; line-height: 22px; }



/*--------------------------------------------------------------
## NEWSLETTER
--------------------------------------------------------------*/
.newsletter {
  padding: 60px 0;
  background: #f76000;
  padding-left: 30px;
  padding-right: 30px; }
.newsletter .block {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
.newsletter .block h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }
.newsletter .block .form-control {
  height: 50px; 
  border-radius: 4px 0 0 4px; 
  width: 480px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5); }
.newsletter .block .form-control::-webkit-input-placeholder {
  color: #fff; }
.newsletter .block .form-control::-moz-placeholder {
  color: #fff; }
.newsletter .block .btn {
  background: rgba(0, 0, 0, 0.8);
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 16px; }



/*--------------------------------------------------------------
## THEME INNERPAGE CSS
--------------------------------------------------------------*/
.page-header {
  padding: 60px 0 !important;
  position: relative; background-color: #f76000;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 !important;
  border-bottom: none; }
.page-header .block {text-align: center; }
.page-header .block .page-title {
  font-size: 30px;
  font-family: Open Sans;
  color: #fff;
  margin-top: 80px; }
.page-header .block .underline {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #f76000; }
.page-header .block .bc {margin-top: 20px; }
.page-header .block .bc li a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 8px;
  border-radius: 4px;
  color: #f76000;
  text-decoration: none; }
.page-header .block .bc li a:hover {border-color: #f76000; }
.page-header .block .bc li:last-child a {color: #fff; }
.page-header .block .bc li:last-child a:hover {border-color: rgba(255, 255, 255, 0.5); }
.bc .post-categories {margin-left: 0; padding-left: 0;}
.bc .post-categories li {float: left; list-style: none; margin-right: 5px;}
.list-inline &gt; li{overflow: hidden;}




/*--------------------------------------------------------------
## BLOG PAGE
--------------------------------------------------------------*/
.inner-content {margin: 60px 0px; }
section.inner-content p {
    line-height: 28px;
}

.inner-content .single-post {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out; }
.inner-content .single-post:hover {border: 1px solid #f0f0f0; }
.inner-content .single-post .post-title {font-size: 20px; }
.post-title a, .post-title a:hover {color: #f76000;}
.taxonomy-description &gt; p {color: #f76000;}
.inner-content .single-post .post-info {color: #999; text-transform: uppercase; }
.inner-content .single-post p {color: #666; }
.inner-content .single-post .read-more {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  color: #f76000;}
.inner-content .single-post .read-more:hover {
  background: #f76000 none repeat scroll 0 0;
  color: #fff;}
.inner-content .single-post .tag-comment {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  padding: 5px 0;
  color: #999; }
.content h3{margin-top: 0px;}



/*--------------------------------------------------------------
## About PAGE
--------------------------------------------------------------*/
.img-height{
  height: 236px;
}
/*--------------------------------------------------------------
## CONTACT PAGE
--------------------------------------------------------------*/
.contact-head {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center; }
.contact-form {max-width: 1024px; margin: 0 auto; }
.contact-form .single {margin-top: 30px; text-align: center; }
.wpcf7-submit {
    background: #f76000;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
    padding: 6px 20px;
    text-align: center;
}
.google-map {margin-top: 30px; }
.google-map .embed-responsive-16by9 {padding-bottom: 35%; }




/*--------------------------------------------------------------
## PAGE NOT FOUND
--------------------------------------------------------------*/
.not-found {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0; }
.not-found h1 {font-size: 200px; color: #f76000; margin: 30px 0; }
.not-found h3 {font-size: 30px; color: #333; }
.not-found p {font-size: 20px; color: #666; }
.not-found .form-control {margin-top: 40px; text-align: center; }
.not-found .input-group.search { width: 100%;}
.not-found .btn.btn-default{display: none;}



/*--------------------------------------------------------------
## SINGLE POST
--------------------------------------------------------------*/
.single-page {
  margin-top: 40px;
  /*----------Comment Form-------------*/
  /*-----------Comments Block----------*/ 
}
.single-page .featured-image{position: relative; overflow: hidden;}
.single-page .imgcaption {background: #333; bottom: 0; color: #fff; left: 0; opacity: 0.7; padding: 3px 8px; position: absolute;}
.single-page .post-info {color: #999; padding: 5px 0; padding-bottom: 15px; overflow: auto; }
.single-page .post-info a {color: #999; text-decoration: none; }
.single-page .post-info a:hover {color: #f76000; }
.single-page blockquote {
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-top: 4px solid #f76000;
  border-radius: 4px 4px 0 0; }
.single-page blockquote p {font-size: 14px; line-height: 24px; font-style: italic; }
.single-page blockquote cite {font-size: 14px; color: #f76000; }
.single-page .content {padding-bottom: 20px; overflow: hidden;}
.single-page .content p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px; }
.single-page .content form .form-control{float: right; height: auto; width: 97%;}
.single-page .social-media {text-align: center; clear: both;}
.single-page .social-media li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #f76000;
  border-radius: 3px;
  overflow: hidden; }
.single-page .social-media li a:hover i:first-child {
  transform: translate(5px, 0px); }
.single-page .social-media li a:hover i:last-child {
  transform: translate(20px, 0px); }
.single-page .social-media li a i {
  transition: all 0.4s ease-in-out; }
.single-page .social-media li a i:first-child {
  transform: translate(-20px, 0px); }
.single-page .social-media li a i:last-child {
  transform: translate(-5px, 0px); }
.single-page .pager li &gt; a, .single-page .pager li &gt; span {
  font-size: 20px;
  padding: 1px 20px;
  border-radius: 3px;
  color: #f76000; }

.single-page .pagination {margin-top: 30px; }
.pagination {
  margin: 0 auto;
  display: block;
  width: 100%; }
.pagination ul {text-align: center; }
.pagination ul li a {
  display: inline-block;
  padding: 3px 14px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #f76000; }
.pagination ul li.active a {
  background: #f76000;
  border-color: #f76000;
  color: #fff; }
.posted-on {display: block; padding-bottom: 8px;}
.entry-footer span {margin-right: 15px;}

table.webcontact a {
    color: #404040;
    text-decoration: none;
}
@media only screen and (min-width:768px) and (max-width: 832px)  {
  table.webcontact &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding: 2px;
    line-height: 0.428571;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.webcontact.table .img-contact {
    padding-bottom: 8px;
}
}
@media only screen and (max-width:767px){
  table.webcontact.table .img-contact {
    width: 57px;
  }
  .contact-us{
    text-align: center;
  }
  .wpcf7-submit {
    margin-left: 0px;
}
.social-birds{
  display: block;
    margin-right: auto;
    margin-left: 30%;
}

  }

/*--------------------------------------------------------------
## NEWSLETTER PLUGIN CSS
--------------------------------------------------------------*/
.newsletter-widget .input-group form{
  width: 500px !important;
}
.newsletter-widget form {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.newsletter-widget form p{
  float: left;
  display: inline-block;
}
@media (max-width: 767px){
  .services {
    text-align: center;
}
.right-fix {
    display: none;
}
}
@media (max-width: 640px){
  .newsletter .block .form-control{width: 445px !important;}
}
@media (max-width: 620px){
  .newsletter .block .form-control{width: 425px !important;}
}
@media (max-width: 600px){
  .newsletter .block .form-control{width: 390px !important;}
}
@media (max-width: 568px){
  .newsletter .block .form-control{width: 370px !important;}
  .icon-xs {
    width: 100%;
    text-align: center;
}
  .social-birds {
    display: block;
    margin-right: auto;
    margin-left: 21%;
}
}
@media (max-width: 540px){
  .newsletter .block .form-control{width: 350px !important;}
}
@media (max-width: 480px){
  .newsletter .block .form-control{width: 290px !important;}
}
@media (max-width:420px){
  .newsletter .block .form-control{width: 230px !important;}
}
@media (max-width: 380px){
  .newsletter .block .form-control{width: 190px !important;}
}
@media (max-width: 360px){
  .newsletter .block .form-control{width: 170px !important;}
  .social-birds {
    display: block;
    margin-right: auto;
    margin-left: 11%;
}
}
@media (max-width: 320px){
  .newsletter .block .form-control{width: 140px !important;}
  h1.single-title {
    font-size: 25px;
}
  .social-birds {
    display: block;
    margin-right: auto;
    margin-left: 4%;
}
}



/*--------------------------------------------------------------
## WOO COMMERCE EXTRA CSS
--------------------------------------------------------------*/
.woocommerce-breadcrumb &gt; li {
    display: inline-block;
    margin-right: 10px;
    
}
.woocommerce .woocommerce-breadcrumb a{ 
    color: #f76000; 
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 4px 8px;  
}
.woocommerce ul.products li.product h3 {
    color: #f76000;
    text-transform: uppercase;
}
.woocommerce .star-rating::before,
.woocommerce .products .star-rating,
.woocommerce ul.products li.product .price{color: #f76000;}

.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
    background-color: #f76000;
    font-weight: 400;
}


/*Woo-commerce Single Page*/
.woocommerce div.product div.images, 
.woocommerce div.product div.summary{margin-top: 3em;}
.woocommerce div.product .product_title {
  color: #f76000; 
  font-weight: 300; 
  text-transform: uppercase;
}
.woocommerce .star-rating span {color: #f76000;}
.woocommerce-review-link {color: #f76000;}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    color: #f76000;
    font-weight: 600;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {color: #f76000;}
.woocommerce ul.products li.product h3 {}
.product li:before{content: none !important;}

.woocommerce ul.products li.product .star-rating {}
.woocommerce ul.products li.product .price {}

.product_meta .posted_in a {color: #f76000; padding-right: 5px;}

.description_tab a {font-size: 18px; font-weight: 500 !important; text-transform: uppercase;}
.reviews_tab a {font-size: 18px;font-weight: 500 !important; text-transform: uppercase;}
#tab-description h2{color: #f76000; font-weight: 300;}

#review_form_wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
.woocommerce #reviews h3{
  color: #f76000; 
  font-weight: 300; 
  padding-bottom: 10px; 
  text-transform: uppercase;
}
#review_form input {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right;
    padding: 2px 8px;
    width: 90%;
}
#review_form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
    padding: 2px 8px;
    width: 100%;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  border: none; padding: 11px !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
  background-color: #f76000; color: #fff !important;}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{opacity: 0.8; background-color: #f76000 !important;}

.woocommerce #reviews #comments ol.commentlist li img.avatar{width: 78px;}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 0 0 85px;}

.woocommerce #reviews #comments h2 {
    clear: none;
    color: #f76000;
    font-size: 28px;
    font-weight: 300;
}
.woocommerce #reviews h3{margin: 10px 0;}
#review_form .comment-form-author{float: none !important;}
#review_form .comment-form-email{float: none !important;}
#review_form .comment-form-rating{}

.woocommerce p.stars a.star-1::after, 
.woocommerce p.stars a.star-2::after, 
.woocommerce p.stars a.star-3::after, 
.woocommerce p.stars a.star-4::after, 
.woocommerce p.stars a.star-5::after{color: #f76000;}

.related.products &gt; h2 {color: #f76000; font-size: 28px; font-weight: 300;}
.product-categories li {border-left: medium none; padding-left: 5px;}
.product-name &gt; a{color: #f76000; }
.product-name &gt; a:hover{color: #f76000; }
.woocommerce-cart table.cart img{width: 100%;}
.cross-sells &gt; h2 {
  color: #f76000;
    float: left;
    font-size: 22px;
    font-weight: 300;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page .cart-collaterals .cross-sells ul.products li{width: 100%;}

.actions .button {width: 200px;}
.woocommerce-cart table.cart td.actions .coupon .input-text{padding: 7px 6px; width: 200px;}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{padding: 8px; border: 1px solid #ddd !important; border-radius: 3px;}


/*Woo-Commerce Cart Page*/
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{font-weight: 400;}
.woocommerce .woocommerce-info {
    border-top-color: #f76000;
}
.woocommerce .woocommerce-info::before{color: #f76000;}
.showlogin, .showlogin:hover{color: #f76000;}
.showcoupon, .showcoupon:hover{color: #f76000;}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label{font-weight: 400;}
.lost_password a, .lost_password a:hover{color: #f76000;}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1{width: 100%; border: 1px solid #ddd; border-radius: 5px; padding: 10px; margin-bottom: 20px;}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{width: 100%; border: 1px solid #ddd; border-radius: 5px; padding: 10px;}
.woocommerce-billing-fields {color: #444;}
.woocommerce-billing-fields h3{font-weight: 300; color: #f76000; text-transform: uppercase;}
.woocommerce-billing-fields label{font-weight: 300;}

.woocommerce-shipping-fields h3{font-weight: 300; color: #f76000; text-transform: uppercase;}
.woocommerce-shipping-fields label{font-weight: 300;}
#order_review_heading{font-weight: 300; color: #f76000; text-transform: uppercase;}

.select2-container .select2-choice{border-color: #999;}
.input-checkbox{width: auto;}
#rememberme {float: left; margin: 7px; width: auto;}

.woocommerce-checkout #payment ul.payment_methods li input{width: auto;}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{width: auto;}

.order_details {
    border: 1px solid #f76000;
    border-radius: 4px;
    padding: 15px;
}
.woocommerce &gt; h2 {
    color: #f76000;
    font-weight: 300;
    text-transform: uppercase;
}
header &gt; h2 {
    color: #f76000;
    font-weight: 300;
    text-transform: uppercase;
}
.title &gt; h3 {
    color: #f76000;
    font-weight: 300;
    text-transform: uppercase;
}

/*form-start*/

span.multiselect-native-select {
  position: relative
}
span.multiselect-native-select select {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px -1px -1px -3px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  left: 50%;
  top: 30px
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.multiselect-container .input-group {
  margin: 5px
}
.multiselect-container&gt;li {
  padding: 0
}
.multiselect-container&gt;li&gt;a.multiselect-all label {
  font-weight: 700
}
.multiselect-container&gt;li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700
}
.multiselect-container&gt;li.multiselect-group-clickable label {
  cursor: pointer
}
.multiselect-container&gt;li&gt;a {
  padding: 0
}
.multiselect-container&gt;li&gt;a&gt;label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0 3px 30px
}
.multiselect-container&gt;li&gt;a&gt;label.radio, .multiselect-container&gt;li&gt;a&gt;label.checkbox {
  margin: 0
}
.multiselect-container&gt;li&gt;a&gt;label&gt;input[type=checkbox] {
  margin-bottom: 5px
}
.btn-group&gt;.btn-group:nth-child(2)&gt;.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0
}

/*form-end*/



@media (max-width: 1170px) {
  .logo-menu .main-menu .nav &gt; li {padding: 0 0; } 
}
@media (max-width: 1326px) { 
.logo-menu.sticky-menu .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 26px 20.5px;
}
.logo-menu .logo {
    padding: 18px 0; 
}
.logo-menu.sticky-menu .logo {
    padding: 13px 0;
}
}
@media (max-width: 900px) {  
  .logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a {padding: 25.5px 10px; }
  .logo-menu .logo {
    padding: 17px 0px
} 
.logo-menu.sticky-menu .logo {
    padding: 17px 0;
}
  .logo-menu.sticky-menu .navbar-default .navbar-nav &gt; li &gt; a.has-icon {padding: 10px 10px;}
}


@media (max-width: 800px) {
  .logo h1{font-size: 17px;}
  .logo-menu.sticky-menu .logo h1{padding-top: 12px;}
  .logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a {padding: 26px 16px;} 
  .latest-post .single .content{min-height: 232px;}
  
/*.logo-menu.sticky-menu .logo {
    padding: 24px 0;
}*/
}

@media (max-width: 767px) {
  body.admin-bar .logo-menu{margin-top: 0px;}
  .logo-menu {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0; position: fixed; right: 0; top: 0; z-index: 9999;}
  .logo h1{font-size: 2em;}
  .navbar-default .navbar-toggle {
    border-color: #f76000;
    border-radius: 0;
    margin-top: 22px; }
  .navbar-default .navbar-toggle:focus {background: none; }
  .navbar-default .navbar-toggle .icon-bar {background: #f76000; }
  .navbar {min-height: 1px; }
  .logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0; }
  .logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a i {margin-right: 8px; }
  .logo-menu .main-menu .navbar-default .navbar-nav &gt; li &gt; a br {display: none; }
  .logo-menu {position: relative; }
  .page-header{margin-top: -80px !important;}
  .latest-post .single .content{min-height: auto !important;}
  footer .copyright .social-media {text-align: center; }
  footer .copyright h6 {text-align: center; width: 100%; } 
}

.page-content aside.sidebar .single .search .form-control {
  width: 97.1% !important;
}
.buttn &gt; a {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ef4625;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;

  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
color:#fff;
}
.buttn &gt; a:hover{
	text-decoration:none;
	background:#D22F0F;
}
.logo-menu .main-menu .nav &gt; li {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.welcome-content {
  line-height: 2;
text-align:justify;
}
.buttn{
text-align:center;
}
.single.wow.fadeInUp:hover {
  border: 0px solid #f76000; 
}
.our-works .single {
 padding: 15px!important;
}
.section-subtitle {
  color: #1197d6;
  padding-top: 12px;
  text-align: center;
  font-family: inherit;
}
.section-subtitle {
  color: #000;
  font-family: open sans;
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
}
.section-subtitle
{
  color: #000;
  font-family: open sans;
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
}
.section-contents {
  font-family: Open Sans;
  font-size: 18px;
  text-align: center;
}
.section-Contents {
  font-family: open sans;
  font-size: 18px;
  padding-top: 8px;
  text-align: center;
}
@media (max-width: 416px) {
  .design-category {
    margin: 0px;
    width: 100%;
  }
}</pre></body></html>