:root {
	--primary-color: #aa9248;
	--secondery-color: #473B97; /* #4860AA */
	--tertiary-color: #23ABE3;
}

a.white-btn {
  border: 2px solid #f50722;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 0.85em;
  margin-top: 1.25em;
  padding: 0.625em 1.25em;
  transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
a.white-btn:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn,
form.customform button.color-btn {
  background: none;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  color: var(--primary-color);
  display: block;
  font-size: 0.85em;
  padding: 0.625em 1.25em;
  transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
a.color-btn:hover,
form.customform button.color-btn:hover {
  border: 1px solid #00283a;
  color: #00283a;
}
.bg3 {
	background-color: var(--primary-color);
}
#topbar {
  background: none repeat scroll 0 0 var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding: 0.3125em 0;
}
#topbar p {
  color: #fff;
  font-size: 0.75em;

  position: relative;
  top: 2px;
}
#topbar p strong {
  font-weight: 400;
}
#topbar i {
  color: #ffffff;
  font-size: 1.1em;
  opacity: 0.5;
  transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
#topbar i:hover {
  color: #92c500;
  cursor: pointer;
  opacity: 1;
}
nav {
  background: none repeat scroll 0 0 #ffffff;
}
header {
  border-bottom: 4px solid rgba(168, 144, 72, 1);
  position: fixed;
  width: 100%;
  z-index: 10;
}
p.logo {
  color: #fff;
  font-size: 1.7em;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  top: 0.625em;
}
p.logo strong {
  font-weight: 700;
}
.top-nav li a {
  border-top: 2px solid #ffffff;
  background-color: #ffffff;
  color: var(--secondary-color);
  font-size: 0.95em;
  font-weight: 700;
  padding: 2.1em 1.5em 2.5em;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
.top-nav li a:hover,
.top-nav li.active-item a {
  /* background: none repeat scroll 0 0 #ffffff; */
  background-color: #ffffff;
  border-top: 2px solid var(--tertiary-color);
  border-bottom: 2px solid var(--tertiary-color);
  font-weight: 700;
  color: var(--tertiary-color);
  position: relative;
}

.img-center {
  display: block;
}

#carousel .text {
  position: absolute;
  top: 40%;
  z-index: 10;
}
.item {
  overflow: hidden;
  width: 100%;
}
.prev-arrow,
.next-arrow {
  background: none repeat scroll 0 0 #00283a;
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 1px;
  text-align: center;
  width: 30px;
}
#carousel .text h2 {
  background: none repeat scroll 0 0 rgba(146, 197, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: 4em;
  font-weight: 700;

  margin: 1px 0;
  max-width: 700px;
  padding: 10px 20px;
  width: 100%;
}
#carousel .text p {
  background: none repeat scroll 0 0 #00283a;
  color: #fff;
  max-width: 600px;
  padding: 10px 20px;
  width: 100%;
}
#carousel .owl-dots {
  background: none repeat scroll 0 0 rgba(170, 146, 72, 0.7);
  bottom: 0;
  margin: 0;
  padding: 0.625em 0;
  position: absolute;
  width: 100%;
}
.owl-carousel.owl-theme .owl-dot span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid rgba(245, 246, 247, 0.57);
  height: 18px;
  margin: 0 0.3125em;
  opacity: 1;
  width: 18px;
}
.owl-carousel.owl-theme .owl-dot.active span,
.owl-carousel.owl-theme .owl-dot:hover span {
  background: none repeat scroll 0 0 var(--primary-color)9248;
}
#first-block {
  background: none repeat scroll 0 0 #00283a;
  padding: 3em 2em;
  text-align: center;
}

