

@import url(../../css);

/*** 

====================================================================
  Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fbca00;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

input,
button,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
  font-weight: 300;
  color: #333;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.centered {
  text-align: center;
}

.btn-one {
  position: relative;
  padding: 8px 30px;
  line-height: 24px;
  text-transform: firsttopcase;
  background: #18ba60;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #18ba60;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
}

.btn-one:hover {
  color: #012f5d;
  border-color: #012f5d;
  background: none;
}

.btn-two {
  position: relative;
  padding: 8px 30px;
  line-height: 24px;
  text-transform: firsttopcase;
  background: #18ba60;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #18ba60;
  border-radius: 2px;
}

.btn-two:hover {
  color: #fbca00;
  border-color: #18ba60;
  background: none;
  color: #18ba60;
}

.btn-three {
  position: relative;
  padding: 8px 30px;
  line-height: 24px;
  text-transform: firsttopcase;
  background: none;
  color: #fbca00;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #fbca00;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
}

.btn-three:hover {
  color: #ffffff;
  border-color: #fbca00;
  background: #fbca00;
}

.sec-padding {
  padding: 40px 0;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.padd-top-10 {
  padding-top: 10px;
}

.padd-top-20 {
  padding-top: 20px;
}

.padd-top-30 {
  padding-top: 30px;
}

.padd-top-40 {
  padding-top: 40px;
}

.padd-top-50 {
  padding-top: 50px;
}

.padd-top-60 {
  padding-top: 60px;
}

.padd-top-70 {
  padding-top: 70px;
}

.padd-left-10 {
  padding-left: 10px;
}

.padd-left-20 {
  padding-left: 20px;
}

.padd-left-30 {
  padding-left: 30px;
}

.padd-left-40 {
  padding-left: 40px;
}

.padd-left-50 {
  padding-left: 50px;
}

.padd-left-60 {
  padding-left: 60px;
}

.padd-left-70 {
  padding-left: 70px;
}

.padd-bott-10 {
  padding-bottom: 10px;
}

.padd-bott-20 {
  padding-bottom: 20px;
}

.padd-bott-30 {
  padding-bottom: 30px;
}

.padd-bott-40 {
  padding-bottom: 40px;
}

.padd-bott-50 {
  padding-bottom: 50px;
}

.padd-bott-60 {
  padding-bottom: 60px;
}

.padd-bott-70 {
  padding-bottom: 70px;
}

.padd-bott-90 {
  padding-bottom: 90px;
}

.padd-bott-100 {
  padding-bottom: 100px;
}

.padd-right-10 {
  padding-right: 10px;
}

.padd-right-20 {
  padding-right: 20px;
}

.padd-right-30 {
  padding-right: 30px;
}

.padd-right-40 {
  padding-right: 40px;
}

.padd-right-50 {
  padding-right: 50px;
}

.padd-right-60 {
  padding-right: 60px;
}

.padd-right-70 {
  padding-right: 70px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bott-10 {
  margin-bottom: 10px;
}

.margin-bott-20 {
  margin-bottom: 20px;
}

.margin-bott-30 {
  margin-bottom: 30px;
}

.margin-bott-40 {
  margin-bottom: 40px;
}

.margin-bott-50 {
  margin-bottom: 50px;
}

.margin-bott-60 {
  margin-bottom: 60px;
}

.margin-bott-70 {
  margin-bottom: 70px;
}

.no-padd-bottom {
  padding-bottom: 0px;
}

.no-padd-top {
  padding-top: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-top {
  margin-bottom: 0px;
}

.no-padd-left {
  padding-left: 0px;
}

.no-padd-right {
  padding-right: 0px;
}

.bg-lightgrey {
  background-color: #f6f6f6 !important;
}

.no-bg {
  background: none !important;
}

.text-firsttopcase {
  text-transform: firsttopcase !important;
}

.title_holder h2 {
  margin-top: -11px;
  line-height: 60px;
  color: #272727;
  font-weight: 700;
  word-spacing: -1px;
}

.midium-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #121212;
}

.midium-title span {
  color: #fbca00;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}


/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: firsttopcase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #1c1c1c;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #fbca00;
}


/*** 

====================================================================
  Main Header style
====================================================================

***/


.headersecond.header-transparent {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
}

.site-header.header-transparent  .header-top {
  position: relative;
  font-size: 13px;
  padding: 1px 0px;
  background: #18ba60;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid rgba(24,186,96, 0.2);
}

.header-transparent .bz_search_bar {
  background-color: transparent;
}

.headersecond.header-transparent .header-main {
  padding: 0;
}

.headersecond.header-transparent .header-main .main-menu .navigation > li > a {
  padding: 22px 9px;
  color: #fff;
}

.headersecond.header-transparent .header-main .main-menu .navigation > li > a:hover, .headersecond.header-transparent .header-main .main-menu .navigation > li.active > a {
  color: #18ba60;
}

.headersecond.header-transparent .logo {
  padding: 3px 0;
      display: inline-block;
}

.header-transparent .header-main .bz_search_bar {
  padding: 8px 0 8px 34px;
}

.site-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.site-header:after {
  clear: both;
  display: table;
  content: '';
}

.site-header .header-top {
  position: relative;
  font-size: 13px;
  padding: 8px 0px;
  background: #2f2c3d;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.site-header .header-top a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.site-header .header-top .theme-btn.quote-btn {
}

.site-header .header-top .theme-btn.quote-btn:hover {
  color: #fff;
}

.site-header .links-nav li {
  position: relative;
  float: left;
  margin-right: 25px;
}

.site-header .top-right .links-nav li {
  margin-right: 0px;
  margin-left: 25px;
}

.site-header .links-nav li a {
  position: relative;
  line-height: 26px;
  font-size: 14px;
}

.site-header .links-nav li .fa {
  padding-right: 8px;
  font-size: 16px;
  color: #ffffff;
}

.site-header .header-top .social-links a {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  line-height: 22px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  width: 25px;
}

.site-header .header-top a:hover {
  color: #fff;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #cccccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 6px 0px 2px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.header-main {padding: 5px 0;}

.headerfirst .header-info {
  text-align: right;
  margin-top: 5px;
}

.headerfirst .header-info li {
  display: inline-block;
  margin-left: 40px;
  text-align: left;
}

.headerfirst .hdbox-left {
  color: #18ba60;
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  font-size: 37px;
  text-align: left;
}

.hdbox-right {
  font-size: 17px;
  line-height: 28px;
  display: table-cell;
  vertical-align: middle;
  color: #666;
  font-weight: 300;
}

.hdbox-right > span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.site-header .header-lower {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #f3f3f3;
  border-bottom: 3px solid #fbca00;
  z-index: 5;
}

.site-header.headerfirst .header-lower {
  background: none;
  border: none;
  background: #2f2c3d;
}

.site-header .nav-outer {
  position: relative;
}

.site-header.headerfirst .nav-outer {
  background: #2f2c3d;
  padding: 0px 160px 0px 30px;
}

.site-header.fullwidth .nav-outer {
  background: #292929;
  padding: 0;
  position: relative;
}

.site-header.fullwidth .auto-container {
  position: relative;
}

.header-main-box .nav-outer .search-box-btn {
  position: absolute;
  right: 0px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}

.header-main-box .nav-outer .search-box-btn:hover {
  color: #fbca00;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: right;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  /* display: initial; */
  float:  right;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.headerfirst .main-menu .navigation > li {
  margin-right: 30px;
}

.header-main-box .main-menu .navigation > li {
  border: none;
}

.sticky-header .main-menu .navigation > li {
  margin: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 16px 20px 16px 0px;
  font-size: 16px;
  color: #222222;
  line-height: 18px;
  font-weight: 300;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.headerfirst .main-menu .navigation > li > a {
  color: #ffffff;
}

.sticky-header .main-menu .navigation > li > a {
  color: #181818;
  padding: 15px 15px;
  line-height: 2.5;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: #18ba60;
  opacity: 1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  background: #18ba60;
  color: #ffffff;
  opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 130%;
  width: 180px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #eee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.last-child > a {
  border-bottom: 0;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ccc;
}

.main-menu .navigation > li > ul > li:hover > a {
  background: #18ba60;
  color: #fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: 0px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #012f5d;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: #18ba60;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.site-header .btn-outer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
}

.site-header.header-style-three .btn-outer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 130px;
}

.site-header .btn-outer .quote-btn {
  position: relative;
  display: block;
  line-height: 24px;
  text-align: center;
  padding: 19px 10px;
  margin: 0px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0px;
  text-transform: firsttopcase;
  z-index: 1;
}

.site-header .btn-outer {
  border-color: transparent transparent #18ba60;
  border-style: solid;
  border-width: 0 0 62px 45px;
  height: 0;
  line-height: 64px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .5s ease;
}

.site-header .btn-outer::after {
  content: "";
  background: #18ba60;
  width: 400px;
  height: 62px;
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: all .5s ease;
}

.site-header.header-style-three .btn-outer .quote-btn {
  background: #012f5d;
  color: #ffffff;
}

.header-main-box .btn-outer .quote-btn {
  padding: 27px 0px 18px 30px;
}

.social-links-one {
  position: relative;
}

.site-header .social-links-one {
  top: 7px;
}

.social-links-one a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #928d8d;
  border-radius: 50%;
  background: #f4f4f4;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-one a:hover {
  background: #fbca00;
  color: #ffffff;
}

.social-links-two a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  line-height: 38px;
  font-size: 14px;
  color: #cccccc;
  border-radius: 50%;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-two a:hover {
  background: #fbca00;
  border-color: #fbca00;
  color: #ffffff;
}

.social-links-three a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #f1f1f1;
  line-height: 30px;
  font-size: 12px;
  color: #aaaaaa;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-three a:hover {
  background: #fbca00;
  border-color: #fbca00;
  color: #ffffff;
}

.top-search-box {
  position: absolute;
  right: 150px;
  top: 0;
}

.top-search-box button {
  background: #353535 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  height: 62px;
  line-height: 72px;
  outline: medium none;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 70px;
}

.top-search-box button:hover {
  background: #212121;
  color: #fdc716;
}

.top-search-box button i.fa-search {
  position: relative;
  top: -2px;
}

.top-search-box .search-box {
  background: #fdc716 none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 140%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 280px;
  z-index: 999;
}

.top-search-box:hover .search-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top-search-box .search-box li form {
  position: relative;
}

.top-search-box .search-box li form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  display: block;
  font-weight: 300;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top-search-box .search-box li form button {
  background: #353535 none repeat scroll 0 0;
  border: 1px solid #353535;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 50px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}

.top-search-box .search-box li form input:focus {
  border: 1px solid #212121;
}

.top-search-box .search-box li form input:focus + button,
.top-search-box .search-box li form button:hover {
  background: #212121 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #212121;
}

.headersecond .header-main {
  padding: 0px 0 0px;
}

.headersecond .logo {
  padding: 24px 0;
}

.headersecond .main-menu .navigation > li > a {
  padding: 36px 17px;
}

.headersecond .main-menu {
  position: relative;
  float: right;
  width: 100%;
}

.headersecond .main-menu .navigation > li {
  margin-left: 0px;
  margin-right: 0;
}

.menusearch {
  padding: 16px 0;
  float: right;
}

.bz_search_bar {
  background-color: #ffffff;
  color: #18ba60;
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 20px 0 19px 34px;
  text-align: center;
  width: 100%;
}

.bz_search_box {
  background-color: #2f2c3d;
  border-radius: 0;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 22px;
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 1000;
}

.bz_search_box input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e1e1e1 currentcolor #e1e1e1 #e1e1e1;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  float: left;
  height: 45px;
  padding: 0 10px;
  width: calc(100% - 45px);
}

.bz_search_box button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #18ba60;
  border-color: #18ba60 #18ba60 #18ba60 currentcolor;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  height: 45px;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 45px;
  color: #fff;
}

.theme-btn.quote-btn {
  padding: 0px 10px;
  margin: 0px 0;
  margin-left: 20px;
}

.headerfirst .menusearch {
  float: right;
  padding: 0;
}

.headerfirst .bz_search_bar {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 18px 30px 17px 25px;
  text-align: center;
  width: 100%;
}

.headerfirst .main-menu {
  position: relative;
  float: left;
}

.headerfirst .sticky-header .bz_search_bar {
  background-color: transparent;
  color: #18ba60;
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 16px 13px 14px 13px;
  text-align: center;
  width: 100%;
  margin-left: 2px;
}

.nav-social a {
  display: inline-block;
  padding: ;
    width: 35px;
  height: 35px;
  border: 1px solid #fff;
  margin: 3px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  transition: all .5s ease;
}

.nav-social a:hover {
  background: #2f2c3d;
  color: #fff;
}

