/*.carousel {
    height: 50%;

}
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}*/
/****custom fade carousel**/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/******/
.top-bar {
    background: #f8f8f8;
    color: #999;
    padding: 6px 0;
    font-size: 13px;
    line-height: 25px;
   /* border-bottom: 1px solid #f5f5f5;*/
}
.top-bar a {
    color: #999;
}
.top-bar .tb-language {
    margin-left: 10px;
}
.top-bar .tb-language a {
    color: #888;
}
.top-bar .tb-language a:hover {
    color: #666;
    text-decoration: none;
}
.dropdown-menu.dropdown-mini {
    min-width: 120px;
}

.dropdown-menu.dropdown-mini li a {
    font-size: 12px;
    padding: 5px 10px;
}
.dropdown-menu.dropdown-mini li a:hover{
    color: #fff;
}
.top-bar .tb-language a:hover {
    color: #666;
}
.top-bar .tb-social {
    /*margin-right: 10px;*/
}
.brand-bg a.facebook i {
    background: #3280e7;
}
.top-bar .tb-social i {
    font-size: 13px;
    margin: 0 2px 0 0;
}
.brand-bg a i {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}
.rounded-1 {
    border-radius: 2px!important;
}
.square-2 {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.brand-bg a.twitter i {
    background: #32c8de;
}
.brand-bg a.google-plus i {
    background: #f96f4a;
}
.brand-bg a.linkedin i {
    background: #729fda;
}
.brand-bg a.pinterest i {
    background: #ed5441;
}
.brand-bg a.pinterest i:hover {
    background: #b72411;
}
.brand-bg a.linkedin i:hover {
    background: #3069b6;
}
.brand-bg a.google-plus i:hover {
    background: #eb6440;
}
.brand-bg a.twitter i:hover {
    background: #188392;
}
.brand-bg a.facebook i:hover {
    background: #134fa0;
}
.tb-contact span{
    color:#127ECC;
    font-weight: bold;
}
.site__title {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 15s infinite linear;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.who li {
    margin-bottom: 6px;
}
.who li i {
    color: #2A93E8;
    font-size: 13px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.lh-2{
    line-height: 2em;
}
/* ===== Team ===== */
.member-left {
    text-align: left;
  /*  margin-bottom: 25px;
    padding-bottom: 25px;*/
    /*border-bottom: 1px dotted #eee;*/
}
.member-right {
    text-align: right;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee;
}
.team img,
.team img {
    width: 130px;
    height: 130px;
    border-radius: 5px;
}
.team .member-left img{
    float: left;
    margin-right: 22px;
}
.team .member-right img{
    float: right;
    margin-left: 50px;
}
.team .position {
    color: #2A93E8;
}
.team p,.team ul {
    overflow: hidden;
}
.pl-16{
    padding-left: 16px;
}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
}
.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.lists-v1 li {
    margin-bottom: 10px;
}
.lists-v1 i {
    background: #3498db;
}
.lists-v1 i {
    color: #fff;
    width: 15px;
    height: 15px;
    padding: 1px;
    font-size: 13px;
    margin-right: 7px;
    text-align: center;
    background: #72c02c;
    display: inline-block;
    border-radius: 50% !important;
}
.shadow-wrapper {
    z-index: 1;
    position: relative;
}
.shadow-effect-2 {
    position: relative;
}
.box-shadow {
    background: #fff;
    position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999;
    -moz-box-shadow: 0 15px 10px #999;
    -webkit-box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
img.img-bordered {
    padding: 3px;
    border: solid 1px #eee;
}
.full-width {
    width: 100%;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.shadow-effect-2:after, .shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.shadow-effect-2:after, .shadow-effect-2:before, .shadow-effect-3:before, .shadow-effect-4:after {
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999;
    -moz-box-shadow: 0 15px 10px #999;
    -webkit-box-shadow: 0 15px 10px #999;
}
.box-shadow:after, .box-shadow:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999;
    position: absolute;
}
.overflow-h {
    overflow: hidden;
}
.about-me h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.about-me span {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.heading-v6 h2:before, .heading-v6 h2:after {
    top: 17px;
    border-bottom-style: dotted;
}

.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c;
}
.tag-box-v2 {
    border-left: solid 2px #3498db;
}
.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}
@media (max-width: 992px) {
    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }
}
.shadow-effect-2:after, .shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

.breadcrumbs.breadcrumbs-dark, .breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 9px 0 3px;
    border-bottom: solid 3px #777;
}
.breadcrumbs.breadcrumbs-light {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}
.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url('/themes/sms/public/images/breadcrumbs.png') repeat;
}
.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px;
}