#first-block02 {
  background: none repeat scroll 0 0 #00283a;

  text-align: center;
}
#first-block h1 {
  color: #f50722;
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
}
#first-block p {
  color: #6c7c84;
  font-size: 0.85em;
}
#features {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 4em 2em;
  position: relative;
  text-align: center;
  z-index: 2;
}
#features i {
  background: none repeat scroll 0 0 #92c500;
  border-radius: 100px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
  color: #fff;
  display: inline-block;
  font-size: 2em;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px;
}
#features h2 {
  font-size: 2em;
  font-weight: 600;
  margin: 0.25em 0;
  text-transform: uppercase;
}
#features p {
  color: #777;
  font-size: 0.85em;
  line-height: 1.5em;
}
#about-us {
  background: none repeat scroll 0 0 #00283a;
  clear: both;
}

#about-us:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#about-us article {
  padding: 3.5em;
}
article h2 {
  font-size: 1.7em;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 0.9;
  margin: 0 0 0.625em 0;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #f92727;
}
.media-container {
  overflow: hidden;
}
.media-container video,
.media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p,
article li {
  color: #fff;
  font-size: 0.85em;
  opacity: 0.7;
  text-align: justify;
}
article ul {
  padding: 1.25em 0;
}
article ul li {
  list-style-type: none;
  margin: 0.625em 0;
  padding: 0 0 0 1em;
}
article ul li:before {
  background: #00283a none repeat scroll 0 0;
  color: #fff;
  content: "\f006";
  display: inline-block;
  font-family: "mfg";
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  margin-left: -1em;
  margin-right: 0.625em;
  text-align: center;
  width: 20px;
}
.about-us-icons i {
  border: 2px solid #92c500;
  border-radius: 100px;
  color: #92c500;
  display: block;
  float: left;
  font-size: 1.6em;
  height: 60px;
  line-height: 60px;
  margin-right: 0.625em;
  text-align: center;
  width: 60px;
}
.about-us-icons {
  display: block;
  margin-top: 2em;
}
h2.section-title:after {
  background: var(--primary-color) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 0.31225em auto 0;
  position: relative;
  width: 100px;
}
h2.section-title.color-rev:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;	
}

h2.section-title {
  color: var(--primary-color);
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 1.25em 0 1.25em;
  text-align: center;
  text-transform: uppercase;
}
h2.color-rev {
	color: #fff;
}
#our-work {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0.78em 0.78em;
  position: relative;
  z-index: 2;
}
.tab-item {
  background: #fff none repeat scroll 0 0;
  margin-top: 0.15em;
  padding: 0.15em 0;
}
.our-work-container {
  display: block;
  height: 100%;
  position: relative;
}

/* === section spacer === */

section.spacer {
  padding: 30px 0 70px;
  color: #fcfcfc;
}

.spacer.green,
.section.green {
  background: #1bac91;
}

.spacer.green,
.section.green h4 {
  color: #fff;
}

.spacer.yellow,
.section.yellow {
  background: #ffe873;
}
.spacer.orange,
.section.orange {
  background: #f36f36;
}

section.spacer.bg2 {
  background: url(../img/bg/bg-2.html) 50% 0 no-repeat fixed;
  width: 100%;
  height: auto;
  margin: 0;
}

section.spacer.bg3 {
  /* background: url(../img/bg/bg-3.jpg) 50% 0 no-repeat fixed; */
  background-color: var(--primary-color);
  width: 100%;
  height: auto;
  margin: 0;
}

section.spacer blockquote.large:before {
  color: #eee;
  opacity: 0.6;
}

section.spacer blockquote cite {
  color: #555;
}

/* === section works === */

blockquote {
  font-size: 18px;
  border: none;
  padding: 0;
}

blockquote.color-rev {
	color: #fff;
}

blockquote.large {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0px 100px 0px 100px;
}

