@charset "utf-8";
body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #666666;
  background: #fff;
  text-shadow: none !important;
}
#wrapper {
  overflow: hidden;
}
a,
a:focus,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #042B3D;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 0px;
}
/*------------------------------ 
HEADER
------------------------------ */
.main-header .nav-bar {
  float: left;
  width: 100%;
}
.stuck {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}
header.site-header {
  position: relative;
  background-color: #fff;
  border-top: 5px solid #81B84D;
}
header.main-header {
  min-height: 100px;
}
#logo {
  margin-top: 20px;
}

/*	site-desktop-menu	*/
nav.site-desktop-menu {
  width: auto;
  float: right;
  margin-top: 0px;
  margin-left: 20px;
}
nav.site-desktop-menu > ul {
  float: right;
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
nav.site-desktop-menu > ul > li {
  width: auto;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
  line-height: 65px;
  position: relative;
}
nav.site-desktop-menu > ul > li > a {
  text-transform: capitalize;
  line-height: 95px;
  padding: 0px 25px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  color: #555555;
  -webkit-transition: .5s;
  transition: .5s;
}
nav.site-desktop-menu > ul > li > a:hover {
  color: #81B84D;
}
nav.site-desktop-menu > ul > li > ul {
  position: absolute;
  top: 94px;
  left: 18px;
  background-color: #042B3D;
  width: 260px;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #81B84D;
  display: none;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
nav.site-desktop-menu > ul > li:last-child > ul {
  right: 0;
  left: inherit;
}
nav.site-desktop-menu > ul > li > ul li {
  line-height: 24px;
padding-bottom: 15px!important;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0b2b3a;
}
nav.site-desktop-menu > ul > li > ul a {
  color: #fff;
  text-transform: capitalize;
  padding: 0px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 13px;
}
nav.site-desktop-menu > ul > li > ul a:hover {
  background: #81B84D;
}
nav.site-desktop-menu > ul li {
  position: relative;
}
nav.site-desktop-menu > ul > li ul ul {
  width: 260px;
  right: -260px;
  top: -3px;
  border: 0px solid #f00;
  position: absolute;
  background-color: #042B3D;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #28b7f9;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* style sticky menu 1 */
.main-header .stuck {
  border-top: 5px solid #81B84D;
}
.main-header .stuck #logo {
  margin-top: 9px;
}
.main-header .stuck nav.site-desktop-menu > ul > li > a {
  line-height: 80px;
}
.main-header .stuck .header-buttons {
  margin-top: 28px;
}
.main-header .stuck nav.site-desktop-menu > ul > li > ul {
  top: 80px;
}
/* site-desktop-menu-2 */
.site-header-2 .sub-header {
  border-top: 1px solid #f2f2f2;
}
.site-header-2 .nav-bar {
  padding-bottom: 40px;
}
.site-header-2 .nav-bar #logo {
  margin-top: 15px;
}
.site-header-2 .nav-bar .header-buttons {
  margin-top: 36px;
}
nav.site-desktop-menu-2 {
  margin-left: 0px;
}
nav.site-desktop-menu-2 > ul {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
nav.site-desktop-menu-2 > ul > li > a {
  line-height: 53px;
}
nav.site-desktop-menu-2 > ul > li {
  margin-left: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
nav.site-desktop-menu-2 > ul > li:first-child > a {
  padding-left: 0px;
}
nav.site-desktop-menu-2 > ul > li:first-child > ul {
  left: 0px;
}
nav.site-desktop-menu-2 > ul > li:first-child {
  margin-left: 0px;
}
nav.site-desktop-menu-2 > ul > li > ul {
  top: 53px;
}
/* sticky header menu 2 */
.site-header-2 .stuck .sub-header {
  border-top: 0px solid #81B84D;
  float: none;
  width: 100%;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.site-header-2 .stuck .nav-bar {
  display: none;
}
/* site-desktop-menu-3 */
header.site-header-3 #logo {
  position: absolute;
  top: 28px;
  margin-top: 0px;
}
header.site-header-3 nav.site-desktop-menu {
  float: right;
  margin-left: 0px;
  margin-top: 24px;
}
header.site-header-3 nav.site-desktop-menu > ul > li:last-child {
  margin-right: 0px;
}
header.site-header-3 nav.site-desktop-menu > ul > li:last-child a {
  padding-right: 0px;
}
header.site-header-3 nav.site-desktop-menu > ul > li > a {
  line-height: 56px;
}
header.site-header-3 nav.site-desktop-menu > ul > li > ul {
  top: 56px;
}
header.site-header-3 .header-buttons {
  margin-top: 15px;
  width: 100%;
}
header.site-header-3 .header-buttons > * {
  float: right;
}
header.site-header-3 .header-buttons > *:first-child {
  margin-left: 28px;
}
/* Sticky site header 3 */
header.site-header-3 .stuck {
  border-top: 5px solid #81B84D;
}
header.site-header-3 .stuck .header-buttons {
  display: none;
}
header.site-header-3 .stuck #logo {
  position: static;
  top: inherit;
  margin-top: 15px;
  float: left;
}
header.site-header-3 .stuck nav.site-desktop-menu {
  margin-top: 0px;
}
header.site-header-3 .stuck nav.site-desktop-menu > ul > li > a {
  line-height: 80px;
}
header.site-header-3 .stuck nav.site-desktop-menu > ul > li > ul {
  top: 80px;
}
/*	site-mobile-menu	*/
.site-header .mobile-nav {
  display: inline-block;
  float: left;
  width: 40px;
  margin: 10px 0;
  cursor: pointer;
}
.site-header .mobile-nav i {
  width: 100%;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #fff;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
	background-color: #073c5e;
	font-size: 25px;
}
.site-header .mobile-nav:hover i,
.site-header .mobile-nav.clicked i {
  background-color: #81B84D;
  color: #fff;
  border: 1px solid #81B84D;
}
nav.site-mobile-menu {
  width: 100%;
  float: left;
  margin-top: -57px;
  position: relative;
  border: 0px solid #f00;
}
nav.site-mobile-menu > ul {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 50000;
  border-top-color: #81B84D;
  border-top-width: 3px;
  border-top-style: solid;
  background-color: #303335;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.site-mobile-menu > ul li {
  position: relative;
  -webkit-transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s;
          transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
nav.site-mobile-menu > ul > li {
  float: left;
  width: 100%;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
}
nav.site-mobile-menu > ul > li a {
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
nav.site-mobile-menu > ul > li a:hover {
  background: #81B84D;
}
nav.site-mobile-menu > ul > li ul {
  width: 100%;
  float: left;
  background-color: #1f2224;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.site-mobile-menu > ul > li ul li {
  width: 100%;
  float: left;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
}
nav.site-mobile-menu > ul li i.fa {
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
nav.site-mobile-menu li > ul {
  display: none;
}


/* #title-head
--------------------------- */
.title-head h1 {
  color: #333333;
  font-size: 30px;
  float: left;
  padding-right: 40px;
  text-transform: none;
  display: block;
  margin: 0px;
}
.title-head .breadcrumbs {
  font-size: 13px;
  color: #555555;
  float: right;
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.title-head .breadcrumbs li {
  display: inline-block;
}
.title-head .breadcrumbs a {
  text-decoration: none;
  outline: none;
}
.title-head .breadcrumbs li + li:before {
  content: "/";
  /* \f101 , \f105, font-family: Fontawesome; */
  margin: 0 10px;
  font-size: 12px;
}
#sub-header-2 {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 30px 0;
}
#sub-header-2 .breadcrumbs {
  margin: 5px 0 0;
}
#sub-header-3 {
  background-image: url('images/bg/sub-header-bg.html');
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#sub-header-3 .breadcrumbs-outer {
  position: absolute;
  right: 15px;
  bottom: -60px;
  background-color: #81B84D;
}
#sub-header-3 input[type="text"] {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px;
  transition-style: linear;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #fafafa;
}
#sub-header-3 h1 {
  color: #fff;
  font-weight: normal;
}
#sub-header-3 .breadcrumbs {
  width: auto;
  text-transform: capitalize;
  float: right;
  padding: 1px 30px 0px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: #fff;
  margin-top: 0px;
}
#sub-header-3 .breadcrumbs li + li:before {
  content: "\f101";
  /* \f101 , \f105, font-family: Fontawesome; */
  font-family: Fontawesome;
  margin: 0 10px;
  font-size: 12px;
}
#sub-header-3 .breadcrumbs li a {
  color: #fff;
}
#sub-header-3 .breadcrumbs li a:hover {
  text-decoration: underline;
}
/* Breadcrumbs 4 */
#breadcrumb-head .title-head-top {
  background-color: #eeeeee;
  padding: 45px 0px;
}
#breadcrumb-head .title-head-bottom .breadcrumbs {
  float: none;
  margin: 0px;
  padding: 13px 15px 12px 0;
}
#breadcrumb-head .title-head-bottom .breadcrumbs li a {
  color: #555;
  font-size: 13px;
}
#breadcrumb-head .title-head-bottom .breadcrumbs li a:hover {
  color: #81B84D;
}
#breadcrumb-head .breadcrumb-border {
  background: #ebebeb none repeat scroll 0 0;
  height: 1px;
  width: 100%;
}
section.content h5.title {
  background: #eaedf2 none repeat scroll 0 0;
  margin: 0 0 15px;
  padding: 12px;
}
code {
  background: #666 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #fff;
  display: block;
  font-family: consolas, monaco, "andale mono", monospace;
  font-weight: normal;
  line-height: 1.3;
  margin: 8px 0;
  padding: 12px;
  white-space: pre-wrap;
}
.spacing-45 {
  padding-top: 45px;
}
h3.headline {
  font-size: 20px;
  text-transform: none;
}
a {
  outline: medium none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* #Custom Css
================================================== */
.spacing-30 {
  height: 30px;
  clear: both;
}
.spacing-15 {
  height: 15px;
  clear: both;
}
.spacing-10 {
  height: 10px;
  clear: both;
}
.cont-title {
  font-size: 20px;
}
abbr {
  border-bottom: 1px dotted;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.inline {
  display: inline-block;
}
.no-padding,
#content.no-padding {
  padding: 0px 0px 0px 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-padding-top {
  padding-top: 0px;
}
.padding-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.no-margin {
  margin: 0px 0px 0px 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-170 {
  margin-top: 170px;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.bg-grey {
  background-color: #f8f8f8;
}
.no-boder {
  border-top: 0px solid transparent;
}
section,
#content {
  padding: 40px 0 40px 0;
  background: #fff;
}
.section-elements {
  padding-top: 0px;
}
.small-border {
  clear: both;
  width: 80px;
  height: 3px;
  background: #999999;
  margin: 20px auto 20px auto;
}
.tiny-border {
  clear: both;
  width: 40px;
  height: 2px;
  background: #81B84D;
  margin: 0px 0 20px 0;
}
.text-center .tiny-border {
  margin: 0px auto 30px auto;
}
.tiny-border-light {
  clear: both;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 0 20px 0;
}
.divider-single {
  clear: both;
  height: 30px;
}
.spacer-single {
  clear: both;
  height: 60px;
}
.list-style-1 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-style-1 li {
  position: relative;
  padding-left: 20px;
  color: #666666;
  margin-bottom: 10px;
}
.list-style-1 li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 13px;
  content: "\f058";
  color: #aaaaaa;
}
.list-style-1 li:last-child {
  margin-bottom: 0px;
}
/* #Social Group hover color
================================================== */
.social-icons a {
  background: transparent;
  border:1px solid #ffffff;
}
.social-icons a.facebook:hover {
  background-color: #02549F;
}
.social-icons a.vk:hover {
  background-color: #4C75A3;
}
.social-icons a.vimeo:hover {
  background-color: #1AB7EA;
}
.social-icons a.tumblr:hover {
  background-color: #35465D;
}
.social-icons a.twitter:hover {
  background-color: #00ACED;
}
.social-icons a.behance:hover {
  background-color: #1769FF;
}
.social-icons a.instagram:hover {
  background-color: #DDCCBA;
}
.social-icons a.pinterest:hover {
  background-color: #CD2129;
}
.social-icons a.flickr:hover {
  background-color: #FF0084;
}
.social-icons a.dribbble:hover {
  background-color: #EA4C89;
}
.social-icons a.google:hover {
  background-color: #D11516;
}
.social-icons a.youtube:hover {
  background-color: #E12A27;
}
.social-icons a.linkedin:hover {
  background-color: #006699;
}
.social-icons a.skype:hover {
  background-color: #00A7E5;
}

/* #button Group
================================================== */
.btn {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: center;
}
.btn.width {
  min-width: 170px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 15px;
  margin-bottom: 20px;
}
.btn i {
  margin-right: 7px;
}
.btn.green {
  background-color: #4caf50;
}
.btn.orange {
  background-color: #ff9800;
}
.btn.red {
  background-color: #f44336;
}
.btn.grey {
  background-color: #e6e6e6;
  color: #555555;
}
.btn.grey:hover {
  color: #fff;
}
.btn.black {
  background-color: #555555;
}
.btn.yellow {
  background-color: #ffeb3b;
  color: #333333;
}
.btn.yellow:hover {
  color: #fff;
}
.btn-primary {
  background: #81B84D;
  color: #fff;
}
.btn-secondary {
  background: #00B863;
  color: #fff;
}
.btn-third {
  background: #555555;
  color: #fff;
}
.btn-border {
  border: solid 2px #042B3D;
  color: #042B3D;
  background: #ffffff;
}
.btn-border-light {
  background: transparent;
  border: solid 2px #ffffff;
}
.btn:hover {
  background-color: #042B3D;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-third:hover {
  color: #ffffff;
}
.btn-border:hover {
  background: #a1b1bc;
  color: #333333;
}
.btn-border-light:hover {
  background: #042B3D;
  color: #222222;
  border-color: #042B3D;
}
.btn-border-grey {
  border: 2px solid #ccc;
  color: #999;
}
.btn-border-grey:hover {
  color: #81B84D;
  border-color: #81B84D;
  background-color: transparent;
}
.mleft {
  margin-right: 15px;
}
.btn-big {
  padding: 15px 40px 15px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 15px;
}
.btn-small {
  padding: 10px 25px 10px 25px;
}
.btn-radius.width,
.btn-radius {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.no-radius.width,
.no-radius {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/* #feature Boxes
================================================== */
.feature {
  padding-left: 68px;
  position: relative;
  margin: 26px 0px 0px;
}
.feature i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-width: 1px;
  border-style: solid;
  font-size: 24px;
  text-align: center;
  color: #81B84D;
  border-color: #81B84D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature h3 {
  font-size: 15px;
  color: #555555;
  text-transform: none;
}
.feature:hover i {
  background: #81B84D;
  color: #fff;
}
/* #Project Boxes
================================================== */
.latest-projects .latest-projects-intro {
  background: #81B84D;
  width: 25%;
  float: left;
  padding: 30px 30px 0px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.latest-projects .latest-projects-intro h2 {
  color: #fff;
}
.latest-projects .latest-projects-intro p {
  color: #f2f2f2;
}
.latest-projects .latest-projects-wrapper {
  float: left;
  width: 75%;
}
.latest-projects-items .item {
  position: relative;
}
#latest-service-items .item {
  position: relative;
  margin:0 5px;
}
.project-details {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  display: none;
  text-align: center;
  overflow: hidden;
}
.project-details p {
  text-align: center;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
}
.project-details p.folio-cate {
  top: auto;
  bottom: -20px;
  color: #fff;
}
.project-details p.folio-cate i {
  font-size: 15px;
  color: #81B84D;
  margin-right: 5px;
}
.project-details p a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-details p a:hover {
  color: #81B84D;
}
.project-details .folio-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-details .folio-buttons i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #81B84D;
  margin: 0px 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}
.project-details .folio-buttons a:hover i {
  color: #fff;
  border-color: #fff;
}
.latest-projects-wrapper .owl-theme .owl-controls {
  margin: 0px;
}
.latest-projects-wrapper .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  border: none;
  width: 32px;
  height: 32px;
  line-height: 24px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  margin-top: -16px !important;
  background: #81B84D;
  filter: alpha(opacity=70);
  /*IE7 fix*/
  opacity: 0.7;
}
.latest-projects-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.latest-projects-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.latest-projects-wrapper .owl-theme .owl-controls .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #999999;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0px;
  padding: 0px 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #999999;
  background: transparent;
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  margin: 0px 3px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
  color: #ffffff;
  background: #81B84D;
  border-color: #81B84D;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #81B84D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* Blog post slider */
.compact-buttons {
  display: inline-block;
  margin-left: 20px;
}
.compact-buttons div {
  color: #999999;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compact-buttons div:hover {
  color: #ffffff;
  background: #81B84D;
  border-color: #81B84D;
}
.compact-buttons .compact-prev {
  margin-right: 2px;
}
.latest-blog-posts h2,
.testimonials-slider-wrapper h2 {
  display: inline-block;
}
.latest-blog-post-img {
  position: relative;
  float: left;
  max-width: 200px;
}
.latest-blog-post-img img {
  width: 100%;
}
.latest-blog-post-img .latest-blog-post-date {
  color: #81B84D;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0px 8px 0px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.latest-blog-post-img .latest-blog-post-date span {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  margin-top: 3px;
}
.latest-blog-post-details {
  padding-left: 220px;
}
.latest-blog-post-details p.title {
  font-size: 18px;
  color: #555555;
  font-weight: 600;
  line-height: 24px;
}
.latest-blog-post-details p.title a {
  color: #555555;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-blog-post-details p.title a:hover {
  color: #81B84D;
}
.latest-blog-post-details .latest-blog-post-data {
  margin-top: 24px;
}
.latest-blog-post-details .latest-blog-post-data span {
  display: inline-block;
}
.latest-blog-post-details .latest-blog-post-data span.tags i {
  color: #81B84D;
  margin-right: 4px;
}
.latest-blog-post-details .latest-blog-post-data span.tags a {
  font-size: 13px;
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
}
.latest-blog-post-details .latest-blog-post-data span.tags a:hover {
  color: #81B84D;
}
.latest-blog-post-details .latest-blog-post-data span.btn-read {
  float: right;
}
.latest-blog-post-details .latest-blog-post-data span.btn-read a {
  font-size: 13px;
  color: #555555;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-blog-post-details .latest-blog-post-data span.btn-read a:hover {
  color: #81B84D;
}
.latest-blog-post-details .latest-blog-post-data span.btn-read a i {
  color: #81B84D;
  margin-right: 2px;
}
.latest-news-items-3 .item,
.testimonials-slider-3 .item {
  margin: 0px 15px;
}
.compact-buttons.text-center {
  display: block;
  margin: 0px;
}
.item.margin_15 {
  margin: 0px 15px 15px 15px;
}
/* Blog List */
.blog-list article {
  margin-bottom: 50px;
}
.blog-list article:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.blog-list .post-media {
  float: left;
  width: 370px;
}
.blog-list .post-content {
  padding-left: 400px;
}
.post-content .post-title {
  font-size: 20px;
}
.post-content .post-title a {
  color: #333333;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-content .post-title a:hover {
  color: #81B84D;
}
.post-media {
  position: relative;
}
.post-date {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0px 8px 0px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.post-date .date-day {
  color: #81B84D;
  font-size: 24px;
}
.post-date .date-month {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
}
.post-metadata {
  margin: 25px 0px 15px;
}
.post-metadata span {
  display: inline-block;
  margin-right: 20px;
}
.post-metadata span:last-child {
  margin-right: 0px;
}
.post-metadata i {
  color: #81B84D;
  font-size: 13px;
  margin-right: 2px;
}
.post-metadata a {
  color: #555555;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-metadata a:hover {
  color: #81B84D;
}
.post-entry {
  color: #666666;
}
.post-entry .btn {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.post-entry .btn:hover {
  color: #fff;
  background-color: #042B3D;
  border-color: #042B3D;
}
/* Blog Grid */
.blog-grid .item {
  margin-bottom: 30px;
}
.blog-grid .item .post-media {
  margin-bottom: 22px;
}
.blog-grid .item .post-metadata {
  margin: 15px 0px;
}
/* Single Blog */
.blog-single .post-title {
  margin-top: 40px;
}
.blog-single .post-metadata {
  margin-bottom: 30px;
  margin-top: 25px;
}
.blog-single p {
  margin-bottom: 20px;
}
.footer-entry {
  margin: 50px 0px 30px 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
}
.single-tags {
  margin-top: 10px;
}
.single-tags .fa {
  color: #81B84D;
  margin-right: 4px;
}
.single-tags a {
  color: #555555;
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-tags a:hover {
  color: #81B84D;
}
.hr {
  height: 1px;
  clear: both;
  width: 100%;
  background-color: #ecf0f1;
  margin-bottom: 30px;
}
blockquote {
  /* font-family: 'Droid Serif', serif;
  font-style: italic; */
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin-left: 30px;
  border-left: 5px solid #81B84D;
}
blockquote cite,
blockquote small {
  color: #333333;
  display: block;
  font-size: 13px;
  font-family: 'Raleway', serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
/* Post Nav Link */
.nav-links a {
  color: #999999;
  font-size: 15px;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-links a:hover .post-title {
  color: #81B84D;
}
.nav-links .post-title {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}
.nav-links .nav-previous {
  width: 50%;
  float: left;
}
.nav-links .nav-previous span {
  display: block;
}
.nav-links .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.nav-links .nav-next span {
  display: block;
}

/* Testimonials */
.testi-boxes blockquote {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  border-left: none;
  padding: 0px;
  /* padding-left: 40px; */
  position: relative;
  margin: 0px;
  border: none;
  margin-bottom: 20px;
}
.testi-boxes blockquote:before {
  content: "";
  color: #81B84D;
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 3px 0px 0px;
}
.testi-boxes .testi-info {
  padding-left: 0px;
}
.testi-boxes .testi-info img {
  float: left;
}
.testi-boxes .testi-info .testi-details {
  padding-left: 85px;
  color: #555555;
  font-weight: normal;
}
.testi-boxes .testi-info .testi-details span {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials-slider-2 .testi-boxes .testi-info {
  padding-left: 0px;
  display: inline-block;
  margin: 5px 0px 25px;
}
.testimonials-slider-2 .testi-boxes .testi-info .testi-details {
  text-align: left;
}
/* Call To Action */
.cal-to-action .btn {
  color: #fff;
}
.cal-to-action span {
  color: #fff;
  font-size: 18px;
  margin-right: 60px;
}
.cal-to-action span b {
  font-size: 30px;
  font-weight: normal;
}

/* #Contact
================================================== */
.map-canvas {
  height: 400px;
}
.intro-text {
  padding: 24px 50px 44px;
}
.intro-text h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 35px;
}
.intro-text p {
  font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  font-style: italic;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form textarea {
  border: 1px solid #e8e6e6;
  background: #f4f6f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #a1b1bc;
  padding: 10px 20px 11px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form textarea:focus {
  background-color: #fff;
  border-color: #81B84D;
  color: #1b1b1b;
}
.col-full {
  width: 100%;
}
.col-one-third {
  float: left;
  width: 31.5%;
  margin-bottom: 20px;
}
.margin-one-third {
  margin-right: 2.626%;
  margin-left: 2.626%;
}
.wpcf7-form textarea { 
  margin-top: 3px;
}
.contact-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
  padding-top: 10px;
}
.contact-list li {
  margin-bottom: 10px;
}
.contact-list li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color: #81B84D;
}
.info-branch h5 {
  margin-bottom: 20px;
}
.info-branch p {
  margin-bottom: 20px;
}

/* #Accordion
================================================== */
.smk_accordion {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.smk_accordion .accordion_in {
  margin-bottom: 10px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.smk_accordion .accordion_in .acc_head {
  background: #fff;
  border: 1px solid #ededed;
  color: #212121;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 0px;
  position: relative;
  text-align: left;
  -webkit-transition: .3s;
  transition: .3s;
}
.smk_accordion .accordion_in .acc_head i {
  margin-right: 8px;
}
.accordion-1.smk_accordion .accordion_in .acc_head {
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.smk_accordion .accordion_in .acc_head:hover {
  color: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  color: #fff;
}
.smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #666666;
  padding: 25px 20px 20px 30px;
  border: 1px solid #ededed;
}
.accordion-1.smk_accordion .accordion_in .acc_content {
  border: none;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 15px;
}
.smk_accordion .accordion_in .acc_head:hover,
.smk_accordion .accordion_in.acc_active > .acc_head {
  background-color: #81B84D;
  border-color: #81B84D;
}

/* Footer
----------------------------------------------------------*/
/* Footer 1 */
footer.bg-color-1 {
  background: #042B3D;
  color: #ffffff;
}
footer .main-footer {
  padding: 50px 0px 50px 0px;
}
footer .main-footer .widget-title {
  color: #ffffff;
  margin-bottom: 35px;
  margin-top: 25px;
}
footer .main-footer .widget-inner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .main-footer .widget-inner ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
footer .main-footer .widget-inner ul li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 13px;
  content: "\f105";
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .main-footer .widget-inner ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
footer .main-footer .widget-inner ul li a:hover {
  color: #81B84D;
}
footer .main-footer .widget-inner .logo-footer {
  display: inline-block;
  margin-bottom: 35px;
}
footer .main-footer .widget-inner .social-icons {
  margin-top: 20px;
}
footer .main-footer .widget-inner .social-icons a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-size: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-right: 10px;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
footer .sub-footer {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget-title {
  font-size: 18px;
}


/* Back To Top */
#to-the-top {
  display: none;
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 10000;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
#to-the-top:hover {
  background-color: #81B84D;
}

/* #Media Queries
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  nav.site-desktop-menu > ul > li > a {
    padding: 0px 10px;
  }
  .header-buttons > * {
    margin-left: 10px;
  }
  .site-header-2 .header-buttons > *,
  .site-header-2 .header-contact ul li {
    margin-left: 20px;
  }
  .site-header-2 .header-contact ul li.border-line {
    margin-left: 15px;
  }
  .header-contact ul li.border-line {
    margin-left: 5px;
  }
  .latest-news-items-2 .latest-blog-post-img {
    float: none;
    max-width: inherit;
  }
  .latest-news-items-2 .latest-blog-post-details {
    padding-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .site-header .stuck {
    position: static;
  }
  .main-header nav.site-mobile-menu {
    margin-top: -59px;
  }
  .main-header .stuck nav.site-mobile-menu {
    margin-top: -57px;
  }
  nav.site-mobile-menu > ul {
    top: 49px;
  }
  header.main-header {
    min-height: 108px;
  }
  .site-heade .mobile-nav {
    margin: 19px 0;
  }
  #logo {
    margin-top: 0px;
  }
  .site-header-2.site-header .mobile-nav {
    margin-bottom: 0px;
  }
  .site-header-2.site-header nav.site-mobile-menu > ul {
    top: 76px;
  }
  .site-header-2 .nav-bar .header-buttons {
    margin-right: 20px;
    margin-top: 30px;
  }
  .site-header-2 .search-bar,
  .site-header-2 .header-contact ul li.border-line {
    display: none;
  }
  .site-header-2 .nav-bar {
    padding-bottom: 20px;
  }
  .site-header-2 .stuck .nav-bar {
    display: block;
  }
  .site-header-2 .stuck .sub-header {
    display: none;
  }
  header.site-header-3 #logo {
    top: 15px;
  }
  .latest-projects .latest-projects-intro {
    padding: 15px 25px 9px;
  }
  .testimonials-slider-wrapper {
    margin-top: 40px;
  }
  .service-box {
    margin: 30px 0px 0px;
  }
  .cal-to-action span {
    display: block;
    margin-bottom: 20px;
    line-height: 28px;
    margin-right: 0px;
  }
  .pricing-table-2 .plan-price span {
    right: -40px;
  }
  .projects-grid-5 .project-item {
    width: 25%;
  }
  .blog-list .post-media {
    width: 300px;
  }
  .blog-list .post-content {
    padding-left: 320px;
  }
  .project-info h2 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .projects-grid .project-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-box,
  .content-box {
    margin-top: 40px;
  }
  .about-text-intro h2,
  .service-text-intro h2,
  .intro-text h2 {
    font-size: 35px;
  }
  .latest-projects .latest-projects-wrapper,
  .latest-projects .latest-projects-intro {
    float: none;
    width: 100%;
  }
  .newsletter-element .input-text,
  .newsletter-element .newsletter-submit {
    margin-top: 20px;
  }
  .projects-grid-5 .project-item {
    width: 50%;
  }
  .about-history {
    margin-top: 35px;
  }
  .pricing-item {
    margin-bottom: 20px;
  }
  .pricing-table-2 {
    width: 100%;
    margin: 10px 0px !important;
  }
  .blog-list .post-media {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-list .post-content {
    padding-left: 0px;
  }
  .post-metadata {
    margin: 10px 0px 10px;
  }
  footer .main-footer .widget-title {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .item.margin_15 {
    margin: 15px 0px 0px;
  }
  .projects-grid .project-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14.5px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 11px;
  }
  h2.cont-title {
    font-size: 18px;
  }
  .box-intro-video .btn-intro-video {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .btn-service-intro .btn {
    margin: 5px 0px;
    min-width: 140px;
  }
  .projects-grid .project-item {
    width: 100%;
  }
  .latest-blog-post-details p.title {
    font-size: 16px;
    font-weight: 500;
  }
  #filter {
    padding: 0px;
  }
  #filter li {
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
  }
  .project-grid-2 #filter,
  .project-page #filter {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .project-grid-2 #filter li,
  .project-page #filter li {
    margin-left: 11px;
    margin-right: 11px;
  }
  .about-text-intro,
  .service-text-intro,
  .intro-text {
    padding: 0px 0px 34px;
  }
  .about-text-intro h2,
  .service-text-intro h2,
  .intro-text h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .about-text-intro p,
  .service-text-intro p,
  .intro-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .col-one-third {
    width: 100%;
  }
  .col-one-third.margin-one-third {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .latest-blog-post-img {
    float: none;
    max-width: inherit;
  }
  .latest-blog-post-details {
    padding-left: 0px;
    margin-top: 15px;
  }
  .item.margin_15 {
    margin: 15px 0px 0px;
  }
  footer.footer-2 .footer-contact ul li span {
    display: none;
  }
  .quick_newsletter .newsletter-element .newsletter-submit {
    width: 100%;
  }
  .projects-grid-5 .project-item {
    width: 100%;
  }
}
@media only screen and (max-width: 319px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 12.5px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10px;
  }
}
/* section background
/* -------------------------------------------------- */
section, #title-head{
	-webkit-background-size: 100% !important;
	-moz-background-size: 100% !important;
	-o-background-size: 100% !important;
	background-size: 100% !important;
	position: relative;
}
section > .container{position: relative;z-index: 2;}
#title-head {background:url(../images/bg/bg-1.html) top fixed;}
#section-cta {background:url(../images/clients-bg.jpg) top fixed;}
#section-pricing {background:url(../images/bg/bg-1.html) top scroll;}
#about-intro {background:url(../images/bg/bg-about.html);}
#service-intro {background:url(../images/bg/bg-service.html);}
#section-coming-soon {
	background-image:url(../images/bg/commingsoon.html);
	-webkit-background-size:cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: scroll !important;
}
.sep-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81B84D;
    opacity: .9;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
	section,#title-head{
		-webkit-background-size:cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-attachment: scroll !important;
	}
}
.round-bg{background:url(../images/round-bg.png)0 0 no-repeat;position:absolute;left:0;top:5px;z-index:9999;width:207px;height:64px;}
@media only screen and (max-width:1200px)
{
	.round-bg{display:none;}
}