/*********************************************************************************
common styles
***************/
body {
 color:#333!important;
 font-family: 'Poppins', sans-serif!important;
 font-size:14px!important;
 background:#fff url(../design_img/background-pattern.jpg) repeat!important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin:0px!important;
 padding:0px!important;
}
a {
 color:#333!important;
 cursor:pointer;
 text-decoration:none!important;
}
a:active {
 box-shadow:none!important;
}
p {
 line-height:22px;
 margin-bottom:10px!important;
 font-size:14px!important;
}
h1, h2 {
 margin-bottom:10px!important;
}
.no-padding {
 padding-left:0px!important;
 padding-right:0px!important;
}
.no-padding-right {
 padding-right:0px!important;
}
.no-padding-left {
 padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-orange {
 color:#ef642d
}
.btn {
 padding:10px 25px !important;
 border-radius:4px!important;
 text-transform:uppercase;
 letter-spacing:0.5px
}
.btn-submit {
 background:#f9a53a;
 color:#fff;
}
.btn-cancel {
 background:#ff5d05;
 color:#fff;
}
.btn:hover {
 background:#333!important;
 color:#fff!important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
/*********************************************************************************
header styles
***************/
header {
}
header.header-fixed-bar {
 padding: 50px 0 0px;
 position: fixed !important;
 width: 100% !important;
 top: 0;
 z-index: 99;
 -moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
header.header-fixed-bar .logo-bar {
 background:#fff;
}
header.header-fixed-bar .logo-bar .logo-desk {
 width:142px;
}
header.header-fixed-bar .gotrns {
 margin: 14px 0 0 !important;
}
header.header-fixed-bar .user-nav {
 margin:15px 0;
}
header.header-fixed-bar .nav-bar {
 position: fixed;
 z-index: 99;
 width: 100%;
 left: 0;
 top: 0;
 background: #fff;
 border-bottom: 1px solid #f2f2f2;
}
/*translater*/
header .gotrns {
 color: #333 !important;
 font-weight:500;
 border:2px solid #333;
 position: relative;
 line-height: 15px;
 margin: 35px 0 0 !important;
 /* border-radius: 25px; */
	padding: 8px 10px;
 width: 168px;
 height:41px;
 display:block;
 webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .gotrns .goog-te-gadget-simple {
 border: 0px solid #ccc;
 border-radius: 5px;
 font-size: 12px;
 background: transparent;
}
header .gotrns a {
 color: #666 !important;
}
header .gotrns span {
 color: #666 !important;
}
header .gotrns a.goog-te-menu-value span:nth-child(3), header .gotrns a.goog-te-menu-value img {
display:none
}
header .gotrns img {
 background: url("../design_img/icon-glob.png")!important;
 background-repeat: no-repeat !important
}
header .gotrns a.goog-te-menu-value span:nth-child(5) {
margin-left:10px
}
/*user nav*/
header .user-nav {
 float:right;
 margin:35px 0;
 webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
 float:left;
 margin-left:5px!important
}
header .user-nav ul a {
 display: block;
 padding: 8px 15px 8px 15px;
 text-transform: capitalize;
 color: #eb6e23 !important;
 font-weight:500;
 border:2px solid #333;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 position: relative;
 z-index: 1;
}
header .user-nav ul a .fa {
 margin-right:8px;
 color:#fff;
 font-size:16px;
}
header .user-nav ul a img {
 margin-right:8px;
 max-width:12px;
 vertical-align:-1px
}
header .user-nav ul a.login {
}
header .user-nav ul a.join {
/* background:#eb6e23; background: #0078bf;*/
}
header .user-nav ul a.join .fa {
 color:#fff;
}
header .user-nav ul a:hover {
 background:#eb6e23;
 border-color:#eb6e23;
 color: #fff !important;
}
/*logo bar*/ 
header .logo-bar {
 padding: 6px 0 8px;/*background: #ffe4919e;*/
}
header .logo-bar img {
 max-width:100%;
}
header .logo-bar .logo-desk {
 display:block;
 width:220px;
 margin:auto;
 webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .logo-bar .logo-mob {
 display:none
}
/* nav bar */
header .nav-bar {
 border-top: 2px solid #eb6e23;
}
/*site nav*/
header .site-nav {
 display:table;
 margin:auto;
}
/*********************************************************************************
section styles
***************/
section.slider {
 position: relative;
 -webkit-box-shadow: 0px 15px 11px 0px rgba(0, 0, 0, 0.35);
 box-shadow: 0px 15px 11px 0px rgba(0, 0, 0, 0.35);
 border-bottom: 5px solid #fff;
}
/**/
section.contents {
}
/*main heading*/
.main-head {
 line-height:32px!important;
 font-weight:600;
 font-family: "Times New Roman", Times, serif;
 font-size:32px!important;
 color: #0078bf;
 text-align:center;
}
.main-head span {
 font-size:16px!important;
 font-weight:500;
 color:#eb6e23;
}
.main-head span.brdr {
 background: #eb6e23;
 height: 1px;
 display: inline-block;
 width: 30px;
 margin: 5px 10px 5px 0 !important;
}
.main-head span.brdr img {
 width:32px;
 height:41px;
 margin: auto;
 margin-top:-27px
}
/**/
.home-abt-bar {
 padding:20px 0 50px 0!important;
}
.home-abt-bar .main-head {
 margin-top: 30px !important;
 margin-bottom: 15px !important;
}
.home-abt-bar img {
 max-width:100%;
}
.home-abt-bar p {
 text-align:center;
 max-width:1000px;
 margin:auto!important;
}
.home-abt-bar a.btn-more {
 color: #fff !important;
 background: #eb6e23;
 display: table;
 margin: 20px auto 0px;
 padding: 12px 20px!important;
 border-radius: 4px!important;
}
.home-abt-bar a.btn-more:hover {
 background: #333;
}
/*news bar*/
section.contents .news_col_bar {
 padding:60px 0;
}
section.contents .news_col {
 background:#fff;
 padding:20px;
 height:305px;
 -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
section.contents .news_col .container {
 width:inherit;
 padding:0
}
section.contents .news_col img {
 max-width:100%;
}
section.contents .news_col h4 {
 margin-bottom:15px!important;
 color: #0078bf;
}
/*time table*/
section.contents .time-table {
 height:220px;
 overflow-Y: auto;
 border: 0;
 margin-bottom: 0;
}
section.contents .time-table table th {
 font-weight:600!important;
 width:120px;
}
section.contents .time-table table th, section.contents .time-table table td {
 color:#666;
 font-size:12px!important;
}
/**/
section.contents .news_col_bar.daily-sch {
 background:#ff6000b5;
}
/*gallery-bar */
.gallery-bar {
 padding: 40px 0px !important;
 background: #fff1c5;
}
/**/
section.contents .content-bar {
 padding:15px 0;
 overflow:hidden;
}
/* page banner*/
.banner-bar {
 background:#f9a53a;
}
.banner-bar .banner-content {
 text-align:left;
}
.banner-bar .banner-content h1 {
 letter-spacing:0.5px;
 font-weight:600;
 color:#fff;
 font-size:30px;
 margin:10px 0!important;
}
/*location*/ 
.location {
 list-style:none;
 position: relative;
 float:right;
 margin:15px 0!important;
}
.location li {
 color:#fff!important;
 text-transform:capitalize;
 float:left;
 width:auto;
 margin:  0px 10px 0px 0!important;
}
.location li:last-child {
 margin-right:0px!important;
}
.location li a:after {
 content: '\f0da';
 font-family: 'FontAwesome';
 font-size: 13px;
 margin-left:10px;
 color:#fff
}
.location li:last-child a:after {
 content: '';
 margin-left:0px;
}
.location li a {
 color:#fff!important;
 font-size:15px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.location li a:hover {
 color:#f4b724 !important;
}
.location li a.active {
 color:#ffef00 !important;
}
/**************************/
.content_bar {
 padding:50px 0;
 background:#fff
}
/* core classes */

.under-cons {
 max-width: 80%;
 display: table;
 margin: 0 auto;
}
.col-bar {
}
.col-bar:after {
 content:'';
 display:table;
 clear:both;
}
.col-bar .col .txt-title {
 display:none;
}
.col-bar .cont-col {
}
.col-bar .img-col {
 position:relative;
}
.col-bar .img-col:after {
 content:'';
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:rgba(0, 0, 0, 0.2);
 opacity:0;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.col-bar .img-col img {
 max-width:100%;
}
.col-bar .img-col a {
 position: absolute;
 top: calc(50% - 15px);
 left: calc(50% - 15px);
 z-index:1;
 opacity:0;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.col-bar .img-col a .fa {
 background: #fff;
 border-radius: 50%;
 color: #faaa1d;
 height: 30px;
 line-height: 30px;
 width: 30px;
 text-align:center;
 transition: all 500ms ease;
}
.col-bar .img-col:hover:after, .col-bar .img-col:hover a {
 opacity:1;
}
.cont-bar {
/*padding-top:50px;
	padding-bottom:50px;*/
}
 .cont-bar::before {
/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}
/* core classes ends here*/


/*news bar*/

.news-bar {
}
.news-bar:after {
 content:'';
 display:table;
 clear:both;
}
.news-block {
 margin-bottom: 15px !important;
 overflow: hidden;
}
.news-block:after {
 content:'';
 display:table;
 clear:both
}
.news-block .news-pic {
 width: 60px;
 height: 55px;
 float: left;
 background: #f2f2f2;
 vertical-align: top;
 overflow: hidden;
}
.news-block .news-pic img {
 width: 100%;
 height: 55px;
}
.news-block .news-info {
 width: calc(100% - 70px);
 float: left;
 margin-left: 10px;
}
.news-block p {
 margin-bottom: 0 !important;
 line-height:18px;
 color:#666;
 font-size: 13px !important;
}
.news-block p strong {
 font-weight:600;
}
.news-block p.post-on {
 font-size: 11px !important;
 margin-top:5px!important
}
.news-block p.post-on .fa {
 color: #db251c !important;
}
.news-block p a {
 color: #666 !important;
}
.news-block p a:hover {
 color: #333 !important;
}
/*story-bar*/

.story-bar {
 margin:0 -15px;
}
.story-bar .col {
 padding:0 15px;
 width:100%;
 float:right;
}
.story-bar .story-col-desc {
 margin-bottom:20px;
}
.story-bar .story-col-desc h2 {
 font-size: 25px !important;
 color: #0078bf;
 font-weight: 600;
}
.story-bar .story-col-desc p {
 text-align: justify;
}
/*festival-bar*/

.festival-bar {
 margin:0 -15px;
}
.festival-bar .col {
 padding:0 15px;
 width:100%;
 float:right;
}
.festival-bar .festival-col-desc {
 width:70%;
}
.festival-bar .festival-col-img {
 width:30%;
}
.festival-bar .festival-col-desc h2 {
 font-size: 25px !important;
 color: #0078bf;
 font-weight: 600;
}
.festival-bar .festival-col-desc p {
 text-align: justify;
}
/*events*/

.evnt_bar {
}
.evnt_bar:after {
 content:'';
 display:table;
 clear:both;
}
.evnt_block {
 margin-bottom: 15px !important;
 overflow: hidden;
}
.evnt_bar .date-time {
 width:60px;
 height:auto;
 float:left;
 background:#fff;
 border-radius:5px;
 overflow:hidden;
 border:1px solid #e6590c
}
.evnt_bar .date {
 font-size:30px;
 font-weight:bold;
 text-align:center;
 color:#e6590c;
}
.evnt_bar .month_year {
 background:#e6590c;
 font-size:11px!important;
 padding:3px;
 text-align:center;
 color:#fff
}
.evnt_bar .evnt_content {
 float:left;
 width:calc(100% - 80px);
 height:auto;
 padding-left:10px;
}
.evnt_bar .evnt_content p {
 margin-bottom:0px!important;
 line-height:18px;
 font-size:12px!important;
 color:#666
}
.evnt_bar .evnt_content p strong {
 font-weight:500;
 font-size:14px!important;
}
.page-news .news-block, .page-events .evnt_block {
 border: 1px solid #e5e5e5;
 padding: 12px 15px;
 -webkit-box-shadow: 0px 0px 28px -8px rgb(0 0 0 / 27%);
 -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.27);
 box-shadow: 0px 0px 28px -8px rgb(0 0 0 / 27%);
}
/*timing-bar*/
 .temple-timing-bar {
 margin:0 -15px;
}
.temple-timing-bar .col {
 padding:0 15px;
 width:33.3333%;
 float:left;
}
.temple-timing-bar .col:nth-child(3n+1) {
clear:both
}
.temple-timing-bar .temple-timing-col-desc .col-container {
 border: 1px solid #e5e5e5;
 padding: 20px 15px;
 margin-bottom: 40px !important;
 overflow:hidden;
 -webkit-box-shadow: 0px 0px 28px -8px rgb(0 0 0 / 27%);
 -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.27);
 box-shadow: 0px 0px 28px -8px rgb(0 0 0 / 27%);
}
.temple-timing-bar .temple-timing-col-desc p {
 margin-bottom:0!important
}
.temple-timing-bar .temple-timing-col-desc .cont-col {
 float: right;
 width: calc(100% - 100px);
}
.temple-timing-bar .temple-timing-col-desc .cont-col p {
 color: #666;
 line-height:25px;
 font-size: 13px !important;
}
.temple-timing-bar .temple-timing-col-desc .cont-col p strong {
 font-size: 16px !important;
 font-weight: 600;
 color: #eb6e23;
 display:block;
}
.temple-timing-bar .temple-timing-col-desc p.txt-title {
	display: block !important;
	float: left;
	width: 85px;
	background: #0078bf;
	font-size: 16px !important;
	font-weight: 600;
	padding: 15px 0 !important;
	text-align: center;
	color: #fff;
}
 
/*how-to-reach-bar-bar*/

.how-to-reach-bar {
 margin:0 -15px;
}
.how-to-reach-bar .col {
 padding:0 15px;
 width:100%;
 float:left;
}
.how-to-reach-bar p {
 text-align: center;
}
.how-to-reach-bar .col iframe {
 width:100%;
 height:450px;
 margin-top:10px;
}
/*google-map-bar*/
.google-map-bar .col .site-nav {
 display: none;
}
.google-map-bar .col iframe {
 width:100%;
 height:450px;
}
/*aarti-bhajan-bar*/
.aarti-bhajan-bar {
 margin:0 -15px;
}
.aarti-bhajan-bar .col {
 padding:0 15px;
 width:33.3333%;
 float:left;
 margin: 5px 0;
}
.aarti-bhajan-bar .col iframe {
 width:100%;
 height:250px;
}
/*shyam-chalisa*/
.shyam-chalisa {
}
.shyam-chalisa .col {
 width: 100%;
 max-width: 600px;
 margin: 0 auto;
 padding: 15px;
 background: #fffaed;
 border: 2px solid #f9a53a;
 outline: 1px solid #f9a53a;
 outline-offset: -7px;
}
.shyam-chalisa p {
 text-align:center;
}
.shyam-chalisa p strong {
 font-weight: 600;
 color: #eb6e23;
 font-size: 15px;
 display:table;
 margin:5px auto 0;
 border-bottom:1px solid #f9a53a;
}
/*video-gallery-bar*/
.video-gallery-bar {
 margin:0 -15px;
}
.video-gallery-bar .col {
 padding:0 15px;
}
.video-gallery-bar .video-gallery-col-desc {
 width:33.3333%;
 float:left;
 margin: 10px 0;
}
/*daily-darshan-bar*/
.photo-gallery-bar {
 margin:0 -15px;
}
.photo-gallery-bar .col {
 padding:0 15px;
}
.photo-gallery-bar .photo-gallery-col-img {
 width:33.3333%;
 float:left;
 margin: 13px 0;
}
/*daily-darshan-bar*/
 .daily-darshan-bar {
 margin:0 -15px;
}
.daily-darshan-bar .col {
 padding:0 15px;
}
.daily-darshan-bar .daily-darshan-col-img {
 width:33.3333%;
 float:left;
}
.daily-darshan-bar .daily-darshan-col-img .img-col {
 border: 1px solid #e5e5e5;
 border-bottom:0;
 margin-top: 20px;
 position: relative;
 overflow: hidden;
 height:250px;
}
.daily-darshan-bar .daily-darshan-col-img .img-col img {
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.daily-darshan-bar .daily-darshan-col-img .img-col:hover img {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
.daily-darshan-bar .daily-darshan-col-img p {
 display:block!important;
 font-weight:600;
 padding:10px !important;
 border: 1px solid #e5e5e5;
 border-top:0;
}
/*contact page*/
.contact-bar {
 margin:0 -15px;
}
.contact-bar .col {
 padding:0 15px;
 width:100%;
}
.contact iframe {
 width: 100% !important;
 height: 300px !important;
}
.contact .site-nav ul {
 list-style: none;
 margin:0 -10px!important;
}
.contact .site-nav ul:after {
 content:'';
 display:table;
 clear:both;
}
.contact .site-nav ul li {
 width:calc(33.3333% - 48px);
 float:left;
 line-height: 25px;
 padding:40px 40px 40px 45px!important;
 margin:0 0 40px 44px!important;
 color:#666;
 background:#ffe5a8; 
 position: relative;
}
.contact .site-nav ul li .fa {
 height: 70px;
 width: 70px;
 background-color: #0078bf;
 border:5px solid #fff;
 border-radius: 50%;
 text-align: center;
 padding-left: 5px;
 line-height: 60px;
 color: #fff;
 font-size: 20px;
 position: absolute;
 top: 50%;
 margin-bottom:-50%;
 transform:translatey(-50%);
 left:-35px;
}
.contact .site-nav ul li .fa:after {
 position: absolute;
 content: '';
 height: calc(100% + -12px);
 width: calc(100% + -12px);
 border: 1px dashed #f2f2f2;
 top: 6px;
 left: 6px;
 border-radius: inherit;
 animation: spin 10s linear infinite;
}
.contact .site-nav ul li:first-child {
 padding-bottom:27px!important;
 padding-top:28px!important;
}
/*enquiry form*/
.enq-form {
 background:#fff;
 text-align:center;
 padding-top:25px;
}
.enq-form h2 {
 color:#0078bf
}
.enq-form p {
 margin-bottom:20px!important;
 color: #666;
}
.enq-form form .btn-submit {
 margin-top:10px;
}
.enq-form {
}
/*tables*/
section.contents .mytable {
}
section.contents .mytable caption {
 color:#333333;
 text-align:center;
 margin-bottom:5px;
 padding:0px;
 font-weight:600;
}
section.contents .mytable th {
 background:#00839f;
 color:#fff;
 font-weight:600;
 vertical-align:middle!important;
 text-align:center;
 font-size:14px;
 text-transform:capitalize;
 height:40px;
}
section.contents .mytable td {
 vertical-align:middle!important
}
section.contents .mytable tr {
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -ms-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
 text-align:center;
 font-size:14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
 background:#eee
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 margin-bottom: 20px!important;
 position: relative;
}
.form-group label {
 font-weight:normal;
}
.form-group label.error {
 background: #ff9e6f;
 color: #fff;
 padding: 2px 8px;
 border-radius: 2px;
 font-size: 11px;
 position: absolute;
 font-weight: normal;
 left: 0px;
}
.form-group label.error::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #ff9e6f;
 position: absolute;
 top: -14px;
 left: 20px;
}
.form-group .form-control {
 border-radius: 4px !important;
 height: auto;
 font-size: 13px;
 padding: 8px 10px;
 border-color: #ddd;
 -webkit-box-shadow: inherit;
 -moz-box-shadow: inherit;
 box-shadow: inherit;
}
.form-group select.form-control {
}
.form-group input[type=file] {
 border:0!important
}
.form-group textarea {
 resize: none;
}
.form-group .label-radio {
 margin-right:15px;
}
.form-group input[type=radio] {
 margin-right:5px;
}
.form-group input[type=checkbox] {
 margin-right:5px;
}
.form-group .checkbox, .form-group .radio {
 margin-top: 0px;
}
.form-group .checkbox a {
 color:#e16d18 !important
}
.form-group .form-control:focus {
 box-shadow:none;
 border-color:#f4b724
}
/*********************************************************************************
footer styles
***************/
footer {
 background:#f68b23 url(../design_img/footer-back.jpg) no-repeat center bottom;
 background-size: contain;
}
footer .brdr-center {
 width:1px;
 height:200px;
 background:#ffffff20;
 margin:auto
}
footer p {
 color:#fff;
 font-size:13px!important;
 line-height:28px;
}
footer p a {
 color:#ed9c01 !important
}
footer h2 {
 text-align:left;
 color: #fff;
 font-size: 18px;
 margin-bottom:20px!important;
 text-transform: capitalize;
 position:relative;
}
footer .footer-bar {
 margin:50px 0 100px 0
}
/* footer site nav*/
footer .site-nav ul {
 list-style:none;
}
footer .site-nav ul li {
 color:#fff !important;
 line-height:25px
}
footer .site-nav ul li i {
 margin-right:8px;
 color:#fff !important;
}
footer .site-nav ul strong {
 font-weight:600
}
footer .site-nav ul a {
 font-size:13px;
 color:#fff !important;
 text-align:left;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
/* footer nav*/
footer .nav-menu ul {
 list-style:none;
 margin:0 0 30px 15px !important;
}
footer .nav-menu ul li {
 line-height: 28px;
 display: block;
 text-indent: -15px;
}
footer .nav-menu ul li.last {
 white-space:nowrap;
}
footer .nav-menu ul a {
 display:block;
 font-size:13px;
 color:#fff !important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
footer .nav-menu ul a:hover {
 text-decoration:underline!important
}
/*social nav*/ 
footer .social-nav ul {
 list-style:none;
 overflow: hidden;
 margin-top: 15px !important;
}
footer .social-nav li {
 float:left;
 margin-left:10px!important
}
footer .social-nav li a {
 border:0!important;
 padding:0!important
}
footer .social-nav li a .fa {
 color: #fff !important;
 width: 35px;
 height: 35px;
 line-height: 35px;
 text-align: center;
 border-radius: 100%;
 vertical-align: middle;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 background:rgba(0, 0, 0, 0.5)
}
footer .social-nav li a:hover .fa {
 background: rgba(0, 0, 0, 0.2)
}
footer iframe {
 width: 100% !important;
 height: 220px !important;
}
/*footer bar bottom*/
footer .footer-bar-bottom {
 background:rgba(0, 0, 0, 0.5);
 color: #fff;
 padding: 12px 0 10px !important;
}
footer .footer-bar-bottom .copy {
 font-size:13px!important;
 margin-bottom:0px!important;
 text-align:center;
 color: #fff;
}
footer .footer-bar-bottom .co-name {
 margin-right:5px;
 color:#ffae00;
}
footer .footer-bar-bottom .designer {
 margin-bottom:0px!important;
 text-align:right;
 font-size:13px!important;
}
footer .footer-bar-bottom .designer img {
 border-radius: 100%;
 padding: 2px;
 background: #fff;
}
/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background:#ffae00;
 color: #fff;
 border-radius: 50%;
 font-size: 25px;
 display: none;
}
#goDown {
 display:block;
}
#goDown .fa {
 padding-top:6px;
 color: #fff;
}
#goTop .fa, #goDown .fa {
 color: #fff;
}
#goTop:before, #goDown:before {
 content: '';
 position: absolute;
 border: 2px solid #fff;
 border-radius: 50%;
 top: -2px;
 right: -2px;
 bottom: -2px;
 left: -2px;
 -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
 animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}
 @-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
 @keyframes spin {
 100% {
 transform: rotateZ(360deg);
}
}
