html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #1b1b1b;
}
p {
    font-size: 16px;
    line-height: 25px;
}
h1 {
    font-size: 58px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    line-height: 55px;
    font-weight: 800;
}
h2 {
    font-size: 52px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 30px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 800;
    transform-origin: left center;
    transform: rotate(3deg);
}
h2:before {
    content: "\f19d ";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    top: -0.6em;
    left: 45%;
    font-size: 65px;
}
section:nth-child(odd) h2 {
    transform: rotate(-3deg);
}
video {
    background-color: #34327c;
    border-radius: 20px;
}
h3 {
    font-family: 'Lato', sans-serif;
    color: #34327c;
    font-weight: normal;
    font-size: 30px;
    margin-top: 0px;
    position: relative;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    border-radius: 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
h5 {
    font-size: 28px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #333;
}
h6 {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    text-transform: none;
    font-family: 'Lato', sans-serif;
}
a {
    transition: color .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
.subtitle {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.text-light {
    color: #fff;
}
i {
    transition: all .2s ease-in-out;
}
.navbar {
    margin-bottom: 0;
    z-index: 99991;
}
.navbar-right {
    float: right!important;
    text-align: right;
}
.navbar-left {
    float: left;
    text-align: left;
}
.navbar-nav>li>a {
    line-height: 58px;
    padding: 10px 20px;
    transition: background .2s ease-in-out;
}
.navbar-custom ul.nav li a {
    font-size: 15px;
    text-align: center;
    transition: background .2s ease-in-out;
    font-family: 'Lato', sans-serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 600;
    background: transparent;
}
.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0px 0px 20px 20px;
    text-align: center;
    border: 0px;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    margin: 5px;
    line-height: 40px;
    display: inline-block;
}
/* Responsive navbar */
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-toggle {
    font-size: 35px;
    color: #fff;
    transition: all .2s ease-in-out;
    position: relative;
    float: right;
    border-radius: 50%;
    min-width: 70px;
}
.navbar-collapse {}
ul.nav.navbar-nav.page-scroll {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: -55px;
}
.navbar-brand-centered {
    border-radius: 0 0 50% 50%;
    max-height: 144px;
    left: 0;
    top: 0%;
    margin: auto;
    position: absolute;
    width: 200px;
    transition: all .2s ease-in-out;
}
.navbar-brand-centered img {
    max-height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto
}
.navbar-brand-centered2 {
    background: #fada27;
    border-radius: 0 0 50% 50%;
    max-height: 144px;
    right: 1%;
    top: 0%;
    top: 0%;
    padding: 55px 85px;
    margin: auto;
    position: absolute;
    width: 200px;
    transition: all .2s ease-in-out;
    overflow: hidden;
    z-index: 999;
}
.pb-0 {
    padding-bottom: 0 !important;
}
ul.store-men li:last-child {
    border-bottom: none !important;
}
.team-item img {
    max-height: 200px;
}
.img-center-logo {
    /* height: 75px; */
    /* margin: 5px 0; */
}
.navbar-brand-centered3 {
    background: #fada27;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    max-height: 144px;
    /* right: 0; */
    left: 5%;
    top: 0%;
    padding: 55px 85px;
    margin: auto;
    position: absolute;
    width: 200px;
    transition: all .2s ease-in-out;
    z-index: 999;
}
.navbar-brand-centered2 img {
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-brand-centered3 img {
    position: absolute;
    right: 0;
    left: 24px;
    top: -3px;
    height: 105px;
}
.service {
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}
.register {
    position: fixed;
    /* z-index: 9999; */
    right: -36px;
    top: 37%;
    transform: rotate(90deg);
}
img.img-circle.center-block.img-responsive {
    border-radius: 10% !important;
}
.service p {
    width: 85%;
    margin: 0 auto;
    font-size: 15px;
    padding-bottom: 15px;
}
.service h4 {
    text-align: center;
    margin: -65px 0 25px 0;
    position: relative;
    transition: background 0.5s ease-out;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.tag {
    font-size: 12px;
    font-weight: bold;
    color: #34327c;
    line-height: 20px;
}
.text-center {
    text-align: -webkit-center;
}
.reg1 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    outline: none;
    margin: 0;
    border: solid 7px;
    margin-top: 15px;
    font-weight: 700;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.demo-btn {
    position: fixed;
    /* z-index: 9999; */
    right: -46px;
    top: 61%;
    transform: rotate(90deg);
}
.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
}
.no-padding {
    padding: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.partners {
    font-family: 'Lato', sans-serif;
    /* margin: 0 1rem; */
    font-size: 13px;
    display: block;
    color: #fff;
    /* font-size: 15px; */
    letter-spacing: 0.5px;
    /* outline: none; */
    /* border-radius: 355px 45px 225px 75px/15px 225px 15px 255px; */
    /* border: solid 7px; */
    /* margin-top: 15px; */
    font-weight: 700;
    border-top-right-radius: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
.fixed {
    position: fixed !important;
    top: 0;
    background: white;
    z-index: 999 !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}
.tickr {
    /*background-image: url(../img/why-choose/tickr.png);*/
    background-repeat: no-repeat;
    background-position: right;
    height: 100px;
}
.tickr-padding {
    padding: 5px;
    font-size: 20px;
}
#callout {
    /* background-color: #f3f0cf; */
    position: relative;
    /* overflow: hidden; */
    /* height: 430px; */
}
#callout .container {
    position: absolute;
    overflow: hidden;
    /* background-image: url(../img/bg/kids.png); */
    background-position: bottom right;
    top: 0;
    background-repeat: no-repeat;
}
.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}
.sun {
    display: none;
    float: left;
    z-index: 99;
    position: relative;
    margin: 30px;
    width: 80px;
    height: 80px;
}
.sun-face {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 1.5em;
    text-align: center;
    color: #4E0404;
}
.sun-leye,
.sun-reye {
    position: absolute;
    top: 1.45em;
    left: 0.75em;
    width: 0.4em;
    height: 0.9em;
    background: #565656;
    border-radius: 0.4em / 0.8em;
}
.sun-leye:after,
.sun-reye:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.4em;
    height: 0.1em;
    background: #ffdf05;
    content: '';
}
.sun-leye:before,
.sun-reye:before {
    position: absolute;
    bottom: 0.1em;
    right: -0.1em;
    width: 0.2em;
    height: 0.2em;
    background: #ffdf05;
    content: '';
    transform: rotate(45deg);
}
.sun-reye {
    left: auto;
    right: 0.75em;
}
.sun-lred,
.sun-rred {
    position: absolute;
    top: 2em;
    left: -0.2em;
    width: 0.7em;
    height: 0.35em;
    opacity: 0.6;
    background: #ff5e00;
    border-radius: 0.7em / 0.35em;
}
.sun-rred {
    left: auto;
    right: -0.2em;
}
.sun-smile {
    position: absolute;
    bottom: 0.8em;
    left: 50%;
    margin-left: -0.2em;
    width: 0.4em;
    height: 0.2em;
    background: #565656;
}
.sun-smile:after {
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 0.4em;
    height: 0.2em;
    background: #565656;
    border-radius: 0 0 0.2em 0.2em;
    content: '';
}
.sun-smile:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.03125em;
    width: 0.0625em;
    height: 0.35em;
    background: #565656;
    content: '';
}
.sun-hlight {
    position: absolute;
    top: 0.6em;
    right: 0.6em;
    width: 0.35em;
    height: 0.35em;
    opacity: 0.8;
    background: #fcf0a3;
    border-radius: 0.35em;
}
.sun-anime {
    width: 100%;
    height: 100%;
    animation: sunrolling 30s infinite;
}
.sun-ball {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #ffcf11;
    background-image: radial-gradient(circle, #ffdf05, #ffdf05);
    box-shadow: 0 0 100px #ffdf05;
}
.sun-light {
    position: absolute;
    top: -30%;
    left: 50%;
    width: 2px;
    height: 160%;
}
.sun-light b,
.sun-light s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12%;
    /* 100*30/100=18.75 */
    background: #fed65b;
}
.sun-light s {
    top: auto;
    bottom: 0;
}
.sun-light:nth-child(10n+2) {
    transform: rotate(18deg);
}
.sun-light:nth-child(10n+3) {
    transform: rotate(36deg);
}
.sun-light:nth-child(10n+4) {
    transform: rotate(54deg);
}
.sun-light:nth-child(10n+5) {
    transform: rotate(72deg);
}
.sun-light:nth-child(10n+6) {
    transform: rotate(90deg);
}
.sun-light:nth-child(10n+7) {
    transform: rotate(108deg);
}
.sun-light:nth-child(10n+8) {
    transform: rotate(126deg);
}
.sun-light:nth-child(10n+9) {
    transform: rotate(144deg);
}
.sun-light:nth-child(10n+10) {
    transform: rotate(162deg);
}
@keyframes sunrolling {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
.cloud {
    width: 250px;
    height: 60px;
    position: absolute!important;
    background-color: white;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-box-shadow: 9px -7px 0 0 #f7e7eb inset;
    -webkit-box-shadow: 9px -7px 0 0 #f7e7eb inset;
    box-shadow: 9px -7px 0 0 #f7e7eb inset;
}
.cloud:before,
.cloud:after {
    content: '';
    position: absolute;
    background-color: white;
    width: 120px;
    height: 120px;
    top: -75px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-box-shadow: 10px 3px 0 0 #f7e7eb inset;
;
    -webkit-box-shadow: 10px 3px 0 0 #f7e7eb inset;
    box-shadow: 10px 3px 0 0 #f7e7eb inset;
}
.cloud:after {
    width: 90px;
    height: 90px;
    top: -45px;
    right: 25px;
}
.cloud:before {
    left: 25px;
}
.x1 {
    margin-left: -1%;
    top: 100px;
    -webkit-animation: moveclouds 75s linear infinite;
    -moz-animation: moveclouds 75s linear infinite;
    -o-animation: moveclouds 75s linear infinite;
}
.x2 {
    margin-left: -1%;
    top: 200px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-animation: moveclouds 40s linear infinite;
    -moz-animation: moveclouds 40s linear infinite;
    -o-animation: moveclouds 40s linear infinite;
}
.x3 {
    margin-left: -2%;
    top: 270px;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    opacity: .8;
    -webkit-animation: moveclouds 55s linear infinite;
    -moz-animation: moveclouds 55s linear infinite;
    -o-animation: moveclouds 55s linear infinite;
}
.x4 {
    margin-left: -1%;
    top: 360px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-animation: moveclouds 28s linear infinite;
    -moz-animation: moveclouds 28s linear infinite;
    -o-animation: moveclouds 28s linear infinite;
}
.x3 {
    margin-left: -1%;
    top: 200px;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    opacity: .8;
    -webkit-animation: moveclouds 55s linear infinite;
    -moz-animation: moveclouds 55s linear infinite;
    -o-animation: moveclouds 55s linear infinite;
}
.x4 {
    margin-left: -75%;
    top: 300px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-animation: moveclouds 28s linear infinite;
    -moz-animation: moveclouds 28s linear infinite;
    -o-animation: moveclouds 28s linear infinite;
}
.x5 {
    margin-left: -1%;
    top: 280px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;
}
.x6 {
    margin-left: -1%;
    top: 190px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    opacity: 0.7;
    -webkit-animation: moveclouds 31s linear infinite;
    -moz-animation: moveclouds 31s linear infinite;
    -o-animation: moveclouds 31s linear infinite;
}
.x7 {
    margin-left: 1%;
    top: 400px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    opacity: .7;
    -webkit-animation: moveclouds 40s linear infinite;
    -moz-animation: moveclouds 40s linear infinite;
    -o-animation: moveclouds 40s linear infinite;
}
@-webkit-keyframes moveclouds {
    0% {
        left: -20%;
    }
    100% {
        left: 100%;
    }
}
@-moz-keyframes moveclouds {
    0% {
        left: -20%;
    }
    100% {
        left: 100%;
    }
}
@-o-keyframes moveclouds {
    0% {
        left: -20%;
    }
    100% {
        left: 100%;
    }
}
#owl-about {
    background-image: url(../img/bg/kidsbg.png);
}
#owl-about img {
    border-radius: 50%;
    border: 10px solid;
}
#about .media i {
    font-size: 90px;
    margin: 20px;
    padding: 10px;
    vertical-align: middle;
}
.row.features {
    margin: 40px 0 40px;
}
.row.features .media {
    margin-top: 0px;
}
blockquote {
    border-left: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.quote-test:before {
    content: "\f2d6";
    font-family: FontAwesome;
    font-size: 2.3em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: 0.2em;
}
.quote-test {
    margin-top: 10px;
}
.quote-test p {
    font-size: 18px;
    display: inline;
}
.quote-test small {
    margin-top: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
blockquote small:before {
    display: none;
}
.quote-test i {
    margin-right: 10px;
}
#team {
    background-image: url(../img/bg/bggrass.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}
.row.team {
    margin-bottom: 20px;
}
#owl-team {
    background: #fff;
    border-radius: 20px;
}
.team-item {
    color: #fff;
    position: relative;
    text-align: center;
}
.team-item img {
    padding: 10px;
    max-width: 100%;
    border-radius: 10%;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
    transition: all 0.3s;
    border: 0px solid !important;
    margin: 0 auto;
}
.over-flow {
    overflow: hidden;
}
.team-item .team-caption p {
    font-size: 14px;
}
.team-item h5 {
    font-size: 15px;
}
.team-item .team-caption {
    right: 0px;
    transition: all 0.3s;
    padding: 10px;
    text-align: center;
    border-radius: 00px;
    margin: 10px;
}
.team-item .team-caption h4,
.team-item .team-caption p {
    margin: 0;
    color: #fff !important;
    font-weight: 700;
    padding: 0px;
}
.team-item:hover img {
    border: 10px solid
}
#activities {
    background-image: url(../img/bgdots.png), url(../img/bgdots2.png);
    background-position: center left, center right;
    background-repeat: no-repeat;
}
#activities .tab-content {
    padding: 60px;
    border-radius: 20px;
}
.tab-pane h4 i {
    margin-right: 10px;
}
.fade {
    opacity: 0;
    transition: opacity 0.55s linear;
}
.portfolio-item {
    margin: 10px;
    position: relative;
}
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.gallery-item.selected img {
    transition: opacity 1s ease-in-out;
}
.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5%;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}
.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0px);
    opacity: 1;
}
.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 5%;
    transition: opacity .3s ease-out;
}
.gallery-thumb:hover .overlay-mask {
    opacity: 1;
    border: 5px solid;
}
.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: 0%;
    vertical-align: middle;
    left: 50%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    transform: translateX(-200px);
    transition: all .3s ease-out;
    border-radius: 50%;
}
.gallery-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}
.gallery-thumb .link.centered {
    margin-left: -32px;
    transform: translateY(200px);
    transition-delay: 0s;
}
.gallery-thumb i {
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.gallery-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
    line-height: 70px;
}
#latestblog {
    background-image: url(../img/bg1.png);
    background-position: center;
    background-repeat: repeat-x;
}
.blog-preview {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    text-align: left;
    line-height: 1.4em;
    border-radius: 20px;
    padding: 0px;
    transition: all .3s ease-out;
    background: #fff;
}
.blog-preview img {
    min-width: 110% !important;
    margin: 0px 0px 0px -20px;
}
.blog-preview .latest-caption {
    padding: 0 25px 35px;
    position: relative;
    transition: all .2s ease-in-out;
}
.blog-preview .latest-caption:before {
    position: absolute;
    transition: all .3s ease-out;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 700px;
    margin: 0px 0px 0px -20px;
}
.blog-preview .latest-caption:before {
    border-color: transparent transparent transparent #fff;
}
.blog-preview h5 {
    margin: 0 0 10px;
    line-height: 1.2em;
}
#deco-clouds2 path {
    fill: #fff;
    stroke: #fff;
}
.blog-post h3 {
    margin: 20px 0 10px;
}
#blog-page h5 {
    margin-bottom: 10px;
}
#blog-page .btn {
    float: right;
}
#blog-page .form-control {
    border: solid 1px #cecece;
}
#blog-page .form-group {
    margin: 0px;
}
.blog-object1 {
    position: absolute;
    top: 34%;
    left: 0;
    z-index: 99;
}
.blog-object2 {
    position: absolute;
    top: 34%;
    right: 0;
    z-index: 99;
}
.blog.jumbotron {
    background: url(../img/blogheader.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 6%;
    color: #fff;
    margin-top: 68px;
    border-bottom: 2px dashed;
}
.sidebar .well {
    padding: 19px 5px;
}
.sidebar {
    border-left: 1px dashed #cecece;
}
.blog.jumbotron .well {
    background: transparent;
    border: 0px;
}
.date-category {
    position: absolute;
    z-index: 10;
    color: #fff;
    border-radius: 0% 0% 50%;
    min-width: 130px;
    min-height: 130px;
    padding-top: 20px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.date-category p {
    color: #fff;
}
.blog-home {
    padding: 0px 40px 0px 40px;
}
.post-info {
    margin-bottom: 10px;
}
.post-info p {
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;
}
.post-info p+p {
    line-height: 0px !important;
}
.post-info i {
    margin-right: 5px;
}
.blog-post {
    border-bottom: 1px dashed #cecece;
    padding: 40px 0px 40px;
    transition: all 0.2s ease-in-out;
}
.blog-post:last-child {
    border-bottom: 0px;
}
.blog-post:first-child {
    padding-top: 0px;
}
.blog-post i {
    margin-right: 5px;
}
.single-page .blog-post h3 {
    margin-top: 0px;
}
.post-main img {
    margin-bottom: 20px;
}
.blog-tags a {
    padding: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 11px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.blog-tags a:hover {
    color: #fff;
}
.post-info .blog-tags {
    margin-top: 20px;
}
.comments-block {
    padding: 20px;
    margin: 30px 0px 60px 0px;
}
.comment.media-body {
    margin-right: 10px;
}
.comments-block .btn {
    padding: 5px;
}
.comments-block .media-object {
    max-width: 120px;
    float: left;
    margin-right: 10px;
}
.comment {
    margin: 40px auto 20px;
    border: 1px dashed;
    padding: 30px;
    position: relative;
}
.comment {
    border-top-left-radius: 120px 15px;
    border-top-right-radius: 90px 5px;
    border-bottom-left-radius: 10px 90px;
    border-bottom-right-radius: 110px 20px;
}
.comment:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid #313a47;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 21px;
    left: -15px;
}
.comment .content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 13px solid #cc3925;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: -13px;
}
.nested {
    display: inline-block;
}
#blog-page blockquote {
    padding: 30px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0;
    font-weight: 700;
    border-radius: 20px;
}
#blog-page blockquote:before {
    content: "\f110";
    font-family: 'Flaticon';
    font-size: 2.3em;
    line-height: 0.1em;
    margin-right: 0.5em;
    vertical-align: 0.2em;
}
#call-to-action {
    background-image: url(../img/calltoactionbg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-width: 10px 0px 10px 0px;
    border-style: solid;
}
#contact i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
/*#contact h4 {
    text-align: center;
}*/
.contact-info p:first-child {
    margin-left: 0px;
}
.contact-info p {
    margin-left: 10px;
    display: inline-block;
}
.cloud-divider {
    height: 80px;
}
.container-fluid.cloud-divider.white {
    background-color: #fff;
}
.container-fluid.cloud-divider {
    padding: 0px;
}
footer {
    padding: 25px;
}
footer p {
    text-align: center;
    color: #fff;
}
footer h6 {
    margin-top: 30px;
}
footer table {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
footer table>tbody>tr>td {
    line-height: 2em;
}
footer img {}
#mce-error-response,
#mce-success-response {
    display: none;
}
/* Go to top icon */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    z-index: 119;
}
.back-to-top i {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.parallax-object1 {
    position: absolute;
    top: auto;
    margin-top: 100px;
    right: 0;
    z-index: 99;
}
.parallax-object2 {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 99;
}
.parallax-object3 {
    display: none;
    position: absolute;
    top: auto;
    left: 0%;
    z-index: 99;
}
.owl-carousel {
    padding: 40px;
}
.owl-carousel .owl-item {
    perspective: 1000px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}
.owl-prev {
    border-radius: 0% 50% 50% 0%;
    left: 0px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.owl-next {
    border-radius: 50% 0% 0% 50%;
    right: 0px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.owl-prev:hover,
.owl-next:hover {
    transition: all .3s ease-in-out;
}
.owl-prev i,
.owl-next i {
    color: #fff;
    font-size: 30px;
    padding: 20px 10px;
}
.owl-carousel.owl-loaded {
    display: block;
    clear: both;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}
.owl-theme .owl-dots .owl-dot span:hover:before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span:before {
    transform: translate(-50%, -50%) scale(1);
}
.trianglePath1 {
    fill: #fff;
    stroke: #fff;
}
#deco-clouds1.head {
    margin-top: -100px;
    z-index: 3;
    position: relative;
}
#deco-clouds2.head {
    top: -120px;
    z-index: 3;
    position: relative;
    margin-bottom: -50px;
}
.full {
    width: 100%;
    background: #fff;
}
.float {
    transition: margin 0.5s ease-out, box-shadow 0.5s ease-out;
}
.float:hover {
    margin-top: -20px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.margin1 {
    margin-top: 20px;
}
section .container,
section .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
}
.small-section .container {
    padding: 0;
}
section {
    background: #fff;
}
hr {
    max-width: 100px;
    height: 5px;
    background: url(../img/hr.png) no-repeat top center;
    border: none !important;
}
.address-p hr{
    max-width: none;height: auto;background: none;border: 0!important;border-top: 1px solid #aaa!important;
}
.section-heading {
    margin-bottom: 90px;
    text-align: center;
    z-index: 99;
}
.elements {
    margin-top: 40px;
    margin-bottom: 40px;
}
.elements h5 {
    margin: 20px 0 20px;
    border-bottom: 1px dashed;
}
.glyph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 44px;
    line-height: 1;
}
.glyph .glyph-icon:before {
    font-size: 42px;
    color: #222;
    margin-left: 0;
}
.page-header {
    border-bottom: none;
}
.img-circle {
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.img-rounded {
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.img-curved {
    border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.img-effect {
    overflow: hidden;
}
.img-effect img {
    transition: opacity 0.7s, transform 2.5s;
}
.img-effect:hover img {
    opacity: 0.4;
    transform: scale3d(1.2, 1.2, 1);
}
.img-effect.no-grad:hover img {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1);
    background: 0;
}
.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
    border: 0;
    font-weight: 600;
    color: #fff;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #fff;
}
.alert {
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
    font-size: 16px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.breadcrumb {
    padding: 8px 25px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}
.breadcrumb a {
    color: #fff;
}
.label {
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
    border-radius: 20px;
}
.progress-bar {
    height: 10px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.progress {
    box-shadow: none;
}
.color_block {
    padding: 20px;
    border-radius: 20px;
}
.paper_block {
    padding: 20px;
    border-radius: 20px;
    background: url(../img/lined_paper.png) repeat top center;
    border: 2px dashed #cecece;
}
.color_block .owl-prev,
.paper_block .owl-prev {
    left: -20px;
}
.color_block .owl-next,
.paper_block .owl-next {
    right: -20px;
}
.dropdown-menu {
    font-size: 16px;
    border: 0px;
    border-radius: 20px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    transition: all .2s ease-in-out;
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
}
.pager li>a:hover {
    color: #fff;
}
.nav-tabs {
    text-align: center;
    border-bottom: 0;
}
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li>a:hover {
    border: 0;
}
.nav.nav-tabs>li {
    float: none;
    padding: 0 10px 0;
    display: inline-block;
}
.nav.nav-tabs>li>a {
    position: relative;
    display: block;
    letter-spacing: 0.2px;
    font-weight: 700;
    min-height: 50px;
    line-height: 40px;
    border: 0;
    border-radius: 20px 20px 0px 0px;
    padding: 5px 30px;
    color: #fff !important;
    font-size: 16px;
}
.panel {
    border: 0;
    background: transparent;
}
.panel-title {
    font-size: 20px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.panel-heading a {
    border-radius: 10px;
    display: block;
    text-transform: none;
    color: #fff;
    padding: 10px;
    border: 0px;
    transition: all .2s ease-in-out;
}
.panel-heading a:hover,
.panel-heading a:focus {
    color: #fff;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel-heading {
    border-bottom: 0px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}
.panel-heading {
    padding: 10px 0px;
}
.panel-heading [data-toggle="collapse"]:after {
    content: "\f077";
    font-family: FontAwesome;
    float: right;
    font-size: 18px;
    line-height: 22px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg);
}
ul {
    font-size: 16px;
}
.paper_block {
    padding: 20px;
    border-radius: 20px;
    background: url(http://ingridkuhn.com/themes/alphabet/css/../img/lined_paper.png) repeat top center;
    border: 2px dashed #cecece;
}
.btn {
    font-family: 'Lato', sans-serif;
    margin: 0 0.3rem;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    border: solid 0px;
    margin-top: 5px;
    font-weight: 700;
}
.btn:hover,
.btn:focus {
    color: #fff;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.input-group-addon {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-align: center;
    border: 0px;
    border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group {
    border-collapse: separate;
    margin: 0 auto;
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 17px;
    outline: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px 15px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.input-group-btn .btn {
    margin-top: 0px;
}
.input-group-btn span,
.btn span {
    color: #fff;
}
.form-control.form-control.input-lg {
    margin-top: 0px;
}
.input-group .form-control:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
.form-control,
.textarea-field:focus,
.input-field:focus {
    outline: 0 none;
}
textarea {
    height: 150px;
    resize: none;
}
textarea.form-control:focus {
    outline: 0 none;
}
/* BIG Social Media Icons */
.social-media {
    width: 100%;
    text-align: center;
}
.social-media a {
    display: inline-block;
    font-size: 18px;
}
.social-media a i {
    color: #fff;
    transition: .3s;
    margin: 3px;
    width: 20px;
    min-width: 40px;
    padding: 10px;
    border-radius: 50%;
}
.social-media i {
    transition: color .3s ease-in-out;
}
/* Small Social Media Icons */
.smaller.social-media a i {
    font-size: 18px;
    transition: .3s;
    margin: 0px;
    min-width: 30px;
    border-radius: 0%;
    background: none;
    padding: 0;
    color: #fff;
}
.smaller.social-media a i:hover {
    background: none;
}
/* Centered columns */
.col-centered {
    float: none;
    margin: 0 auto;
}
/* Nav-pills */
.nav-pills {
    display: inline-block;
    margin-bottom: 20px;
}
.nav-pills>li>a {
    border-radius: 10px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav>li>a:hover {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 10px;
    padding: 15px;
}
/* Tables */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px dashed #ddd;
}
.table>tbody>tr:first-child>td {
    border: none;
}
/* page */
#page .single-page {
    padding: 50px;
}
/* Wells */
.well {
    border-radius: 20px;
    border: 0;
    background-color: #fdf4b1;
    box-shadow: none;
    margin-bottom: 0px;
    color: #000;
}
.small-section .well {
    margin-top: 10px;
    padding: 12px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.well .list-unstyled {
    padding-left: 5px;
    list-style: none;
    line-height: 37px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.well .list-unstyled li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-weight: normal;
    font-size: 13px;
    margin: 0 10px 0 10px;
}
/* Media */
.media {
    margin-top: 45px;
}
.media-heading small {
    font-weight: 700;
    display: block;
    margin: 10px 0 20px;
}
/* Boxed theme */
.boxed {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 10px 10px 100px -19px rgba(0, 0, 0, 0.75);
    background: #fff;
}
.boxed #video-header {
    max-width: 1200px;
}
.boxed .video-text {
    max-width: 50%;
    bottom: 20%;
    padding: 30px;
}
.boxed .navbar {
    max-width: 1200px;
    margin: 0 auto;
}
.boxed #layerslider {
    overflow: hidden;
    max-height: 600px!important;
}
/*=========================== Media Queries ============================ */
/************ min width 1500px *************/
@media (min-width: 1500px) {
    .ls-bg {
        width: 100%!important;
    }
    /* Parallax itens */
    .parallax1 {
        left: 32%!important;
    }
    .video-text {
        max-width: 30%;
        bottom: 40%;
    }
    .boxed .video-text {
        max-width: 50%;
        bottom: 20%;
        padding: 30px;
    }
}
/************ max width 1200px *************/
@media (max-width: 1200px) {
    .navbar-nav>li>a {
        padding: 10px 10px;
    }
    /* background */
    #owl-about {
        background-image: none;
    }
    #call-to-action {
        background-attachment: scroll;
    }
    /* Slider */
    #layerslider {
        height: 600px!important;
    }
    /* video text */
    .boxed .video-text,
    .video-text {
        max-width: 50%;
        bottom: 20%;
        padding: 30px;
    }
}
/************ max width 991px *************/
@media (max-width: 991px) {
    /* Slider */
    #layerslider {
        height: 480px!important;
    }
    .header-text h1 {
        font-size: 44px;
        line-height: 44px;
        margin-top: 0px;
    }
    .header-text {
        max-width: 350px;
        top: 15% !important;
    }
    .subtitle {
        font-size: 18px;
        line-height: 25px;
    }
    .ls-bottom-nav-wrapper {
        margin-top: -20px!important;
    }
    /* Stop Float on hover*/
    .float:hover {
        margin-top: 0px;
    }
    /* Responsive margin*/
    .res-margin {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*navbar */
    /* navbar collapse at 991px */
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .navbar-nav {
        margin: 0;
        float: none !important;
        height: 100%;
    }
    .navbar-right {
        line-height: 0px;
    }
    .navbar-nav li {
        float: none;
    }
    .navbar-nav li>.dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        position: static;
        box-shadow: none;
        background: inherit;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        padding-bottom: 40px;
        max-height: 200px!important;
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    .navbar-collapse::-webkit-scrollbar {
        width: 20px;
    }
    .navbar-collapse::-webkit-scrollbar-track {
        background-color: lightgray;
    }
    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: darkgray;
    }
    .navbar-nav {
        margin: 0;
        float: none !important;
        height: 100%;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px;
    }
    .navbar-custom ul.nav ul.dropdown-menu li a {
        margin: 5px;
        line-height: 25px;
        display: inline-block;
        word-break: line;
        white-space: normal;
    }
    /* Logo */
    #navbar-brand-centered.collapse.in {
        display: block!important;
        min-height: 200px;
        overflow-y: auto!important;
    }
    .navbar-brand-centered {
        position: relative;
        height: 80px;
        padding: 0px;
        float: none;
        margin: 0;
    }
    .navbar-brand-centered img {
        max-height: 65px;
    }
    /* Space between sections */
    .section-heading {
        margin-bottom: 9rem;
    }
    /* Activities */
    #activities .tab-content {
        border-top: 0px;
        margin-top: 40px;
    }
    #activities .tab-content {
        padding: 20px;
    }
    /* Nav tabs */
    .nav-tabs>li {
        margin-bottom: 10px;
    }
    .nav.nav-tabs>li>a {
        border-radius: 20px;
    }
    /* Blog */
    .blog-home {
        padding: 10px;
    }
    .sidebar {
        border-left: 0px;
    }
    #page .single-page {
        padding: 20px;
    }
    /* video text */
    .boxed .video-text,
    .video-text {
        width: 100%!important;
        bottom: 0%;
        z-index: 10;
        padding: 0px;
        left: 50%;
        max-width: 100%;
        border-radius: 0px;
    }
}
/************ min width 768px *************/
@media (min-width: 768px) {
    #navbar-brand-centered .container {
        min-width: 700px !important;
        max-width: 1170px;
        width: 100%;
    }
    .navbar-right {
        margin-right: 0px;
    }
}
/************ max width 767px *************/
@media (max-width: 767px) {
    /* Slider */
    #layerslider {
        height: 300px!important;
    }
    .header-text {
        padding: 20px 0 20px!important;
        min-width: 99%;
        margin: 0 auto !important;
        left: 0% !important;
        top: 60% !important;
    }
    .header-text h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0px;
    }
    .ls-nav-prev,
    .ls-nav-next {
        display: none !important;
    }
    .ls-bottom-nav-wrapper {
        margin-top: 0px!important;
    }
    #callout .container {
        background-image: none;
    }
}
/************ max width 480px *************/
@media (max-width: 480px) {
    /* slider */
    #layerslider {
        height: 190px!important;
    }
    .header-text h1 {
        font-size: 26px;
        line-height: 24px;
        margin: 0px;
    }
    .ls-bottom-nav-wrapper {
        display: none;
    }
    /* video text */
    .video-text h1 {
        font-size: 24px;
        line-height: 20px;
    }
    /* section */
    section .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-heading h2 {
        border: 0;
        line-height: 32px;
        letter-spacing: 0px;
        font-size: 28px;
    }
    .section-heading {
        margin-bottom: 3rem;
    }
    /* titles*/
    h1 {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
        text-align: center;
    }
    /* Miscellaneous */
    .section-heading {
        margin-bottom: 3em;
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .nav-pills>li.active:after,
    .nav-pills>li.active:before {
        top: -45%;
    }
    .nav-pills>li {
        float: none;
    }
    .cloud-divider {
        display: none;
    }
    .date-category {
        display: none;
    }
    .comment {
        padding: 10px;
    }
    .comments-block .media-object {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .comment.media-body {
        margin-right: 0px;
    }
    .owl-carousel {
        padding: 0px;
    }
    .team-caption p,
    .owl-nav {
        display: none;
    }
    .tab-pane h3 {
        margin-top: 10px;
    }
    .glyph .glyph-icon:before {
        font-size: 24px;
    }
    .input-group-addon,
    .input-group-btn {
        display: initial;
    }
    .input-group-btn .btn {
        margin-top: 10px;
    }
    .input-group-btn:last-child>.btn {
        border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    }
    .input-group .form-control:first-child {
        border-radius: 10px;
    }
}
/************ max width 300px *************/
@media (max-width: 300px) {
    /* Navbar */
    .navbar-toggle {
        font-size: 35px !important;
        line-height: 45px;
        padding: 0px;
        margin: 0px;
        width: 60px;
    }
    .navbar-custom ul.nav ul.dropdown-menu {
        background-color: transparent!important;
    }
    .open>.dropdown-menu {
        display: block;
        min-width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .navbar-custom ul.nav ul.dropdown-menu li a {
        margin: 0px;
    }
    .navbar-custom ul.nav li a {
        font-size: 16px;
        line-height: 40px;
    }
    .navbar-header {
        height: 50px !important;
    }
    .navbar-brand-centered {
        background: none;
        height: 50px;
        width: 60px;
    }
    .navbar-brand-centered img {
        max-height: 35px;
        position: absolute;
        left: 0;
        right: 0;
        top: 12%;
        margin: auto;
    }
    #navbar-brand-centered.collapse.in {
        display: block!important;
        max-height: 100px;
        overflow-y: scroll!important;
    }
    #layerslider {
        padding-top: 45px;
        height: 120px!important;
    }
    .header-text {
        top: 30% !important;
    }
    .header-text h1 {
        font-size: 20px !important;
    }
    .small-section .well {
        padding: 10px;
    }
    .color_block {
        padding: 5px;
    }
    .pricing-palden .pricing-price {
        font-size: 3em;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .label,
    .table {
        font-size: 14px;
    }
    .blog.jumbotron {
        margin-top: 45px;
    }
    .table table,
    .table thead,
    .tabletbody,
    .table th,
    .table td,
    .table tr {
        display: block;
    }
    td.text-left,
    td.text-right {
        text-align: center;
    }
    #video-header {
        margin-top: 30px;
    }
    /* Nav-tabs */
    .nav.nav-tabs>li>a {
        min-height: 30px;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 15px;
    }
    /* Headers */
    .section-heading h2,
    .page-header h2 {
        line-height: 22px;
        font-size: 20px;
    }
    h2:before {
        display: none;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
        text-transform: uppercase;
    }
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}
.leaflet-pane {
    z-index: 400;
}
.leaflet-tile-pane {
    z-index: 200;
}
.leaflet-overlay-pane {
    z-index: 400;
}
.leaflet-shadow-pane {
    z-index: 500;
}
.leaflet-marker-pane {
    z-index: 600;
}
.leaflet-tooltip-pane {
    z-index: 650;
}
.leaflet-popup-pane {
    z-index: 700;
}
.leaflet-map-pane canvas {
    z-index: 100;
}
.leaflet-map-pane svg {
    z-index: 200;
}
.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #38f;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}
.boxed {
    max-width: 100%;
}
.boxed .navbar {
    max-width: 100%;
    margin: 0 auto;
}
footer,
.nav-pills>li>a,
.nav.nav-tabs>li>a,
.navbar-custom ul.nav ul.dropdown-menu,
.pricing-palden .pricing-deco,
.panel-heading a.collapsed,
.service h4,
.team-item:hover .team-caption,
.gallery-thumb .link,
.pagination>li>a,
.pagination>li>span,
.breadcrumb,
.label-default,
.pager li>a,
.pager li>span {
    background-color: #34327C;
}
h1,
a,
.quote-test:before,
.quote-test i,
.quote-test small,
#blog-page h6,
#blog-page blockquote:before,
#contact i,
.latest-caption h4 {
    color: #34327C;
}
#owl-about img,
.team-item:hover img,
.gallery-thumb:hover .overlay-mask,
#call-to-action {
    border-color: #34327C;
}
/* SVG path */
#deco-clouds path {
    fill: #34327C;
    stroke: #34327C;
}
h2,
.btn,
.btn-primary,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-prev,
.owl-next,
.pager li>a:hover,
.social-media a i,
.back-to-top i:hover,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pager li>a:hover,
.pager li>a:focus,
.navbar-brand-centered:hover,
.navbar-brand-centered:focus,
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover,
.navbar-custom ul.nav li a:hover,
.navbar-custom .nav>.active>a,
.navbar-custom ul.nav ul.dropdown-menu li a:hover,
.navbar-custom ul.nav ul.dropdown-menu li a:focus,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.nav-pills>li.active>a,
.nav.nav-pills>li>a:focus,
.nav.nav-pills>li>a:hover,
.nav.nav-pills>li>.active,
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li.active>a,
.pricing-item:hover .pricing-deco,
.blog-tags a:hover {
    background-color: #d12881;
}
a:hover,
a:focus,
.breadcrumb a:hover,
.breadcrumb a:focus,
.media-heading small,
#about .media i,
.latest-caption h4:hover {
    color: #000;
}
.btn {
    border-color: #d12881;
}
.img-effect {
    background: linear-gradient(-45deg, #d12881 0%, #f9e54e 100%);
}
h2:before,
#about .media i:hover,
footer i,
.smaller.social-media a i:hover,
footer a,
.post-info i,
.breadcrumb>.active,
.gallery-thumb i:hover {
    color: #f3933d;
}
.service:hover h4,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.team-item .team-caption,
.navbar-custom ul.nav ul.dropdown-menu li a,
.panel-heading a,
.panel-heading a:hover,
.nav-pills .nav>li>a:focus,
.navbar-brand-centered,
.navbar-header,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.owl-prev:hover,
.owl-next:hover,
.back-to-top i,
#instafeed .likes,
.social-media a i:hover,
.blog-tags a,
.date-category,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #34327c;
}
.team-item img,
.elements h5,
#layerslider,
.btn:hover,
.btn:focus,
.blog.jumbotron,
.comment,
.header-text,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    border-color: #34327c;
}
section.color-section,
.blog-row,
#activities .tab-content,
.color_block,
.cloud-divider,
#blog-page blockquote,
#layerslider,
.comment,
.table-striped,
.dropdown-menu {
    background: #F3F0CF;
}
#deco-clouds1.head path {
    fill: #F3F0CF;
    stroke: #F3F0CF;
}
header {
    height: 110px;
    position: relative;
    background-image: url(../img/bg/bg-header.jpg);
    /*background-color: #fada27 !important;*/
}
.bottom-header {
    background: #fff;
    position: relative;
    width: 100%;
    height: 50px;
}
ul li {
    list-style: none;
}
.d-flex {
    display: flex;
}
div#owl-about1 {
    /* margin-top: -40px; */
    height: 300px;
}
.switch-input {
    display: none;
}
.switch-label {
    position: relative;
    display: inline-block;
    min-width: 69px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    padding: 5px 13px 5px 45px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    line-height: 20px;
}
.switch-label:before,
.switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.switch-label:before {
    left: 5px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}