.quickbtn {
  display: table-cell;
  padding: 10px;
  background: #18ba60;
  color: #fff;
  min-width: 140px;
  text-align: center;
  transition: all .5s ease;
}

.quickbtn:hover {
  background: #2f2c3d;
  color: #fff;
}

.homemnu i {
  font-size: 25px;
}


.headerfirst .logo img {
    width: 140px;
}

.headerfirst .sticky-header .logo {
  margin-top: 0;
}

.headersecond .sticky-header .main-menu .navigation > li > a {
  padding: 20px 17px;
}

.headersecond .sticky-header .logo {
  padding: 0px 0;
}

.headersecond .sticky-header  .menusearch {
  padding: 1px 0;
  float: right;
}

.hdsocialbtns {
  position: absolute;
  right: 0;
  width: 160px;
  text-align: center;
  /* height: 64px; */
  background: #18ba60;
}

.hsoclwrp.clearfix a {
  display: inline-block;
  color: #fff;
  /* width: 33px; */
  line-height: 3;
}

.hsoclwrp.clearfix {
  /* margin-top: 18px; */
  /* padding: 6px 20px 16px 0px; */
}


/*** 

====================================================================
  Main Slider style
====================================================================

***/



.smooth-textbox {
  width: 750px;
  padding: 0 25px;
}

.smooth-textbox h1 {
  font-size: 55px !important;
  font-weight: bold !important;
  line-height: 60px !important;
  margin-bottom: 20px;
}

.smooth-textbox p {
  color: #fff;
  font-size: 19px!important;
  line-height: 30px!important;
  font-weight: 400 !important;
  font-family: 'Roboto', sans-serif;
}

.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.slidebtns a {
  display: inline-block;
  margin-right: 20px;
  line-height: 50px;
  font-size: 14px!important;
  width: 160px;
  padding: 5px 20px;
  background: #18ba60;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.slidebtn2 {
  background: #fff!important;
  color: #000!important;
}

.slidebtns a:hover {
  color: #fff!important;
  background: #2f2c3d!important;
}


/*** 

====================================================================
  Title style
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 20px;
}

.sec-title h2 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .5px;
}

.colorborder {
  background: #ccc none repeat scroll 0 0;
  display: block;
  height: 1px;
  position: relative;
  width: 200px;
  margin: 2px auto;
}

.colorborder::after {
  background: #18ba60 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 60px;
  top: 0px;
}


/*** 

====================================================================
  Welcome Section
====================================================================

***/
.hometophead {
  text-align: center;
  padding: 60px 0 60px;
}

.hometophead h4 {
  margin-bottom: 16px;
}

.hometophead h2 {
  margin-top: 0;
  color: #333;
  font-size: 40px;
  font-weight: 600;
}

.hometophead h2 strong {
  margin-top: 0;
  color: #18ba60;
  font-size: 40px;
  font-weight: 600;
}

.hometophead .colorborder {
  margin-bottom: 15px;
}

.awards-box {
  float: left;
  width: 50%;
  margin-bottom: 13px;
}

.awards-box .media {
  border: 1px solid #eee;
  background: #f5f5f5;
  margin-right: 15px;
  padding: 10px 15px;
}

.awards-box a i {
  border: 2px solid #18ba60;
  border-radius: 50%;
  background: #2f2c3d;
  font-size: 26px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  width: 55px;
  color: #fff;
}

.awards-box .media-body h3 {
  font-size: 22px;
  color: #333;
  font-weight: 500;
}

.counter-style3 {
  background: #f5f5f5;
}

.counter-style3 .awards-box {
  float: none;
  width: 100%;
  margin: 13px 0;
}

.counter-style3 .awards-box .media {
  border: 0;
  background: #18ba60;
  margin-right: 0;
      padding: 35px 6px 20px;
  border-radius: 5px;
}

.counter-style3 .awards-box a i {
      color: #fff;
    border-radius: 50%;
    background: #18ba60;
    font-size: 39px;
    height: 75px;
    line-height: 74px;
    text-align: center;
    width: 75px;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.counter-style3 .awards-box .media-body h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
}

.counter-style3 .awards-box .media-body p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: capitalize;
}

.bgimage-style {
  background: #f4f4f4 url(../images/background/bg9.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
}

.bgimage-style::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0wi;
  width: 100%;
  height: 100%;
  background: rgba(47, 44, 61, 0.9);
}

.bgimage-style .awards-box {
  position: relative;
  z-index: 1;
}

.bgimage-style.counter-style3 .awards-box a i {
  font-size: 45px;
}

.quotestyle2 .counter-style3 {
  background: transparent;
  margin-top: 0;
  margin-right: 20px;
}

.quotestyle2  .counter-style3 .awards-box .media {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
}

.quotestyle2  .counter-style3 .awards-box {
  margin: 0 0 0px;
}

.midtext {
  font-size: 20px;
  line-height: 30px;
  color: #111;
  margin-bottom: 30px;
  font-weight: 300;
}

.awards-box .media-body p {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin-bottom: 0;
}

.service-style3 {
  padding: 70px 0;
  background: #fff;
}

