@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  overflow-x: hidden;
  font-size: 18px;
}
html{
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  overflow-x: hidden;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
p {
  font-family:  Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 22px;
  font-size: 18px;
  font-weight: 300;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
h2 {
  font-size: 26px;
}
a:hover {
  text-decoration: none;
}
.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  padding-top: 10px;
  color: #fff;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  
  margin-bottom: 20px;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  
}
.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}
.pages {
  padding: 80px 0 40px;
}
.moduler {
  padding: 140px 0;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #02bdd5;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar-header .navbar-brand {
  padding: 5px 0;
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: 8px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background: #444;
}
#top-bar {
  background: #333;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
}
#top-bar .navbar-nav > li > a:hover {
  
}
#top-bar.animated-header {
  padding: 10px 0;
  background: transparent;
  box-shadow: none;
}
#top-bar .main-menu li > a {
  color: #fff;
  padding: 15px 20px;
}
#top-bar .main-menu li {
  position: relative;
  
}
#top-bar .main-menu li div a {
padding-left: 0px !important;
}
#top-bar .main-menu li a {
  font-size: 14px;
  
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  
}
#top-bar .main-menu li a:hover {
  color: #02bdd5;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
}

.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
#hero-area {
  background: url('../images/slider-11-3.jpg') no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
#hero-area:before {
  content: '';
  z-index: 9;
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero-area .block {
  position: relative;
  z-index: 999;
}
#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  
}
#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  
  color: #666;
  font-family:  Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  margin-top: 25px;
}
#hero-area .btn {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  
  letter-spacing: normal;
  border-radius: 0;
}
#call-to-action {
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
  text-align: center;
  position: relative;
  color: #fff;
}
#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #fff;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}
#call-to-action .block p {
  font-size: 18px;
  font-weight: 300;
  font-family:  Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  margin-top: 20px;
}
#call-to-action .block .btn-contact {
  background: #fff;
  border: none;
  color: #02bdd5;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  
  border-radius: 0;
}
#call-to-action .block .btn-contact i {
  margin-right: 10px;
}
#about {
  padding: 30px 0;
}
#about .block {
  padding: 20px 30px 0 30px;
}
#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  
}
#about .block p {
  color: #333;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}
#about .block img {
  max-width: 100%;
}
.works {
  padding: 30px 0;
    background: white;
    color: white !important;
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay:hover {
 opacity: 0.7 !important;
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: #80bb01;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;

}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;

}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 45%;
  left: 14%;
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #02bdd5;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
#feature {
  padding: 80px 0;
}
#feature .media {
  margin: 0px 0 70px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #000;
  font-size: 18px;
  
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #02bdd5;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
}
#contact-section {
  padding: 90px 0;
}
#contact-section .contact-form {
  margin-top: 42px;
}
#contact-section .contact-form .btn-send {
  margin-top: 35px;
  color: #fff;
  outline: none;
  background: #02bdd5;
}
#contact-section .contact-form .btn-send:hover {
  border: 1px solid #02bdd5;
}
#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section .address,
#contact-section .email,
#contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contact-section .address i,
#contact-section .email i,
#contact-section .phone i {
  font-size: 45px;
  color: #02bdd5;
}
#contact-section .address h5,
#contact-section .email h5,
#contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contact-section .address-details {
  padding-top: 70px;
}
#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}
#footer {
    background: #80bb01;
    padding: 14px 0;
    color: white;
}
#footer .copyright {
  font-size:15px !important;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .copyright a {
  color: #02bdd5;
}
#footer .social {
  text-align: right;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
  margin-right: 15px;
}
#footer .social li a {
  font-size: 22px;
  color: #02bdd5;
}
.cd-headline.slide .cd-words-wrapper {
  color: #02bdd5;
}
ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}
#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4!important;
  ;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 125px 0 25px 0;
  position: relative;
  background-image: url(../images/bg-product.jpg);
  color: #fff;
  
}.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.global-page-heade1 {
  background-attachment: fixed;
  background-size: cover;
  padding: 125px 0 25px 0;
  position: relative;
  background-image: url(../images/bg-product.jpg);
  color: #fff;
  
}
@media (max-width: 1024px){
  .global-page-header{
   background-position-y: 0px !important;
  }
   .global-page-header1{
   background-position-y: 0px !important;
  }
}