.switch-label:after {
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
    display: none;
}
.switch-label .toggle--off {
    display: inline-block;
}
.switch-input:checked+.switch-label:before {
    background-color: #A5D6A7;
}
.switch-input:checked+.switch-label:after {
    background-color: #4CAF50;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.switch-input:checked+.switch-label .toggle--on {
    display: inline-block;
}
.switch-input:checked+.switch-label .toggle--off {
    display: none;
}
.bg-1 {
    background-color: #38f !important;
    border-color: #38f !important;
    /* height: 28px; */
}
.bg-2 {
    background-color: #34327C !important;
    border-color: #34327C !important;
}
.bg-3 {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}
.bg-4 {
    background-color: #cc3925 !important;
    border-color: #cc3925 !important;
}
.bg-none {
    background-color: #f3f0cf !important;
    border-color: #000000 !important;
    border: solid 4px !important;
    width: 275px !important;
    color: #000000 !important;
}
.bg-none-mt {
    background-color: #f3f0cf !important;
    border-color: #f3f0cf !important;
    border: solid 1px !important;
    /* width: 320px !important; */
    color: #dcdcd9 !important;
    margin-top: 18px;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
}
.mr-auto {
    margin-left: auto;
}
ul.nav.nav-tabs.tabs-left.learning-tab li {
    display: block;
    margin-bottom: 10px;
}
ul.nav.nav-tabs.tabs-left.learning-tab>li>a {
    position: relative;
    display: block;
    letter-spacing: 0.2px;
    font-weight: 700;
    min-height: 31px;
    line-height: 23px;
    border: 0;
    border-radius: 11px;
    padding: 10px 35px;
    color: #fff !important;
    font-size: 17px;
}
.mb-15 {
    margin-bottom: 15px;
}
.address-h4 {
    font-size: 16px;
    font-weight: bold;
}
.address-hr {
    margin: 0;
    height: 1px !important;
    border-top: 1px solid #ddd;
}
.justify-content-center {
    justify-content: center;
}
.pl-0 {
    padding-left: 0;
}
.pp_social {
    display: none !important;
}
fieldset.scheduler-border {
    border: 1px dotted #05294C !important;
    padding: 0 16px 10px;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
.audio-title {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    background: #05294d;
    padding-top: 7px;
    padding-bottom: 7px;
}
/*ul.d-flex.justify-content-center {
    margin-bottom: 5px !important;
    margin-top: 5px;
}*/
/*.fixed ul.d-flex.justify-content-center {
    margin-bottom: 0px !important;
}*/
ul.d-flex.justify-content-center .lg-select{margin-top: 9px;}
/*ul.d-flex.justify-content-center .btn {
    margin-top: 0 !important;
}*/
/*.fixed ul.d-flex.justify-content-center {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}*/
@media(max-width:767px) {
    .navbar-brand-centered3,
    .navbar-brand-centered3 img {
        position: inherit;
        left: 0;
    }
    .navbar-brand-centered3 {
        max-width: 100%;
        padding: 0;
    }
    .navbar-brand-centered2 {
        display: none;
    }
    .navbar-brand-centered3{
        border-radius: 0;
    }
    .img-center-logo{
        height: auto;
    }
    div#owl-about1{
        margin-top: 0;
    }
    .small-section .well{
        margin-top:120px;
    }
    ul.d-flex.justify-content-center {
        display: block;
    }
    div#navbar-brand-centered {
        width: 100%;
    }
    .navbar-toggle {
        display: block;
        position: absolute;
        right: 0;
    }
    .register{
        position: relative;
        display: none;
        right: 0;
    }
    ul.d-flex.justify-content-center .btn{
        color: rebeccapurple;
        background-color: transparent !important;
        border-radius: 0 !important;
        border-color: transparent !important;
    }
    .demo-btn{
        display: none;
        position: relative;
    }
    footer img {
        max-width: 100%;
    }
    .lg-select{
        text-align: center;
    }
}
@media(max-width:768px) {
    .bottom-header {height:auto;}
    .bottom-header ul>li{display:inline-block;}
    .bottom-header .navbar-collapse.collapse.in{padding-bottom: 0!important;min-height: auto!important;max-height: inherit!important;overflow-y: hidden!important;}
}
@media(min-width:992px) {}
@media(min-width:1200px) {}
#contact p{
    line-height: 20px !important;
    margin: 0 0 10px;
}
small, .small{
    line-height: 20px;
}
.service h4{
    font-size: 18px !important;
}
.vertical-centered{display:flex;align-items: center;}
.bg-arch{
    /* background: rgba(249, 229, 78, 0.51); */
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    max-height: 110px;
    display: block;
    position: absolute;
    z-index: 999;
    padding: 0 20px 10px;
} 
.offerbutton {
  background-color: #38f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #38f; -webkit-box-shadow: 0 0 3px #38f; }
  50% { background-color: #34327C; -webkit-box-shadow: 0 0 40px #34327C; }
  100% { background-color: #38f; -webkit-box-shadow: 0 0 3px #38f; }
}

@-moz-keyframes glowing {
  0% { background-color: #38f; -moz-box-shadow: 0 0 3px #38f; }
  50% { background-color: #34327C; -moz-box-shadow: 0 0 40px #34327C; }
  100% { background-color: #38f; -moz-box-shadow: 0 0 3px #38f; }
}

@-o-keyframes glowing {
  0% { background-color: #38f; box-shadow: 0 0 3px #38f; }
  50% { background-color: #34327C; box-shadow: 0 0 40px #34327C; }
  100% { background-color: #38f; box-shadow: 0 0 3px #38f; }
}

@keyframes glowing {
  0% { background-color: #38f; box-shadow: 0 0 3px #38f; }
  50% { background-color: #34327C; box-shadow: 0 0 40px #34327C; }
  100% { background-color: #38f; box-shadow: 0 0 3px #38f; }
}