/**
* Template Name: Bethany - v4.7.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
       @import url('https://fonts.cdnfonts.com/css/gt-walsheim');
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.css"); /* Using a url */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:'GT Walsheim', sans-serif!important;font-weight:400;
  color: #444444;
}

a {
  color: #6e0408;
  text-decoration: none;
}
.zoom {
  transition: transform .2s;

}

/*a.btn.btn-bordered:before {
    content: attr(data-text);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 2px;
    height: 100%;
    background: #7986cb;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
}
a.btn.btn-bordered:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0); 
     background: #fff;
    color: #444;
        padding: 17px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}*/
.zoom:hover {
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03); 
}
a:hover {
  color: #00cc95;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'GT Walsheim', sans-serif;font-weight:400;
}
input.text-center.qty{
    width:25%;
    height: 40px
}
.icon:hover {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.item-inner {
    border: solid 4px #0974bb;
    margin-bottom:80px;
}

.item-info.text-center {
    width: 100%;
    height: 50px;
    border-top: 2px solid #0a7f43;
    text-align: center;
    color: #666;
     background: #efefef;
    position: relative;
    display: table;
}
button.navbar-toggler:focus{
    box-shadow: none;
}
.text-center.ingredient {
    min-height: 115px;
    border-bottom: solid 5px #04154b;
    font-weight: bold;
}
.icon-box.aos-init.aos-animate p {
    font-weight: 500;
}
.text-center.use-box h3 {
    margin-top: 30px;
    font-weight: bold;
}
.beverage-img {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
li.cat-nav {
    margin: 16px 0px;
    border-bottom: solid 1px #b9b7b7;
}
.cat-list {
    background: #ececec;
    border-bottom: 1px solid #e9e9e9;
}
.cat-list h5 {
    padding: 13px;
}
ul.side-nav {
    border: solid 1px #aba7a7;
    list-style: none;
}
.black-heads{
    color: #000000;
}
.black-head{
    color: #000000;
}
section.desc-box{
     background-image: url(../img/grunge.png);
    background-position: center;
   
}
.text-center.use-box  {
      min-height: 125px;
    border-bottom: solid 5px #04154b;
}
section.descr-box {
    background-image: url(../img/hand-painted.jpg);
    background-position: center;
    padding: 0;
    
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6e0408;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.icon-bo.aos-init.aos-animate h4 a {
    color: #222;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}


.navbar-toggler{
margin-top: 17px;

}
.back-to-top:hover {
  background: #00c28e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
   .dropdown-menu.cart-down.show {
   left: 0px!important;
   }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
 /* bottom: 10px;*/
 width:100%;
 background: #04d4ef;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 60px;
}
.mini-products-list .product-image img {
	width: auto;
}
.top-cart-content .product-name {
	margin: 0;
	width: 150px;
	line-height: 1px;
	margin-top: -66px;
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
}
.top-cart-content .product-name a:hover {
	font-size: 13px;
	color: #5aa604}
.top-cart-contain .price {
	color: #CF3341;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 12px;
}
.top-cart-contain .product-details .price {
	color: #CF3341;
	width: auto;
	float: none;
	font-weight: bold;
	padding-left: 0px
}
.mini-cart {
	cursor: pointer;
	margin: 7px;
	display: block !important;
}
.mini-cart .basket a {
	color: #333;
	margin: 0px;
	line-height: 17px;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 0px;
font-family:'GT Walsheim', sans-serif;font-weight:400;
	letter-spacing: 0.5px;
	font-weight: normal
}
.mini-cart .basket a span {
	background: #ed6663;
	display: inline-block;
	color: #fff;
	width: 16px;
	border-radius: 20px;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	margin-left: 3px;
}
.top-cart-content .pull-right {
	margin-right: 10px;
	padding-top: 3px;
	display: block !important;
}
.top-cart-content .basket a {
	border: none;
	color: #fff
}
.mini-cart .basket a:hover {
	text-decoration: none;
}
.mini-cart .basket a:first-child:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 7px
}
.mini-cart .dropdown-toggle {
	font-size: 14px;
	text-transform: none;
}
.top-cart-contain {
	position: relative; 
}
.top-cart-title p {
	margin: 0;
}
.top-cart-content .empty {
	padding: 10px;
	color: #333333;
}
.top-cart-content {

	position: absolute;
	/*top: -17px;*/
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: right;
	z-index: 100;
	min-width: 299px;
}
#ajaxconfig_info {
	display:none;}
.top-subtotal {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px;
}
.top-cart-content .block-subtitle {
	border-bottom: 1px solid #DDDEE1;
	color: #fff;
	overflow: hidden;
	padding: 0px 45px;
	text-align: left;
	background: #5aa604}
.top-cart-content .block-subtitle .price {
	color: #fdd21b
}
ul#cart-sidebar {
	padding: 10px 15px 0px;
}
/* top cart  */


.top-cart-content li.item {
	width: 310px;
	margin: 5px 0px 10px;
	border-bottom: 1px #eee solid;
	display: inline-block;
	padding-bottom: 10px;
}
.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}
.top-cart-content .product-details {
	color: #fff;
	position: relative;
	text-align: left;
}
.mini-products-list .product-details {
	margin-left: 110px;
	padding: 0;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px;
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 30px;
	
}
.top-cart-content .product-details .btn-edit:hover {
	color: #339900;
}
.top-cart-content .actions {
	padding: 0 15px 15px 15px;
	margin: 0px 0 0;
	overflow: hidden
}
.button.btn-checkout {
	background: #FED557;
	border: 1px solid #F5C328;
	color: #003169;
	padding: 8px 18px;
}
.button.btn-checkout:hover {
	background: #FED557;
}




button.button {
    display: inline-block;
    border: 0;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    background: #04154b;
    font-weight: normal;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 2px solid #eee;
}
button.button#empty_cart_button:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}
button.button span {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.button-up:hover {
	background: #333 url(../images/icon_arrow_up.png) no-repeat 15px 15px;
}
.button-down:hover {
	background: #333 url(../images/icon_arrow_down.png) no-repeat 15px 15px;
}
.button-up, .button-down {
	height: 44px;
	text-indent: -999em;
	width: 35px;
	border: none;
}
.qty-input-text {
	float: left;
	margin-left: 10px;
}
.custom button.items-count {
	background: #04154b;
	border: 1px #04154b solid;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	padding: 13px 12px 9px 12px;
	line-height: normal;
}
.custom button.items-count:hover {
	background-color: #04154b;
	border: 1px #04154b solid;
	color: #fff;
}
.product-view .product-shop .add-to-box .add-to-cart label {
	display: inline-block;
	float: left;
	margin-top: 6px;
	text-align: left;
	text-transform: capitalize;
font-family:'GT Walsheim', sans-serif;font-weight:400;
	font-size: 15px;
	font-weight: normal;
	margin-right: 15px;
}
.product-view .product-shop .product-options-bottom .add-to-cart label {
	display: block;
	float: none;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
font-family:'GT Walsheim', sans-serif;font-weight:400;
}
.button-up:hover, .button-up:focus {
	background-image: url(../images/icon_arrow_up.png) !important;
	background-position: 16px 16px;
}
.button-down:hover, .button-down:focus {
	background-image: url(../images/icon_arrow_down.png) !important;
	background-position: 16px 16px;
}
#shopping-cart-table {
    border: none;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}
.data-table thead tr, .data-table tfoot tr {
    background-color: #f5f5f5;
}
.data-table {
    border: 1px solid #E5E5E5;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
div#demo {
    margin-top: 80px;
}
span.bg-success.btn-round {
    border-radius: 25px;
    margin-left: 9px;
    padding: 0px 6px 0px 6px;
}
/*#header .header-container {
  background: #fff;
}*/
#header.header-scrolled {
 background: #04d4ef; /* fallback for old browsers *
background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 *
background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
.dropdown-menu.show ul li:hover {
    color: #222;
    background: #04208c;
}
#header.header-scrolled  li.dropdown {
    background: transparent;
}
a.dropdown-item.nav-link.nav-item {
    color: #fff;
}
a.nav-link.scrollto{
    color:#fff;
}
a.dropdown-toggle.nav-link {
    color: #fff;
}
#header.header-scrolled .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #04154b;
}
#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family:'GT Walsheim', sans-serif;font-weight:400;
}
a.product-image img {
    height: auto;
    width: auto;
    padding: 20px;
}
::selection{
    background:#58c4eb;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #04d4ef;
  }
 div#navbarToggle{
    background: #04d4ef;
  }
  .overlay-img img {
    height: 150px!important;
  -webkit-filter:inherit!important;
}
.icon-bo img{
    height:150px!important;
}
  .navbar a,a.dropdown-toggle, .navbar a:focus{
      color:#fff!important;
  }
  a.dropdown-item.nav-link.nav-item {
    color: #fff!important;
}
  li.top:before{
    background-color: #fff!important;
  }
  #header.header-scrolled, #header .header-container {
   background: #04208c;
  }
  #header .logo {
    padding-left: 0;
  }
  #header .logo h1 {
    font-size: 24px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  margin-top: 25x;
}
.overlay-img img {
    height:300px;
    -webkit-filter: grayscale(1);
}
.bg-img{
/*background-image: url('../../assets/img/bg2.png');*/
background: #04d4ef;
color:#fff;
background-size:cover;
    
}
.overlay-img img:hover {
    -webkit-filter: grayscale(0);
}
.navbar li {
  position: relative;
  border: none;
    padding: 3px 7px;
    background: transparent;
}
a.navbar-brand.d-none.d-lg-block {
    padding: 10px 0 10px 16px;
}
.navbar a, .navbar a:focus {
 /* display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0px;
  color: #fff;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family:'GT Walsheim', sans-serif;font-weight:400;
  white-space: nowrap;
  transition: 0.3s;
  text-align: left;
}
/*li.dropdown {
    border: solid 1px #fff;
}*/
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #222;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #04154b;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #222;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #222;
  background: #00b383;
}
.navbar .dropdown ul {
  display: block;
  position: relative;
 /* left: 14px;
  top: calc(100% + 30px);*/
  margin: 0;
  padding: 10px 0;
  z-index: 99;
 /* opacity: 0;*/
 /* visibility: hidden;*/
  background: #04d4ef;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

ul#cart-sidebar {
    position: relative;
}