.spervicepage2 {
  padding: 70px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.homestrip {
  background: #18ba60;
  padding: 30px 0;
}

.homestrip h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.homestrip .colorborder::after {
  background: #2f2c3d none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 60px;
  top: 0px;
}

.homestrip p {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.welcome-sec {
  padding: 90px 0 110px;
  text-align: center;
}

.single-service-item {
  background: #f4f4f4;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.single-service-item::before {
  content: '';
  background: #2f2c3d;
  width: 900px;
  height: 720px;
  position: absolute;
  -webkit-transform: translate(-1000px, -400px) rotate(130deg);
  transform: translate(-1000px, -400px) rotate(130deg);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 0;
}

.single-service-item:hover:before {
  -webkit-transform: translate(-290px, -400px) rotate(130deg);
  transform: translate(-290px, -400px) rotate(130deg);
}

.single-service-item:hover .service-content a {
  color: #fff;
}

.single-service-item:hover .service-content p {
  color: #fff;
}

.allservices2 .single-service-item {
  margin-bottom: 50px;
}

.service-icon {
  font-size: 36px;
  background: #fff;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  display: inline-block;
  line-height: 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


/*
.single-service:hover .service-icon {
    color: #fff;
    transition: all .5s ease;
}
*/

.service-content h3 a {
  color: #333;
  transition: all .5s ease;
}

.service-content p {
  transition: all .5s ease;
}

.service-content h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}


/*
.single-service .service-icon:after {
    background: #2f2c3d;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0));
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    border-radius: 100%;
}

.single-service:hover .service-icon:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
*/

.servicebox-image {
  position: relative;
  overflow: hidden;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

.mask .fa.fa-search {
  width: 40px;
  height: 40px;
  background: #18ba60;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.mask .fa.fa-search:hover {
  background: #ffae11;
}

.single-servicebox:hover .fa.fa-search {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.single-servicebox:hover .mask {
  top: 0;
  opacity: 1;
  visibility: visible;
}


/*** 

====================================================================
  services-action
====================================================================

***/

.services-sec {
  padding: 40px 0 40px;
}
.services-sec.notoppadd{
  padding: 0px 0 50px;
}
.services-sec.srvstyle3 {
  padding-top: 90px;
  background: #f5f5f5;
}

.single-servicebox {
  margin-bottom: 40px;
}

.servicebox-image img {
  width: 100%;
}

.servicebox-content {
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 2px dashed #18ba60;
  background: #f9f9f9;
  max-height: 261px;
  overflow-y:  auto;
  min-height: 261px;
}

.services-sec.srvstyle3  .servicebox-content {
  background: #fff;
}

.servicebox-content h3 {
  margin-top: 0;
  font-size: 19px;
  margin-bottom: 9px;
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 0px;
  padding-top: 20px;
}

.servicebox-content h3 a {
      color: #000000;
    font-size: 18px;
}

.servicebox-content h3 a:hover {
  color: #272727;
}

.serivec-sec h5 {
  font-weight: 700;
  color: #272727;
  word-spacing: -1px;
  font-size: 20px;
  margin-top: 5px;
}

.serivec-sec .img_holder {
  display: table-cell;
  padding-top: 13px;
  overflow: hidden;
}

.serivec-sec .img_holder figure {
  overflow: hidden;
}

.serivec-sec .img_holder img {
  transition: transform .5s ease;
}

.serivec-sec .servhold:hover .img_holder img {
  transform: scale(1.1, 1.1);
}

.serivec-sec .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 29px;
}

.serivec-sec .info a {
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 900;
}

.serivec-sec .servhold {
  margin-bottom: 30px;
}
 /*
.picon {
    background: #18ba60;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 7px;
    right: 7pxpx;
    z-index: 7; 
    border-radius: 100%;
}
 
.picon::after {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background: #2f2c3d;
    position: absolute;
    left: 8px;
    top: -3px;
    z-index: -1;
    transform: rotate(43deg);
   border-radius: 30px; 
}*/

.service-icon {
  font-size: 36px;
  background: #f4f4f4;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  display: inline-block;
  line-height: 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.single-service:hover .service-icon {
  color: #fff;
  transition: all .5s ease;
}

.service-content h3 a {
  color: #333;
}

.service-content h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}

.single-service .service-icon:after {
  background: #272727;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0));
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
  border-radius: 100%;
}

.single-service:hover .service-icon:after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.servicebox-image {
  position: relative;
  overflow: hidden;
}


/*
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}*/

.servicebox-image .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.servicebox-image .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  -ms-transform: perspective(400px) rotateY(90deg);
  -o-transform: perspective(400px) rotateY(90deg);
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-servicebox:hover .mask {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  -ms-transform: perspective(400px) rotateY(0deg);
  -o-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.servicebox-image i {
  position: relative;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -o-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.servicebox-image:hover i {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mask .fa.fa-search {
  width: 40px;
  height: 40px;
  background: #18ba60;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.mask .fa.fa-search:hover {
  background: #ffae11;
}

.single-servicebox:hover .fa.fa-search {
  opacity: 1;
  visibility: visible;
}

.single-servicebox:hover .mask {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.services-sec2 {
  background: #f9f9f9;
  padding: 70px 0 80px;
}

.services-sec2 .servicebox-content {
  text-align: center;
}

.services-sec2 .link {
  margin: 26px 0 0;
}

.services-sec2 .readmore-btn {
  background: #ffc925;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  min-width: 126px;
  display: inline-block;
  transition: all .5s ease;
}

.services-sec2 .readmore-btn:hover {
  background: #333;
}

.services-sec2 .single-servicebox {
  margin-bottom: 40px;
  background: #fff;
  padding-bottom: 25px;
}

.services-sec2 .picon {
  display: none;
}

.services-sec2 .servicebox-content h3 a {
  color: #333;
  font-weight: 500;
}

.service-style3 {
  padding: 40px 0 40px;
  background: #f4f4f4;
}

.servicebox {
  background: #fff;
  text-align: center;
  padding: 0 10px 30px;
  margin: 0px 0 40px;
  position: relative;
  z-index: 1;
  margin-left: 0px;
  box-shadow: 0 0px 16px 0px rgba(0, 0, 0, .14);
  position: relative;
}

.servicebox:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: url(../images/service-icon/pg.png);
    background-size: 100% 100%;
}

.servicebox p{
  font-size: 14px;
}

.servicebox::after {
  background: #18ba60;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}

.servicebox:hover:after {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.servicebox:hover * {
  color: #fff;
}

.servicebox:hover  .siconbox   i {
  color: #18ba60;
}

.siconbox {
  color: #2f2c3d;
  font-size: 40px;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-top: -50px;
  border-radius: 100%;
  background: #fff;
  line-height: 96px;
}

.siconbox {
  color: #fff !important;
  font-size: 33px;
  margin-bottom: 25px;
  width: 90px;
  height: 90px;
  display: inline-block;
  margin-top: 0;
  border-radius: 100%;
  background: #fff;
  line-height: 60px;
  /* border: 1px solid #eee; */
  /* box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1); */
  transition: all .5s ease;
  background: #fff !important;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  top: -35px;
  border: 2px solid #18ba60;
}

.servicebox h4 {
  color: #333;
  margin-bottom: 10px;
  padding-top: 28px;
  font-size: 19px;
  font-weight: 500;
}

.servicebox h4 a {
  color: #333;
  transition: all .5s ease;
  margin-top: 40px;
  width: 100%;
  display: inline-block;
}

.servicebox h4 a:hover {
  color: #fff;
}

.servicebox:hover .siconbox {
  background: #fff!important;
}

.spervicepage2 {
  padding: 70px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}


/*** 

====================================================================
  service Section
====================================================================

***/

.serivec-sec h5 {
  font-weight: 700;
  color: #272727;
  word-spacing: -1px;
  font-size: 20px;
  margin-top: 5px;
}

.serivec-sec .img_holder {
  display: table-cell;
  padding-top: 13px;
  overflow: hidden;
}

.serivec-sec .img_holder figure {
  overflow: hidden;
}

.serivec-sec .img_holder img {
  transition: transform .5s ease;
}

.serivec-sec .servhold:hover .img_holder img {
  transform: scale(1.1, 1.1);
}

.serivec-sec .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 29px;
}

.serivec-sec .info a {
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 900;
}

.serivec-sec .servhold {
  margin-bottom: 30px;
}


/*** 
 ==============================
  Fact-counter-section
 ============================== 
 ***/

.fact-counter-section {
  padding: 0px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.fact-counter-section::before {
  position: absolute;
  content: "";
  background: #2f2c3d;
  opacity: .9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.fact-counter-section::after {
  background: #18ba60;
  position: absolute;
  width: 25%;
  top: 0;
  height: 100%;
  z-index: -1;
  right: 0;
  content: "";
}

.single-fact-counter {
  background: transparent;
  padding: 45px 0;
}

.fact-counter-section .col-sm-6:last-child {
  background: #18ba60;
}

.fact-counter-section .col-sm-6:last-child i {
  color: #fff;
}

.single-fact-counter .text-box {
  text-align: center;
}

.single-fact-counter .text-box .number {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.single-fact-counter .text-box p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

.single-fact-counter .icon-box {
  margin-bottom: 30px;
}

.single-fact-counter .icon-box i {
  font-size: 40px;
  color: #18ba60;
  display: block;
  margin-top: 10px;
}

.entry-meta {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 0;
  border-bottom: 0;
}

.readmore {
  font-weight: bold;
}


/*** 

====================================================================
  Testimonial
====================================================================

***/
.testmonialsec.sec-padding {
  background: #f5f5f5;
}

.sec-title.text-left .colorborder {
  margin: 5px 0;
}

.sec-title.text-left .colorborder::after {
  left: 0;
  transform: translate(0%);
}

.sec-title.text-left .colorborder::before {
  left: 10px;
}

.sec-title.text-left h2 {
  margin-bottom: 20px;
}

.testm-wrp {
  padding-right: 60px;
  text-align: left;
  height: 100%;
}

.quoteicon {
  font-size: 20px;
  color: #18ba60;
  padding: 10px;
  border: 1px solid #18ba60;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 21px;
  margin: 0 0 20px;
}

.clntfeed {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.clntfeed p {
  color: #666;
  font-size: 18px;
  font-style: italic;
}

.clntimg {
  border-radius: 100%;
  float: left;
  height: 80px;
  margin-right: 15px;
  width: 80px;
}

.clntinfo {
  float: left;
  min-width: 400px;
}

.clntimg img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.clntdtl > h3 {
  color: #333!important;
  font-size: 22px!important;
  font-weight: 400;
}

.testmonialsec  .owl-theme .owl-dots .owl-dot.active  span {
  background: none repeat scroll 0 0 #18ba60;
}

.clntdtl > span {
  color: #2f2c3d;
  font-size: 16px;
  font-weight: 600;
}

.reviewstar {
  float: right;
  margin-top: 15px;
}

.reviewstar li {
  display: inline-block;
  color: #18ba60;
}

.hometestmon {
  background: #fff none repeat scroll 0 0;
  padding: 50px 0 70px;
}

.hometestmon .title1 {
  margin-bottom: 45px;
}

.testwrp {
  background: #fff none repeat scroll 0 0;
  margin-left: 50px;
  padding: 10px;
}

.single-testm {
  border: 1px solid #ebebeb;
  padding: 20px 20px 20px 80px;
}

.client-image {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  left: 15px;
  margin-top: -60px;
  padding: 10px;
  position: absolute;
  top: 50%;
}

.single-testm p {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 24px;
}

.single-testm h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 8px;
  text-transform: uppercase;
}

.single-testm h4 small {
  font-size: 12px;
  line-height: 24px;
  padding-left: 15px;
}

.testmonrow .owl-item .col-sm-6 {
  width: 100%;
}

.bg-gray {
  background: #f5f5f5;
}

.teststyle2 {
  padding: 70px 0;
}

.teststyle2 .key_benefits_panel .panel-heading h6 a {
  font-weight: 400;
  font-size: 20px;
}

.hometest2 {
  background: url(../images/background/image-4.html) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}

.hometest2::before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: .8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hometest2 h2,
.hometest2 p,
.hometest2 h3 {
  color: #fff!important;
}

.hometest2 .why-choose-us .top-box {
  width: 65px;
  height: 65px;
  background: #18ba60;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  border-radius: 100%;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: none;
  transition: all .5s ease;
}

.hometest2 .why-choose-us .icon-box::after {
  width: 1px;
  height: 58px;
  top: 74px;
}

.testmonialsec.hometest2.sec-padding {
  padding: 90px 0 70px !important;
}

.testmonialsec.test2.sec-padding {
  background: #f5f5f5;
}

.testm-wrp2 .textmitem {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}

.testm-wrp2 .textmitem::after {
  clear: both;
  display: table;
  content: "";
}

.testmonialsec.test2.bgwhite.sec-padding {
  background: #fff;
}



/*** 

====================================================================
  whychoose us
====================================================================

***/

.whychoose-box {
  margin-bottom: 40px;
}

.why-choose-us .icon-box::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 55px;
  background: #EDEDED;
  border: .1px solid #E4E4E4;
  border-top: 0;
  border-bottom: 0;
}

.why-choose-us li:last-child .icon-box::after {
  display: none;
}

.why-choose-us .icon-box {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: top;
}

.why-choose-us .top-box {
  width: 80px;
  height: 80px;
  background: #18ba60;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 74px;
  border-radius: 100%;
  font-weight: bold;
  border: 3px solid #fff;
  box-shadow: 0 0 4px 4px #eee;
  transition: all .5s ease;
}

.whychoose-box:hover .top-box {
  background: #2f2c3d;
}

.why-choose-us .text-box {
  padding-left: 22px;
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 88%;
}

.why-choose-us .text-box h3 {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}

.why-choose-us .text-box p {
  margin: 0;
  color: #666;
  margin-top: 14px;
}

/*** 

====================================================================
  Letest Projects
====================================================================

***/

.saleofweeek {
  background: #f4f4f4 url(../images/background/bg9.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
}

.saleofweeek:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0wi;
  width: 100%;
  height: 100%;
  background: rgba(47, 44, 61, 0.9);
}

.saleofweeek .sec-title h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.saleofweeek .owl-theme .owl-controls {
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -90px;
}

.saleofweeek .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent;
  border: 1px solid #18ba60;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  height: 34px;
  line-height: 28px;
  margin: 5px;
  padding: 1px 7px;
  width: 34px;
}

.saleofweeek .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #333;
  background: #18ba60;
}

.switem {
  position: relative;
}

.switem img {
  width: 100%;
}

.saleofweeek .sec-title {
  float: left;
}

.swhoverbox {
  display: block;
  height: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 9;
}

[class^="imghvr-"],
[class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: rgba(1, 48, 94, 0.85);
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.switem a::before,
.switem a::after {
  z-index: 1;
}

.switem a .swhoverbox::before,
.switem a .swhoverbox::after {
  z-index: -1;
}

.switem a::before,
.switem a::after,
.switem a .swhoverbox::before,
.switem a .swhoverbox::after {
  width: 25%;
  height: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
  background-color: rgba(55, 182, 232, 0.85);
  opacity: 0;
  position: absolute;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.switem a::before {
  left: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.switem a::after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.switem a .swhoverbox::before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.switem a .swhoverbox::after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.switem a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.switem a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.switem a:hover .swhoverbox::before {
  transform: scale(1);
  opacity: 1;
}

.switem a:hover .swhoverbox::after {
  transform: scale(1);
  opacity: 1;
}

.projinrtext {
  margin-bottom: 0;
  margin-top: 30%;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.swhoverbox h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  top: 70%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
}

.swhoverbox h3 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.switem:hover .swhoverbox h3 {
  opacity: 1;
  top: 50%;
}

.swhoverbox p {
  color: #fff;
}

.swhoverbox  .vbtn {
  color: #18ba60;
  display: block;
  width: 100px;
  display: inline-block;
  font-size: 16px;
}

.sowbox {
  clear: both;
}

.switem a:hover .projinrtext {
  margin-top: 30px;
  opacity: 1;
}

.maincatagory {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}

.blackbg {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.maincatbox {
  text-align: center;
}

.maincatbox figure img {
  width: 120px;
}

.maincatbox figure {
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  padding: 3px;
  transition: all .5s ease;
}

.maincatbox:hover figure {
  background: #fff;
}

.maincatbox h3 {
  color: #fff;
  font-size: 20px;
}

.maincatbox h3 a {
  color: #fff;
}

.maincatbox h3 a:hover {
  color: #d9272e;
}

.gallery-section .swhoverbox h3 {
  font-size: 25px;
}

.gallery-section .swhoverbox h3 i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  line-height: 1.8;
  font-size: 20px;
}

.glrybgimage {
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
}

.glrybgimage .mixitup-gallery {
  position: relative;
  z-index: 1;
}

.glrybgimage .sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}




/*** 

====================================================================
  Our Team Section
====================================================================

***/

.ourteamsec {
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}

.team-box {
  border: solid 1px #eeeeee;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}

.team-box::after {
  clear: both;
  display: table;
  content: "";
}

.team-head img {
  width: 100%;
}

.team-box h3 {
  text-transform: uppercase;
  padding-top: 25px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  top: 0;
}

.team-box b {
  color: #18ba60;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-box:hover .social {
  right: 0;
}

.team-head {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.team-content {
  padding: 0 20px 10px;
  text-align: left;
  background: #fff;
  text-align: left;
  min-height: 220px;
}

.team-box .social > ul {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 5px;
}

.team-box .social {
  background: rgba(47, 44, 61, 0.8) none repeat scroll 0 0;
  height: 50px;
  position: absolute;
  right: -50px;
  height: 100%;
  transition: all .5s ease;
  width: 50px;
  top: 0;
}

.team-box .social ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.team-box .social ul li {
  display: block;
  margin-bottom: 13px;
}

.team-box .social ul li:last-child {
  margin-right: 0;
}

.team-box .social span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #18ba60;
  font-size: 16px;
  height: 35px;
  padding: 10px;
  width: 35px;
}

.team-box .facebook-icon:hover span {
  background: #3b5998;
  color: #fff;
}

.team-box .twitter-icon:hover span {
  background: #55acee;
  color: #fff;
}

.team-box .linkedin-icon:hover span {
  background: #0976b4;
  color: #fff;
}

.team-box .dribbble-icon:hover span {
  background: #ea4c89;
  color: #fff;
}

.browsers {
  background: #f8f8f8;
}

.title-icon {
  display: block;
  color: #f32b1a;
  font-size: 25px;
  margin-bottom: 15px;
}

.ourteampage .team-box {
  margin-bottom: 40px;
}


/*** 

====================================================================
  Single-Blog-Post
====================================================================

***/

.single-blog-post .img-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.single-blog-post .img-box img {
  width: 100%;
}

.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 202, 0, 0.8);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all .5s ease;
}

.single-blog-post:hover .img-box .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #ffb606;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all .3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
  background: #ffb606;
  border-color: #fff;
  color: #fff;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
}

.single-blog-post .content-box .date-box {
  padding-right: 25px;
}

.single-blog-post .content-box .date-box .inner {
  width: 65px;
  text-align: center;
  background: #18ba60;
}

.single-blog-post .content-box .date-box .inner .date {
  padding: 15px 0;
}

.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202A30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #E6E6E6;
  border-top: 0px;
}

.single-blog-post .content-box .date-box .comment i:before {
  color: #374045;
  font-size: 16px;
}

.single-blog-post .content-box .content h3 {
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}

.single-blog-post .content-box .content p {
  font-size: 15px;
}

.single-blog-post .content-box .content span {
  color: #222222;
  font-size: 13px;
}

.single-blog-post .content-box .content span a {
  color: #ffb606;
}

.single-blog-post .share {
  margin: 0;
  padding: 0;
}

.single-blog-post .share li {
  display: inline;
  list-style: none;
}

.single-blog-post .share li a,
.single-blog-post .share li span {
  display: inline-block;
  color: #D5DADD;
  font-size: 16px;
  margin-right: 10px;
}

.single-blog-post .share li a:hover {
  color: #ffb606;
}

.single-blog-post .share li span {
  color: #222222;
  font-size: 12px;
  text-transform: capitalize;
}

.single-blog-post .bottom-box {
  margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
  display: table-cell;
  vertical-align: top;
}

.blog-details .admin-info .inner-box {
  width: 100px;
}

.blog-details .admin-info .content {
  padding-left: 45px;
}

.blog-details .admin-info .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222E35;
}

.blog-details .admin-info .social {
  padding: 0;
  margin: 0;
}

.blog-details .admin-info .social li {
  display: inline-block;
  list-style: none;
}

.blog-details .admin-info .social li a {
  font-size: 16px;
  margin-right: 7px;
  color: #D5DADD;
}

.blog-details .comment-box .title {
  margin-bottom: 50px;
}

.blog-details .comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.blog-details .comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}

.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details .comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}

.blog-details .comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.blog-details .comment-box .single-comment-box .content-box span {
  color: #272727;
  display: inline-block;
  font-weight: 500;
}

.blog-details .comment-box .single-comment-box .content-box p {
  color: #9C9C9C;
  line-height: 26px;
}

.blog-details .comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #262F36;
}

.blog-details .comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}