.breadcrumbs.breadcrumbs-dark h1, .breadcrumbs.breadcrumbs-dark a, .breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
    color: #fff;
    font-weight: 200;
}
.breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
    color: #555;
}
.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px;
}
.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumbs.breadcrumbs-dark h1, .breadcrumbs.breadcrumbs-dark a, .breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
    color: #fff;
    font-weight: 200;
}
.breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
    color: #555;
}
.breadcrumb a {
    color: #777;
}
.breadcrumb li.active, .breadcrumb li a:hover {
    color: #3498db;
    text-decoration:none;
}
@media (max-width: 550px) {
    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }
}
@media (max-width: 550px)
{
    .breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }
    }
.headline h2 {
    font-size: 22px;
}
.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #3498db;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
}
.logo.h{
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 660px)
{
    .logo.h {
        font-size: 20px;
        line-height: 1.3;
    }
 }
.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.btn{
    border-radius: 0;
}
.navbar{
    margin-bottom: 0;
}
@media (min-width: 992px) {
.navbar .navbar-nav > li.dropdown:hover > .dropdown-menu {

        display: block;
    }   
}
.dropdown-menu>li>a{
    padding: 8px 20px;
}
.navbar-nav>li>.dropdown-menu{

    border-radius: 0;
    border: none;
}
.block-heading-two {
    margin: 10px 0 15px;
}
.block-heading-two h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    padding: 0 10px 6px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.block-heading-two h3 span {
    padding-bottom: 11px;
    border-bottom: 3px solid;
}
.block-heading-two h3 span {
    border-color: #32c8de;
}

h1.title-v2.title-center, h2.title-v2.title-center, h3.title-v2.title-center {
    text-align: center;
}
h2.title-v2 {
    color: #2A93E8;
    position: relative;
    margin-bottom: 30px;
}
.space-lg-hor {
    padding-left: 60px;
    padding-right: 60px;
}
h1.title-v2.title-center:after, h2.title-v2.title-center:after, h3.title-v2.title-center:after {
    left: 50%;
    width: 70px;
    margin-left: -35px;
}
h2.title-v2:after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #555;
    position: absolute;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
h2.heading-sm, h3.heading-md {
    font-size: 18px;
    line-height: 24px;
}
.rounded-x {
    border-radius: 50% !important;
}
i.icon-bg-u {
    background: #72c02c;
}
i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
}
i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
i.icon-custom {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #fff;
}
.content-boxes-v1 span {
    display: block;
    margin-top: 5px;
}
.content-boxes-v1 {
    text-align: center;
}
i.icon-bg-blue {
    background: #3498db;
}
i.icon-bg-red {
    background: #e74c3c;
}
.heading {
    text-align: center;
}
.heading h2 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important;
}


.heading h2:before, .heading h2:after {
    content: ' ';
    width: 70%;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}
.heading h2:after {
    left: 100%;
}
.heading h2:before {
    right: 100%;
}
.heading-v1 h2:before, .heading-v1 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}
.owl-clients-v1 img {
    width: 130px;
    height: 60px;
}
/*Revolution Slider
------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff; 
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

.tp-banner-container {
  position: relative;
}

/*Fullscreen*/
.fullscreen-container {
  padding:0;
  width:100%;
  position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
 /* background: rgba(0,0,0,0.3);*/
} 