@media (min-width: 768px){
  
  .global-page-header1{
    height: 662px;
  }
  .global-page-header{
	  height: 450px;background-repeat: no-repeat;"
  }
}


.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header .breadcrumb .active {
  color: #fff;
}
.global-page-header .breadcrumb li a {
  color: #fff;
}
.global-page-header1 .block {
  position: relative;
  z-index: 99;
  text-align: center;
}
.global-page-header1 h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  
}
.global-page-header1 .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header1 .breadcrumb .active {
  color: #fff;
}
.global-page-header1 .breadcrumb li a {
  color: #fff;
}
.global-page-header1 .block {
  position: relative;
  z-index: 99;
  text-align: center;
}
#product-showcase-banner {
  padding-top: 160px;
}
#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}
#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #02bdd5;
  margin-bottom: 20px;
  margin-top: 0;
}
#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}
#product-showcase-banner .block .buttons {
  margin-top: 25px;
}
#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}
#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}
#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}
#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}
#product-description {
  padding-top: 80px;
}
#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}
#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}
#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}
#related-items {
  padding: 60px 0 110px;
}
#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}
#related-items .product-details {
  margin-bottom: 0;
}
#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}
#related-items .block:hover .img-overly .overly {
  opacity: 1;
}
#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
#related-items .block h4 span {
  float: right;
  color: #02bdd5;
}
#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
#related-items .block .img-overly img {
  border-radius: 0;
}
#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}
#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}
.service-page .service-parts .block i {
  font-size: 35px;
  color: #02bdd5;
}
.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}
.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}
#clients {
  padding: 30px 0 60px;
}
#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#clients .owl-carousel .owl-item {
  margin-right: 10px;
}
.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}
.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}
.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  right: 0;
}
.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  left: 0;
}
.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}
.fancybox-title {
  padding: 15px 8px;
}
.wrapper_404 h1 {
  font-size: 200px;
  color: #02bdd5;
  line-height: 1;
}
.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}
.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  
  letter-spacing: normal;
  border-radius: 0;
}
.company-description {
  margin-top: 80px;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}
#team {
  margin: 50px 0;
}
.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  color: #02bdd5;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #02bdd5;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}
.about-feature {
  margin-top: 50px;
}
.about-feature .block {
  color: #fff;
  width: 33.33%;
  padding: 5%;
  float: left;
}
.about-feature .block p {
  font-weight: 300;
}
.about-feature .about-feature-1 {
  background: #02bdd5;
}
.about-feature .about-feature-2 {
  background: #00B0C7;
}
.about-feature .about-feature-3 {
  background: #00A6BB;
}
#blog-full-width {
  padding: 40px 0 80px;
}
article {
  padding: 30px 0;
}
.blog-content h2 {
  font-family:  Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}
