/**
* Template Name: Regna - v2.0.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: kalpurush;
    src: url('../../../fonts/Kalpurush.ttf');
}
@font-face {
    font-family: Nobanno;
    src: url('../../../fonts/Nobanno.ttf');
}
@font-face {
    font-family: SwarnaliOkkhor;
    src: url('../../../fonts/SwarnaliOkkhor.ttf');
}
@font-face {
    font-family: SirajeeAlima;
    src: url('../../../fonts/SirajeeAlima.ttf');
}
body {
    background: #e9ebee;
    color: #666666;
    font-family: "kalpurush", "Open Sans", sans-serif;
    font-size: 18px;
    /*8background-image: url(../../assets/img/block-bg.png) !important;*/
    background-image: url(../../assets/img/bg1.jpg) !important;
    background-repeat: repeat;
}

a {
    color: #9bc9f7;
}

a:hover, a:active, a:focus {
    color: #E66A6F;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}
.sys-name a{    
    font-family: "Nobanno", "kalpurush", sans-serif;
    font-size: 28px;
}

.sys-slogan {
	font-size: 14px;
	margin-top: -13px;
	color: #FF909D;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 6px 0 0 0;
    padding: 0;
}
.section-header{
    padding: 15px 0px;
}
#about ul {
    list-style: none;
}

#about ul li::before {
    content: "\f046";
    position: absolute;
    font-family: FontAwesome;
    left: 20px;
}

.about-col img{
    width:100%;
    height:260px;
    border-radius: 4px;
    border:0px;
}

.about-col .title{
font-family: "kalpurush", Arial, Helvetica, sans-serif !important;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #d19b3d;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header, #header.header-fixed {
	background: #4B0082;
	border-bottom: 2px #003399;
	padding: 20px 0;
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}

.our-features {
    background-color: #D6D7FD;
    padding: 3px 5px;
    font-size: 22px;
    color: #3f3a34 !important;
    margin-bottom: 20px;
}

/*#header, #header.header-fixed {
  background-color: #fff !important;
  padding: 0;
  height: 72px;
  position: fixed;
  box-shadow: 10px 3px 5px rgba(0,0,0,.07) !important;
  top: 0;
  z-index: 100;
  width:100%;
}*/

/*#header.header-fixed {
  background: #237EB2;
  padding: 20px 0;
  height: 62px;
  transition: all 0.5s;
}*/

#header #logo {
    float: left;
    margin-top: -12px;
    text-align: right;
}


.con_addres td {
    border: 0px;
}

.charge {
    font-size: 14px;
    color: #999;
    padding: 5px 0px;
}

.direct_contact {
	background-color: #fdfdfd;
	padding: 5px 5px 0px 5px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	margin-top: 55px;
	margin-bottom: 20px;
	min-height: 215px;
}

.direct_contact table{
    margin: 5px 5px 7px 5px !important;
}

/*#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}*/

#header #logo h1 {
    font-size: 25px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 800px) {
    #header #logo h1 {
        font-size: 21px;
    }
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    height:70px;
    margin-top: -22px;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 21px;
    }

    #header #logo img {
        max-height: 40px;
    }

    .direct_contact {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85% !important;
        background-color: #f9f9f9;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        background-color: #f9f9f9;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 70vh;
    background-color: #1D4354;
    /*background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;*/
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    /*background: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 120px 0 10px 0;
    font-size: 30px;
    /*line-height: 56px;
    text-transform: uppercase;*/
    color: #fff;
}
.video-content{
    width: 60% !important;
}
@media (min-width: 1400px) {
    .video-content{
        width: 50% !important;
    }
}
.vid-howtouse-tm{
    width: 100% !important;
    height: 430px;
}
.hero-container{
    margin-top:0px;
}
#uniqueCarousel{
    width: 100%;
    margin-top:-45px;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 85vh;
}
@media (max-width: 768px) {
    #hero {
        height: 48vh;
    }
    #uniqueCarousel{
        margin-top:70px;
    }
    #hero .hero-container {
        display: block;
    }
    .carousel-inner img {
        height: 40vh !important;
    }
    #hero h1 {
        font-size: 19px;
        line-height: 36px;
    }
    .video-content{
        width: 100% !important;
    }
    .vid-howtouse-tm{
        height: 240px;
    }
}
@media (min-width: 401px) and (max-width: 768px){
    #hero h1 {
        margin-top:70px;
    }
}
@media (max-width: 400px) {
    #hero h1 {
        margin-top:110px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 3px;
    font-size: 21px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 3px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #d19b3d;
    border: 2px solid #d19b3d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 3px 8px 5px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: "kalpurush", "Poppins", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	outline: none;
}

.nav-menu a:hover, .nav-menu a:active, .menu-active {
	text-decoration: none;
	background: #ED1D24;
	height: 70px;
	line-height: 67px;
	margin-top: -20px;	
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: none;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #d19b3d;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 12px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(30, 23, 15, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #d19b3d;
}

#mobile-nav ul .menu-item-active {
    color: #d19b3d;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #332d26;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "SirajeeAlima", "";
}

.section-header .section-description {
	text-align: center;
    padding-top: 10px;
	padding-bottom: 10px;
	color: #999;	
	font-style: italic;
}

.section-description{
    border-bottom: 4px double #E1DEDE;
    /*border-style: dotted;*/
}

/* About Us Section
--------------------------------*/
#login {
    background: #fff;
    padding: 100px 0;
    margin-top: 50px;
}