.blog-details .contact-form {
  position: relative;
  background: #fff;
  color: #000;
  padding: 40px 20px;
  background: #f4f4f4;
}

.blog-details .contact-content h2 {
  color: #23282A;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-bottom: 35px;
}

.blog-details .contact-content .contact-form textarea,
.blog-details .contact-content .contact-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #F0F0F0;
  outline: none;
  padding-left: 20px;
  line-height: 58px;
  margin-bottom: 20px;
}

.blog-details .contact-content .contact-form textarea {
  height: 221px;
}


/*** 

====================================================================
  single-blog-post
====================================================================

***/

.single-blog-post .content-box {
  border: 1px solid #eee;
  padding: 20px 10px;
}

.single-blog-post .img-box {
  position: relative;
  display: inline-block;
}

.single-blog-post .img-box img {
  width: 100%;
}

.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0,0, 0.6);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all .5s ease;
}

.single-blog-post:hover .img-box .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #18ba60;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all .3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
  background: #18ba60;
  border-color: #fff;
  color: #fff;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 10px 0;
}

.single-blog-post .date-box {
  padding-right: 0;
  position: absolute;
  top: 0;
  background: #2f2c3d;
  left: 0;
}

.single-blog-post .date-box .inner {
  width: 100px;
  background: #18ba60;
  color: #fff;
}

.single-blog-post .date-box .inner .date b {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-right: 7px;
  background: #2f2c3d;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

.single-blog-post .date-box .inner .date {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.single-blog-post .date-box .comment {
  font-size: 20px;
  color: #202A30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #E6E6E6;
  border-top: 0px;
}

.single-blog-post .date-box .comment i:before {
  color: #374045;
  font-size: 16px;
}

.single-blog-post .content-box .content h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.single-blog-post .content-box .content p {
  line-height: 26px;
}

.single-blog-post .content-box .content span {
  color: #222222;
  font-size: 13px;
}

.single-blog-post .content-box .content span a {
  color: #2f2c3d;
}

.single-blog-post .share {
  margin: 0;
  padding: 0;
}

.single-blog-post .share li {
  display: inline;
  list-style: none;
}

.single-blog-post .share li a,
.single-blog-post .share li span {
  display: inline-block;
  color: #D5DADD;
  font-size: 16px;
  margin-right: 10px;
}

.single-blog-post .share li a:hover {
  color: #ffb606;
}

.single-blog-post .share li span {
  color: #222222;
  font-size: 12px;
  text-transform: capitalize;
}

.single-blog-post .bottom-box {
  margin-top: 35px;
}

.entry-meta {
  margin-bottom: 10px;
  margin-top: 10px;
}

.entry-meta i {
  font-size: 14px;
  margin-right: 5px;
}

.entry-meta li {
  margin-left: 5px;
}

.entry-meta li:first-child {
  margin-left: 0;
}

.entry-meta li a {
  color: #777;
  font-size: 13px;
}

.entry-meta a:hover,
.entry-meta li a:hover {
  color: #18ba60;
}

.blogbtn {
  background: #18ba60 none repeat scroll 0 0;
  border: 2px solid #18ba60;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 10px 22px;
  position: relative;
  text-transform: capitalize;
}

.blogbtn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #18ba60;
  color: #333;
}

.blogbtn:hover i {
  color: #000!important;
}

.blogbtn .icon {
  color: #fff;
  padding-left: 2px;
  position: relative;
  top: 1px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}

.blog-details .content {
  padding-right: 20px;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
  display: table-cell;
  vertical-align: top;
}

.blog-details .content h3 {
  font-size: 24px!important;
}

.blog-details .admin-info .inner-box {
  width: 100px;
}

.blog-details .admin-info .content {
  padding-left: 45px;
}

.blog-details .admin-info .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222E35;
}

.blog-details .admin-info .social {
  padding: 0;
  margin: 0;
}

.blog-details .admin-info .social li {
  display: inline-block;
  list-style: none;
}

.blog-details .admin-info .social li a {
  font-size: 16px;
  margin-right: 7px;
  color: #D5DADD;
}

.blog-details .comment-box .title {
  margin-bottom: 50px;
}

.blog-details .comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.blog-details .comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}

.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details .comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}

.blog-details .comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.blog-details .comment-box .single-comment-box .content-box span {
  color: #272727;
  display: inline-block;
  font-weight: 500;
}

.blog-details .comment-box .single-comment-box .content-box p {
  color: #9C9C9C;
  line-height: 26px;
}

.blog-details .comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  background: #f4f4f4;
  padding: 0px 10px;
}

.blog-details .comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.single-comment-box.reply-comment {
  padding-left: 100px;
}


/*** 

====================================================================
  Contact Style
====================================================================

***/


.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: firsttopcase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}

.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}

.contact-form .sec-title.text-center * {
  color: #fff;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 48px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  padding: 11px 15px;
  background-color: #ffffff;
  color: #111111;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form .default-form input[type="text"],
.contact-form .default-form input[type="email"],
.contact-form .default-form input[type="password"],
.contact-form .default-form select,
.contact-form .default-form textarea {
  background-color: #FFF;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
}

.contact-form::-webkit-input-placeholder {
  color: #121212;
  text-transform: firsttopcase;
}

.contact-form::-moz-placeholder {
  color: #121212;
  text-transform: firsttopcase;
}

.contact-form:-ms-input-placeholder {
  color: #121212;
  text-transform: firsttopcase;
}

.contact-form input:-moz-placeholder {
  color: #121212;
  text-transform: firsttopcase;
}

.contact-style-one::-webkit-input-placeholder {
  color: #777777;
  text-transform: firsttopcase;
}

.contact-style-one::-moz-placeholder {
  color: #777777;
  text-transform: firsttopcase;
}

.contact-style-one:-ms-input-placeholder {
  color: #777777;
  text-transform: firsttopcase;
}

.contact-style-one input:-moz-placeholder {
  color: #777777;
  text-transform: firsttopcase;
}

.default-form select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea {
  height: 180px;
  resize: none;
}

.contact-style-one.extended .default-form textarea {
  height: 194px;
}

.contact-form .default-form textarea {
  height: 118px!important;
}

.default-form select option {
  text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #18ba60 !important;
  background-color: rgba(255, 255, 255, 0.50) !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
  border-color: #ff0000 !important;
}

.default-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: firsttopcase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

.contact-form .info-column .inner-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.70);
}

.contact-form .form-column .upper-content {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.contact-form .form-column .upper-content .subtitle {
  font-size: 18px;
  font-style: italic;
}

.lftheading {
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}

.contact-form .form-column .upper-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-form {
  position: relative;
  background: #272727;
  color: #000;
}

.contact-form .form-column {
  background: rgba(0, 0, 0, 0) url("../images/background/image-2.jpg") center center no-repeat;
  float: left;
  position: relative;
  width: 70%;
  min-height: 445px;
}

.contact-form .form-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background: rgba(0, 0, 0, 0.8);
}

.contact-form .form-column .inner-box {
  padding: 60px 80px;
  position: relative;
  z-index: 1;
}

.contact-form .form-column .firsttop-content {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.contact-form .form-column .firsttop-content .subtitle {
  font-size: 18px;
  font-style: italic;
}

.contact-form .form-column .firsttop-content h3 {
  font-size: 24px;
  text-transform: firsttopcase;
  font-weight: 700;
}

.contact-form .info-column {
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0px;
  height: 100%;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.contact-form .info-column .test-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.70);
}

.contact-form .info-column .inner-most {
  display: table-cell;
  vertical-align: middle;
}

.contact-form .info-column h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form .info-column .text {
  font-size: 16px;
  text-transform: firsttopcase;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0 40px;
}

.contact-form .info-column h4 {
  font-size: 24px;
  text-transform: firsttopcase;
  font-weight: 700;
  color: #fbca00;
}

.quotestyle2.contact-form .form-column {
  float: right;
  width: 100%;
  min-height: auto;
}

