.navbar-default .navbar-nav.nav > li:nth-child(2) a {
position: relative;
padding-left: 15px;
margin-left: 15px;
}
.navbar-default .navbar-nav.nav > li:nth-child(2) a:after {
display: block;
position: absolute;
top: 47%;
left: 0;
transform: translateY(-50%);
content: "\f2a0";
font: normal normal normal 14px/1 FontAwesome;
}
.navbar-brand > img {zoom:140%}
/*home page gallery*/
.wrap-slider-homepage {
    width: 100%;
    min-height: 500px;
    margin-top: -100px;
}
.gallery-item {
  position: absolute;
}
.gallery-item--1 {
  left: 55%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 3s infinite forwards;
  -moz-animation: spinIn 18s ease-out 3s infinite forwards;
  -o-animation: spinIn 18s ease-out 3s infinite forwards;
  -ms-animation: spinIn 18s ease-out 3s infinite forwards;
  animation: spinIn 18s ease-out 3s infinite forwards;
}
.gallery-item--1 .gallery-item__inner {
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.gallery-item--2 {
  left: 45%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 6s infinite forwards;
  -moz-animation: spinIn 18s ease-out 6s infinite forwards;
  -o-animation: spinIn 18s ease-out 6s infinite forwards;
  -ms-animation: spinIn 18s ease-out 6s infinite forwards;
  animation: spinIn 18s ease-out 6s infinite forwards;
}
.gallery-item--2 .gallery-item__inner {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.gallery-item--3 {
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 9s infinite forwards;
  -moz-animation: spinIn 18s ease-out 9s infinite forwards;
  -o-animation: spinIn 18s ease-out 9s infinite forwards;
  -ms-animation: spinIn 18s ease-out 9s infinite forwards;
  animation: spinIn 18s ease-out 9s infinite forwards;
}
.gallery-item--3 .gallery-item__inner {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.gallery-item--4 {
  left: 43%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 12s infinite forwards;
  -moz-animation: spinIn 18s ease-out 12s infinite forwards;
  -o-animation: spinIn 18s ease-out 12s infinite forwards;
  -ms-animation: spinIn 18s ease-out 12s infinite forwards;
  animation: spinIn 18s ease-out 12s infinite forwards;
}
.gallery-item--4 .gallery-item__inner {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.gallery-item--5 {
  left: 46%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 15s infinite forwards;
  -moz-animation: spinIn 18s ease-out 15s infinite forwards;
  -o-animation: spinIn 18s ease-out 15s infinite forwards;
  -ms-animation: spinIn 18s ease-out 15s infinite forwards;
  animation: spinIn 18s ease-out 15s infinite forwards;
}
.gallery-item--5 .gallery-item__inner {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.gallery-item--6 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinIn 18s ease-out 18s infinite forwards;
  -moz-animation: spinIn 18s ease-out 18s infinite forwards;
  -o-animation: spinIn 18s ease-out 18s infinite forwards;
  -ms-animation: spinIn 18s ease-out 18s infinite forwards;
  animation: spinIn 18s ease-out 18s infinite forwards;
}
.gallery-item--6 .gallery-item__inner {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.gallery-item__inner {
  background: #fff;
  padding: 0.6vw;
  -webkit-box-shadow: 1px 5px 20px rgba(0,0,0,0.15);
  box-shadow: 1px 5px 20px rgba(0,0,0,0.15);
}
.gallery-item__image {
  display: inline-block;
  width: 100px;
  width: 15vw;
  height: auto;
}
.gallery-item__caption {
  display: block;
  text-align: center;
}
@-moz-keyframes spinIn {
  0% {
    z-index: 6;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -moz-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -o-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -ms-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  2.5% {
    z-index: 6;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  16.666666666666668% {
    z-index: 5;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  33.333333333333336% {
    z-index: 4;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    z-index: 3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  66.66666666666667% {
    z-index: 2;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  83.33333333333334% {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    z-index: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@-webkit-keyframes spinIn {
  0% {
    z-index: 6;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -moz-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -o-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -ms-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  2.5% {
    z-index: 6;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  16.666666666666668% {
    z-index: 5;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  33.333333333333336% {
    z-index: 4;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    z-index: 3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  66.66666666666667% {
    z-index: 2;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  83.33333333333334% {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    z-index: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@-o-keyframes spinIn {
  0% {
    z-index: 6;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -moz-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -o-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -ms-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  2.5% {
    z-index: 6;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  16.666666666666668% {
    z-index: 5;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  33.333333333333336% {
    z-index: 4;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    z-index: 3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  66.66666666666667% {
    z-index: 2;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  83.33333333333334% {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    z-index: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@keyframes spinIn {
  0% {
    z-index: 6;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -moz-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -o-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    -ms-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  2.5% {
    z-index: 6;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  16.666666666666668% {
    z-index: 5;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  33.333333333333336% {
    z-index: 4;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    z-index: 3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  66.66666666666667% {
    z-index: 2;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  83.33333333333334% {
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    z-index: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

/*home page gallery end*/
/*about us*/
.s_three_columns{
    width: 70%;
    margin: 0 auto;
    margin-top: -50px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0, 0, 0, 0.3);
}
.s_three_columns h2,
.o_default_snippet_text i {
color: #ffbf00;
}
.s_three_columns .o_default_snippet_text {
padding-left: 50px;
}
#wrap {
    background-color: white;
}
.s_title{background:white;}
.s_three_columns {
background: rgb(29,37,38);
    background: -moz-linear-gradient(45deg, rgba(29,37,38,1) 45%, rgba(39,47,51,1) 58%);
    background: -webkit-linear-gradient(45deg, rgba(29,37,38,1) 45%,rgba(39,47,51,1) 58%);
    background: linear-gradient(45deg, rgba(29,37,38,1) 45%,rgba(39,47,51,1) 58%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2526', endColorstr='#272f33',GradientType=1 );
}
#wrapwrap {
    color: #2C3539;
}
.decorated {
    padding-bottom: 80px !important;
padding-top: 30px;
}

/* FOOTER GO!*/

.footer-v6 .footer .link-news li a, .footer-v6 .footer .link-news li small, .footer-v6 .footer .contacts li span, .footer-v6 .footer-link-list li a{
color: #fff;
}

.footer-v6 .footer {
background: #1c2331;
}

.footer-v6 .heading-footer h2 {
color: #fff;
font-weight: 600;
}

.footer-v6 .heading-footer:after {
background: #19bc8b;
}

.footer-v6 .footer p {
color: #fff;
}

.footer-v6 .footer .link-news li,
.footer-v6 .footer-link-list li {
border: none;
}

.footer-v6 .footer .link-news li a,
.footer-v6 .footer .link-news li small,
.footer-v6 .footer .contacts li span,
.footer-v6 .footer-link-list li a {
    color: #fff;
}

.footer-v6 .footer .contacts li i {
    background: #1c2331;
width: 32px;
    height: 32px;
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.footer-v6 .copyright {
background: #161c27;
font-size: 12px;
}

.footer-v6 .copyright .terms-menu li,
.footer-v6 .copyright .terms-menu li a {
color: #eee;
}

.footer-v6 .dark-social li {
margin: 0;
}

.footer-v6 .dark-social li i {
    color: #777;
    /* background: #1c2331; */
    width: 26px;
    height: 26px;
    color: #fff;
    padding: 7px 4px;
    background: #1c2331;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
/* FOOTER END!*/

.copy {
text-align: center;
padding: 20px 0;
background:white;
font-size: 14px;
}

/* Footer
------------------------------------*/

.footer-v6 .footer {
	padding: 70px 0;
}

/*Heading Fotoer*/
.footer-v6 .heading-footer {
	text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.footer-v6 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}

.footer-v6 .heading-footer h2 {
    color: #eee;
    font-size: 18px;
    text-transform: uppercase;
}

/*Link News*/
.footer-v6 .footer .link-news {
	margin-bottom: 0;
}

.footer-v6 .footer .link-news li {
	padding: 12px 0px;
}

.footer-v6 .footer .link-news li:first-child {
	padding-top: 0;
	border-top: none;
}

.footer-v6 .footer .link-news li a {

	font-size: 14px;
	margin-bottom: 3px;
	display: inline-block;
}

.footer-v6 .footer .link-news a:hover {
	color: #bbb;
}

.footer-v6 .footer .link-news li small {
	color: #555;
	display: block;
}

/*Link List*/
.footer-v6 .footer-link-list li {
	padding: 9px 0px;

}

.footer-v6 .footer-link-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.footer-v6 .footer-link-list li a {
	font-size: 14px;
	display: inline-block;
}

.footer-v6 .footer-link-list a:hover {
	color: #bbb;
}

/*Contacts*/
.footer-v6 .footer .contacts {
	margin-bottom: 0;
}

.footer-v6 .footer .contacts li {
	margin-bottom: 20px;
}

.footer-v6 .footer .contacts li:before,
.footer-v6 .footer .contacts li:after {
  	content: " ";
	display: table;
}

.footer-v6 .footer .contacts li:after {
	clear: both;
}

.footer-v6 .footer .contacts li i {
	float: left;
	width: 30px;
    height: 30px;
	padding: 8px 5px;
	background: #333;
	text-align: center;
	margin: 4px 10px 0 0;
	display: inline-block;
}

.footer-v6 .footer .contacts li p {
	margin-bottom: 0;
}

.footer-v6 .footer .contacts li a {
	color: #777;
}

.footer-v6 .footer .contacts li a:hover {
	color: #bbb;
}

/*Footer Copyright*/
.footer-v6 .copyright {
	padding: 15px 0;
	background: #222;
}

/*Social Icons*/
.footer-v6 .dark-social {
    margin: 5px 0 0;
}


/*Terms Menu*/
.footer-v6 .copyright .terms-menu {
	margin: 7px 0 0;
}

.footer-v6 .copyright .terms-menu li {
	color: #777;
	font-size: 12px;
	line-height: 10px;
	margin-right: 2px;
	border-color: #777;
	padding-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}

.footer-v6 .copyright .terms-menu li:first-child {
	border-left: none;
	padding: 0 7px 0 0;
}
.copyright {
    float: none !important;
}
.footer-v6 .copyright .terms-menu li a {
	color: #777;
}

.footer-v6 .copyright .terms-menu li a:hover {
	color: #bbb;
}

@media (max-width: 992px) {
	.footer-v6 .copyright .terms-menu,
	.footer-v6 .copyright .dark-social.pull-right {
		text-align: center;
		float: none !important;
	}	
.gallery-item__image {
    width: 40vw;
}
.wrap-slider-homepage {
    margin-top: -40px;
}
}





 .pagination {
     margin: 10px !important;
}
.btn-default {
    background-color: rgb(255, 191, 0) !important;
}
.btn-default .fa-search{
color: #35495e  !important;
}
.somicon {
    border: none !important;
}
.oe_search .somsearch{
    border-right: none;
}
.oe_product section {
padding: 10px  !important;
}
.oe_product {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(56, 56, 56, 0.28) !important;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
#products_grid .oe_product section h5 a {
    font-size: 15px  !important; 
}
#products_grid.col-md-12 .oe-height-2 {
    height: 305px  !important;
}
#products_grid .oe_product section {
    background-color:transparent;
    border: none;
}

#products_grid .oe_product section h5 {
    margin: 9px 0;
}
a.dropdown-toggle.btn.btn-default {
    border: 1px solid #ffbf00  !important;
}
#products_grid .oe_product section h5 a {
font-size: 16px;
text-transform: uppercase;
    color: #07ad86;
    font-weight: 800;
}

#products_grid .oe_product section h5 a:hover {
text-decoration: none;
}

#products_grid.col-md-12 .oe_grid {    
background-color: #fff;
}

#products_grid.col-md-12 .oe-height-2 {
min-height: 200px;
}

#products_grid table {
border-collapse: separate;
border-spacing: 20px 26px;
}


.oe_product .oe_product_image img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

#products_grid .oe_product section h5 a {
    color: black;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-align: center;
    display: block;
}
#products_grid .oe_product section {
   background-color: white;
}
#products_grid .oe_product section {
    padding: 0px 0px 30px 10px;
}

.oe_product  {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}





body.o_connected_user {
    padding-top: 25px !important;
}
 h1, h2, h3 {
    font-family: 'Oswald', sans-serif!important;
}
h1, .h1 {
    font-size: 44px;
}
h2, .h2 {
    font-size: 32px;
}
.panel-default > .panel-heading {
cursor: pointer;
}
.panel-group .panel {
border: none;
background-color: #fff; 
border-radius: 4px;
-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.unit-section {
padding: 30px 0;
}
.panel-title {
position: relative;
}
.panel-group {
    margin-bottom: 40px;
}
 .panel-title > span.fa {
position: absolute;
    right: 0px;
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ffbf00;
    border-radius: 50%;
    color: #000;
    padding-left: 3px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.panel-heading.collapsed .panel-title> span.fa {
transform: rotate(0deg);
}

.panel-heading .panel-title > span.fa {
transform: rotate(90deg);
box-shadow: 5px 0px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.panel-default > .panel-heading {
border: none;
background-color: transparent; 
padding: 20px 18px;
}

.contact-info-card {
position: relative;
    bottom: 6px;
z-index: 1;
overflow:hidden;
border-radius: 4px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.contact-card {
    background: #fff;
    position: relative;
    top: -20px;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.about-col-info i.fa {
width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ffbf00;
    color: #000;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right: 13px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.unit-img {
overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.form-horizontal .form-group {
margin: 0 0 15px;
}

.about-col-info,
.about-col-send {
padding: 20px 44px;
}

.somform {
    border: none;
    border-bottom: 1px solid #ffbf00;
    box-shadow: none;
}

textarea.form-control {
    border: 1px solid #d6d6d6;
}

.form-control:focus {
border-color: #ffbf00;
    outline: 0;
box-shadow:none;
}

.form-horizontal .control-label {
font-size:14px;
padding:0;
margin-bottom:5px;
color:#000;
}

div.container.card-service {
    padding: 8px 20px;
    position: relative;
    top: -70px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.btn .fa {
color: #ffbf00;;
}





.news-btn {
margin: 0;
font-weight: bold;
cursor: pointer;
}

.news-btn:hover {
text-decoration: underline;
}

.best-card, .news-card {
   border-radius: 4px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.view {
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
opacity: .9;
cursor: pointer;
}

.view:hover {
opacity: 1;
}

.card-body {
    padding: 20px;
}

.news-card {
    min-height: 390px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #000;
    background: rgb(242, 242, 242);
    border-radius: 2px;
}

#products_grid.col-md-12 .oe-height-2 {height:320px;}

@media (min-width:320px)  {
.oe_structure {
    padding-top: 120px;
}
.decorated{width:100%;}
}

@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (max-width: 768px) {
#navvy {
    padding: 20px 0px 10px 15px !important; }
}
@media (max-width: 425px) {
.gallery-item__image {
    width: 60vw;
}
}

@media (min-width:641px)  {  
.oe_structure {
    padding-top: 180px;
}
.somh{padding-top:0px !important}
}

@media (min-width:961px) { 
.oe_structure {
    padding-top: 80px ;
}
}

.navbar-nav > li > .dropdown-menu{
font-size:14px; 
font-family:lato;
border-radius: 2px;
    border: none;
    padding: 6px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000000;
    background-color: #ffbf00;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.18), 0 5px 10px 0 rgba(0,0,0,.15);
}

.nso{background-color: rgba(250, 250, 250, 0.9);}
.alert-info {
    background-color: #ffb800;
    color: #ffffff;
border:none;
}

.copyright {
float: left;
    width: 100%;
    background: #666;
    margin-bottom: 0!important;
    padding: 16px;
}
.somnbtn2{    color: #ffb800;
    margin-top: 50px;
    border: 1px solid #ffb800;}
h3{font-family:raleway}
.form-control{box-shadow:none;}
.somfont{font-family:raleway;}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
.input-group-addon{background:#fff;}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f9f9f9;
    border-radius: 0px;
    font-family: raleway;
}
.product_detail_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #e3e3e3;
    max-height: 500px;
    padding: 50px;
}
.sombtnn1:hover {
    color: #ffb800;
    background-color: #fff;
    border-color: #ffb800;
}
.sombtnn1 {
    background: #ffb800;
    color: #fff;
    border: 1px solid #fff;
    font-family: raleway;
    margin-top: 50px !important;
}
h1.sompro{    font-family: raleway; padding: 0px 0 20px 0; margin:0px;}
.somwidth{ margin-left:0px; width:40%}
.sbtnnew{
    padding: 5px 12px;
    border-radius: 3px;
    background: #ffb800;
    border: 1px solid #fff;
}
a.dropdown-toggle.btn.btn-default {
    background: #ffbf00;
    color: #34495e;
    font-family: lato;
    border: 1px solid #6f6f6f;
    text-transform: uppercase;
}
.somicon {
    background: #6f6f6f;
    border: 1px solid #a7a7a7;
    height: 37px;
}
.somsearch {
    height: 37px;
    box-shadow: none;
    border: 1px solid #cecece;
    /*padding-right: 150px;*/
    font-family: raleway;
} 

[data-publish='off'] > *:not(.css_options) {
    opacity: 1;
}
.js_sale {
    background: #ffffff !important;
}
.dropdown-menu > li > a {
color: #000000;
}
header a.navbar-brand {
    height: 42px;
}

header a.navbar-brand img {
margin-top: -2px;
max-height: 30px;
zoom: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
}


.navbar-default .navbar-nav.nav > li:nth-child(1) {
display: none;
}
.carousel-content {
background: transparent !important;
}

.navbar-default .navbar-nav > li > a {
    border-radius: 0px;
    transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background: rgb(242, 242, 242);
    border-radius: 2px;
}


div#myCarousel1515278155513 {
padding-top: 40px !important;
}



@media (min-width:320px)  {
.getaquote{ width:100%; float:left; background:#fff; padding:14px 22px;}
.somm1{ height:80px; clear:both; }
}


@media (min-width:481px)  {
 .btn-change7{ width:100%; white-space: normal;}
.somm1{ height:80px; clear:both;}
.getaquote{ width:100%; float:left; background:#fff; padding:14px 22px;}
}
.carousel-content {background: hsla(240, 100%, 50%, 0.5); margin-right:5px}

@media (min-width:961px)  {
 .btn-change7{ width:49%; white-space: normal;}
.getaquote{ width: 30%; float:right; background:#fff; padding:14px 22px;}
 }

.product {
padding: 30px 0;
}

.product-card {
    height: 260px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.ds-hover-1 {
width: 100%;
height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px;
    overflow: hidden;
    background: #000;
}

.ds-hover-1 img {
    display: block;
    height: 105%;
}

.ds-hover-1:hover .hover-content {
transition: all 0.4s ease 0s;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 0px;
}

.hover-content {
font-family: Oswald, sans-serif;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #fff;
    padding: 18px 20px;
 margin-bottom: -15px;
}

.hover-title {
font-weight: 400;
color: #ffbf00;
display: block;
margin-bottom: 5px;
}

.hover-content > p {
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    color: #000;
}

.oe_website_login_container {
    padding: 100px 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.somform{    border: none;
    border-bottom: 1px solid #d6d6d6 ;
    box-shadow: none;}
.form-control2{ height:50px;    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8c8c8c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -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 .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
width:50%; margin:0 auto; 
padding-bottom:30px;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}


footer ul li a{font-family: 'Lato', sans-serif;}
.well{ margin-bottom:0px;}
#team{background:#fff;}
div#contact {
    background: #f5f5f5;
    padding: 30px 0;
}
.js_blog, .website_blog{background:#fefefe !important;}
p.somr{ padding:0 15px; font-size:14px; color:#2063a9;}
p.somp {
    padding: 30px 15px 0;
    font-size: 14px;
}
#faq{ padding:40px 0; background:#fefefe;}
h2, h4{    font-family: 'oswald', sans-serif;}
p{font-family: 'Lato', sans-serif;}
footer .fa{color:#fff}
footer h4{color:#fff; padding:30px 0 0 0; line-height: 1.5;}
#left {background:#a50d0d;border-radius:0px; 
    font-family: 'Lato', sans-serif;}
#middle {border-radius:0px; 
    font-family: 'Lato', sans-serif;}
#right {    background: #2063a9;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    padding: 25px 0;
    line-height: 30px;}
/*  #footer {background: rgb(58, 59, 60) !important;} */
footer {background: #939393!important;}

#left font {color:white;}
#right font {color:white;}
#contact-email:width:150px;
#contacts {width:50%;}
#coll1 {
height:650px;
border: solid #ccc 1px;
border-radius: 3px;
padding:0px;
margin:10px; background:#fff;
}
#wrap {border:none;}
.button{
  display: inline-block;
  padding: 20px 50px;
  margin: 0px 0;
  position: relative;
  color: #ecf0f1;
}
#button-3{
    border: none;
    border-radius: 4px;
    color: #34495e;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffbf00;
    z-index: 9;
    margin: 1% 0.5%;
}

#button-3:before, #button-3:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%; 
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:after{
  left: 100%;
}

#button-3:hover{
  color: #ecf0f1;
}

#button-3:hover > a {
color:#ffbf00;
}

#button-3:hover:before{
  left: 0;
}

#button-3:hover:after{
  left: 50%;
}



.btn-change7 {
color:#000000;
border-color:white;

font-weight:600;

margin-bottom:0px !important;
}

.btn {
font-family: 'Lato', sans-serif;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
border-radius: 4px;
}

.btn-default {
text-transform: uppercase;
background-color: rgb(24, 167, 0);
color:#fff;
font-weight: 600;
}

.btn-default:hover {    
color:#fff;
background-color: rgb(24, 167, 0);
-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);}

.btn-lg {
font-size: 16px;
padding: 16px 32px;
}


.btn-change7:hover {}

.btn-block + .btn-block {margin:0px;}
@media only screen and (min-width: 900px) {
    #coll1 {
        max-width:30%
    }
}

#navvy {padding: 17px 0; border-bottom:none;background:#fff;    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);}
.btn-change7 > a, .btn-change7 > a:hover {color:#000;font-size:22px;}
#contform {border: solid gray;border-radius:3px;margin-bottom:10px;margin-top:10px;
}

#v1 {/*border-right: 1px solid #eee;*/ padding:0px;}
#v2 {/*border-left: 1px solid #eee;*/ padding:0px;}

#bar {background:blue; margin:5px;color:white;}
#bar_cont{margin:10px;}
#inner_carrot {float:right;}
#butt {float:left;}
#heady {background:none;height:76px;}
.navbar-default .navbar-nav > li > a {color:white;font-size:24px}


#heady {background: none;}
footer {background: white;}
.navbar-default .navbar-nav > li > a {color:rgb(99, 99, 99);    font-weight: 600;font-size:14px; font-family: 'Lato', sans-serif;}
.btn-warning{
background-color:white;
color:#01539D;
border-color:white;
border-radius:4px;
font-weight:600;
}
.btn-warning:hover {background-color:#2063a9;border-color:#2063a9;}
#bar {
-webkit-transition:all 500ms ease;
background-size:201% 100%;
border:3px solid #2063A9;
background-image:linear-gradient(to left,#ffffff 50%,#2063a9 50%);
transition:all 500ms ease;
}

.getaquote {margin-top: 50px;}
@media only screen and (max-width: 700px) {
    .getaquote {
        width:100%
        float:left;
    }
}

.navbar-default .navbar-nav > .active > a{   
color: #ffbf00;
background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #000000;
    background-color: #ffbf00;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.18), 0 5px 10px 0 rgba(0,0,0,.15);
}
 
#heady {
    background: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0px;
}

.som{     border-radius: 4px;
    background:#FFBF00;
    font-size: 20px;
    color: #fff;
    
   text-transform: uppercase;
    padding: 10px;
    margin: 0; width:92%; border:none; font-family: 'Oswald', sans-serif;}

.som1{     border-radius: 4px;
    background:#00c2ff;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
   
    padding: 10px;
    margin: 0; width:22%; border:none; font-family: 'Lato', sans-serif; margin-bottom:30px}

div#myCarousel1515278155513{padding-top:84px;}
#inner_carrot {
display: block;
    width: 40px;
    height: 40px;
    padding-left: 4px;
    line-height: 41px;
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
    background: #ffbf00;
    color: #000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.btn-change7{ padding:20px 14px;}


.btn-change7:hover{ border:1px solid #fff;}
#wrapwrap .s_separator_color hr{margin:11px 0 0 0;}
.mb32 {
    margin-bottom: 12px !important;
}
#navvy {color:black;}


@import url('https://fonts.googleapis.com/css?family=Roboto');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
body {
background-image: none !important;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6  !important;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  color: #333;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', serif;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b,
strong {
  font-weight: bold;
}

.header {
  background-color: #ffffff;
  padding: 20px 0;
}

.header__logo img {
  max-width: 200px;
  width: 100%;
}

.header__mobile-toggle {
  float: right;
}

.header__mobile-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
      -ms-transform: rotate(45deg) translate(8px, 7px);
          transform: rotate(45deg) translate(8px, 7px);
}

.header__mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.header__mobile-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
      -ms-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}

.header__mobile-toggle span {
  display: block;
  margin-left: auto;
  width: 30px;
  height: 2px;
  background-color: #0096d2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__mobile-toggle span + span {
  margin-top: 8px;
}

.header__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.header__nav ul li {
  display: inline-block;
}

.header__nav ul li a {
  display: block;
  font-family: 'Libre Baskerville', serif;
  color: #333;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__nav ul li a:hover {
  text-decoration: none;
  background-color: #0096d2;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .header__nav {
    display: none;
  }
  .header__nav ul {
    padding: 20px 0 0;
    text-align: center;
  }
  .header__nav ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 150, 210, 0.2);
  }
  .header__nav ul li a {
    display: block;
    text-align: center;
  }
}

.main {
  position: relative;
  padding: 140px 0  80px;
  background-color: #ffffff;
}

.main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  background-color: #0096d2;
}

.main__content {
  position: relative;
  z-index: 20;
}

.main__info h1 {
  margin: 20px 0;
font-size: 1.5em;
  font-family: 'Libre Baskerville', serif !important;
  line-height: 1.5;
  color: #ffffff;
}

.main__info a {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.main__info a:hover {
  text-decoration: none;
}

.info {
  position: relative;
}

.info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #f3f3f3;
}

.info:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 42%;
  bottom: 30px;
  background-color: #0096d2;
  width: 2px;
  display: block;
}

.info__content {
  position: relative;
  z-index: 20;
}

.info__info {
  padding: 80px 0;
  background-color: #f3f3f3;
}

.info__info span, .info__info a {
  color: #0096d2;
  font-weight: bold;
}

.info__info span:hover, .info__info a:hover {
  text-decoration: none;
}

.info__info p:last-child {
  margin-bottom: 0;
}

.info__simple-content {
  padding: 0 50px;
}

.info__simple-content h2 {
  color: #0096d2;
text-align: center;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 1.5em;
line-height: 1.6 !important;
}

@media screen and (max-width: 1200px) {
  .info:after {
    display: none;
  }
  .info:before {
    display: none;
  }
  .info__info {
    padding: 25px;
  }
  .info__simple-content {
    padding: 25px;
    text-align: center;
  }
}

.blog {
  position: relative;
  margin: 80px 0;
}

.blog:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: #0096d2;
}

.blog__content {
  position: relative;
  z-index: 20;
}

.blog__family-photo-wrapper {
  padding: 50px 35px;
  height: 100%;
}

.blog__family-photo {
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.blog__single-item {
  position: relative;
}

.blog__blog-list {
  padding: 0 15px;
}

.blog__single-item-img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 240px;
  height: 180px;
}

.blog__single-item-img.right {
  margin-right: 0;
  margin-left: auto;
}

.blog__single-item-descr {
  position: absolute;
  padding: 15px 45px;
  color: #ffffff;
  font-size: 14px;
  background-color: #0096d2;
}

.blog__single-item-descr.right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
      -ms-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.blog__single-item-descr.right:after {
  display: block;
  width: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 30px;
  top: -25px;
  bottom: -25px;
}

.blog__single-item-descr.left {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(30%, -50%);
      -ms-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}

.blog__single-item-descr.left:after {
  display: block;
  width: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: 30px;
  top: -25px;
  bottom: -25px;
}

@media screen and (max-width: 1200px) {
  .blog__single-item-descr.right {
    left: 30%;
  }
  .blog__single-item-descr.left {
    right: 30%;
  }
  .blog__single-item {
    margin: 30px 0;
  }
  .blog__family-photo-wrapper {
    padding: 15px 0;
  }
}

@media screen and (max-width: 992px) {
  .blog {
    margin: 0;
  }
  .blog:after {
    display: none;
  }
  .blog__single-item-img {
    display: block;
    width: 100%;
    min-height: 300px;
  }
  .blog__single-item-descr.left, .blog__single-item-descr.right {
    padding: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
  .blog__single-item-descr.left:after, .blog__single-item-descr.right:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__single-item-img {
    min-height: 200px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #15161b !important;
}

.footer__item h3 {
  margin: 20px 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

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

.footer__item ul li {
  display: block;
}

.footer__item ul li a {
  color: #ffffff;
  font-size: 14px;
}

.footer__item ul li a:hover {
  text-decoration: none;
}

.footer__item p {
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
.main__info h1{
    font-size: 1.3em;
}
}
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/

@media screen and (max-width: 767px) {
.main {
padding: 100px 0 80px;
}
}
footer .container.mt16.mb8 {
border-top: 1px solid #ffffff;
color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .container.mt16.mb8 .pull-left {
color: #ffffff;
}
.my-custom-header {
background-color: #ffffff !Important;
}
.affix {
background-color: #ffffff !Important;
    z-index: 100;
    width: 100%;
}
.navbar {
min-height: auto;
padding: 15px 0;
}
.navbar-brand {
padding-top: 5px;
padding-bottom: 5px;
}
.navbar-default .navbar-nav.nav > li:nth-child(2) a:after {
display: none;
}
.navbar-default .navbar-nav > li > a {
color: #2C3539;
}
.navbar-default .navbar-nav > li > a:hover {
background-color: #0096d2;
color: #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #ffffff;
    background-color: #0096d2;
}
.dropdown-menu > li > a {
transition: all 0.5s;
}
.my-custom-header {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav.nav > li:nth-child(2) a {
margin-left: 0;
}
.navbar-default .navbar-toggle {
border-color: #0096d2;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #0096d2;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif !important;
}
.website_blog h1 {
padding: 15px 0 5px;
font-size: 30px;
color: #2C3539;
}
.website_blog h3 {
color: #2C3539;
font-size: 20px;
margin-bottom: 30px;
}
.website_blog .o_blog_post_teaser {
color: #2C3539;
}
div[name="blog_post"] a {
color: #2C3539;
}
div[name="blog_post"] a:hover {
text-decoration: none;
color: #0096d2;
}
div[name="blog_post_data"] {
color: #2C3539;
}
.update-box button {
background-color: #0096d2;
border-color: #0096d2;
}
.update-box button:hover {
background-color: #0096d2;
border-color: #0096d2;
}
.update-box + .text-muted {
color: #2C3539 !important;
}
.social-sidebar-links a {
color: #2C3539;
}
.social-sidebar-links a:hover {
color: #2C3539;
}
.social-sidebar-links {
padding-top: 10px;
}
.social-sidebar-links a i {
font-size: 30px;
}
ul.nav-stacked > li > a {
padding: 2px 0;
color: #2C3539;
}
ul.nav-stacked > li > a:hover {
background-color: transparent;
}
.nav-pills > li > a {
padding: 6px !important;
transition: all 0.5s;
}
div[name="blog_post"] a:hover {
color: #2C3539;
}
.badge {
background-color: #2C3539;
}

.navbar-default .navbar-nav > .active > a {
color: #ffffff;
background-color: #0096d2;
}
.navbar-default .navbar-nav > .active > a:hover {
color: #ffffff;
background-color: #0096d2;
}
.contact-us-page-styles__info {
padding-top: 30px;
}
.contact-us-page-styles h1 {
    font-size: 30px;
    color: #2C3539;
}
.contact-us-page-styles p {
color: #2C3539;
margin-bottom: 10px;
}
.contact-us-page-styles .btn {
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    cursor: pointer;
border-radius: 0;
background-color: #0096d2;
display: block;
max-width: 100px;
text-align: center;
}
.contact-us-page-styles .btn:focus,
.contact-us-page-styles .btn:active {
background-color: #0096d2;
border-color: #0096d2;
}
.update-box button:active, 
.update-box button:focus {
background-color: #0096d2;
border-color: #0096d2;
}
.form-control:focus {
border-color:#0096d2;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
border-radius: 0;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
background-color: #0096d2 !important;
border-color: #0096d2 !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #0096d2;
}
.btn-primary {
    background-color: #0096d2;
    border-color: #0096d2;
}
.btn-primary:hover {
    background-color: #0096d2;
    border-color: #0096d2;
}
.btn {
border-radius: 0;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #0096d2;
    border-color: #0096d2;
}
.website_forum {
margin-top: 100px !important;
}
.input-group-btn.website-custom-serch-widget i {
color: #ffffff !important;
}
.input-group-btn.website-custom-serch-widget button:hover {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn.btn-default.dropdown-toggle i {
color: #ffffff !important;
}
.btn.btn-default.dropdown-toggle:hover {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.website_forum .navbar-form {
padding: 0;
}
.website-forum-header .navbar-brand {
line-height: 1.6 !important;
font-style: normal;
color: #2C3539;
padding-left: 0;
padding-right: 30px;
}
.navbar.navbar-static-top ul.nav > li.divider {
margin-top: 11px;
}
.text-muted {
color: #2C3539;
}
.karma_required .btn {
box-shadow: none;
}
.panel-title {
font-size: 16px;
color: #2C3539;
}
.panel-default > .panel-heading {
padding-bottom: 0;
}
.question .question-name {
font-size: 20px;
}
.question-block h1 {
font-size: 30px;
padding-top: 20px;
}
.vote .fa-star {
font-size: 16px
}
.alert-info .fa-facebook-f:before,
.alert-info .fa-twitter:before,
.alert-info .fa-linkedin:before,
.alert-info .fa-google-plus:before {
color: #000000;
}
.note-toolbar .btn i {
color: #ffffff;
}
.table {
margin-bottom: 0;
}


}