blockquote cite {
  display: block;
  font-size: 12px;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
.our-work-text {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 0.15em;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.2s linear 0s;
  -o-transition: opacityd 0.2s linear 0s;
  -ms-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  width: 100%;
}
.our-work-container:hover > .our-work-text {
  opacity: 1;
}
.our-work-text h4 {
  color: #f23a41;
  font-size: 0.8em;
  font-weight: 600;
}
.our-work-text p {
  color: #fff;
  font-size: 0.8em;
  opacity: 0.7;
}
.catagories {
  /* float: left;
  text-align: center;
  padding-bottom: 20px; */
  /* border: 1px solid #c3c3c3; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  padding-bottom: 20px;
}
.catagory {
  /* float: left;
  max-width: 33%;
  margin: 5px; */
  width: 300px;
  padding: 15px;
  margin: 5px auto;
  cursor: pointer;
}
.tab-nav {
  display: table;
}
.tabs {
  margin: 0 auto;
  text-align: center;
}
a.tab-label,
a.tab-label:link,
a.tab-label:visited {
  /* background: #23ABE3 none repeat scroll 0 0; */
  background: var(--secondery-color);
  border-radius: 0px;
  color: #fff;
  display: block;
  font-size: .92em;
  padding: 0.625em 0.73em;
  transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
a.tab-label img {
  max-width: 100px;
}
a.tab-label:hover,
a.tab-label.active-btn {
  background: var(--primary-color);
  color: #fff;
}
#services {
  background: var(--primary-color) none repeat scroll 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 3em 2em;
  clear: both;
  display: block;
  height: auto;
}
#services h2 {
  color: #fff;
  margin: 0 0 1.25em;
}
#services h2.section-title:after {
  background: #fff none repeat scroll 0 0;
}
#services i {
  background: none repeat scroll 0 0 #fff;
  border-radius: 80px;
  color: #6f9600;
  display: block;
  float: left;
  font-size: 1.8em;
  height: 80px;
  line-height: 80px;
  margin-right: 0.625em;
  text-align: center;
  width: 80px;
}
.service-text {
  display: table;
  position: relative;
  text-align: justify;
  font-size: 1.1em;
}
#services h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
#services p {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}
#services .comming-soon {
  display: none;
}
.services-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.services-row > div{
  margin: 0 10px;
  flex-wrap: wrap;
}

#latest-news {
  background: #f3f3f3 none repeat scroll 0 0;
  box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
  padding: 6em 2em;
  position: relative;
  z-index: 3;
}
.news-date {
  background: #6f9600 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  height: 125px;
  padding: 0.625em 0;
  text-align: center;
  width: 100%;
}
.day {
  font-size: 2.5em;
  font-weight: 700;
}
.month,
.year {
  font-size: 0.85em;
}
.news-text {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  height: 125px;
  padding: 0.625em 1.25em;
}
.news-text p {
  color: #777;
  font-size: 0.85em;
}
#contact {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 3em 2em;
  position: relative;
  z-index: 2;
}
#contact input,
#contact textarea {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
}
form.customform button.color-btn {
  height: auto;
  margin-top: 0;
}
#contact h2 {
  margin: 0 0 1.25em;
}
#contact h3 {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0.625em;
}
#contact p,
#contact p a {
  color: #8f7938;
  font-size: 0.85em;
  font-style: normal;
  line-height: 2em;
}
#contact p strong {
  font-weight: 700;
}
#contact i {
  background: #e0e0e0 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  line-height: 26px;
  margin: 0.625em;
  text-align: center;
  width: 26px;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
  background: none repeat scroll 0 0 var(--primary-color);
  padding: 1.5em 0;
}
footer p,
footer a:visited,
footer a,
footer a:hover {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
  .top-nav li a {
    background: #006cb5 none repeat scroll 0 0;
    padding: 1.1em 1.5em 1.5em !important;
  }
  #carousel .text {
    font-size: 0.8em;
    top: 20%;
  }
  .owl-controls.clickable {
    display: none !important;
  }
  .right {
    float: none;
  }
  .social.right {
    float: right;
  }
  #about-us article {
    padding: 4em 2.5em;
  }
}

blockquote.large {
  padding: 0px 30px 0px 30px;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  #topbar {
    line-height: 1.625em;
    text-align: center;
  }
  .social.right {
    float: none;
  }
  p.logo,
  p.nav-text {
    text-align: right;
  }
  #services .comming-soon {
    display: block;
  }
  .services-row {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .services-row > div {
    margin: 5px;
  }
}
