.news {
  display: none;
  background-color:rgba(255,255,255,0.68);
  text-align:center;
  color:rgb(66, 134, 244);
  font-size: 22px;
}
.highlight {
  width:80%;
  margin:auto;

}

.w3-modal {
        z-index: 100000000;
    }

/* Carousel Title */

.carousel .carousel-title-v1,
.carousel .carousel-title-v2,
.carousel .carousel-title-v3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.7;
}
/* Carousel Subtitle */

.carousel .carousel-subtitle-v1,
.carousel .carousel-subtitle-v2,
.carousel .carousel-subtitle-v3 {
    font-size: 21px;
    font-weight: 600;
}
/* Carousel Position Left */

.carousel .carousel-position-one,
.carousel .carousel-position-two,
.carousel .carousel-position-three {
    position: absolute;
    left: 50%;
}
/* Page on Scroll */

.page-on-scroll .page-header {
    background: #fff;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-on-scroll .page-header .navbar {
    background: inherit;
}
.page-header {
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #eee;
    /* Navbar */
    /* Navbar Toggle */
    /* Navbar Brand */
    /* Navbar Nav */
}
.page-header .navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: rgba(37, 37, 37, 0.25);
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-toggle {
    border: none;
    margin: 25px 15px 25px 0;
}
.page-header .navbar-toggle .icon-bar {
    background: #e5322d;
}
.page-header .navbar-brand {
    height: 112px;
    max-height: 112px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-brand img {
    width: 220px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.page-header .navbar-nav li {
    padding: 25px 1px 5px 1px;
    line-height: 20px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-nav li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #fff;
}
.page-header .navbar-nav li.active > a,
.page-header .navbar-nav li > a:hover {
    color: #e5322d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-header .navbar-nav li > a:focus,
.page-header .navbar-nav li > a:hover {
    background: inherit;
}
/* Responsive code for max-width: 991px */

@media (max-width: 991px) {
    /* 991px */

    .page-header .navbar-header {
        float: none;
    }
    .page-header .navbar-toggle {
        display: block;
    }
    .page-header .navbar-collapse.collapse {
        display: none !important;
    }
    .page-header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .page-header .navbar-nav {
        margin: 0;
        float: none !important;
    }
    .page-header .navbar-nav > li {
        float: none;
    }
}
/* Stylesheet design for under max-width: 991px */

@media (max-width: 991px) {
    /* 991px */

    body {
        padding-top: 80px;
    }
    .page-header {
        background: #fff;
        /* Navbar Brand */
    }
    .page-header .navbar-fixed-top {
        background: #fff;
    }
    .page-header .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        /* Navbar */
    }
    .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li {
        padding: 0;
        float: none;
    }
    .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a {
        font-weight: 700;
        color: #e5322d;
    }
    .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li.active > a,
    .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a:hover {
        color: #bf5757;
    }
    .page-header img.logo-default {
        display: none;
    }
}
/* Stylesheet design for above 992px */

@media (min-width: 992px) {
    /* 992px */

    .page-header {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        position: fixed;
        /* Navbar Brand */
        /* Navbar Nav */
    }
    .page-header .navbar-brand img.logo-scroll {
        display: none;
    }
    .page-header .navbar-nav {
        float: right;
    }
    .page-header .navbar-nav li > a {
        padding: 5px 12px;
    }
}
/* Stylesheet design on Scroll (Fixed Header) 992px */

@media (min-width: 992px) {
    /* 992px */

    .page-on-scroll .page-header {
        /* Navbar Brand */
        /* Navbar Nav */
    }
    .page-on-scroll .page-header .navbar-brand {
        height: 70px;
        max-height: 70px;
        line-height: 49px;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll .page-header .navbar-brand img.logo-scroll {
        display: block;
    }
    .page-on-scroll .page-header .navbar-brand img.logo-default {
        display: none;
    }
    .page-on-scroll .page-header .navbar-nav li {
        padding: 19px 1px;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll .page-header .navbar-nav li > a {
        color: #e5322d;
    }
    .page-on-scroll .page-header .navbar-nav li.active > a,
    .page-on-scroll .page-header .navbar-nav li > a:hover {
        border: 1px solid #e5e5e5;
    }
}
/*--------------------------------------------------
  [PAGE CONTENT]
----------------------------------------------------*/
/* Body */

a:focus {
    outline: none;
}
.page-header-fixed {
    margin-top: 0;
}
/* go2top */

.go2top,
.go2top:focus {
    right: 15px;
    bottom: 8px;
    width: 38px;
    height: 38px;
    z-index: 9999;
    line-height: 1;
    font-size: 18px;
    position: fixed;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0 0 1px;
    background: transparent;
    color: #e5322d;
    border: solid 2px #e5322d;
}
.go2top:hover,
.go2top:focus:hover {
    color: #fff;
    background: #e5322d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*--------------------------------------------------
  [BUTTONS]
----------------------------------------------------*/
/* Button Bordered */

.btn-brd-white {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    background: transparent;
    line-height: 1.5;
    border-radius: 0;
    border: 2px solid #fff !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white:focus,
.btn-brd-white:active:focus,
.btn-brd-white.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-white:hover,
.btn-brd-white:focus {
    text-decoration: none;
    color: #e5322d;
    background: #fff;
    border-color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-lg {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #fff !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-lg:focus,
.btn-brd-white.btn-lg:active:focus,
.btn-brd-white.btn-lg.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-white.btn-lg:hover,
.btn-brd-white.btn-lg:focus {
    text-decoration: none;
    color: #e5322d;
    background: #fff;
    border-color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-md {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px;
    font-size: 15px;
    background: transparent;
    line-height: 1.35;
    border-radius: 0;
    border: 2px solid #fff !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-md:focus,
.btn-brd-white.btn-md:active:focus,
.btn-brd-white.btn-md.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-white.btn-md:hover,
.btn-brd-white.btn-md:focus {
    text-decoration: none;
    color: #e5322d;
    background: #fff;
    border-color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-sm {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 9px 12px;
    font-size: 13px;
    background: transparent;
    line-height: 1.3;
    border-radius: 0;
    border: 2px solid #fff !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-white.btn-sm:focus,
.btn-brd-white.btn-sm:active:focus,
.btn-brd-white.btn-sm.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-white.btn-sm:hover,
.btn-brd-white.btn-sm:focus {
    text-decoration: none;
    color: #e5322d;
    background: #fff;
    border-color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Button Bordered Primary */

.btn-brd-primary {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e5322d;
    padding: 9px 15px;
    font-size: 14px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #e5322d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary:focus,
.btn-brd-primary:active:focus,
.btn-brd-primary.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-primary:hover,
.btn-brd-primary:focus {
    text-decoration: none;
    color: #fff;
    background: #e5322d;
    border-color: #e5322d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-lg {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e5322d;
    padding: 12px 20px;
    font-size: 18px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #e5322d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-lg:focus,
.btn-brd-primary.btn-lg:active:focus,
.btn-brd-primary.btn-lg.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-primary.btn-lg:hover,
.btn-brd-primary.btn-lg:focus {
    text-decoration: none;
    color: #fff;
    background: #e5322d;
    border-color: #e5322d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-md {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e5322d;
    padding: 14px;
    font-size: 15px;
    background: transparent;
    line-height: 1.35;
    border-radius: 0;
    border: 2px solid #e5322d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-md:focus,
.btn-brd-primary.btn-md:active:focus,
.btn-brd-primary.btn-md.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-primary.btn-md:hover,
.btn-brd-primary.btn-md:focus {
    text-decoration: none;
    color: #fff;
    background: #e5322d;
    border-color: #e5322d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-sm {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e5322d;
    padding: 9px 12px;
    font-size: 13px;
    background: transparent;
    line-height: 1.3;
    border-radius: 0;
    border: 2px solid #e5322d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-sm:focus,
.btn-brd-primary.btn-sm:active:focus,
.btn-brd-primary.btn-sm.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-primary.btn-sm:hover,
.btn-brd-primary.btn-sm:focus {
    text-decoration: none;
    color: #fff;
    background: #e5322d;
    border-color: #e5322d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Button Danger */

.btn-danger {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    background: #d15d5d;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
    text-decoration: none;
    color: #fff;
    background: #bf5757;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-lg {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    background: #d15d5d;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-lg:focus,
.btn-danger.btn-lg:active:focus,
.btn-danger.btn-lg.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger.btn-lg:hover,
.btn-danger.btn-lg:focus {
    text-decoration: none;
    color: #fff;
    background: #bf5757;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-md {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 13px;
    font-size: 15px;
    background: #d15d5d;
    line-height: 1.35;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-md:focus,
.btn-danger.btn-md:active:focus,
.btn-danger.btn-md.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger.btn-md:hover,
.btn-danger.btn-md:focus {
    text-decoration: none;
    color: #fff;
    background: #bf5757;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-sm {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 9px 12px;
    font-size: 13px;
    background: #d15d5d;
    line-height: 1.3;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-sm:focus,
.btn-danger.btn-sm:active:focus,
.btn-danger.btn-sm.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger.btn-sm:hover,
.btn-danger.btn-sm:focus {
    text-decoration: none;
    color: #fff;
    background: #bf5757;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Button Bordered Danger */

.btn-brd-danger {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d15d5d;
    padding: 9px 15px;
    font-size: 14px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger:focus,
.btn-brd-danger:active:focus,
.btn-brd-danger.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-danger:hover,
.btn-brd-danger:focus {
    text-decoration: none;
    color: #fff;
    background: #d15d5d;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-lg {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d15d5d;
    padding: 12px 20px;
    font-size: 18px;
    background: transparent;
    line-height: 1.4;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-lg:focus,
.btn-brd-danger.btn-lg:active:focus,
.btn-brd-danger.btn-lg.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-danger.btn-lg:hover,
.btn-brd-danger.btn-lg:focus {
    text-decoration: none;
    color: #fff;
    background: #d15d5d;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-md {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d15d5d;
    padding: 14px;
    font-size: 15px;
    background: transparent;
    line-height: 1.35;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-md:focus,
.btn-brd-danger.btn-md:active:focus,
.btn-brd-danger.btn-md.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-danger.btn-md:hover,
.btn-brd-danger.btn-md:focus {
    text-decoration: none;
    color: #fff;
    background: #d15d5d;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-sm {
    display: inline-block;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d15d5d;
    padding: 9px 12px;
    font-size: 13px;
    background: transparent;
    line-height: 1.3;
    border-radius: 0;
    border: 2px solid #d15d5d !important;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-sm:focus,
.btn-brd-danger.btn-sm:active:focus,
.btn-brd-danger.btn-sm.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-brd-danger.btn-sm:hover,
.btn-brd-danger.btn-sm:focus {
    text-decoration: none;
    color: #fff;
    background: #d15d5d;
    border-color: #d15d5d;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*--------------------------------------------------
  [SPACES]
----------------------------------------------------*/
/* 'margin-bottom' Space */

.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-45 {
    margin-bottom: 45px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-55 {
    margin-bottom: 55px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-65 {
    margin-bottom: 65px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-bottom-75 {
    margin-bottom: 75px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom-85 {
    margin-bottom: 85px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-bottom-95 {
    margin-bottom: 95px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
/* 'margin-bottom' Space for tablet view */

@media (max-width: 992px) {
    .md-margin-bottom-5 {
        margin-bottom: 5px !important;
    }
    .md-margin-bottom-10 {
        margin-bottom: 10px !important;
    }
    .md-margin-bottom-15 {
        margin-bottom: 15px !important;
    }
    .md-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
    .md-margin-bottom-25 {
        margin-bottom: 25px !important;
    }
    .md-margin-bottom-30 {
        margin-bottom: 30px !important;
    }
    .md-margin-bottom-35 {
        margin-bottom: 35px !important;
    }
    .md-margin-bottom-40 {
        margin-bottom: 40px !important;
    }
    .md-margin-bottom-45 {
        margin-bottom: 45px !important;
    }
    .md-margin-bottom-50 {
        margin-bottom: 50px !important;
    }
    .md-margin-bottom-55 {
        margin-bottom: 55px !important;
    }
    .md-margin-bottom-60 {
        margin-bottom: 60px !important;
    }
    .md-margin-bottom-65 {
        margin-bottom: 65px !important;
    }
    .md-margin-bottom-70 {
        margin-bottom: 70px !important;
    }
    .md-margin-bottom-75 {
        margin-bottom: 75px !important;
    }
    .md-margin-bottom-80 {
        margin-bottom: 80px !important;
    }
    .md-margin-bottom-85 {
        margin-bottom: 85px !important;
    }
    .md-margin-bottom-90 {
        margin-bottom: 90px !important;
    }
    .md-margin-bottom-95 {
        margin-bottom: 95px !important;
    }
    .md-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
}
/* 'margin-bottom' Space for mobile view */

@media (max-width: 768px) {
    .sm-margin-bottom-5 {
        margin-bottom: 5px !important;
    }
    .sm-margin-bottom-10 {
        margin-bottom: 10px !important;
    }
    .sm-margin-bottom-15 {
        margin-bottom: 15px !important;
    }
    .sm-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
    .sm-margin-bottom-25 {
        margin-bottom: 25px !important;
    }
    .sm-margin-bottom-30 {
        margin-bottom: 30px !important;
    }
    .sm-margin-bottom-35 {
        margin-bottom: 35px !important;
    }
    .sm-margin-bottom-40 {
        margin-bottom: 40px !important;
    }
    .sm-margin-bottom-45 {
        margin-bottom: 45px !important;
    }
    .sm-margin-bottom-50 {
        margin-bottom: 50px !important;
    }
    .sm-margin-bottom-55 {
        margin-bottom: 55px !important;
    }
    .sm-margin-bottom-60 {
        margin-bottom: 60px !important;
    }
    .sm-margin-bottom-65 {
        margin-bottom: 65px !important;
    }
    .sm-margin-bottom-70 {
        margin-bottom: 70px !important;
    }
    .sm-margin-bottom-75 {
        margin-bottom: 75px !important;
    }
    .sm-margin-bottom-80 {
        margin-bottom: 80px !important;
    }
    .sm-margin-bottom-85 {
        margin-bottom: 85px !important;
    }
    .sm-margin-bottom-90 {
        margin-bottom: 90px !important;
    }
    .sm-margin-bottom-95 {
        margin-bottom: 95px !important;
    }
    .sm-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
}
/*--------------------------------------------------
  [HEADING]
----------------------------------------------------*/

.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -50px;
    margin-left: -25px;
    position: absolute;
    background: #bf5757;
}
.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #e5322d;
}
.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}
.heading-light {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.heading-light:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -50px;
    margin-left: -25px;
    position: absolute;
    background: #bf5757;
}
.heading-light h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}
.heading-light p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}
.heading-blue {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.heading-blue:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -50px;
    margin-left: -25px;
    position: absolute;
    background: #1b7685;
}
.heading-blue h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}
.heading-blue p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #9ddde7;
}
/*--------------------------------------------------
  [HEADING LEFT]
----------------------------------------------------*/

.heading-left {
    z-index: 1;
    margin-bottom: 30px;
}
.heading-left h2 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #e5322d;
    text-transform: capitalize;
}
.heading-left p {
    color: #8693a7;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.heading-left-light {
    z-index: 1;
    margin-bottom: 30px;
}
.heading-left-light h2 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #fff;
    text-transform: capitalize;
}
.heading-left-light p {
    color: #8693a7;
    font-size: 16px;
    letter-spacing: 0.5px;
}
/*--------------------------------------------------
  [SERVICES]
----------------------------------------------------*/

.service-bg {
    padding: 80px 0 80px 0;
    background: url("../img/bg/bg_parallax.jpg");
}
.service-bg .services {
    margin: 0 auto;
    text-align: center;
}
.service-bg .services h2 {
    font-size: 23px;
    margin: 0 0 10px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #FFFFFF;
}
.service-bg .services p {
    font-size: 18px;
    color: #FFFFFF;
}
.service-bg .services .services-wrap {
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    vertical-align: middle;
}
.service-bg .services .services-wrap:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: " ";
    border-radius: 50%;
    position: absolute;
    border: 1px solid #FFFFFF;
}
.service-bg .services .services-wrap img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}
.service-bg .services .service-body {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
/*--------------------------------------------------
  [FEATURES]
----------------------------------------------------*/

.features-bg {
    padding: 40px 0 40px 0;
    background: #f7fafd;
}
.features-bg .features {
    overflow: hidden;
}
.features-bg .features img {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.features-bg .features .features-in {
    overflow: hidden;
}
.features-bg .features .features-in h3 {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
}
.features-bg .features .features-in h3 a {
    color: #e5322d;
}
.features-bg .features .features-in h3 a:hover {
    color: #bf5757;
    text-decoration: none;
}
.features-bg .features .features-in p {
    color: #8693a7;
}
@media (max-width: 480px) {
    .features-bg .features img {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
}
/*--------------------------------------------------
  [TEAM]
----------------------------------------------------*/

.team-bg {
    z-index: 1;
    height: auto;
    overflow: hidden;
    padding: 80px 0 80px 0;
    background: url(../../../assets/onepage2/img/bg/bg_parallax.jpg) 50% 0 fixed;
    background-size: cover;
    background-position: center center;
    /* Team Members */
    /* Team About */
}
.team-bg .team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.team-bg .team-members .team-avatar {
    position: relative;
}
.team-bg .team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-bg .team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.team-bg .team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.team-bg .team-members .team-desc .team-details {
    float: left;
}
.team-bg .team-members .team-desc .team-details h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}
.team-bg .team-members .team-desc .team-details span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.team-bg .team-members .team-desc .team-socials {
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    position: absolute;
}
.team-bg .team-members .team-desc .team-socials li {
    padding: 0 3px;
    display: inline-block;
}
.team-bg .team-members .team-desc .team-socials li a {
    text-decoration: none;
}
.team-bg .team-members .team-desc .team-socials li a i {
    font-size: 20px;
    color: #fff;
}
.team-bg .team-members .team-desc .team-socials li a i:hover {
    color: #d15d5d;
}
.team-bg .team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-bg .team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}
.team-bg .team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-bg .team-about {
    padding: 30px;
    background: rgba(129, 129, 129, 0.1);
}
.team-bg .team-about h3 {
    color: #d4d9de;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.team-bg .team-about p {
    color: #8693a7;
}
/*--------------------------------------------------
  [CLIENTS]
----------------------------------------------------*/

.clients {
    /* Clients Quotes */
}
.clients .clients-bg {
    padding-top: 20px;
    background: #3194a4;
    /* Owl Carousel */
}
.clients .clients-bg .owl-carousel {
    text-align: center;
}
.clients .clients-bg .owl-carousel .item {
    cursor: pointer;
}
.clients .clients-bg .owl-carousel .item img {
    display: block;
    text-align: center;
    vertical-align: middle;
    max-height: 250px;
    margin: 0 auto 40px;
    padding: 10px;
    opacity: 1;
}
.clients .clients-quotes:before {
    top: -3px;
    left: 50%;
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    margin-left: -15px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #3194a4 transparent transparent transparent;
}
.clients .clients-quotes .client-quote {
    display: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.clients .clients-quotes .client-quote.active {
    display: block;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.clients .clients-quotes .client-quote p {
    padding: 0 20%;
    font-size: 19px;
    margin-bottom: 25px;
    color: #8693a7;
}
.clients .clients-quotes .client-quote h4 {
    color: #5f6f77;
    font-size: 20px;
    margin: 0 0 10px;
}
.clients .clients-quotes .client-quote span {
    font-size: 14px;
    text-transform: uppercase;
    color: #bf5757;
}
/*--------------------------------------------------
  [GALLERY]
----------------------------------------------------*/

.gallery {
    cursor: pointer;
    height: 100%;
    padding: 20px 0 80px 0;
}
/*--------------------------------------------------
  [FOOTER]
----------------------------------------------------*/

.footer {
    background: #2c3a46;
    padding: 10px 0 10px 0;
}
/*--------------------------------------------------
  [FOOTER COPYRIGHT]
----------------------------------------------------*/

.footer-copyright {
    padding: 10px 0;
    text-align: center;
    background: #25303a;
}
.footer-copyright h3 {
    font-size: 30px;
    margin: 0 0 40px;
    text-transform: uppercase;
    color: #fff;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #8693a7;
}
.footer-copyright .copyright-socials {
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
}
.footer-copyright .copyright-socials li {
    padding: 0 3px;
    display: inline-block;
}
.footer-copyright .copyright-socials li i {
    width: 35px;
    height: 35px;
    padding: 10px;
    color: #4a5a69;
    font-size: 16px;
    text-align: center;
    background: #2b3641;
    display: inline-block;
}
.footer-copyright .copyright-socials li i:hover {
    background: #303c47;
    color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*--------------------------------------------------
    [Bootstrap Carousel]
----------------------------------------------------*/
/* Set displays an element as in inline-level flex container */

.center-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.center-block-wrap {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.center-block-body {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.carousel {
    /* Carousel Item Background Images */
    /* Carousel Titles */
    /* Carousel Subtitles */
    /* Carousel Positions */
    /* Carousel Animation Delay */
}
.carousel .carousel-indicators {
    bottom: 0;
}
.carousel .carousel-caption {
    left: auto;
    right: auto;
    bottom: auto;
    text-shadow: none;
    text-align: inherit;
    padding: 0;
}
.carousel .carousel-control.right,
.carousel .carousel-control.left {
    background-image: none;
}
.carousel .item {
    width: 100%;
    height: 100%;
}
.carousel .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.img-one {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(3px);
    /* Safari 6.0 - 9.0 */

    filter: blur(3px);
}
.carousel .carousel-title-v1 {
    color: #fff;
}
.carousel .carousel-title-v2 {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #e5322d;
}
.carousel .carousel-title-v3 {
    color: #bf5757;
}
.carousel-subtitle-v1 {
    color: #e5322d;
}
.carousel .carousel-subtitle-v2 {
    color: #a8c6d6;
}
.carousel .carousel-subtitle-v3 {
    color: #a8c6d6;
}
.carousel .carousel-position-one {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.carousel .carousel-position-one img {
    width: 25%;
    height: auto;
}
.headSpan {
    font-size: 28px;
}
.carousel .carousel-position-two {
    top: 45%;
}
.carousel .carousel-position-three {
    top: 62%;
}
.carousel .carousel-caption .animate-delay {
    animation-delay: 1s;
}
.phoneWarning {
    height: 0px;
    visibility: hidden;
}
/* Stylesheet design for under max-width: 768px */

@media (max-width: 768px) {
    /* 768px */

    .carousel .carousel-title-v1 {
        font-size: 40px;
    }
    .carousel .carousel-title-v2 {
        font-size: 20px;
    }
    .carousel-subtitle-v1 {
        font-size: 16px;
    }
    .headSpan {
        font-size: 14px;
    }
    .galleryContainer {
        visibility: hidden;
        max-height: 0px;
    }
    .phoneWarning {
        visibility: visible;
    }
    .w3-modal {
        z-index: 100000000;
    }
}
.logo {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.fa-cog {
    color: white;
}
.fa-asl-interpreting {
    color: white;
}
.row > .column {
    padding: 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 20%;
}
/* The Modal (background) */

.modal {
    display: none;
    z-index: 10000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 550px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
img.demo {
    opacity: 0.6;
    width: 100px;
    height: 70px;
}
.active,
.demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s width: 200px;
    height: 150px;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.logox {
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    animation-name: zoom1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all .2s;
    cursor: pointer;
    margin: 1%;
}
.logoimg {
    width: 100%;
    height: 100%
}
#x1 {
    animation-name: zoom1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all .2s;
}
@keyframes zoom1 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