ul#cart-sidebar .item-inner {
    border: none;
}
.top-cart-content .product-name a {
padding:0px!important
}

.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
/*.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #6e0408;
}*/
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
/*.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}*/
.dropdown-item:focus, .dropdown-item:hover{
    background:transparent!important;
}

.navtop ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  float: right;
}
nav.navtop.pull-right {
    height: 25px;
}
.navtop li {
  position: relative;
 /* float: right;*/
}
.navtop a, .navtop a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 0px 10px;
  color: #222;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family:'GT Walsheim', sans-serif;font-weight:400;
  white-space: nowrap;
  transition: 0.3s;
 
}
nav.navtop {
    padding: 12px 0 0px 0;
}
li.top:before{
content: "";
    position: absolute;
    right: -5px;
    height: 18px;
    width: 1px;
    background-color: #fff;
    top: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navtop a i, .navtop a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navtop a:hover, .navtop .active, .navtop .active:focus, .navtop li:hover > a {
  color: #222;
}
.navtop .getstarted, .navtop .getstarted:focus {
  background: #04154b;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}
.navtop .getstarted:hover, .navtop .getstarted:focus:hover {
  color: #fff;
  background: #00b383;
}
.navtop .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navtop .dropdown ul li {
  min-width: 200px;
}
.navtop .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}
.navtop .dropdown ul a i {
  font-size: 12px;
}
.navtop .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #222;
}
.navtop .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navtop .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navtop .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  float: right;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
.navbar .dropdown ul{
    width:100%;
    margin-top: -65px;
}
ul.navbar-nav.pull-right{
    height:400px;
    overflow-y:scroll;
}
.dropdown-menu.show ul li a {
    text-align: left;
}
.navbar li {
    padding:2px 20px!important;
}
ul.navbar-nav{
    margin-top:0px!important;
}