.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}
.blog-content .blog-meta a {
  color: #acacac;
}
.blog-content .blog-meta p {
  margin-top: 20px;
}
.blog-content .btn-details {
  color: #02bdd5;
  padding: 0;
  background: #02bdd5;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #02bdd5;
}
.blog-post-image {
  margin-top: 30px;
}
.sidebar {
  padding-top: 60px;
}
.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}
.sidebar .widget h3 {
  margin-top: 8px;
}
.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.sidebar .search button {
  border-left: 0;
}
.sidebar .search button:hover {
  background: transparent;
}
.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}
.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}
.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}
.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}
.sidebar .categories ul li a {
  color: #555;
}
.sidebar .categories ul li:last-child {
  border-bottom: none;
}
.sidebar .recent-post ul li {
  margin: 20px 0;
}
.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}
.sidebar .recent-post ul li a:hover {
  color: #02bdd5;
}
.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}
.gallery {
  padding: 100px;
}
.gallery figure .buttons {
  left: 40%;
}
.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}
.portfolio-single {
  padding: 80px 0 20px;
}
.portfolio-single .portfolio-content {
  padding: 40px 0;
}
.single-post {
  padding: 50px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li,
.single-post .post-content ul li {
  color: #666;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #02bdd5;
  font-size: 12px;
}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #02bdd5;
  color: #fff;
  border-radius: 0;
}
.social-share li {
  display: inline-block;
  margin: 3px 1px;
}
.social-share a {
  font-size: 20px;
  color: #fff;
  background: #02bdd5;
  padding: 4px 10px;
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background: #000;
}
.dropdown-menu > .animated-header{
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
  background-color: #fff;
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > ul {
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 10px;
  border-top: 2px solid #80bb01;
  background: #fff;
  background-color: #333;
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}
.nav .open > a,
.nav .open > a:focus {
  
}
#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-cup:before {
    content: "\e661";
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-helm:before {
    content: "\e6b6";
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-date:before {
    content: "\e660";
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-anchor:before {
    content: "\e67c";
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-shield:before {
    content: "\e6c5";
}
.vc_icon_element-icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bb01), to(#58d9cd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pe-7s-global:before {
    content: "\e64f";
}
.icon_style5.text-center .icon_box i {
    font-size: 55px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    padding-right: 25px;
}
.icon_style5 .icon_box i {
    background: none;
    margin: 0;
}
.header-profile ul a:before, .icon_box_content:hover .icon_box, .icon_box_content:hover .icon_box i {
    background: #80bb01;
}
.icon_box i {
    height: 59px;
    width: 59px;
    margin: 1px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}
.icon_style5.text-center .icon_box i {
    font-size: 55px;
    height: 90px;
    line-height: 90px;
    width: 90px;
}
.icon_style5 {
    padding: 0 15px;
}
@media (min-width: 768px)
{
  .icon_style5 {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
}
.footer-v2 .footer-newsletter .submit:before {
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    color: #80bb01;
    z-index: 0;
    right: 25px;
    top: 13px;
}
.footer-v2 .footer-newsletter .submit {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.vc_col-sm-4:last-child .icon_style5 {
    border-right: none;
}
.icon_box-container:last-child .icon_style5 {
    border-bottom: none;
}
.icon_style5.text-center .icon_box {
    height: 90px;
    text-align: center;
    width: 90px; 
    margin-top: 28px;
    float: none;
}
.icon_box {
    position: relative;
    display: inline-block;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    color: #80bb01;
}
.footer-v2 .footer-newsletter .submit input {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    padding: 10px;
    text-indent: -9999em;
    width: 70px;
    position: relative;
    z-index: 1;
}
.footer-v2 .footer-newsletter .form-mail {
    position: relative;
}
.textbox {
    background: transparent;
    color: #ccc;
    padding: 6px 15px 6px 35px;
    box-shadow: 0 1px 0 #ccc inset;
    transition: 500ms all ease;
    border-radius: 50px;
}
 .textbox:hover {
        border-radius: 50px;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.title-2 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 20px;
    color: #80bb01;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #80bb01;
  color: white;
  cursor: pointer;
  padding: 10px 11px 10px 11px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
.ult_countdown-row .ult_countdown-section .ult_countdown-amount, .icon_style1 .icon_box i:before, .vc_icon_element-icon:before {
    -webkit-background-clip: text;
}
.icon_box-container:hover .icon_style5 .icon_box i {
    background: -webkit-linear-gradient(0deg, #59d9cb 0%, #80bb01 100%, #80bb01 100%);
    background: -webkit-linear-gradient(90deg, #59d9cb 0%, #80bb01 100%, #80bb01 100%);
    background: linear-gradient(0deg, #59d9cb 0%, #80bb01 100%, #80bb01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$highlight_color', endColorstr='$primary_color',GradientType=1 );
}
@media(min-width:1025px){
	.dropdown-menu{
  min-width: 610px !important;
}
}


.dropdown-menu > ul{
    height: 80px;
}

#map-border {
  border: 2px solid;
}

.arrowpress-heading.heading-6:before {
    width: 95%;
    height: 3px;
    position: absolute;
    content: '';
    background: #f4f4f4;
    left: 13px;
    top: 40px;
    margin-top: -7px;
}

.arrowpress-heading.heading-6:after {
    width: 97px;
    height: 3px;
    position: absolute;
    content: '';
    background: #80bb01;
    left: 14px;
    top: 40px;
    margin-top: -7px;
}

.wpcf7-form-control.btn-primary {
    margin-top: 13px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    height: 50px !important;
    line-height: 20px !important;
    text-align: center !important;
    width: 165px !important;
    background-color: #80bb01 !important;
}
#exTab1 .tab-content {
  color : #282828;
  font-size:15px;
  background-color: white;
  padding : 15px 15px;
}
.contact-fieldset{
  min-width: 0px !important;
  padding: 10px !important;
  margin: 10px !important;
  border: 1px solid #c0c0c0;
}

.contact-legend{
  border-bottom: 0px !important;
  text-align: center;
  width: 17% !important;
}

#contact-address{
  margin-top: -10%;
  padding-bottom: 5%;
}


.item img{
  width: 100% !important;
}

.wholesaler-image{
  height: 100%;
  width: 100%;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 264px !important;
}
@media  (min-width: 1200px)
{
  .navbar-nav>li>.dropdown-menu {
  margin-top: 0px !important;
  right: -230px;
  
}
.carousel-caption h1{
	font-size: 80px !important;
}

	.carousel-caption {
	top:15% !important
}


figure img {
	height: 354px !important;
    margin-left: 0% !important;
    margin-top: 12%;
}
}

@media  (max-width: 1200px) and (min-width: 768px)
{
	figure img {
	height: 354px !important;
    margin-left: 0% !important;
    margin-top: 12%;
}
	.carousel-caption h1{
	font-size:45px !important
}
figure .img-wrapper{
	    height: 233px !important;
}
	.nav-a-tag{
	font-size:14px !important;
	padding:9px 16px 5px 16px !important;background-color:#a1d150 !important;color:black !important;border-radius:10px;
}
.navbar-collapse {
    background: transparent !important;
} 
 .dropdown-menu{
    padding: 0px !important;
  }
 
.dropdown-menu > ul{
  margin-top: 0px !important;
}
}

@media (min-width: 768px)
{
  .slide-image{
    height: 665px !important;
  }
  .slide-image{
    height: 665px !important;
  }
}
@media (max-width: 1024px)
{
	.slide-image {
    height: 350px !important;
    margin-top: 0%;
}
#top-bar.animated-header{
  padding-bottom: 0px !important;
}
.navbar-toggle{
  margin-top: 10px !important;
}
.nomr-xs{
  padding: 20px !important;
  margin: 0px !important;
}
#top-bar{
	padding:12px 0px 4px 0px !important;
}
}

@media (max-width: 720px) and (min-width:420px)
{

figure .img-wrapper{
	height:320px !important;
}
}
@media (max-width: 768px)
{
  .carousel-caption{
    bottom: 0px !important;
	top: 8%;
  }
  .pad60{
	padding-left: 60px;
    padding-right: 60px;
}
.carousel-caption p{
	font-size:16px !important;
}
.img-wrapper  img{
	height: 400px !important;
	margin-left:0px !important;
}
figure .img-wrapper {
    height: 100% !important;
}
}
#exTab1{
	width:110% !important;
}
#exTab1 .tab-pane{
	font-size:17px !important;
}
.dropdown-menu a{
	font-size:14px;
}
@media (max-width: 1024px) and (min-width: 768px)
{
	.dropdown-menu > ul{
		padding-left:15px !important;
	}
	#top-bar .main-menu li{
		    padding: 0px 4px !important;
	}
.dropdown-menu li a {
  font-size: 11px !important;
  
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  
}
	.wp-post-image{
		position: absolute;
    height: 77% !important;
    margin-top: 7%;
    margin-left: 1% !important;
	}
  .carousel-caption{
    height: 270px !important;
    margin-top: 0%;
}
.nav-a-tag{
	width:100%;
	text-align: center;
    font-weight: 600;
    font-size: 15px !important;
}
  .mtop10-xs{
    margin-top: 10%;
  }
  .carousel-caption p{
    font-size: 16px !important;
  }
  .site-logo {
     margin-top: -14px !important;
    height: 43px !important;
    margin-left: 10px;

}

}
    .blog_post_desc {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    margin-bottom: 11px;
    padding-bottom: 4px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.nav-pills > li.active a {
    border: none;
    border-radius: 0;
    margin: 0;
    color: #fff;
    background-color: #80bb01;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
 background-color: #80bb01;
 
}
.panel-default>.panel-heading{
  background-color: transparent;
}
.nav-pills > li a {
    border: none;
    text-transform: capitalize;
    border-radius: 0;
    margin: 0;
    font-size: 17px;
    color: #282828;
    padding: 9px 10px;
        background: #ebebeb;
}
.list-group-item{
	font-size:17px !important;
}
.table-responsive{
	font-size:17px !important;
}
.services-overlay::before {
    background: #80bb01;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.site-logo {
    margin-top: -18px;
    height: 60px;
}
@media (min-width: 992px){
.mega-menu > li:not(.megamenu) .sub-menu, .mega-menu>li>.sub-menu {
    border-top-color: #80bb01;
}
}.arrowpress-heading .small-title {
    margin: 0 50px;
}

.tp-caption.rev-btn, .vc_icon_element-inner:hover .vc_icon_element-icon, .arrowpress-heading.heading-5 .small-title p:before, .arrowpress-heading.heading-5 .small-title p:after, .instagram-img a::before, .blog-info .blog-date, .list-items.style1 li:before, .header-v6 .search-block-top > .btn-search > i, .banner-type4, .preloader8 span, .banner-type4::before, .cate-archive .slick-arrow:hover, .product_layout_list.arrowpress-products .product-content .product-image::before, .vc_row .hotspot:before, .product-content:hover .button.add_to_cart_button, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-heading, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon, .member-type2 .member-info .member_social::before {
    background-color: #80bb01;
}

.who-we-are{
    line-height: 24px;
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.about-what-we-do{
    font-family: asap;
    font-size: 25px;
    font-weight: 600;
}
}
.icon_box {
    float: right;
    margin-left: 25px;
}


.contact-home {
  -moz-box-shadow: 0px 0px 2px 0px #bae653;
  -webkit-box-shadow: 0px 0px 2px 0px #bae653;
  box-shadow: 0px 0px 2px 0px #bae653;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80bb01), color-stop(1, #a7e620));
  background:-moz-linear-gradient(top, #80bb01 5%, #a7e620 100%);
  background:-webkit-linear-gradient(top, #80bb01 5%, #a7e620 100%);
  background:-o-linear-gradient(top, #80bb01 5%, #a7e620 100%);
  background:-ms-linear-gradient(top, #80bb01 5%, #a7e620 100%);
  background:linear-gradient(to bottom, #80bb01 5%, #a7e620 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80bb01', endColorstr='#a7e620',GradientType=0);
  background-color:#80bb01;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #88b031;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Arial;
  font-size:19px;
  padding:0px 8px;
  margin-left: 6px;
  text-decoration:none;
  text-shadow:0px 0px 0px #90c420;
}
.contact-home:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a7e620), color-stop(1, #80bb01));
  background:-moz-linear-gradient(top, #a7e620 5%, #80bb01 100%);
  background:-webkit-linear-gradient(top, #a7e620 5%, #80bb01 100%);
  background:-o-linear-gradient(top, #a7e620 5%, #80bb01 100%);
  background:-ms-linear-gradient(top, #a7e620 5%, #80bb01 100%);
  background:linear-gradient(to bottom, #a7e620 5%, #80bb01 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e620', endColorstr='#80bb01',GradientType=0);
  background-color:#a7e620;
}
.contact-home:active {
  position:relative;
  top:3px;
}
.services-overlay::before {
    background: #80bb01;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.services-overlay {
    position: relative;
}
.need-help .vc_icon_element {
    float: left;
    line-height: 1.425;
    margin-bottom: 0;
    padding-right: 38px;
}
.need-help .wpb_text_column h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-top: 0px;
    font-family: Asap;
    position: relative;
}
.fa-map-signs:before {
    color: white;
}
.need-help .wpb_text_column p {
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    
}
.need-help .vc_icon_element {
    float: left;
    line-height: 1.425;
    margin-bottom: 0;
    padding-right: 0px;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
}

.home-demo .item {
    background: #f5f5f5 !important;
  color:black !important;
  height:100px !important;
}
  .home-demo h2 {
    color:black !important;
    text-align: center;
    padding: 35px 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
  }
  .animated-header>.navbar-nav>li>a{
    color: black !important;
  }
  .mbot10{
    margin-bottom: 10px;
  }

  @media (min-width: 768px)
  {
    .home-about-us{
      width: 122%; 
      left: -11%;
    }
  }

  @media (max-width: 1024px)
  {
	  .navbar-nav>li>.dropdown-menu {
    margin-top: 0px !important;
    right: -274px !important;
}

	.wpb_wrapper p{
	width:95% !important;
}
.wpb_wrapper h2{
	display:inline !important;
}
  .carousel-slider-top{
      margin-top: -7px;
    }

  .home-latest-news{
    margin: 7% !important;
  }

  .footer-container{
    text-align: center;
  }

  .footer-social{
    margin-left: 23%;
  }

  .widget-title{
    padding-bottom: 0px !important;
    margin-top: 11% !important;
  }

  .about-what-we-do-content{
    margin-top: 20% !important;
  }
  }

  .left_footer i{
  color: white; 
  padding-top: 5%;
  font-size: 18px; 
  font-weight: 800;
}
.fa-circle{
	font-size:12px !important;
	
}
.btn-default:hover{
	background: #80bb01;
	opacity:0.7;
	color:white;
}
.btn-default:focus{
	background: #80bb01;
	opacity:0.7;
	color:white;
}
.inquery:hover{
	color: #80cc01
}
.inquery{
	margin-top:10%;margin-left:10%;border-top:3px solid #80bb01;color:#80bb01;border-bottom:3px solid #80bb01;padding:0px 10px;font-size:24px; width:125px
}
.nav-a-tag{
	font-size:16px !important;
	padding:9px 16px 5px 16px !important;background-color:#a1d150;color:black !important;border-radius:10px;
}

@media (max-width: 1024px){

.nav-a-tag{
	font-size:14px !important;
	padding:12px 16px 10px 16px !important;background-color:#a1d150  !important;color:black !important;border-radius:10px;
}
.navbar-right {
margin-right: 40px;
}
.navbar-collapse{
		    background: transparent;
}
}
@media (min-width:1025px) and (max-width:1199px){
	 .navbar-nav>li>.dropdown-menu {
    margin-top: 0px !important;
    right: -243px !important;
}
}
@media (max-width:1024px) and (min-width:991px){
	.dropdown-menu a {
    font-size: 10px !important;
}
 .navbar-nav>li>.dropdown-menu {
    margin-top: 0px !important;
    right: -243px !important;
}
.dropdown-menu{
  min-width: 989px !important;
}
#top-bar .main-menu li a {
  font-size: 14px !important;
  
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  
}


.dropdown-menu ul li:first-child {
	padding: 0px 0px 0px 0px !important;
}
.dropdown-menu ul li:last-child {
	padding: 0px 0px 0px 10px !important;
}
.dropdown-menu a {
    font-size: 13px;
}
.nav-pills > li a {
    border: none;
    text-transform: capitalize;
    border-radius: 0;
    margin: 0;
    font-size: 15px !important;
    color: #282828;
    padding: 9px 10px;
    background: #ebebeb;
}


.dropdown-menu {
    min-width: 991px !important;
}
.footer-social {
    margin-left: 7% !important;
}
}
@media (max-width: 991px) and (min-width: 768px){
.dropdown-menu{
    min-width: 91px !important;
}
 .navbar-nav>li>.dropdown-menu {
    margin-top: 0px !important;
    right: -300px !important;
}	
.dropdown-menu{
  min-width: 830px !important;
}
.nav-a-tag{
	font-size:14px !important;
	padding:12px 16px 10px 16px !important;background-color:#a1d150  !important;color:black !important;border-radius:10px;
}
.navbar-collapse{
		    background: transparent;
}

.nav-pills > li a {
    border: none;
    text-transform: capitalize;
    border-radius: 0;
    margin: 0;
    font-size: 15px !important;
    color: #282828;
    padding: 9px 10px;
    background: #ebebeb;
}

}
@media (max-width: 520px) and (min-width:480px){
.footer-social {
    margin-left: 26% !important;
    margin-top: 4%;
}
}

@media (max-width: 479px){
	.footer-social {
    margin-left: 17% !important;
    margin-top: 4%;
}
}

@media (max-width: 767px) and (min-width:521px){
	.footer-social {
    margin-left: 33% !important;
    margin-top: 4%;
}
}
@media (max-width: 767px){
.global-page-header{
       background-size: 100% 232px !important;
	   height: 232px  !important;
	   padding: 78px 0 25px 0 !important;
  }
  .mtop10-xs{
	  margin-top:30px;
  }
  .nav-a-tag {
    font-size: 14px !important;
    padding: 6px 6px 6px 6px !important;
    background-color: #a1d150 !important;
    color: black !important;
    border-radius: 10px;
}
.nav-a-tag {
    width: 140px;
    text-align: center;
    font-weight: 600;
    font-size: 15px !important;
}
.dropdown-menu{
    min-width: 1149px !important;
}	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	    max-height: 487px !important;
}
.dropdown-menu > ul {
    height: 243px !important;
}
#exTab1 {
    width: 110% !important;
    padding-top: 30px;
	margin-left: -20px;
}
#accordion .panel-title{
	font-size:18px !important;
}
.wp-post-image {
    position: absolute;
    height: 77% !important;
    margin-top: 7%;
    margin-left: 4% !important;
}

.nav>li {
    padding: 2px 2px 4px 0px !important;
}
.carousel-caption h1 {
    font-size: 30px !important;
    font-weight: bold;
}
.carousel-indicators{
	display:none;
}
section .row{
	margin-left:0px !important;
	margin-right:0px !important;
}
.icon_box_content {
	text-align:center !important;
	margin-left:0px !important;
}

.nav-pills > li a {
    border: none;
    text-transform: capitalize;
    border-radius: 0;
    margin: 0;
    font-size: 15px !important;
    color: #282828;
    padding: 9px 10px;
    background: #ebebeb;
}
.icon_box-container{

	margin-left:0px !important;
}
.vc_single_image-img{
	width:350px !important;
} 
.about-img-css{
	width:100%
}
.nav-a-tag{
	width:140px;
	text-align: center;
    font-weight: 600;
    font-size: 15px !important;
}
.tp-caption{
	
    font-size: 14px  !important;
    line-height: 13px !important;
   
    border-radius: 30px !important;
    
    padding: 12px 25px !important;
  
    width: 130px !important;
}
.carousel-slider-top {
    margin-top: 0px;
}
.site-logo {
    margin-top: -18px;
    height: 46px;
    margin-left: 5%;
}

.dropdown-menu > ul{
	background:black !important;
}
.navbar-nav{
	    margin: 7.5px 0px;
}
.navbar-right {
    
    
}
}