.revolution-ch1 {
  color: #ffecb3;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' '; 
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}

/****************/
@media (max-width: 768px){
    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }
}
/*Image Hover Effects
------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.img-thumbnail{
    border-radius: 0;
}
.img-hover-v1 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.img-hover-v1:hover span:after {
    /*background: rgba(0,0,0,0.3);*/
}

.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
   /* -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);*/
}

/*Image Hover v2*/
.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}
.table-green>tbody>tr:nth-of-type(odd) {
    background-color: #F1F8E9;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),local('Roboto-Light'),url('/themes/sms/public/fonts/roboto/roboto-light.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),local('Roboto-Regular'),url('/themes/sms/public/fonts/roboto/roboto.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),local('Roboto-Bold'),url('/themes/sms/public/fonts/roboto/roboto-bold.woff') format('woff')
}
body {
    /*font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: rgba(0,0,0,0.87);
    background-color: transparent
}
.owl-nav {
    text-align: right;
    margin-bottom: 10px;
}
.br-grey {
    border: 1px solid #eee
}
.rounded-2 {
    border-radius: 4px!important
}
.owl-nav a i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.owl-nav a i:hover {
    color: #fff;
    background-color: #32c8de;
}

.owl-nav a.owl-nav-prev i {
    margin-right: 3px;
}
.owl-carousel .owl-content {
    margin: 10px 5px;
}
.owl-theme .owl-controls .owl-pagination {
    text-align: center
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.4)
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 0 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #32c8de
}
.owl-theme .owl-controls {
    margin-top: 10px
}
.margin-bottom-0  {margin-bottom:0;}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-100 { margin-bottom:100px;}

.margin-top-0  {margin-top:0;}
.margin-top-5  { margin-top:5px;}
.margin-top-10 { margin-top:10px;}
.margin-top-15 { margin-top:15px;}
.margin-top-20 { margin-top:20px;}
.margin-top-25 { margin-top:25px;}
.margin-top-30 { margin-top:30px;}
.margin-top-35 { margin-top:35px;}
.margin-top-40 { margin-top:40px;}
.margin-top-45 { margin-top:45px;}
.margin-top-50 { margin-top:50px;}
.margin-top-55 { margin-top:55px;}
.margin-top-60 { margin-top:60px;}
.margin-top-100 { margin-top:100px;}
.font-weight-100{
    font-weight: 100;
}
.h1-border{
    border-bottom: 2px solid #C7D4EE;
}
.navbar-default{
    z-index: 999;
    font-weight: bold;
    border-radius: 0;
  /*  background-color: #2A93E8;*/
    border-color: #f1f8e9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    border: none;
   /* background-image: -webkit-linear-gradient(92deg,#076CAF,#2196F3);*/
    /*background-image: -webkit-linear-gradient(92deg,#D1E813,#5A5424);*/
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    -webkit-transition: background 0.3s linear 0s,color 0.3s linear 0s,border-radius 0.3s linear 0s;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #dcedc8;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #eee;
    /*background-color: #2072B8;*/
    background: #9e9d24;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    /*background-color: #2A93E8;*/
    -webkit-transition: background 0.3s linear 0s,color 0.3s linear 0s,border-radius 0.3s linear 0s;
   /* background-image: -webkit-linear-gradient(92deg,#076CAF,#2196F3);*/
    background: #9e9d24;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    /*background-color: #2072B8*/
    background: #9e9d24;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #fff;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
}
.footer{


    border-top: 1px solid #DDDDDD;


    font-weight: 400;
    font-size: 13px;

}
.footer p{
    line-height: 50px;
    margin-bottom: 0;
}
.wrap{
    min-height: 300px;
}
address{
    font-size: 15px;
}
/*
body {
  min-height: 2000px;
  padding-top: 70px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}
.bs-callout-info {
    border-left-color: #1b809e
}

.bs-callout-info h4 {
    color: #1b809e;
}*/
.custom-nav{
    background: #F3E8B1;
}