div#demo {
    margin-top: 80px;
}
.carousel-item.active img {
    height: 181px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 18px!important;
    
}
.navbar-nav .dropdown-menu{
    position:relative!important;
}

.dropdown-menu.show {
    top: 58px;
}

 .navbar li {
  border-top: solid 1px #fff!important;
 border: none; 
}
/* .navbar ul {
    display: none;
  }*/
  .benfit-text {
     margin-top: -72px!important; 
        margin-left: 105px;
}
.benifit-img img {
    
    height: 100px!important;
    width: 100px!important;
}
  #header.header-scrolled li.dropdown {
    background: transparent!important;
}
.navtop ul {
  
    float: none!important;
}
a.nav-link.scrollto {
    color: #fff!important;
}
#header.header-scrolled li.top:before {
   background-color: #fff!important;
   
}
a.navbar-brand.d-lg-none {
    padding: 10px 0px;
}
input.text-center.qty{
    width:100%!important;
}
}
.dropdown-menu.show{
    background-color:none!important;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #04154b;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #04154b;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/About-Us.jpg") center;
  background-size: cover;
  position: relative;
}

#hero .container {
  margin-top: 110px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#bank {
  width: 100%;
  height: 80vh;
  background: url("../img/Bank_-Details_Banner.jpg") center center;
  background-size: cover;
  position: relative;
}
#bank .container {
  padding-top: 80px;
}
#bank:before {
    opacity:0.5;
  content: "";
  background: #0caedf;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0b14bb, #0caedf);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0b14bb, #0caedf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.carousel-item:before {
    opacity:0.5;
  content: "";
