/*********************************************************************************
common styles
***************/
body {
    color: #2e2e2e !important;
    font-family: "Google Sans", sans-serif !important;
    /* font-family: "Poppins", sans-serif !important; */
    font-size: 14px !important;
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    color: #2e2e2e !important;
    cursor: pointer;
    text-decoration: none !important;
}

a:active {
    box-shadow: none !important;
}

p {
    line-height: 24px;
    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 20px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
}

.btn-sub {
    background: #a7350f;
    color: #fff;
}

.btn-cancel {
    background: #f5f5f5;
}

.btn:hover {
    background: #2e2e2e !important;
    color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

header.header-fixed-bar {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 99;
    background: #fff;
    -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 .top-news-bar{display: none;}

/* top news bar*/
 
.top-news-bar {
    background: linear-gradient(45deg, #a7350f, #d98001);
    overflow: hidden;
    font-size: 15px;
    width: 100%;
}
.top-news-bar .news-title {
    float:left;
    padding: 8px 0px 6px!important;
    margin-bottom:0!important;
    width: 100px;
    background:#da251d;
    color:#fff;
    font-size: 16px!important;
    font-weight:600;
    text-transform:uppercase;
} 
.top-news-bar .news-text {
    float:left; 
    padding: 8px 0px 5px!important;
    margin-bottom:0!important;
    width:100% ; /*calc(100% - 100px);*/
    color:#fff;
    line-height: 18px;
}
.top-news-bar .news-text a {
    border-right:1px solid #fff;
    color:#fff!important;
    padding-right:10px;
    margin-right:10px;
    cursor:default;
}
.top-news-bar .news-text a:hover {
  
}
.top-news-bar .news-text a:last-child {
     border:0
}

/*logo bar*/
header .logo-bar {
    padding: 6px 0;
    background: #fff;
    -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 {
    width: 200px; /*90*/
    display: block;
    margin: 0 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 img {
    max-width: 100%;
}

header .btn-epaper{
    display: inline-block;
    float: right;
    margin: 10px 0;
    padding: 3px 15px;
    color: #db251c !important;
    border: 2px solid #db251c;
    border-radius: 5px;
}

header .diya{
    display: block; 
    margin: 1px 0;
    /* background:url('../design_img/diya.png') no-repeat center; */
    background:url('../design_img/logo.png') no-repeat center;
    background-size:100%;
    width: 75px; /*52px*/
    height:52px;
}

/*search*/
.search-btn, .search-load {
    background: #333 url(../design_img/icon-search.png) no-repeat center;
    background-size: 18px; 
    width: 40px;
    height: 38px;
    display: block;
    float: right;
    cursor:default;
}
.search-load {
 background: #333 url(../design_img/icon-load.jpg) no-repeat center;
 background-size: 60%;
}

/*search bar*/
.search-bar {
 background:#fff;
 border: 1px solid #2e2e2e;
 border-radius: 5px;
 margin: 8px 0;
 position:relative;
 z-index: 98;
}
.search-bar:after {
 content:'';
 display:table;
 clear:both;
}
.search-bar input[type=text] {
    background: transparent;
    color: #666;
    border: 0;
    width: calc(100% - 40px);
    padding: 10px 15px 10px;
    float: left;
}
.search-bar input[type=text]:focus {
 outline: none;
}
.search-bar input[type=text]:-moz-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar input[type=text]:-moz-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar input[type=text]:-webkit-input-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar #search-result {
    position: absolute;
    width: calc(100% + 2px);
    top: calc(100% - 15px);
    left: -1px;
    z-index: -1;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #333;
    border-top: 0;
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; 
    padding: 25px 15px 15px;
    display: none;
}
.search-bar #search-result ul {
 max-height: 150px;
 overflow:auto;
 margin-bottom:0
}
.search-bar #search-result ul li a {
 padding:3px 0;
 display:block
}
.search-bar #search-result ul li a:hover {
 text-decoration: underline !important;
}
.search-bar #search-result ul li a span {
 color:#f08e76;
}

