@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
	

	
#second_sec{ position:relative;}	
	
.inner_sec{background-color:#090; width:100%; height:70px;}	

h3 {
    text-align: left;
    /* margin-top: 15px; */
    padding: 16px;
}
 .innse_second {
    background-color: #39C;
    border-radius: 4px;
    margin-top: 12px;
} 

h4 {
    text-align: center;
    padding: 7px;
    font-size: 19px;
    color: #fff;
}

.sidenav {
    padding-top: 20
px
;
    background-color: #f1f1f1;
    height: 100%;
}
ul {
    padding: 15px 9px;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0;
    background-color: #769643;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Kadwa', serif;
    font-weight: bold;
}


.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px; 
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #818181 !important;
    font-weight: bold;
    background-color: White !important;
	position: absolute;
    right: 5px;
    bottom: -6px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
/*================login===========*/


.panel-group {
    margin-bottom: 20px;
}
.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
    font-weight: bold;}

.panel-heading {
    color: #fff !important;
    background-color: #769643 !important;
    padding: 5px;
    border-bottom: 1px
 solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

input#ContentPlaceHolder2_btnSubmitRT {
    left: 51%;
    position: absolute;
    bottom: 26px;
}

label {
    margin-left: 12px;
    margin-bottom: 5px;
}

.pannel-body {
    padding: 18px 5px;
}

.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.phone-call {
    width: 54px;
    height: 55px;
    right: 73px;
    bottom: 14px;
    background: #3d348c;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #3d348c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

.f-contact li {
    float: left;
    margin-bottom: 10px !important;
    width: 100%;
    /* display: inline-block; */
    display: contents;
}

.f-contact .icon {
    margin-right: 20px;
}

.f-contact i {
    width: 109px;
    height: 40px;
    background: #3763eb;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 0px 10px 10px 10px;
    float: left;
    background-image: -moz-linear-gradient( 0deg, rgb(118,188,2) 0%, rgb(244,166,1) 100%);
    background-image: -webkit-linear-gradient( 
0deg, rgb(118,188,2) 0%, rgb(244,166,1) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(118,188,2) 0%, rgb(244,166,1) 100%);
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 40%);
}

.f-contact {
    margin-bottom: 51px;
}