#about {
    padding: 55px 0 30px 0px;
    margin-top: 55px;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #332d26;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #about {
        padding: 30px 0 30px 0px;
        margin-top: 0px;
    }
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #d19b3d;
}

#about .about-container .icon-box .icon i {
    color: #d19b3d;
    font-size: 24px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}
#schedule >.container{
    background-color: #ffdead;
}
.off-day{        
        padding: 15px 10px 5px 10px;
        text-align: center;
        color: Red;
    
}
.open-days {
	text-align: Center;
	margin-top: -30px;
	padding-bottom: 15px;
}

/* Gallery
------------------------------*/
div.gallery {
    border: 1px solid #ccc;
    border-radius: 4px;
}

div.gallery:hover {
    border: 1px solid #28a745;
}

div.gallery img {
    width: 100%;
    height: 200px;

}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 10px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#our-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}

.g-image{
    height: 400px;
    width: 600px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 130px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 75px;
    left: 75%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.youtube-video{
    width: 100%;
    height:500px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 768px){
    .modal-content {
        width: 100%;
    }
    .close {
        left: 90%;
    }
    .youtube-video{
        height:300px;
    }
}


/* Facts Section
--------------------------------*/
#facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #d19b3d;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

/* Services Section
--------------------------------*/
#about .box {
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    position: relative;
    background: #F8FAFB;
}
#about .about-box1{
    background-color: #005F31;background-image: url(../../assets/img/tb.jpg);
}
#about .fancy-box {
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    border: 3px double #00511F;
    border-radius: 50px;
    position: relative;
    background: #F8FAFB;
    font-size: 22px;
    color: #333;
}

#about .table th {
    border-top: 0px;
}

#about .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #d19b3d;
}

#about .icon a {
    display: inline-block;
}

#about .icon i {
    color: #fff;
    font-size: 24px;
}

#about .box:hover .icon {
    background: #fff;
    border: 2px solid #d19b3d;
}

#about .box:hover .icon i {
    color: #d19b3d;
}

#about .box:hover .icon a {
    color: #d19b3d;
}

#about .title, #services .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#about .title a {
    color: #111;
}

#about .description {
    font-size: 14px;
    line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #d19b3d;
    border: 2px solid #d19b3d;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}

#portfolio #portfolio-wrapper {
    padding-right: 15px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    background: #d19b3d;
    color: #fff;
}

#portfolio .portfolio-item {
    position: relative;
    height: 200px;
    overflow: hidden !important;
    margin-bottom: 15px;
    transition: all 350ms ease;
    transform: scale(1);
}

#portfolio .portfolio-item a {
    display: block;
    margin-right: 15px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
    height: 50px;
    background: #d19b3d;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0 2px 8px;
    margin: 0;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
    bottom: 0;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #d19b3d;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact #google-map {
    height: 300px;
    margin-bottom: 20px;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #d19b3d;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #d19b3d;
    color: #fff;
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.off_day {
    color: #ed3c0d;
}

#contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	border-radius: 4px;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 10px;
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
    background-color: #009ADC;
}

#contact .php-email-form button[type="submit"] {
    background: #009ADC;
    border: 0;
    padding: 6px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #0279BC;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #2d496f;
    border-top: 1px solid #343a3f;
    padding: 30px 0 15px 0px;
    color: #fff;
    font-size: 16px;
    font-family: "kalpurush", "Open Sans", sans-serif;
    /*background-image: url(../../assets/img/fbg.png);*/
}

#footer .sys-name {    
    font-family: "Nobanno", "kalpurush", sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

#footer .container{
    background-color: transparent;
}

#footer hr {
    border-top: .8px solid hsla(0,0%,100%,.2);
    margin: 1px 0px 15px 0px;
}

#footer ul {
    list-style-type: none;
}

#footer ul li {
    padding: 5px 1px;
}

#footer ul li i {
    border: 1px solid #9bc9f7;
    border-radius: 8px;
    font-size: 16px;
    padding: 5px;
    width: 30px;
    text-align: center;
}
.footer-end {
	background: #193760;
	padding: 15px 0px;
	margin: -15px 0px -15px 0px;
}
#footer .copyright {
    padding-top:10px;
    text-align: left;
}

#footer .credits {
    padding-top: 10px;
    text-align: right;
    color: #ccc;
}

#footer a{
    font-weight: normal;
}

/*----Customize Styles----*/
#contact .info div {
    margin: 10px 0px;
}

.input-group-addon {
    padding: 9px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ans_input {
    border-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.table td, .table th {
    padding: 0.5rem !important;
}

.price_list {
    margin-top: 60px;
}

table th, .panel-title, b {
    color: #3f3a34 !important;
    font-weight: 400;
}

b, .title {
    color: #3f3a34 !important;
    font-weight: 400 !important;
}

.con_addres a {
    color: #0B6FDD;
}

.con_addres a:hover {
    color: #2dca98;
}

.contact-btn {
    text-align: right;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .03);
}

/* Customized styles*/
.alert {
    padding: .48rem 1.25rem;
    width: 100%;
}

.h3, h3 {
    font-size: 1.5rem;
}

/*End Customized styles*/

@media (max-width: 768px) {
    #login {
        margin-top: 0px;
    }

    .price_list {
        margin-top: 0px;
    }

    .contact-btn {
        text-align: left;
    }

    #footer .col-lg-6, #footer .copyright, #footer .credits {
        text-align: center !important;
    }
}