/*user nav*/
header .user-nav {
 float:right;
 margin: 28px 0 28px;
  -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;
 position:relative;
 /* margin-left:10px!important; */
}
header .user-nav ul a {
 display:block;
 padding:8px;
 background:#f2f2f2;
 color:#29234c!important;
 text-transform:capitalize; 
 border-radius: 3px;
 -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 .user-nav ul a img {
 width: 18px;
 vertical-align: -3px; 
}
header .user-nav ul a span.lbl-txt {
}
header .user-nav ul a.login {

}
header .user-nav ul a.join {
 background:#f7c50f;
 color:#fff!important;
}
header .user-nav ul a.logged-in { 
 text-transform:capitalize;    padding: 7px 8px 4px;
}
header .user-nav ul a.logged-in:hover {

}
header .user-nav ul a.logged-in img {
    width: 18px;
    height: 18px;
    vertical-align: 0px;
    border-radius: 100%;
    display: inline-block; 
}
header .user-nav ul a.logged-in span {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    max-width: 100px;
    display: inline-block;
	    margin: 0 5px; 
}
header .user-nav ul a.logged-in i {
 vertical-align:4px
}
header .user-nav ul a:not(.logged-in):hover {
}

/**/
header .user-nav ul ul {
    border-radius: 5px;
    overflow: hidden;
    min-width: 140px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9999;
    list-style: none;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -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);
    -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-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 ul li {
    float: none;
    white-space: nowrap;
    margin-left: 0px !important;
}

header .user-nav ul ul li a {
    background: #fff;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #f8f8f8;
    color: #666 !important;
    padding: 10px 12px;
    text-transform: capitalize
}

header .user-nav ul ul li:last-child a {
    border-bottom: 0
}

header .user-nav ul ul li a:hover {
    background: #f7f7f7 !important;
}

header .user-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 35px;
}

/* nav bar */
header .nav-bar {
    position: relative; 
    padding: 8px 0;
    background: #ffe581;
    border-top: 1px solid #fff;
} 

header .nav-bar .scroll-left,
header .nav-bar .scroll-right {
    width: 30px;
    padding: 22px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
}

header .nav-bar .scroll-left {
    background: url(../design_img/icon-arrow-left.png) no-repeat center #fff;
    background-size: 10px;
    left: 0;
}

header .nav-bar .scroll-right {
    background: url(../design_img/icon-arrow-right.png) no-repeat center #fff;
    background-size: 10px;
    right: 0;
}

header .nav-bar .nav-container {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 30px;
}

/*site nav*/
header .site-nav {
    display: table;margin: 0 auto;
}



/*********************************************************************************
section styles
***************/
  
section.contents {}

/*main heading*/
.main-head {
	font-size:30px;
    font-weight: 500;
	letter-spacing:1px;
    color: #cd9d53;
    line-height: 30px !important;
    margin-bottom: 20px !important;
    text-transform: capitalize;
	display:table;
	position:relative;
	z-index: 1;
}
.main-head span {
    display: block;
	 font-size:15px!important;  
	 color:#2e2e2e; 
}
/* page banner*/
.banner-bar {
 background:#fff;
}
.banner-bar .banner-content {
 padding: 12px 0 ;
}
.banner-bar .banner-content .banner-col {
 position: relative; float: left;display: none;
}
.banner-bar .banner-content h1 {
 text-transform:capitalize;
 font-size:20px;
 font-weight:500;
 color: #2e2e2e;
 margin: 0!important;
}
.banner-bar .banner-content p {
 color: #fff;
 margin: 0px 0 0px !important;
}

/*location*/
.location {
    list-style: none;
    position: relative;
}

.location li {
    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: '/';
    font-size: 13px;
    margin-left: 10px;color:#2e2e2e;
}

.location li:last-child a:after {
    content: '';
    margin-left: 0px;
}

.location li a {
    color: #2e2e2e;!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;
}

.location li a:hover {
    color: #3b8eb7 !important;
}

.location li:last-child,
.location li:last-child a,
.location li a.active {
    color: #3b8eb7 !important;
}

.location:after {
 content:'';
 display:table;
 clear:both;
}

/**************************/
.content-bar {
    padding: 30px 0 30px;
    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-head {
    width: 100%;
    padding: 0 15px;
}

.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;
}

.col-bar .file-col {}

.col-bar .file-col img {
    max-width: 100%;
}

.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*/

/* slide block  */

.slide-block {
    margin-bottom: 15px; 
    border-radius: 5px;
    overflow: hidden;
}
.slide-block .slide-item{
    height:300px;
}
.slide-block img{
    max-width: 100%;     
}
.slide-block p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #00000070;
    padding: 15px 25px!important;
    border-radius: 6px;
    margin-bottom: 0!important;
}
.slide-block p a{
    color: #fff!important;
}

/* video col */

.col-vdo {
    position: relative; 
    border-radius: 5px;
    overflow: hidden;
    background: black;
}

.col-vdo.shrt {
    height: 300px;
}

.col-vdo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col-vdo .overlay-text {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background: white;
    padding: 8px;
    border-radius: 10px;
    font-size: 13px;
    display:none
}