/*  background: #0caedf;   fallback for old browsers 
background: -webkit-linear-gradient(to right, #0b14bb, #0caedf);  /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to right, #0b14bb, #0caedf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero:before {
  content: "";
  opacity:0.5;
   /*background: #0caedf;*/  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0b14bb, #0caedf);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right, #0b14bb, #0caedf);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#bank h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
 font-family:'GT Walsheim', sans-serif;font-weight:400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#hero .btn-get-started {
 font-family:'GT Walsheim', sans-serif;font-weight:400;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  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: #04154b;
  border: 2px solid #04154b;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 40vh;
    margin-top: 80px;
  }
  #hero .container {
    padding-top: 60px;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

/*.section-title {
  padding-bottom: 30px;
}*/
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
 /* margin-bottom: 20px;
  padding-bottom: 20px;*/
  position: relative;
  text-align:center;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
 
  background-image: url('../bg.jpg');
  bottom: 0;
  left: 0;
  width: 57%;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 10px;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}
.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #04154b;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #6e0408;
  padding: 40px 0 20px 0;
  color: #fff;
}
.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family:'GT Walsheim', sans-serif;font-weight:400;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #6e0408;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #6e0408;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #6e0408;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
 font-family:'GT Walsheim', sans-serif;font-weight:400;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #6e0408;
  border: 2px solid #6e0408;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  /*background: #fff;*/
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50px;
  border: 1px solid #6e0408;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
  color: #6e0408;
  background: #04154b;
}
.services .icon-box .icon i {
  font-size: 28px;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color:#fff;
}
.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}*/
.services .icon-box:hover h4 a {
  color: #6e0408;
}
.services .icon-box:hover .icon {
  color: #fff;
  background: #6e0408;
}
.icon-box1 img {
    height: 200px;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family:'GT Walsheim', sans-serif;font-weight:400
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #6e0408;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border:solid 1px #eee;
 /* background: rgba(54, 52, 58, 0.6);*/
}
.pro-name{
    background: #6e0408;
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6e0408;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6e0408;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
/*.testimonials .testimonial-item {
  box-sizing: content-box;
  height:340px;
  text-align: center;
 border-radius: 50%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
 
}*/
.icon-bar {
    position: fixed;
    top: 45%;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 999;
    right: 0px;
}
.testimonial-item.text-center.mt-4 h5 {
    margin-top: 16px;
}
.icon-bar a{
    background: #04d4ef;
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 42px;
    width: 40px;
}
.icon-bo img {
    width: 100%;
    height: 370px;
    border: solid 10px #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 200px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
   background: #fff;
   box-shadow: 0px 2px 12px rgb(40 132 78);
 
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #00cc95;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6e0408;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6e0408;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover img {
  transform: scale(1.1);
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}
.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #6e0408;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #6e0408;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.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: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #6e0408;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #00805d;
}




  .sign-form{
         width: 100%;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
     }
.sign-form .form-group {
  padding-bottom: 8px;
}
.sign-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.sign-form .error-message br + br {
  margin-top: 25px;
}
.sign-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.sign-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.sign-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;
}
.sign-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.sign-form input {
  height: 44px;
}
.sign-form textarea {
  padding: 10px 12px;
}
.sign-form button[type=submit] {
  background: #6e0408;
  border: 0;
  padding: 14px 48px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
   margin-bottom:20px;
}
.sign-form button[type=submit]:hover {
  background: #00805d;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}
.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #222;
  font-size: 14px;
  background: #edf7ff;
  box-shadow:7px 0px 23px 5px #eee;
  background-size:cover;
  background-position:center;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
 
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.benfit-text {
    margin-top: 122px;
    color: #6e0408;
}
.benifit-img img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    height: 250px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  font-weight: bolder;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
/* font-family:'GT Walsheim', sans-serif;font-weight:400*/
  color: #4f4c4d;
  font-weight: bolder;
}
#footer .footer-top h4 {
   font-weight: bold;
  color: #3e3e3e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bolder;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6e0408;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #4f4c4d;
  
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #6e0408;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #6e0408;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #00664b;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #6e0408;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #00805d;
  color: #fff;
  text-decoration: none;
}