.quotestyle2.contact-form .form-column .inner-box {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.quotestyle2 .lftheading {
  color: #fff !important;
  margin-top: -10px;
}

.quotecallinfo {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.quotecallinfo span {
  color: #18ba60;
  font-weight: 600;
  display: block;
  font-size: 25px;
  margin-top: 15px;
}

.quotestyle2 .sec-title {
  position: relative;
  margin-bottom: 25px;
}

.quotetext {
  padding-right: 40px;
}
/*** 

====================================================================
   Footer styles 
====================================================================

 ***/

.sbrand {
  padding: 25px;
}

.footer1 {
  background: #29282e;
  padding: 00px 0 0px;
  clear: both;
  background-size: 100%;
}

.footer1 .container{
  padding: 20px 0;
}

.footer1 p,
.footer1 a,
.footer1 i {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
}

.footer1 a:hover {
  color: #18ba60;
  text-decoration: none;
}

.copyright .container{
  padding: 0;
}

.footer1 h3 {
  color: #fff;
  margin-bottom: 19px;
  position: relative;
  padding-bottom: 0;
  margin-top: 15px;
}

.footer1 h3::after {
  background-color: #18ba60;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 35px;
}

.ftlogo {
  margin: 20px 0;
  display: block;
}

.ftlogo img {
  max-width: 100%;
}

.footer1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer1 ul li {
  line-height: 22px;
  margin-top: 5px;
}

.footer1 ul li i {
  margin-right: 5px;
}

.subscribe_us {
  margin-top: 30px;
}

footer .subscribe_us form {
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}

.footer1 .subscribe_us input {
  border: medium none;
  box-shadow: none;
  box-sizing: border-box;
  color: #9b9b9b;
  font-size: 14px;
  height: 50px;
  outline: medium none;
  padding: 11px 55px 10px 10px;
  width: 100%;
}

.footer1 .subscribe_us button {
  background: #18ba60 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}

.footer1 .subscribe_us button i {
  color: #fff;
  font-size: 25px;
}

.footer1 .subscribe_us button:hover,
footer .subscribe_us button:focus {
  color: #272727;
}

.ftcontact li {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.continfo {
  color: #f7f7f7;
  float: left;
  line-height: 24px;
  /* width: calc(100% - 34px); */
}

.continfo strong {
  color: #999;
  font-size: 16px;
}

.ftcontact li i {
  color: #18ba60;
  float: left;
  font-size: 20px;
  padding-top: 5px;
  text-align: left;
  width: 26px;
  margin-right: 0;
}

.ftcontact li i.fa-envelope-o {
  font-size: 16px;
}

.latest-post img {
  float: left;
  width: 55px;
  margin-top: 10px;
  margin-right: 15px;
}

.latest-post ul li {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

.latest-post ul li i {
  float: left;
  width: 26px;
  height: 26px;
  background: #18ba60;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 15px;
}

.latest-post .content {
  float: left;
  width: calc(100% - 72px);
}

.latest-post .content a {
  line-height: 24px;
  display: block;
}

.latest-post .content span {
  color: #454545;
}

.footersec .social {
  margin-top: 30px;
}

.footersec .social li {
  display: inline-block;
}

.footersec .social li a {
  border: 1px solid #333;
  background: #2b2b2b;
  border-radius: 50%;
  color: #cacfd3;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-right: 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}

.footersec .social li a i {
  margin-right: 0;
  color: #fff;
}

.footersec .social li a:hover {
  background: #18ba60;
  border-color: #18ba60;
  color: #;
}

.footer-sec.latest-project li {
  float: left;
  width: 33.33%;
  padding: 4px;
  margin: 0;
  overflow: hidden;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.footer-sec.latest-project li a {
  display: block;
  overflow: hidden;
}

.footer-sec.latest-project li img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.footer-sec.latest-project li:hover img {
  transform: scale(1.1, 1.1);
}

.copyright {
  border-top: 1px solid #333;
  color: #fff;
  margin-top: 0px;
  padding: 10px 0;
  background: #222126;
  font-size: 13px;
}

.copyright a {
  color: #18ba60;
}

.footer1.footer3 {
  background-color: #012950;
}

.footer1.footer3 .copyright {
  background: #01182f;
}

.footer1.footer3 .subscribe_us input {
  background: #fff;
  color: #333;
}

.footer1.footer3 .footersec .social li a {
  border: 0;
  background: #18ba60;
}

.footer1.footer3 .footersec .social li a i {
  color: #333;
}

.footer1.footer3 .copyright {
  border-top: 0;
}

.footer1.footer3 p,
.footer1.footer3 a,
.footer1.footer3 i {
  color: #fff;
  font-size: 14px;
}

.footer1.footer3 span,
.footer1.footer3 strong .footer1.footer3 .continfo {
  color: #fff;
}

.footer1.footer3 .copyright {
  color: #ccc;
}

.footer-sec.quick-links {
  padding-left: 25px;
}

/*** 

====================================================================
  Latest Works Section
====================================================================

***/

.latest-works-section {
  position: relative;
  padding: 120px 0px;
  background: #2c2c2c;
}

.latest-works-section .title {
  position: relative;
  margin-bottom: 50px;
}

.latest-works-section .title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: firsttopcase;
  color: #ffffff;
}

.work-item {
  position: relative;
  display: block;
  text-align: center;
}

.work-item .test-box {
  position: relative;
  display: block;
}

.work-item .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.work-item .lower-content {
  position: relative;
  padding: 20px 10px 0px;
}

.work-item h4 {
  font-size: 14px;
  color: #fbca00;
  font-weight: 500;
  text-transform: firsttopcase;
  margin-bottom: 5px;
}

.work-item h4 a {
  color: #fbca00;
}

.work-item h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: firsttopcase;
}

.work-item h3 a {
  color: #ffffff;
}

.latest-works-section .owl-controls {
  margin: 0px;
  padding: 0px;
}

.latest-works-section .owl-controls .owl-dots {
  display: none !important;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  top: 29%;
  margin-top: -20px;
  display: inline-block;
  margin: 0px;
  width: 42px;
  height: 42px;
  padding: 0px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  background: none;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-prev"] {
  left: -100px;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-next"] {
  right: -100px;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #fbca00;
  border-color: #fbca00;
}


/*** 

====================================================================
  Page Title Style
====================================================================

***/

.page-title {
  position: relative;
  padding: 50px 0px 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.page-title::before {
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}

.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.page-title h1 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-info {
  position: relative;
  padding: 15px 0px;
  background: #f6f6f6;
  color: #121212;
  font-family: 'Roboto', sans-serif;
}

.page-info h3 {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-info .bread-crumb {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-info .bread-crumb li {
  position: relative;
  float: left;
  margin-left: 30px;
  color: #666;
  line-height: 24px;
}

.page-info .bread-crumb li:first-child {
  margin-left: 0px;
}

.page-info .bread-crumb li:after {
  content: '-';
  position: absolute;
  right: -22px;
  width: 10px;
  line-height: 28px;
  font-size: 16px;
}

.page-info .bread-crumb li:last-child:after {
  display: none;
}

.page-info .bread-crumb li a {
  color: #2f2c3d;
}

.page-info .bread-crumb li a:hover {
  color: #1e1e1e;
}


/*** 

====================================================================
  Single Service
====================================================================

***/

.default-text-block {
  margin-bottom: 35px;
}

.services-single .main-image {
  position: relative;
  margin-bottom: 25px;
}

.services-single .main-image img {
  width: 100%;
}

.services-single .service-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #121212;
}

.services-single .service-title span {
  color: #18ba60;
}

.services-single h3 {
  color: #121212;
  font-size: 20px;
}

.services-single h3 span {
  color: #18ba60;
}

.services-single .title_holder h3 {
  font-size: 30px;
}

.chartContainerbox {
  margin: 30px 0;
}

.key_benefits_panel #accordion {
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.key_benefits_panel {
  margin-top: 25px;
  margin-right: 30px;
}

.key_benefits_panel .panel-body {
  border: none !important;
  padding: 19px 0 0 9px;
}

.key_benefits_panel .panel-body p {
  line-height: 26px;
  margin: 0;
  padding: 4px 0 30px 18px;
}

.key_benefits_panel .panel-group .panel + .panel {
  margin: 0;
  border: none;
}

.panel-group .panel {
  box-shadow: none;
  margin: 0;
  border: none;
  border-bottom: 1px solid #f7f7f7;
}

.key_benefits_panel .panel-heading {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 10;
}

.key_benefits_panel .panel-heading:before {
  content: '\f106 ';
  font-family: FontAwesome;
  color: #2f2c3d;
  font-size: 30px;
  position: absolute;
  width: 62px;
  border-right: 1px solid #f7f7f7;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 21px;
}

.key_benefits_panel .panel-heading h6 a {
  font-weight: 400;
  font-size: 18px;
  padding: 19px 0 20px 89px;
  color: #272727;
  display: block;
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}

.key_benefits_panel .panel-heading.active-panel:before {
  content: '\f107';
  color: #18ba60;
  background: #fff;
  width: 62px;
  border-radius: 5px 0 0 0;
  text-align: center;
  padding-top: 21px;
}

.project_cost .img_holder {
  position: relative;
  margin-top: 130px;
}

.project_cost .img_holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 11px;
}

.project_cost .img_holder .overlay .border {
  height: 100%;
  text-align: center;
  padding-top: 71px;
}

.project_cost h3 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 50px;
  font-size: 40px;
}

.project_cost a {
  background: #fbca00;
  color: #272727;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 18px;
  display: inline-block;
}

#demo {
  margin-bottom: 50px;
}

.detailgalry {
  margin-top: 90px;
}

.detailgalry .col-md-6 {
  padding: 0 10px;
}

.detailgalry .col-md-12 {
  padding: 0 10px;
}

.detailgalry .img_holder {
  margin-bottom: 20px;
}

.detailgalry .img_holder img {
  max-width: 100%;
}

.wiget-con-info {
  background: #f5f5f5;
  color: #fff;
  padding: 20px 20px 10px;
  text-align: left;
}

.contactinfo-widget img {
  width: 100%;
}

.wiget-con-info p {
  margin-bottom: 0;
  color: #fff;
}

.wiget-con-info  .ftcontact li a {
  color: #333;
}

.wiget-con-info  .continfo {
  color: #333;
}

/*** 

====================================================================
  Sidebar
====================================================================

***/

.blog-page aside {
  padding-left: 20px;
}

.sidebar-page-container {
  position: relative;
  padding: 120px 0px 90px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side {
  margin-bottom: 30px !important;
}

.sidebar-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-title h2 {
  color: #121212;
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
}

.sidebar-title h2:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar-title h2:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  border-bottom: 3px solid #18ba60;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #3a3a3a;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #fbca00;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 48px;
  width: 40px;
  line-height: 48px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #cccccc;
  background: none;
  font-weight: normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
  color: #fbca00;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 30px;
  padding-left: 100px;
  min-height: 80px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px !important;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  border-radius: 20%;
  background: #333333;
}

.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.50;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 20%;
}

.sidebar .popular-posts .post h4 {
  font-size: 18px;
  padding: 5px 0px 5px;
  line-height: 1.4em;
  color: #181818;
  font-weight: 500;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #2f2c3d;
}

.sidebar .popular-posts .post h4 a {
  color: #333;
}

.sidebar .popular-posts .post-info {
  font-size: 14px;
  color: #18ba60;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 17px;
  margin: 0px 5px 10px 0px;
  border: 1px solid #e0e0e0;
  color: #777777;
  text-align: center;
  font-size: 13px;
  border-radius: 1px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #2f2c3d;
  border-color: #2f2c3d;
  color: #ffffff;
}

.sidebar .list {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .list li:first-child a {
  padding-top: 0px;
}

.sidebar .list li:last-child {
  border-bottom: none;
}

.sidebar .list li:last-child a {
  padding-bottom: 0;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 0px 14px 30px;
}

.sidebar .list li a .count {
  display: block;
  float: right;
}

.sidebar .list li a:before {
  content: "\f138";
  font-family: "Flaticon";
  font-size: 18px;
  left: 0;
  width: 20px;
  line-height: 24px;
  position: absolute;
  color: #18ba60;
}

.sidebar .list li a:hover {
  color: #18ba60;
}

.sidebar .latest-tweets {
  position: relative;
  font-size: 14px;
  color: #999999;
}

.sidebar .latest-tweets .owl-dots {
  display: none !important;
}

.sidebar .latest-tweets .owl-nav {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.sidebar .latest-tweets .widget-bottom {
  padding: 10px 0px;
  border-top: 1px solid #e0e0e0;
}

.sidebar .latest-tweets .widget-bottom a {
  color: #707070;
}

.sidebar .latest-tweets .time {
  color: #555555;
  margin-bottom: 5px;
}

.sidebar .latest-tweets .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {
  width: 20px;
  height: 20px;
  padding: 0px;
  background: none;
  line-height: 20px;
  color: #707070;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.sidebar .latest-tweets .owl-theme .owl-controls .owl-nav [class*="owl-next"] {
  width: 20px;
  height: 20px;
  padding: 0px;
  background: none;
  line-height: 20px;
  color: #707070;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.sidebar .latest-tweets .owl-prev .fa:before,
.sidebar .latest-tweets .owl-next .fa:before {
  line-height: 24px;
  font-size: 24px;
}

.sidebar .latest-tweets .owl-prev:hover,
.sidebar .latest-tweets .owl-next:hover {
  color: #fbca00 !important;
}

.sidebar .latest-tweets a {
  color: #101010;
}

.sidebar .latest-tweets a:hover {
  color: #fbca00;
}

.sidebar .medium-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar .medium-title h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: firsttopcase;
  color: #121212;
}

.sidebar .downloads li {
  position: relative;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.sidebar .downloads li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 70px;
  color: #333;
  background: #f5f5f5;
  font-size: 18px;
  text-transform: firsttopcase;
  line-height: 30px;
}

.sidebar .downloads li a:hover {
  color: #012f5d;
  color: #333;
}

.sidebar .downloads li a .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #18ba60;
  transition: all .5s ease;
}

.sidebar .downloads li a:hover .icon {
  background: #18ba60;
  color: #fff;
}

.sidebar .styled-nav {
  position: relative;
}

.sidebar .styled-nav .nav-outer {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.sidebar .styled-nav ul li {
  position: relative;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  margin-bottom: 10px;
  cursor: pointer;
}

.sidebar .styled-nav ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 20px 10px 50px;
  border: 0;
  text-transform: capitalize;
  color: #333333;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-left: 2px solid #2f2c3d;
}

.sidebar .styled-nav ul li .fa {
  background: transparent none repeat scroll 0 0;
  color: #999;
  font-size: 12px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.sidebar .styled-nav ul li:last-child {
  margin-bottom: 0px;
}

.sidebar .styled-nav li:hover a {
  border-color: #333 #333 #333 #18ba60;
  border-left: 2px solid #18ba60;
  color: #fff;
  position: relative;
}

.sidebar .styled-nav li.current a, .sidebar .styled-nav li a:hover {
  background: #18ba60 none repeat scroll 0 0;
  border-color: #333 #333 #333 #18ba60;
  border-left: 2px solid #18ba60;
  color: #fff;
  position: relative;
}

.hvr-shutter-in-horizontal::before {
  background: #f4f4f4;
}

.sidebar .styled-nav li.current a i,
.sidebar .styled-nav li:hover a i {
  color: #fff;
}

.sidebar .styled-nav li.current a:before {
  background: #18ba60;
}

.sidebar .contact-widget {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background-color: #012f5d!important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.sidebar .contact-widget:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
}

.sidebar .contact-widget .inner {
  position: relative;
  z-index: 1;
}

.sidebar .contact-widget .border_round {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: #efe829;
  border: 5px solid rgba(255, 255, 255, 0.3);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.sidebar .contact-widget .border_round i {
  color: #fff;
  font-size: 24px;
  padding: 11px;
  text-align: center;
}

.sidebar .contact-widget h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 10px;
}

.sidebar .contact-widget .phone-numbers {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
}

.sidebar .contactinfo-widget .owl-controls {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.sidebar-testimonial-widge {
  border: 1px solid #f0f0f0;
  padding: 25px 24px 20px;
  margin-bottom: 40px;
}

.testimonial-slide {
  position: relative;
}

.testimonial-slide .inner {
  position: relative;
}

.testimonial-slide .inner .author-info {
  padding-left: 70px;
  position: relative;
}

.testimonial-slide .inner .author-info .image {
  border-radius: 50%;
  height: 55px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 55px;
}

.testimonial-slide .inner .author-info h3 {
  color: #18ba60;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}

.testimonial-slide .inner .author-info .designation {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.testimonial-slide .inner .text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-testimonial .owl-nav {
  display: none;
}

.sidebar-testimonial .owl-dots {
  padding: 0;
  position: relative;
  text-align: right;
}

.sidebar-testimonial .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}

.sidebar-testimonial .owl-dots .owl-dot span {
  background: #e9e9e9 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 8px;
  margin: 0;
  position: relative;
  transition: all 500ms ease 0s;
  width: 8px;
}

.sidebar-testimonial .owl-dots .owl-dot.active span,
.sidebar-testimonial .owl-dots .owl-dot:hover span {
  background: #ffae11 none repeat scroll 0 0;
}


/*** 

====================================================================
  Contact page Section
====================================================================

***/

.contact-form.default-form {
  background: transparent;
}

.contact-section {
  position: relative;
  padding: 40px 0px 40px;
  display: inline-block;
  width: 100%;
}

.contact-section .column {
  position: relative;
  margin-bottom: 30px;
}

.contact-section h2 {
      font-size: 26px;
    color: #2f373a;
    font-weight: 700;
}

.contact-section h4{
  color: #18ba60;
    display: inline-flex;
    width: 100%;
    margin-top: 5px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-section .column .inner-box {
     position: relative;
    padding-left: 20px;
    background: #fff;
    padding: 20px;
    border: solid 2px #d6d6d6;
}

.contact-section .column .inner-box .text {
  font-size: 16px;
  line-height: 27px;
  color: #909ba0;
  margin-bottom: 30px;
}

.contact-section .contact-info {
  position: relative;
  margin-bottom: 0px;
  margin-top: 16px;
}

.contact-section .contact-info li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 2px;
  line-height: 24px;
  color: #616161;
  padding-top: 17px;
  font-size: 13px;
}

.contact-section .contact-info li h3 {
  color: #23282a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.contact-section .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #18ba60;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #eee;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px !important;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #e0e0e0;
  padding: 12px 25px !important;
  border-radius: 2px;
}

.contact-section .contact-form .form-group textarea {
  min-height: 138px !important;
  resize: none;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #6cbe03;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  line-height: 24px;
  padding-top: 5px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  color: #ff0000;
}

.contact-section .social-links li a:hover {
  color: #ffffff;
  background: #f7542b;
}
.contact-form-message {
  clear: both;
}

/*** 

====================================================================
  About us 
====================================================================

***/

.about-section2 {
  padding: 40px 0 40px;
  position: relative;
}


.about-section2 .right-side h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  color: #333;
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 0;
}

.about-section2 .left-side img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-section2 .left-side {
  position: relative;
}


.about-section2 .profile-thumb {
  float: left;
  margin: 30px 20px 0 0;
  max-width: 80px;
  height: auto;
}

.about-section2 .profile-thumb img {
  width: 100%;
  height: 100%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-section2 .profile-thumb + .profile {
  margin-top: 30px;
  padding-top: 5px;
}

.about-section2 .profile img {
  margin-top: 15px;
}

.about-section2 .profile p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #778793;
}

.about-area {
  background: #2f2c3d url(../images/background/img_aboutbg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 90px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-area::after {
  content: "";
  background: #2f2c3d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: .9;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-img {
  background: #fff;
  padding: 10px;
}

.about-img img {
  width: 100%;
}

.ftrbox {
  text-align: left;
  margin: 20px 0 0px;
}

.top-text h2 {
  color: #fff;
  margin-bottom: 17px;
  font-weight: 600;
}

.top-text h3 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
}

.top-text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.ficon {
  width: 50px;
  height: 50px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  background: #18ba60;
  color: #fff;
  border-radius: 100%;
  margin-bottom: 5px;
  transition: all .5s ease;
  margin-right: 15px;
  vertical-align: middle;
}

.ftrbox:hover .ficon {
  background: #ffae11;
}

.ftext {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-transform: unset;
}

.about-section h4 {
  color: #292929;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-section h4 span {
  color: #18ba60;
  ;
}

.about-section h5 {
  font-size: 22px;
  color: #333;
  font-weight: 200;
  margin-bottom: 20px;
}

.dblitem {
  padding: 5px;
}

.dblitem img {
  width: 100%;
}

.about-section .left-side {
  padding-right: 20px;
}

.about-section .left-side img {
  max-width: 100%;
}

cite {
  font-family: Satisfy, cursive;
  color: #292929;
  font-size: 2pc;
  line-height: 44px;
  font-style: normal;
  font-weight: 300;
}

.abutsrvrow {
  margin-bottom: 40px;
}

.aboutsrv ul li {
  font-weight: 400;
  color: #333;
  margin-bottom: 7px;
}

.aboutsrv ul li i {
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #18ba60;
}

.about-area .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.about-area .owl-theme .owl-dots .owl-dot.active span, .about-area .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #18ba60;
}


/*==============================
  working-process styles
  ============================== */



.ourwork-process {
  background: #000;
  position: relative;
  padding: 40px 0px 40px;
}

.ourwork-process .sec-title h2 {
  color: #fff;
  font-weight: 600;
}

.ourwork-process .sec-title  p {
  color: #fff;
  font-weight: 400;
}

.ourwork-process .single-item {
  text-align: center;
  padding: 20px 0;
}

.ourwork-process .col-md-3:last-child  .icon-box::after {
  display: none;
}

.ourwork-process .icon-box {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: grid;
  margin-bottom: 20px;
  transition: #48c7ec;
  position: relative;
}

.ourwork-process .icon-box::after {
  border-top: 1px dashed #fff;
  position: absolute;
  left: 143px;
  width: 100%;
  height: 0px;
  top: 50%;
  z-index: 1;
  content: "";
}

.ourwork-process .single-item:hover .icon-box {
  border-color: #48c7ec;
  transition: .5s ease;
}

.ourwork-process .icon-box i {
  margin: 4px;
  border-radius: 100%;
  background: #18ba60;
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  transition: .5s ease;
}

.ourwork-process .single-item:hover .icon-box i {
  background: #fff;
  color: #18ba60;
  transition: .5s ease;
}

.ourwork-process .single-item h4 {
  font-size: 22px;
  margin-bottom: 7px;
  color: #fff;
}

.ourwork-process .single-item p {
      color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.ourwork-process .single-item h4:hover {
  color: #18ba60;
  transition: .5s ease;
}







/*** 

====================================================================
  Two Column Fluid
====================================================================

***/

.vision-section {
  position: relative;
  background: #292929;
  overflow: hidden;
}

.vision-section .left-image-side {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.vision-section .image-column .image-box {
  width: 100%;
  margin: 0px;
  display: none;
}

.vision-section .image-column .image-box img {
  display: block;
  width: 100%;
}

.vision-section .right-content-side {
  position: relative;
  width: 50%;
  float: left;
  color: #ffffff;
}

.vision-section .right-content-side .inner-box {
  position: relative;
  padding: 90px 15px 90px 50px;
  max-width: 600px;
  background: #292929;
}

.vision-section .right-content-side h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fbca00;
}

.vision-section .right-content-side .desc-text {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px;
}


/*** 

====================================================================
  Accordions style
====================================================================

***/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.accordion-box.style-two .block {
  border: 1px solid rgba(0, 0, 0, 0.20);
}

.accordion-box.style-two .block.active-block {
  border-color: #fbca00;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  margin-bottom: 0px;
  cursor: pointer;
  background: #fff;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px 20px 10px 60px;
  overflow: hidden;
  font-weight: 600;
  color: #000;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box.style-two .block .acc-btn {
  color: #222222;
  font-weight: 500;
}

.accordion-box .block .icon-outer {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 20px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer {
  background: #fbca00;
  color: #000;
}

.accordion-box.style-two .block .acc-btn.active {
  color: #ffffff;
  background: #fbca00;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
  color: #ffffff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 15px;
  padding: 10px 20px 0px;
}

.accordion-box.style-two .block .content {
  padding: 20px 20px 0px;
}

.accordion-box .block .content .image {
  float: left;
  margin: 0px 20px 20px 0px;
}

.accordion-box .block .content .image img {
  display: block;
  max-width: 100%;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 1.8em;
}


/*** 

====================================================================
  Gallery page Section
====================================================================

***/

.page-galery {
  background: #fff;
}

.gallery-section {
  position: relative;
  padding: 40px 0px 40px;
}

.gallery-section.three-column,
.gallery-section.four-column {
  padding: 120px 0px;
}

.gallery-section .gallery-title {
  position: relative;
  margin-bottom: -30px;
}

.gallery-section .gallery-title h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #121212;
}

.gallery-section .filters {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 50px;
}

.gallery-section .filters.right-aligned {
  text-align: right;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  line-height: 24px;
  color: #333;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: #fff;
  color: #333;
  border-radius: 0px;
  border:solid 2px #333;
}

.gallery-section .filters.right-aligned li {
  text-align: right;
  margin: 0px 0px 0px 20px;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
  background: #18ba60 none repeat scroll 0 0;
  border:solid 2px #18ba60;
  color: #fff;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after {
  opacity: 1;
}

.project-item {
  position: relative;
  margin-bottom: 30px;
}

.project-item.mix {
  display: none;
}

.full-width .project-item {
  padding: 0px !important;
  margin: 0px !important;
}


/*** 

====================================================================
 Pagination
====================================================================

***/

.pagination-design {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.pagination-design li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 7px 0px;
}

.pagination-design li a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 5px;
  font-size: 14px;
  text-transform: capitalize;
  min-width: 42px;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  color: #111111;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.pagination-design li a.next {
  font-size: 16px;
}

.pagination-design li a:hover,
.pagination-design li a.active {
  background: #2f2c3d;
  border-color: #2f2c3d;
  color: #fff;
}


/*** 

====================================================================
Project Detail
====================================================================

***/

.project-image {
  margin-bottom: 20px;
}

.project-image img {
  max-width: 100%;
}

.project-detail h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #121212;
}

.project-detail h2 span {
  color: #18ba60;
}

.project-detail h3 {
  color: #121212;
  font-size: 20px;
}


/*======================================
10. Shop page  Start 
========================================*/

.shop-page-area {
  padding: 100px 0;
}

@media (min-width: 480px) and (max-width: 991px) {
  .shop-page-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 479px) {
  .shop-page-area {
    padding: 70px 0;
  }

  .shop-page-area .col-xs-6 {
    width: 100%;
  }
}

.shop-page-area .tab-content {
  margin-top: 30px;
}

.shop-page-area .inner-shop-top-left {
  padding-top: 5px;
  text-align: left;
}

.shop-page-area .inner-shop-top-left p {
  font-size: 18px;
  color: #222222;
}

.shop-page-area .inner-shop-top-right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .shop-page-area .inner-shop-top-right {
    float: none;
  }
}

.shop-page-area .inner-shop-top-right ul > li {
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding: 8px 17px;
}

.shop-page-area .inner-shop-top-right ul > li:hover a i {
  color: #fbca00;
}

.shop-page-area .inner-shop-top-right ul > li > a > i {
  color: #646464;
}

.shop-page-area .inner-shop-top-right ul > li .dropdown button {
  padding: 0;
  background: transparent;
}

.shop-page-area .inner-shop-top-right ul > li .dropdown button span {
  margin-left: 15px;
}

.shop-page-area .inner-shop-top-right ul > li .dropdown .dropdown-menu {
  border-radius: 0;
  left: -18px;
  margin: 10px 0 0 0;
}

.shop-page-area .inner-shop-top-right ul > li .dropdown .dropdown-menu > li {
  border: none;
  padding: 0;
  display: inherit;
}

.shop-page-area .inner-shop-top-right ul > .active i {
  color: #18ba60;
}


/*---------------------------------------
 Shop Product Box 1 Styles 
---------------------------------------*/

.product-box1 {
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}

.product-box1 .product-social {
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  z-index: 2;
  -moz-transform: scale(1) translateY(-250px);
  -webkit-transform: scale(1) translateY(-250px);
  -o-transform: scale(1) translateY(-250px);
  -ms-transform: scale(1) translateY(-250px);
  transform: scale(1) translateY(-250px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.product-box1 .product-social li {
  background: #18ba60 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin: 0 1px;
  transition: all 0.5s ease-out 0s;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-social li a {
  display: block;
}

.product-box1 .product-social li a i {
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-social li:hover {
  background: #2f2c3d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-social li:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-img-holder {
  position: relative;
}

.product-box1 .product-img-holder:after {
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-img-holder img {
  display: inherit;
}

.product-box1 .product-content-holder {
  padding: 15px 0 30px;
}

.product-box1 .product-content-holder h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-box1 .product-content-holder h3 a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-content-holder h3 a:hover {
  color: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1 .product-content-holder ul {
  padding-bottom: 5px;
}

.product-box1 .product-content-holder ul li {
  display: inline-block;
}

.product-box1 .product-content-holder ul li i {
  color: #f7c51d;
}

.product-box1 .product-content-holder span {
  color: #fbca00 font-size: 20px;
  font-weight: 600;
}

.product-box1 .product-content-holder span span {
  margin-right: 15px;
  color: #5c9d01;
  text-decoration: line-through;
}

.product-box1:hover .product-social {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box1:hover .product-img-holder:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*---------------------------------------
 Shop Product Box 2 Styles 
---------------------------------------*/

.product-box2 {
  margin-bottom: 30px;
}

.product-box2 a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box2 a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box2 .media-body {
  text-align: left;
  padding: 7px 30px 0 20px;
}

@media only screen and (max-width: 1199px) {
  .product-box2 .media-body {
    padding: 0 30px 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .product-box2 .media-body {
    padding: 8px 30px 0 0;
  }
}

.product-box2 .media-body .product-box2-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.product-box2 .media-body .product-box2-content h3 a {
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box2 .media-body .product-box2-content h3 a:hover {
  color: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box2 .media-body .product-box2-content ul {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .product-box2 .media-body .product-box2-content ul {
    margin-bottom: 10px;
  }
}

.product-box2 .media-body .product-box2-content ul li {
  display: inline-block;
}

.product-box2 .media-body .product-box2-content ul li i {
  color: #f7c51d;
}

.product-box2 .media-body .product-box2-content span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  color: #fbca00 font-weight: 600;
}

.product-box2 .media-body .product-box2-content p {
  margin-bottom: 30px;
  color: #727272;
}

@media only screen and (max-width: 1199px) {
  .product-box2 .media-body .product-box2-content p {
    margin-bottom: 19px;
  }
}

.product-box2 .media-body .product-box2-cart li {
  margin: 0 2px 0 0;
  display: inline-block;
}

.product-box2 .media-body .product-box2-cart li a {
  line-height: 42px;
  text-align: center;
  height: 42px;
  padding: 0 20px;
  background: #18ba60;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-box2 .media-body .product-box2-cart li a i {
  line-height: 42px;
  font-size: 14px;
}

.product-box2 .media-body .product-box2-cart li a:hover {
  background: #2f2c3d;
}


/*---------------------------------------
 Shop Details Page Styles 
---------------------------------------*/

.shop-page-area .inner-shop-details .inner-product-details-left {
  text-align: center;
}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content {
  display: inline-block;
  margin-top: 0;
  border: 1px solid #e1e1e1;
}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content a {
  display: block;
}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop-page-area .inner-shop-details .inner-product-details-left ul {
    margin-bottom: 30px;
  }
}

.shop-page-area .inner-shop-details .inner-product-details-left ul li {
  border: 1px solid #e1e1e1;
  width: 29%;
  display: inline-block;
  margin: 16px 17px 0 0;
}

.shop-page-area .inner-shop-details .inner-product-details-left ul li.active a {
  border: 2px solid #2f2c3d;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .shop-page-area .inner-shop-details .inner-product-details-left ul li {
    margin: 16px 14px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop-page-area .inner-shop-details .inner-product-details-left ul li {
    width: auto;
  }
}

@media only screen and (max-width: 399px) {
  .shop-page-area .inner-shop-details .inner-product-details-left ul li {
    width: 29%;
  }
}

.shop-page-area .inner-shop-details .inner-product-details-left ul li a img {
  width: 100%;
}

.shop-page-area .inner-shop-details .inner-product-details-left ul li a img:hover {
  opacity: 0.5;
}

.shop-page-area .inner-shop-details .inner-product-details-left ul li:last-child {
  margin: 16px 0 0 0;
}

.shop-page-area .inner-shop-details .inner-product-details-left ul .active a img {
  opacity: 0.5;
}

.shop-page-area .inner-shop-details .inner-product-details-right h3 {
  color: #111111;
}

.shop-page-area .inner-shop-details .inner-product-details-right .rating {
  margin: 15px 0;
}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li {
  display: inline-block;
}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li i {
  color: #f7c51d;
}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li:last-child i {
  color: #a7a7a7;
  margin-right: 15px;
}

.shop-page-area .inner-shop-details .inner-product-details-right .price {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}

.shop-page-area .inner-shop-details .inner-product-details-right > span {
  font-size: 16px;
  font-weight: 600;
  color: #646464;
  text-transform: uppercase;
  display: block;
}

.shop-page-area .inner-shop-details .inner-product-details-right .solid-underline {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart {
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart {
    text-align: center;
  }
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li {
  vertical-align: top;
  margin: 0 2px 0 0;
  display: inline-block;
  border: 1px solid #d6d6d6;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a {
  line-height: 52px;
  text-align: center;
  height: 52px;
  padding: 0 20px;
  background: #292929;
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fbca00;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a.button {
  background: #2f2c3d;
  color: #fff;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a i {
  line-height: 54px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a:hover {
  background: #18ba60;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group {
  position: relative;
  box-shadow: none!important;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .form-control {
  box-shadow: none;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group input {
  border: none;
  height: 52px;
  width: 100px;
  padding-right: 47px;
  font-size: 20px;
  text-align: center;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
  border: 0;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
  display: block;
  border-left: 1px solid #d6d6d6 !important;
  border-radius: 0!important;
  background: transparent;
  padding: 4px 12px;
  line-height: 1.3;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
  border-top: 1px solid #d6d6d6;
}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
  line-height: 1;
}

.shop-page-area .inner-shop-details .inner-product-details-right .ctg-name-tag p {
  margin-bottom: 0;
}

.shop-page-area .inner-shop-details .inner-product-details-right .ctg-name-tag p span {
  color: #222222;
}

.shop-page-area .inner-shop-details .product-details-tab-area {
  margin: 60px 0 50px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.shop-page-area .inner-shop-details .product-details-tab-area ul li {
  margin: -2px;
  display: inline-block;
  padding: 10px 0;
  background: #f4f4f4;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.shop-page-area .inner-shop-details .product-details-tab-area ul li a {
  color: #646464;
  padding: 12px 30px;
  text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
  .shop-page-area .inner-shop-details .product-details-tab-area ul li a {
    padding: 12px;
  }
}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active {
  background: transparent;
  border-bottom: none;
}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active a {
  color: #fbca00 text-decoration: none;
}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active:last-child {
  border-right: none;
}

.shop-page-area .inner-shop-details .product-details-tab-area .tab-content {
  margin-top: 0;
  padding: 35px 35px 15px 35px;
}

.shop-page-area .inner-shop-details .featured-products-area2 h3.sub-title {
  color: #111111;
  margin-bottom: 35px;
}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls {
  margin-top: 0;
}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav {
  position: absolute;
  top: -75px;
  z-index: 2;
  right: 15px;
}

@media only screen and (max-width: 479px) {
  .shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav {
    position: inherit;
  }
}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div {
  background: #2f2c3d;
  opacity: 1;
  font-size: 18px;
  margin: 0 4px;
  width: 34px;
  height: 32px;
  border-radius: 0;
  border: 1px solid #fbca00 padding: 0;
  line-height: 23px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div:hover {
  border: 1px solid #18ba60;
  background: #18ba60;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


/*----------------------------------------
 Sidebar Product Tags Area Styles
----------------------------------------*/

.shop-page-area .sidebar > div {
  margin-bottom: 40px;
}

.product-tags li {
  display: inline-block;
  margin-bottom: 3px;
  border: 1px solid #d6d6d6;
  background: transparent;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-tags li a {
  color: #fbca00 letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  padding: 5px 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-tags li:hover {
  border: 1px solid #fbca00 background: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-tags li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.categories ul li {
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
}

.categories ul li:last-child {
  margin-bottom: 0;
}

.categories ul li a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.categories ul li a:hover {
  color: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.categories ul li a i {
  margin-right: 10px;
  font-size: 16px;
  color: #2f2c3d;
}

.categories ul li:last-child {
  border-bottom: none;
}

.archives ul li {
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
}

.archives ul li:last-child {
  margin-bottom: 0;
}

.archives ul li a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.archives ul li a:hover {
  color: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.archives ul li a i {
  margin-right: 10px;
  font-size: 16px;
  color: #fbca00;
}

.archives ul li span {
  float: right;
  color: #222222;
}

.best-seller-box {
  padding-bottom: 30px;
}

.best-seller-box li {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}

.best-seller-box li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.best-seller-box li .media a {
  padding-right: 0;
  margin: 5px 20px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.best-seller-box li .media a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.best-seller-box li .media .media-body h3 {
  font-size: 16px;
}

.best-seller-box li .media .media-body h3 a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.best-seller-box li .media .media-body h3 a:hover {
  color: #fbca00 -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.best-seller-box li .media .media-body ul {
  margin: 7px 0;
}

.best-seller-box li .media .media-body ul li {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 0;
}

.best-seller-box li .media .media-body ul li i {
  color: #f7c51d;
}

.best-seller-box li .media .media-body ul li:last-child i {
  color: #a7a7a7;
}

.best-seller-box li .media .media-body p {
  color: #fbca00;
}

.best-seller-box li .media .media-body p span {
  text-decoration: line-through;
  margin-right: 10px;
  color: #000000;
}

.parterer-sec {
  margin-bottom: 0px;
  padding:  40px 0;
}

.partener-slider .owl-dots {
  display: none!important;
}


/* tab content */

.service_vision {
  margin: 30px 0 20px;
}

.service_vision .heading4 {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  margin: 0px 0px 5px 0px;
}

.service_vision .heading1 {
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1b2834;
  font-weight: 900;
}

.service_vision .content-quality {
  float: left;
  width: 193px;
}

.service_vision .content-quality p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.service_vision .content-quality p span {
  display: block;
}

.service_vision .tabtop li a {
  font-weight: 700;
  color: #1b2834;
  border-radius: 0px;
  margin-right: 22.008px;
  border: 1px solid #ebebeb !important;
}

.service_vision .tabtop .active a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 82px;
  color: #18ba60;
  font-size: 30px;
}

.service_vision .tabtop li a:hover {
  color: #18ba60 !important;
  text-decoration: none;
}

.service_vision .tabtop .active a:hover {
  color: #fff !important;
}

.service_vision .tabtop .active a {
  background-color: #18ba60 !important;
  color: #FFF !important;
}

.service_vision .margin-tops {
  margin-top: 30px;
}

.service_vision .tabtop li a:last-child {
  padding: 10px 22px;
}

.service_vision .thbada {
  padding: 10px 28px !important;
}

.service_vision .margin-tops4 {
  margin-top: 20px;
}

.service_vision .tabsetting {
}

.service_vision .services {
  background-color: #d4d4d4;
  min-height: 710px;
  padding: 65px 0 27px 0;
}

.service_vision .services a:hover {
  color: #000;
}

.service_vision .services h1 {
  margin-top: 0px !important;
}

.service_vision .heading-container p {
  text-align: center;
  font-size: 16px !important;
  text-transform: uppercase;
}

.service_vision img {
  margin-bottom: 20px;
}

.ftrservimg {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  background: #fdc900;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.ftrserv {
  position: relative;
  padding-left: 100px;
}

.ftrservimg {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  background: #f4f4f4;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  border-top: 2px solid #2f2c3d;
  position: absolute;
  top: 0;
  left: 0px;
  overflow: hidden;
}

.hvr-sweep-to-bottom:before {
  background: #2f2c3d;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}

.ftrserv:hover .hvr-sweep-to-bottom {
  color: #fff;
}

.ftrserv:hover .hvr-sweep-to-bottom:before,
.ftrserv:focus .hvr-sweep-to-bottom:before,
.ftrserv:active .hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  color: #fff;
}

.feature-service .title_holder {
  margin-bottom: 30px;
  margin-top: 20px;
}

.hvr-sweep-to-right::before {
  background: #18ba60;
}

.quick-form {
  background: #2f2c3d;
}

.quick-form h2 {
  font-size: 21px;
  text-align: center;
  background: #2f2c3d;
  color: #fff;
  padding: 10px;
  margin-top: 0;
}

.quick-form  .form-grp {
  padding: 6px 15px;
}

.quick-form  .form-grp input , .quick-form  .form-grp textarea, .quick-form  .form-grp  select {
  width: 100%;
  border: 0;
  height: 35px;
  padding: 0 10px;
}

.quick-form .thm-btn {
  line-height: 35px;
  font-family: 'Lato';
  margin-bottom: 15px;
  background: #18ba60;
  border-color: #fff;
  color: #fff;
  width: 100px;
}


/***************************newcss**************************/

.welcome-note h2{
  font-size: 36px !important;

}

.welcome-note h2 span{
  font-weight: 800;
  color: #18ba60;
  font-size: 48px;
}

.about-section2:after{
      position: absolute;
    content: '';
    background: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0%;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: -1;
}




/*
===========================================================
   our-services style
===========================================================
*/
/*.our-services {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  background:#f8f8f8;
}

.our-services.rotated-bg:before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 886px;
    left: 10%;
    top: 50%;
    background: #252f70;
}
.our-services .sec-title{
  text-align: center;
}
.our-services .sec-title p{
  max-width: 650px;
  margin: 0 auto;
  color: #848484;
  margin-top: 20px;
}
.our-services .clearfix{
      margin-top: 20px;
}
.single-service-item {
  margin-bottom: 26px;
  position: relative;
  padding: 29px 10px 20px;
  background: #fff;
  text-align: center;
  -webkit-transition:.5s;
  transition:.5s;
  border: 2px solid #eee;
  min-height: 270px;
  
    transition: 0.3s all ease-in-out;
}

.single-service-item:hover{
  border-color: #252f70;
  -webkit-transition:.5s;
  transition:.5s;
}


.our-services .single-service-item .service-icon {
  margin-bottom: 1px;
  overflow: hidden;
  text-align: center;
}


.our-services .single-service-item .service-icon img{
  max-width: 64px
}

.single-service-item:hover .service-icon{

  background:#fff;
  border-radius:50px;
  -webkit-transition:.5s;
  transition: .5s;
}

.service-text {
  overflow: hidden;
}
.service-text h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.service-text h4 a{
  color: #222222;
  transition:.5s;
  
}
.service-text h4 a:hover{
  color:#252f70;
  transition:.5s;
}
.service-text p {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.sec-title h2{
    color: #222;
    font-size: 36px;
    font-weight: 400;
    /* margin: 10px 0px; */
/*}
.single-service-item:hover{
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}

.facts-icon{
    position: absolute;
    top: -41px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.fact-text{
    background: rgba(255,255,255,0.3);
    border: solid 1px #252f70;
    padding: 4px;
}

.facts:hover i{
    background-color: #252f70;
    color: #fff !important;
}

.job-placement{
    width: 100%;
    display: inline-block;
    position:  relative;
    min-height: 550px;
}

.job-placement .overlay{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
        padding: 50px 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255,255,255,0.7);
}*/

/* =-=-=-=-=-=-= Core Features  =-=-=-=-=-=-= */
/*.core-features {
    box-shadow: 0 0 10px 0 rgb(37, 46, 114);
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
    min-height: 329px;
    margin-top: 20px;
    transition: 0.3s all ease-in-out;
    position:  relative;
}
.core-features h3 {
    color: #232323;
    font-size: 22px;
    padding: 0px;
    font-weight: 600;
    margin: 5px;
}
.core-features p {
    color: #232323;
    font-size: 14px;
    padding: 0 15px;
}
.core-features .readmore {
    color: #232323;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 30px 0 0;
    text-transform: uppercase;
}
.circle {
    border: 5px solid #252e6f;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e7e8ec inset;
    color: #27ae60;
    display: inline-block;
    height: 120px;
    margin-bottom: 10px;
    width: 120px;
}
.circle img {
    display: table;*/
    /* height: 67px; */
/*    margin: 22px auto;
    width: 60%;
}


.core-features:hover{
     transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}
*/

.media-body{
  text-align: center;
      margin-top: 22px;
    width: 100%;
    display: inline-block;
}

.dis-inline{
  display: inline-block !important;
  width: 100%;
}

.read-btn{
  color: #fff;
  background: #18ba60;
  padding: 8px 15px;
}

.servicebox:hover .read-btn{
  background: #333;
}

.top-right i{
  color:#ffffff;
}


/*testimonial 4*/

.testimonial-4 {
    background-color: #303030;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px;
}
.testimonial-4:after {
    background-color: #303030;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #18ba60;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.testimonial-4 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px;
}


.testimonial-4 p{
  color: #fff;
}
.testimonial-4 [class*="quote-"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #18ba60;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}
.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #1E2228;
}
.testimonial-4 .testimonial-text,
.testimonial-4 .testimonial-detail {
    padding: 0;
}
.testimonial-4 .testimonial-text {
    margin-bottom: 10px;
}
.testimonial-4 .testimonial-name,
.testimonial-4 .testimonial-position {
    display: inline-block;
}
.testimonial-4 .testimonial-name:after {
    content: "/";
    color: #18ba60;
    margin: 0 2px 0 5px;
}
.testimonial-4 .testimonial-name {
    text-transform: uppercase;
    color: #fff;
}
.testimonial-4 .testimonial-position {
    font-style: italic;
    color: #bebebe;
}
.testimonial-4 .testimonial-pic {
    border-color: #FF9800;
    border-width: 3px;
    width: 90px;
    height: 90px;
}
.testimonial-4.style-2{
    background-color:#efefef;
}
.testimonial-4.style-2:after{
    background-color:#efefef;
}
.testimonial-4.style-2 [class*="quote-"]:after, 
.testimonial-4.style-2 [class*="quote-"]:before{
    color:#efefef;
}

@media only screen and (max-width: 480px) {
    .testimonial-4 .testimonial-pic {
        height: 80px;
        width: 80px;
    }
    .testimonial-4:after {
        transform: skewX(-10deg);
    }
    .testimonial-4 {
        padding: 25px 10px 25px 0px;
        margin-left: 110px;
    }
}

.bx-wrapper{
  border:none;
  margin-bottom: 0px !important; 
  box-shadow: none !important;
}

.lms_social {width: 100%;float: left;}
.lms_social ul{text-align: left !important;margin-top: 0px;margin-bottom: 0;padding: 0;}
.lms_social ul li {display: inline-block;}
.lms_social ul li a {width: 30px;height: 30px;display: inline-block;margin-right: 0px;}
.facebook{background-image: url("../images/social.png");background-position: 0 -150px;background-repeat-x: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.facebook:hover{background-position: 0 -120px;}
.twitter{background-image: url("../images/social.png");background-position: 0 -5070px;background-repeat-x: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.twitter:hover{background-position: 0 -5040px;}
.g-plus{background-image: url("../images/social.png");background-position: 0 -330px;background-repeat-x: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.g-plus:hover{background-position: 0 -300px;}
.printerest{background-image: url("../images/social.png");background-position: 0 -4710px;background-repeat-x: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.printerest:hover{background-position: 0 -4680px;}
.linkedin{background-image: url("../images/social.png");background-position: 0 -570px;background-repeat-x: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.linkedin:hover{background-position: 0 -540px;}   

.copy{
  margin: 0px;
  padding: 0px;
}

.copy li{
  list-style: none;
  display: inline-block;
}

.copy li a{
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}


 .left-side img {
    width: 100%;
    position: relative;
    z-index: 2;
}


.colorborder1 {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin-left: 30px;
    float: left;
}

.colorborder1::after {
    background: #18ba60 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
    top: 0px;
}
.right-side h4{
  margin-bottom: 8px;
}

.aboutsrv{
  padding-top: 10px;
}

.ourwork-process{
  position: relative;
}

.ourwork-process:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:url(../images/back.jpg);
  background-position: 100% 100%;
  opacity: 0.2;
}

.service-block-three{
  width: 100%;
  display:inline-block;
  background:#e2e2e2;
  padding: 30px;
  margin-top: 20px;
  text-align: left;
  position: relative;
}
.service-block-three h3 a{
  color: #18ba60;
  font-size: 34px;
}

.service-block-three .text{
  font-weight: 300;
  color: #333;
}

.service-block-three .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #222222;
    font-size: 40px;
    line-height: 1em;
        border: solid 2px #18ba60;
        padding: 10px;
}

.service-block-three .inner img{
  width: 100%;
}

.gallery-pic{
  width: 100%;
  display: inline-block;
  position: relative;

}

.gallery-pic img{
  width: 100%;
  height: 100%;
}


.gallery-pic .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: 2s all ease-in-out;
  -webkit-transform:2s all ease-in-out;
  opacity: 0;
  background: rgba(55, 182, 232, 0.85);
  text-align: center;
  vertical-align: middle;
}

.gallery-pic .overlay h3{
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  margin: 29% auto;


}

.gallery-pic .overlay h3 i{
  color: #fff;
  font-size: 20px;
}

.gallery-pic:hover .overlay{
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform: 2s all ease-in-out;
  -webkit-transform: 2s all ease-in-out;
  opacity: 1;
}
.no-hover:hover{
  color: #fff !important;
  cursor: default;
}

.sticky-header .no-hover:hover{
  color: #333!important;
  background: transparent !important; 
  }


  .small-box-event{
  background: #fff;
  padding-top: 0;
}

.small-box-event .event-main {
    padding: 15px;
    max-height: 340px;
    overflow-y:  auto;
}
.bx-viewport{
   max-height: 340px;
   overflow: hidden;
}
.bx-wrapper{
  width: 100% !important;
  max-width: 100% !important;
}
.small-box-event .event-head {
    padding:  10px;
    background: #ec2829;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.small-box-event .event-head h4 {
    margin-bottom: 0;
}

.small-box-event .event-main::-webkit-scrollbar {
    width: 5px;
}
 
.small-box-event .event-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.small-box-event .event-main::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.event__date-time{
    background: #ec2829;
}

.small-box-event .plan-content-box h3 {
    font-size: 14px;
}
 .event__date {
    font-size: 23px;
}
.small-box-event .event__date {

    color: #fff;
    padding: 0;
}

.small-box-event .event__month {
    font-size: 14px;
    color: #fff;
}

.event__date-time {
    padding: 10px;
    background: #2f2c3d;
}

.small-box-event .plan-content-box h3 a{
  color: red
}


footer address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 2;
    color: #fff;
    font-weight: 400;
}


.p-0{
  padding: 0px;
}

.mt-10{
  margin-top: 10px;
}

.download-button{ background: #fff !important;
    padding: 2px 15px;
    margin: 1% 0 0 0;
    border: 1px solid #ccc; }
.download-button a{ padding: 8px 0 !important; }

.download-file{ width: 100%; }
.download-file tr th{ border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background: #B22E46;
    color: #fff; }
.download-file tr td{ border: 1px solid #ccc; padding: 10px }


.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 15px;
    background: #f8333c;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-top: 3px solid #f8333c;
    border-bottom: 3px solid #f8333c;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    border: none;
    border-top: 3px solid #f8333c;
    border-bottom: 3px solid #f8333c;
    background: #fff;
    color: #f8333c;
}
.tab .nav-tabs li a:before{
    content: "";
    border-top: 15px solid #f8333c;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ left: 0; }
.tab .nav-tabs li a:after{
    content: "";
    border-bottom: 15px solid #f8333c;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{ right: 0; }
.tab .tab-content{
    padding: 20px 30px;
    border-top: 3px solid #18ba60;
    border-bottom: 3px solid #18ba60;
    font-size: 17px;
    color: #18ba60;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
.tab .tab-content:before{
    content: "";
    border-top: 25px solid #18ba60;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tab .tab-content:after{
    content: "";
    border-bottom: 25px solid #384d48;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}

span.glyphicon.glyphicon-chevron-right, span.glyphicon.glyphicon-chevron-left {
    color: #18ba60;
}

legend {
  
    text-align: left;
    
}


.hsoclwrp .dropdown-menu a{
  color: #000;
  width: 100%;
}

.mission-sec img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    width: 40%;
}

.rev_slider_wrapper .item .layer{
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
}
.carousel-caption h3{
  font-size: 46px;
  line-height: 1.2;
}

.slide-text{
  top: 36%;
}



.featured-srvice-sec{padding: 40px 0;overflow: hidden;background-color: #f3f3f3; position: relative;}
.featured-srvice-sec .featured-secvice-content{margin-bottom: 20px;overflow: hidden;background: #fff;padding: 25px 10px;min-height: 310px;transition: 0.5s all ease-in-out;-webkit-transition: 0.5s all ease-in-out;}
.featured-srvice-sec .featured-secvice-content:hover{ box-shadow: 0 7px 17px 0 rgba(23,84,116,0.40); transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out;}
.featured-srvice-sec .featured-secvice-content .icn-content{width: 80px;height: 80px;display: block;margin: 0 auto 15px auto; border: 2px dashed #fc7700;border-radius: 50%;-webkit-border-radius: 50%;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.featured-srvice-sec .featured-secvice-content .icn-content img{margin: 0 auto;}
.featured-srvice-sec .featured-secvice-content .desc{text-align: center;}
.featured-srvice-sec .featured-secvice-content .desc h4{margin-top: 0;margin-bottom: 5px;font-size: 18px;font-weight: 600;color: #000;text-transform: uppercase;}
.featured-srvice-sec .featured-secvice-content .desc p{margin: 0;font-weight: 300;font-size: 14px;line-height: 20px;color: #353535; padding: 0 15px;}
.featured-srvice-sec .featured-secvice-content .desc .read-more{margin-top: 15px;background-color: #158809;padding: 5px 10px;}
.featured-srvice-sec .featured-secvice-content:hover .icn-content{border: 2px solid #fc7700;padding: 5px;}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: #fff;
    background-color: #158809;
}


.login-p-sec {
  
   background: #18ba60 !important;
    margin-bottom: 14px;
}
.login-p-sec .btn-success {
   color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    text-align: center;
    padding: 13px 56px 12px 51px;
}