.col-vdo .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* ad block  */

.ad-block {
    margin-bottom: 15px;  
}
.ad-block .ad-item{
    /* height: 150px; */
    position: relative;
}
 
.ad-block .ad-item img{
    width: 100%;    
    height: 100%;border-radius: 5px; 
}
.ad-block .ad-item video{
    width: 100%;
}
.ad-block .itm-othr-inf {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.ad-block .itm-othr-inf > ul > li {
    background: #00000063;
    padding: 10px!important;
    color: #fff;
    border-radius: 4px;
    border: 0;
}
.ad-block .itm-othr-inf > ul > li > a{ 
    color: #fff!important;
}
.ad-block .itm-othr-inf ul li.has-item ul {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
}

/**/

.news-head {
    font-size: 20px!important;
    color: #d77d01;
    font-weight: 700;
    margin: 15px 0 5px!important;
}

/*news block */
 .news-block {
 position:relative;
 background:#fff;
 margin-bottom: 10px;  
 padding: 10px 0px 0px; border-top: 2px solid #eee;
}
.news-block .news-pic {
	width: 80px; 
	display: inline-block;
	background: #eee;
	vertical-align: top;
	position: relative; 
	overflow: hidden;
    border-radius: 5px;
}
.news-block .news-pic img {
	width: 100%;
	height: 80px;
}
/* news info */
.news-block .news-info {
    width: calc(100% - 95px);
    display: inline-block;
    margin-right: 15px;
}

.news-block .news-info p { 
 line-height: 20px; 
 color: #333 !important;
 margin-bottom: 0 !important;
} 
.news-block .news-info p a {
 color: #333 !important;font-weight: 600; 
}
.news-block .news-info p a:hover {
 text-decoration: underline!important;
}

 
.news-block iframe{
	width:100%;
	height:230px; 
} 
  
/**/
.pr_loader {
    display: table;
    margin: 20px auto !important; 
    text-align: center;
    color: #999; 
}

.pr_loader p{
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px!important;
    margin-bottom: 0!important;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
 
/* other info */

.itm-othr-inf{margin-top: 10px;}
.itm-othr-inf ul{ 
	font-size: 11px !important;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}
.itm-othr-inf > ul > li {
    display: inline-block;
    color: #333;
    margin-right: 7px!important;
    padding-right: 7px!important;
    border-right: 1px solid;
    line-height: 10px;
	cursor: pointer;
}
.itm-othr-inf > ul > li:last-child {
	border:0
}
.itm-othr-inf ul li a{
	color: #333 !important;   
}
.itm-othr-inf ul li.has-item{
	position: relative;
}

.itm-othr-inf ul li.has-item:hover ul{
	display: block;
}

.itm-othr-inf ul li.has-item ul {
    position: absolute;
    top: 100%;
	left: 0;
    z-index: 9;
    border: 1px solid #ddd;
    border-radius: 5px;
	display: none;
}
.itm-othr-inf ul li.has-item ul li{}
.itm-othr-inf ul li.has-item ul li.web{}
.itm-othr-inf ul li.has-item ul li.app{display: none;}
.itm-othr-inf ul li.has-item ul li a {
    padding: 5px;
    display: flex;
	align-items: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.itm-othr-inf ul li.has-item ul li:last-child a{
	border-bottom: 0;
}
.itm-othr-inf ul li.has-item ul li a .fa {
    background: #666;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}
.itm-othr-inf ul li.has-item ul li a .fa-facebook {
    background: #3b5a9a;
}
.itm-othr-inf ul li.has-item ul li a .fa-whatsapp {
    background: #4fce5d;
}
.itm-othr-inf ul li.has-item ul li a:hover {
	background: #f5f5f5;
}  
/* news list bar */
.news-list-bar {}

 .news_list .col-item:nth-child(2n+1) {
    clear: both
} 
 
/* news detail ********************************************/
.news-detail-bar {}

.news-detail-bar .news-detail-carousel {
    border-radius: 10px; 
    overflow: hidden;
}

.news-detail-bar h3.pr_name {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize; 
}

.news-detail-bar .itm-othr-inf { 
    float: right;
}
.news-detail-bar .itm-othr-inf ul {
    font-size: 12px !important;
}
.news-detail-bar .itm-othr-inf > ul > li {
 
}
.news-detail-bar .itm-othr-inf > ul > li.speak-txt{
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 10px!important;
 }
.news-detail-bar .itm-othr-inf ul li.has-item ul {
    left: inherit;
    right: 0;
} 

/**/
.news-detail-bar .pr_desc {
    margin-top: 25px; 
}
.news-detail-bar .pr_desc p{
text-align: justify; margin-bottom: 15px!important;
}
.news-detail-bar .pr_desc img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}
  

/**/
.news_related {
    
} 
.news_related .item-pic {
    background: #fff;
} 

/**/
.pr_comments {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #999;
}
 

.add-rt {
    float: right;
    border: 1px solid !important;
    padding: 5px 10px !important;
    margin-top: -8px;
}

.rating-col {}

.rating-col .str-col {}

.rating-col .str-col input[type=checkbox] {
    visibility: hidden;
    font-size: 25px;
    margin: 0 5px 22px 0 !important;
    cursor: pointer;
    color: #666;
}

.rating-col .str-col input[type=checkbox]:checked:before {
    color: #666;
    content: "\2605";
    position: absolute;
}

.rating-col .str-col input[type=checkbox]:before {
    content: "\2606";
    position: absolute;
    visibility: visible;
    color: #666;
} 

/**/
.rating-view {
    margin-bottom: 10px;
}

.rating-view ul.str-lst {
    list-style: none;
    font-size: 11px;
}

.rating-view ul.str-lst li {
    margin: 3px 0 !important
}

.rating-view ul.str-lst li div {
    display: inline-block;
}

.rating-view ul.str-lst li div.rt-str {
    position: relative;
    width: 20px;
}

.rating-view ul.str-lst li div.rt-str:after {
    content: "\2605";
    position: absolute;
    right: 0;
}

.rating-view ul.str-lst li div.rt-prgress {
    width: 120px;
    height: 5px;
    overflow: hidden;
    background: #f2f2f2;
    border-radius: 10px;
    margin: 0 15px 0 10px;
    vertical-align: 2px;
    position: relative;
}

.rating-view ul.str-lst li div.rt-prgress span.fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.rating-view ul.str-lst li div.rt-prgress span.fill.ornge {
    background: #ff9f00;
}

.rating-view ul.str-lst li div.rt-prgress span.fill.rd {
    background: #ff6161;
}

.rating-view ul.str-lst li div.rt-prgress span.fill.grn {
    background: #388e3c;
}

.rating-view ul.str-lst li div.rt-num {}

/**/
.rating-msges {
    margin-bottom: 10px;
}

.rating-msges ul.msg-lst {
    list-style: none; 
}

.rating-msges ul.msg-lst li {
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
}

.rating-msges ul.msg-lst li:last-child {
    border: 0;
}

.rating-msges ul.msg-lst li div.rt-lbl {
    margin-bottom: 10px;
}

.rating-msges ul.msg-lst li div.rt-lbl span.rt-str {
    position: relative;
    color: #fff;
    padding: 2px 18px 2px 8px;
    margin-right: 8px;
    border-radius: 4px;
    font-size: 12px;
}

.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.ornge {
    background: #ff9f00;
}

.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.rd {
    background: #ff6161;
}

.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.grn {
    background: #388e3c;
}

.rating-msges ul.msg-lst li div.rt-lbl span.rt-str:after {
    content: "\2605";
    position: absolute;
    right: 5px;
    top: 0px;
}

.rating-msges ul.msg-lst li div.rt-msg {
    margin-bottom: 4px;
}

.rating-msges ul.msg-lst li div.rt-frm {
    font-size: 11px;
    color: #999;
}

/* Epaper */

.epaper-bar{

}
.epaper-bar .filter{
    max-width: 200px; 
}

/* no item found */

.no-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* About Us */

.about-us-pg .col-row{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-us-pg .col-row .col{
    padding: 0 15px
}
.about-us-pg .col-row .col-img{
    width: 40%;
}
.about-us-pg .col-row .col-desc{
    width: 60%;
}
.about-us-pg img{
    max-width: 100%;border-radius: 10px;
}
.about-us-pg .img-col:after, 
.about-us-pg .img-col a {
    display:none
}
.about-us-pg .main-head {
    text-align: left;
    margin-bottom: 10px !important;
}
.about-us-pg h4 {
    font-size: 20px !important;
    font-weight: 600;
    color: #dbab60;
    line-height: 27px !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}

.about-us-pg p {
    text-align: justify;
}
.about-us-pg p a{color:#619dc9 !important}

/* Privacy Policy */
.policy-pg h4 {
    margin: 15px 0 5px !important;
    position: relative;
    /* font-size: 21px !important; */
    /* font-weight: 600; */
    color: #bf5808;
    /* line-height: 28px !important; */
    text-transform: capitalize;
}

.policy-pg ul.mylist {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 15px 25px !important; 
}

.policy-pg ul.mylist li {
    text-align: justify;
    text-indent: -25px;
}

.policy-pg ul.mylist li:before {
    content: "\f0a4";
    font: normal normal normal 13px / 1 FontAwesome;
    margin-right: 10px;
}
.policy-pg p a{
    color: #cf7203 !important;
}
/* FAQ */
.faq-pg .main-head {
    margin-bottom: 40px !important;
}

.faq-pg .ques-blk {
    background: #f7f7f7;
    padding: 20px 30px 10px;
    margin-bottom: 20px !important;
    border-radius: 10px;
}

.faq-pg .ques-blk h4 {
    /*font-size:20px !important;
	line-height:27px;
	font-weight: 500;
    color: #dbab60; */
    margin-bottom: 5px !important;
}

/*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: #2e2e2e;
    color: #fff;
    font-weight: 600;
    vertical-align: middle !important;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    border: 0;
}

section.contents .mytable td {
    vertical-align: middle !important;
    border: 0;
}

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;
}

section.contents .mytable tr:nth-child(even) {
    background: #f5f5f5;
}

section.contents .mytable tr:hover {}

/* login & registration */
.modal-dialog.log-model {
    width: 95%;
    max-width: 740px;
}

.modal-dialog.log-model .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.modal-dialog.log-model .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../design_img/icon-close.png) no-repeat;
    text-shadow: none;
    padding: 0px 5px 5px;
    width: 13px;
    height: 15px;
    background-size: 100%;
    z-index: 1;
    opacity: 1;
}

.modal-dialog.log-model .log-left {
    width: 50%;
    float: left;
}

.modal-dialog.log-model .log-left img {
    max-width: 99.5%;
}

.modal-dialog.log-model .log-right {
    padding: 20px 30px 20px;
    width: 50%;
    float: right;
}

.modal-dialog.log-model .log-right h3 {
    font-weight: 500;
    margin-bottom: 15px !important;
}
.modal-dialog.log-model .log-right .log-type{

}
.modal-dialog.log-model .log-right .log-type span{
    margin-right: 20px;
}
.modal-dialog.log-model .log-right label {
    margin-bottom: 0;
}

.modal-dialog.log-model .log-right .form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0 !important;
    padding: 0px 0 2px;
}

.modal-dialog.log-model .log-right select.form-control {}

.modal-dialog.log-model .log-right label.error {}

.modal-dialog.log-model .log-right label.error:before {
    top: -12px;
    left: 20px;
}

.modal-dialog.log-model .log-right .btn-sub {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px 7px !important;
}

.modal-dialog.log-model .log-right .link-forgot {
    text-align: right;
    display: block;
    color: #29234c !important;
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 15px;
}

.modal-dialog.log-model .log-right .link-register {
    display: block;
    color: #666;
    border-radius: 25px;
    margin-top: 6px;
    text-align: center;
    font-size: 13px;
}

.modal-dialog.log-model .log-right .link-register strong {
    color: #2e2e2e
}

.modal-dialog.log-model .log-right .label-check {
    display: table;
    margin: auto;
}

.modal-dialog.log-model .log-right .label-check a {
    text-decoration: underline !important
}

.modal-dialog.log-model .log-right .or-icon-bar {
    border-top: 1px solid #ddd;
    position: relative;
    top: 25px;
    margin-bottom: 40px;
}

.modal-dialog.log-model .log-right .or-icon {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
    color: #999;
    padding: 10px;
    border-radius: 100%;
    font-size: 13px;
}

.modal-dialog.model-forgot {
    max-width: 400px;
}

.modal-dialog.model-forgot .log-right {
    width: 100%;
}

.modal-dialog.model-address {
    max-width: 500px;
}

.modal-dialog.model-address .log-right {
    width: 100%;
}

/*add review*/
.modal-dialog.model-review {
    max-width: 400px;
}

.modal-dialog.model-review .modal-content {
    padding: 20px;
}

.modal-dialog.model-review .modal-content h4{
    margin-bottom: 15px!important;
}

/*after open popup*/
.modal.fade .modal-dialog.log-model {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.log-model {
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
}

/* otp login form */

.form-login-otp{ 
    margin-top: 20px; 
} 
.form-login-otp  p{
    margin-bottom: 5px!important;
    display: flex;
    justify-content: space-between;
}
.form-login-otp p span{ 
 
}
.form-login-otp p .otp-rsend{ 
    font-size: 12px;
    color: #e57272!important;
} 
.form-login-otp p .otp-rsend.link-disable {
    pointer-events: none;
    color: #999!important;
}
.form-login-otp p .otp-rsend.link-disable span{ 
    color: #e57272
} 
.form-login-otp p.otpmsg{  
    margin-bottom: 15px!important;
    font-size: 12px!important;
    color: #209c2e; 
}
.form-login-otp .inp-col{
    margin: 5px auto 10px;
    display: table;
}
.form-login-otp .inp-col input {
    border: 1px solid #d4d5d9; 
    width: calc(100% / 4); 
    height: 38px;
    text-align: center;
    margin-right:-1px;
}
.form-login-otp .inp-col input:first-child {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.form-login-otp .inp-col input:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

.form-login-otp .btn-disable {
    pointer-events: none;
    background-color: #dfe7f1 !important;
    color: #879ebb !important;
}
.form-login-otp p.lbl-login {
    display: inline;
    margin: 0 0 0 10px!important;
}

/* password show hide*/

.toggle-password {
    position: absolute;
    right: 0;
    width: 10px;
    color: #fff !important;
    text-align: center;
    top: 15px;
    padding: 13px 11px 11px 10px;
    float: right;
    margin-right: 1px;
}

.toggle-password.open-eye {
    background: url(../design_img/icon-show-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle-password.close-eye {
    background: url(../design_img/icon-hide-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.form-control.fo-pass {
    padding-right: 40px !important;
}

/* my-account *******************************************************/

.my-account {
    background: #fff;
}

.my-account .my-account-left {
    background: #fff;
    height: auto;
}

.my-account .my-account-left .user-name {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;*/
    padding: 12px !important;
    border-radius: 10px;
    background: #f5f5f5;
}

.my-account .my-account-left .user-name strong {
    font-weight: 600; 
}

.my-account .my-account-left .user-name img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    float: left;
    margin-right: 12px;
}

/**/
.my-account .my-account-left .user-nav-list {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
    /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;*/
}

.my-account .my-account-left .user-nav-list ul {
    list-style: none
}

.my-account .my-account-left .user-nav-list li {}

.my-account .my-account-left .user-nav-list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7
}

.my-account .my-account-left .user-nav-list li:first-child a {
    padding-top: 5px;
}

.my-account .my-account-left .user-nav-list li:last-child a {
    padding-bottom: 5px;
    border-bottom: 0
}

.my-account .my-account-left .user-nav-list li a:hover {
    color: #dbab60 !important
}

/**/
.my-account .my-account-right {
    /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;
 padding:25px 25px 15px!important;*/
}

/**/
.my-account .right-container {}

.my-account .right-container h4 {
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #29234c;
}

.my-account .right-container p {
    font-size: 13px !important;
}

/**/
.my-profile-container {}

.my-profile-container h4 {
    font-weight: 600 !important;
}

.my-profile-container h4 a {
    font-size: 12px;
    color: #dbab60 !important;
    margin-left: 10px;
    font-weight: 400;
}

.my-profile {
    margin-bottom: 20px;
}

.my-profile.editable {
    display: none;
}

.my-profile p {
    font-size: 12px !important;
    margin-bottom: 20px !important;
    color: #333;
    line-height: 20px;
}

.my-profile p span {
    display: block;
    font-size: 14px;
    color: #666;
    border-bottom: 0px solid #ddd;
    padding-bottom: 4px;
}

.my-account p.lbl {
    margin-bottom: 3px !important;
    color: #333;
    font-size: 13px !important;
}

.my-profile .btn-sub,
.my-profile .btn-cancel {
    padding: 8px 20px !important;
    margin-top: 0
}

.my-profile .btn-edit:hover,
.my-profile .btn-cancel:hover {
    padding: 8px 20px !important;
}

.my-profile .form-group .form-control {
    height: auto;
}

.my-profile .thumb_block {
    position: relative;
    margin-top: 10px
}

.my-profile .thumb_block .thumb-close {
    color: #999 !important;
    background: #fff;
    border: 1px solid #999 !important;
    top: 5px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    /*z-index: 99;*/
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border: 1px solid;
}

.my-profile .thumb_block img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    border: 1px solid #eee;
}

.my-profile .thumb_block input[type=file] {
    visibility: hidden;
    position: absolute;
}

.my-profile .thumb_block .btn-thumb {
    background: #f87500;
    color: #fff;
    padding: 4px 8px 5px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    bottom: -5px;
}

.my-profile .thumb_block .btn-thumb:hover {
    background: #333
}

.my-profile p.add-text {
    font-size: 14px !important;
    color: #666;
    line-height: 22px;
}

.my-profile .toggle-password {
    right: 10px;
    top: 31px;
}

/* Career Page */

.career-pg{
    
}
.career-pg .col-row { 
    margin: 0 -15px;
}
.career-pg .col-row .col {
    float: right;
    padding: 0 15px;
}
.career-pg .col-row .col-desc {
    width: 50%;
}
.career-pg .col-row .col-img {
    width: 50%;
}
.career-pg .col-row .col-img .img-col img {
    border-radius: 10px;
}
.career-pg .col-row .col-img .img-col:after, 
.career-pg .col-row .col-img .img-col a {
    display:none
}
.career-pg .col-row:after {
    content: '';
    clear: both;
    display: table;
}
.career-pg .career-form{
    padding-top: 10px;
}
.career-pg h4 {
    font-size: 20px !important;
    font-weight: 600;
    color: #dbab60;
    line-height: 27px !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}
.career-pg p {
     
}

.career-pg .form-group .label-check {
    text-indent: -22px;
    margin-left: 22px;
}
.career-pg .form-group input[type=file] { 
    border: 1px solid #666 !important;
    padding: 8px;
    height: auto;
}

/* Contact Us Page */
.contact-pg {}

.contact-pg .col-row {
    float: left;
}

.contact-pg .col-row:nth-child(1) {
    width: 50%;
}

.contact-pg .col-row:nth-child(2) {
    width: 50%;
    /*  margin-top: 15px; */
    margin-left: 0px;
    padding: 0 0px 0 50px;
}

.contact-pg .col-row p {
    margin: 0 !important;
    line-height: 0;
}

.contact-pg .contact-form {
    width: calc(70% + 50px);margin-top: 50px;
}

.contact-pg .cont-col {
    border-radius: 10px;
    overflow: hidden;
}

.contact-blk {
    padding: 22px 0px 0; 
    position: relative; 
}


.contact-blk .h-icon {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(45deg, #524024, #d3a45d);
    border-radius: 100%;
    text-align: center;
}

.contact-blk .h-icon .h-icon-inner img {
    max-width: 55% !important;
}

.contact-blk .cont-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    border-bottom: 1px solid #0000003b;
    padding-bottom: 20px;
    margin-left: 20px;
}

.contact-blk .cont-text p {
    line-height: 24px; 
}

.contact-blk .cont-text p a {
     
}

.contact-pg iframe {
    width: 100%;
    height: 300px;
}

/* Contact Form */
.contact-pg .enq-form {
    background: #fff;
    padding: 0px 0 0;
}

.contact-pg .enq-form h2 {
    font-weight: 600;
    color: #cd9d53;
    margin-bottom: 0px !important;
}

.contact-pg .enq-form p {
    line-height: 24px;
    margin-bottom: 10px !important;
}

.contact-pg .enq-form .btn-sub {
    margin: 10px 0;
}

/*********************************************************************************
default form styles start
***************/
.form-group {
    margin-bottom: 20px !important;
    position: relative;
}

.form-group label {
    font-weight: normal;
}
.form-group label small {
    font-size: 80%;
    color: #666;
}
.form-group label .err-mrk{
	 color: #f93e3e;
}
.form-group label.error {
    background: #c85e53;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    left: 0px;
    top: 100%;
}

.form-group label.error::before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #c85e53;
    position: absolute;
    top: -14px;
    left: 20px;
}

.form-group .form-control {
    /*height: auto; */
    font-size: 13px;
    padding: 8px 10px;
    border-color: #666;
    -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:linear-gradient(to top, #a7350f, #4c301f); 
}
footer h2 {
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px!important;
    text-transform: capitalize;
    position: relative;
}
footer h2 strong {
    font-weight: 900;
    font-size: 45px;
    line-height: 65px;
        color: #ffe581;
}
footer h2 strong.brdr {
    border-top: 2px solid;
    border-bottom: 2px solid; 
    padding:5px 0 0px;
    display: inline-block;
    margin: 10px 0;
}
footer .ft-head {
    display: table;
    margin: 0 auto 30px!important;
    background: #fff;
    padding: 7px 12px 6px!important;
    border-radius: 5px;
    outline: 1px solid #fff;
    outline-offset: 3px;
}
footer .footer-bar {
 padding:50px 0 20px 0
} 

/* category nav */

footer .ct-nav-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px!important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ffffff26;
}
footer .ct-nav-menu li { 
    margin:10px 15px!important
}

footer .ct-nav-menu li a {
    background: #cf7203;
    padding: 5px 15px;
    border-radius: 0 15px;
    color: #4e301e!important; 
    display: block;
    position: relative;
}
footer .ct-nav-menu li a span {
    display: block;
    background: #fff;
    border-radius: 10px; 
    padding: 0 36px 0 10px;
}
footer .ct-nav-menu li a .icon {
    position: absolute;
    top: -3px;
    right: 10px;
    background: #fff; 
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
     border: 1px solid #ddd;
    border-radius: 25px;
    vertical-align: middle;
    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; 
}
footer .ct-nav-menu li a .icon img{max-width: 18px;}
footer .ct-nav-menu ul:after {
 content:'';
 display:table;
 clear:both
}   

/* footer site nav*/
footer .site-nav ul {
 list-style:none;
 margin: 0 -15px 20px!important;
 display: flex;
 flex-wrap: wrap;
}
footer .site-nav ul li {
    width: calc(33.3333% - 30px);
    background: #ffffff14;
    margin: 0 15px!important;
    text-align: center;
    align-content: center;
    padding: 10px!important;
    border-radius: 5px;
    border: 1px solid #ffe58142;
    color: #fff;
}
footer .site-nav ul li i {
 margin-right:8px; 
}
 
footer .site-nav ul a { 
    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; 
}
footer .nav-menu ul li {
    display: inline-block;
    margin: 0 10px 0 0!important;
    padding-right: 10px!important;
    border-right: 1px solid #fff;
    line-height: 15px;
}
footer .nav-menu ul li:last-child {
    border: 0;
}
footer .nav-menu ul a {
 display:block;
 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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px!important;
}
footer .social-nav li { 
    margin:10px 15px!important
}

footer .social-nav li a {
    background: #cf7203;
    padding: 5px 15px;
    border-radius: 0 15px;
    color: #cf7203!important;
    width: 130px;
    display: block;
    position: relative;
}
footer .social-nav li a span {
    display: block;
    background: #fff;
    border-radius: 10px; 
    padding: 0 10px;
}
footer .social-nav li a .fa {
    position: absolute;
    top: -4px;
    right: 10px;
    color: #fff!important;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 25px;
    vertical-align: middle; 
    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;
   
}
footer .social-nav li a .fa-facebook {
    background: #3b5a9a;
}
footer .social-nav li a .fa-instagram {
    background: linear-gradient(255deg, #6c23e1 0%, #e94eb2 80%);
}
footer .social-nav li a .fa-x-twitter {
    background: #1e3050; 
}
footer .social-nav li a .fa-x-twitter:before {
    content: url(../design_img/icon-x-twitter.png); 
    vertical-align: -5px;
}
footer .social-nav li a .fa-linkedin {
    background: #068ed7;
}
footer .social-nav li a .fa-google {
    background: #f95f5f;
}
footer .social-nav li a .fa-whatsapp {
    background: #4caf50;
}
footer .social-nav li a .fa-youtube-play {
    background: #cb0505;
}

footer .social-nav li a:hover .fa{ 
 background: #fff; color:#333!important
}
footer .social-nav ul:after {
 content:'';
 display:table;
 clear:both
}  

/**/
footer .pay-col {
    background: #fff;
    padding: 12px;
    max-width: 530px;
    margin: 0 auto;
    border-radius: 5px;
    border: 3px solid #ffe581; 
} 
footer .pay-col img{
    max-width: 100%;
}
footer .pay-col p {
    text-align: center;
    margin-bottom: 0!important;
    line-height: 15px;
    font-size: 13px!important;
}
footer .pay-col p.head{
    font-weight: 700;
     font-size: 15px!important;
    text-transform: uppercase;
    margin-bottom: 5px!important;
}
footer .pay-col p.pay-upi{
    font-weight: 700;
    font-size: 18px!important;
}
footer .pay-col p.pay-upi img{
    margin-right: 5px;
    vertical-align: -3px;
}


/*footer bar bottom*/
footer .footer-bar-bottom { 
 border-top:1px solid #00000036; 
 padding: 12px 0 10px !important;
 color:#fff;
}
footer .footer-bar-bottom .copy {
 margin-bottom:0px!important;
 text-align:center;
}
footer .footer-bar-bottom .co-name {
 margin-right:5px;
 color:#fff;
}
footer .footer-bar-bottom .designer {
 margin-bottom:0px!important;
 text-align:right;
}
footer .footer-bar-bottom .designer img {
 border-radius: 100%;
 padding: 1px;
 background: #fff;
}
/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 22px;
 right: 20px;
 z-index: 99;
 text-align: center;
 background:#dbab60;
 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: 1px solid #dbab60;
 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);
    }
}

@keyframes save-ani {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.5);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}