#header .logo img {
    max-height: 60px;
}
.nav-link{
color: #000;
}
.nav-link:focus{
color: #000;
}
section.section.cta-section {
    background:#bae9e8
}
.btn.main-play {
    background: #26D0CE;
    border: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
}

.blue-bg {
    background: rgb(26,41,128);
    background: linear-gradient(180deg, rgba(26,41,128,1) 0%, rgba(26,41,128,1) 83%, rgba(17,30,100,1) 83%, rgba(17,30,100,1) 100%);
}
.brown-bg {
    background: linear-gradient(180deg, #a15b37 0%, #a15b37 83%, #8f3f1a 83%, #8f3f1a 100%);
}
.button {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    background-color: #583b37;
    border: none;
    border-bottom: 5px solid #3d2927;
    text-shadow: 0px -2px #583b37;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
   }
   
.button:hover, button:active {
    -webkit-transform: translate(0px,5px);
    -ms-transform: translate(0px,5px);
    transform: translate(0px,5px);
    color: #fff;
    border-bottom: 1px solid #3d2927;
   }

/* Testimonial Carousel */

.testimonial-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

.login-form {
    background: rgb(243, 243, 243);
    padding: 50px;
    border-radius: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #cbd3da;
    border-radius: 50%;
    margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active>span {
    background: linear-gradient(-45deg, #1391a5, #274685);
}
.stars .icofont-star::before {
    color: #ffb800;
    font-size: 40px;
}
.timer {
    font-size: 30px !important;
    margin-bottom: 20px;
}
#footer {
    background: #8f3f1a;
    color:#fff;
}
#footer .footer-top {
    background: #2D313C;
    color:#fff;
}
#footer .footer-top h5 {
    margin-bottom: 50px;
}
#footer .footer-top h5::after {
    position: relative;
    bottom: -10px;
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(90deg, #26d0ce, #1a2980);
    background: -ms-linear-gradient(90deg, #26d0ce, #1a2980);
    background: linear-gradient(90deg, #26d0ce, #1a2980);
    content: "";
}
#footer .footer-top .footer-links ul a{
    color: #fff;
}
#footer .footer-top .footer-contact p{
    color:#fff;
}
#header {
    height: 100px;
}

.bg {
	background-color: #fc3;
}
.side-nav {
    /*background-color:#1B3987; */
}
.side-nav .side-nav-inner .side-nav-menu li a, .side-nav-menu li a .title {
    /*color: #fff !important;*/
}

.side-nav .side-nav-inner .side-nav-menu li a:hover, .side-nav .side-nav-inner .side-nav-menu li a:focus {
    /*color: #1e1e1e; */
}
.btn-black {
    background-color:#000000;
}
.btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.btn-black:hover {
    background-color: #000000;
    opacity: 0.8;
}
/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}
.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: #a15b37;
    display: block;
    margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #583b37;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
color:#ef7f4d;
}
.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
    color: #ef7f4d;
}
.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}
.footer-menus li {
    display: inline-block;
    margin-right: 20px;
}
.footer-menus li a{
    color: #a5a5a5
}
.footer-menus li:hover a{
    color: #fff;
}
/* sample comment */