/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #dfdfdf !important;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

strong {
  color: #0e0080;
}

.activ {
  color: #1800df !important;
}

.serif {
  font-family: serif !important;
}

/* botton to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  opacity: .8;
}

#myBtn img{
  width: 42px;
  height: 42px;
}

.fs-1{font-size: 32px !important}
.fs-2{font-size: 30px !important}
.fs-3{font-size: 26px !important}
.fs-4{font-size: 22px !important}
.fs-5{font-size: 20px !important}
.fs-6{font-size: 18px !important}
.fs-7{font-size: 16px !important}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #dfdfdf;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 18px !important;
  color: #1b2145;
  font-style: italic;
  font-weight: 500;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #dfdfdf;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  border-bottom: 3px solid #cbe5f3;
  box-shadow: none;
  background-color: #cfcfcf;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #202020;
  font-size: 17px;
 font-family: Tahoma;
 text-shadow: 1px 1px 0 #fff, 2px 2px 0 #cfcfcf;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #1e3882!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.activ {
  color: #1800df !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  @media (min-width: 300px) and (max-width: 767px){
    .header-area .main-nav .logo img {
      max-width: 75%;
      margin-left: -40px;
    }
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #dfdfdf !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #061c5a!important;
    transform: translate(3px, 0px);
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px solid #eee;
  padding-top: 160px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}










/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px solid #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px solid #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input [focus] {
  border: 1px solid#2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  border-radius: 8px;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}

.subscribe span {
  color: #505050;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 20px;
  padding: 20px 0px 10px 0px;
  background-color: #2a2a2a;
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 18px;
  color: #fff;
  transition: all .3s;
}

footer ul li p {
  font-size: 17px;
  color: #fff;
  transition: all .3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer ul li p:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 5px;
}

footer .under-footer ul li a {
  font-size: 22px;

}

footer .under-footer p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
   margin-left: 15px !important;
   margin-right: 15px !important;
}

footer .under-footer a:hover {
  color: #c66;
}

@media (max-width: 767px){

  footer .under-footer a {
   margin-left: 5px !important;
   margin-right: 5px !important;
  }
}
/* 
---------------------------------------------
Products Page ABOUT PAGE
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-fluid  {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 2px 2px #05121b;
  font-family: 'Fredericka the Great', cursive;
}


.page-heading .inner-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 85px;
  text-shadow: 1px 2px 2px #05121b;
  font-family: 'Fredericka the Great', cursive;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}

.pastori{
  
  background-color: #dfffff;
  border-radius: 15px;
  padding: 15px;
}

.pastori .col-lg-6{
  border: 1px solid rgb(159.38, 159.38, 159.38, .6);
}

.pastori .col-lg-6:first-child{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: none;
}

.pastori .col-lg-6:last-child{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pastor{
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.64);
  margin-top: 25px;
  margin-bottom: 25px;
}

.pastor-text{
  text-indent: 20px;
  font-size: 17px;
  color: #222;
  margin-bottom: 20px;
}

@media (min-width:300px) and (max-width: 640px){
  .pastori .col-lg-6{
  border: none;
}
}

/* 
---------------------------------------------
Single Product Page ABOUT PAGE
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

.h1-about {
  font-size: 34px;
  color: #ffffff;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 1px 2px black, 0 0 25px #8080ff, 0 0 5px #485478;
}

.btn-about {            /*botton modal about*/
color: #0f0a36; 
font-size: 16px; 
line-height: 16px; 
padding: 6px; 
border-radius: 5px; 
font-family: Tahoma; 
font-weight: normal; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
text-transform: none; 
background: linear-gradient(115deg, rgb(229.1, 226.09, 217.15) 0%, rgb(130.49, 153.83, 220.14, 0.2) 50%, rgb(229.1, 226.09, 217.15) 100%); 
box-shadow: rgb(0, 0, 0, 0.7) 2px 4px 5px 2px; 
border: 1px solid rgb(130.49, 153.83, 220.14, 0.7);
display: inline-block;
}

.btn-about:hover {
background: linear-gradient(125deg, #F8C8F7 0%, #FFF9B7 35%,  #F8C8F7 70%, #EEFFBC 100%);
border: 1px solid rgb(168, 189, 246, 0.7);
box-shadow: rgb(4, 0, 52, 0.5) 2px 4px 5px 2px;
}


                             /* SPECIAL PARA HOVER ZOOM IMAGE ABOUT*/

/* Para hover zoom al image de nosotros(about) */
#product .left-left-images {
  position: relative;
  width: 100%;
  height: 90%;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
}

#product .left-left-images:hover img {
  transform: scale(1.5) translateX(-10%);
  transition: 2.5s;
  filter: sepia(80%);  
}

#product .left-left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
  padding: 2px !important;
  transition: 2s;
  opacity: 1;
  filter: sepia(8%);
}

/* End Para hover zoom al image de nosotros(about) */


                 /* SPECIAL PARA VIDEO PAGE ABOUT*/

.video-bienvenida {
  border-radius: 10px !important;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
  align-items: center;
}

.pastores{
  margin-left: 10% !important;
}
.bautismo {
  width:280px;
  height: auto;
  margin-bottom: -20px;
  margin-top: 20px;
}

@media (min-width:300px) and (max-width: 640px){
  .video-bienvenida{
    width: 100%;
    max-width: 500px;
  }
  .pastores{
    margin: 0 !important;
  }
  .bautismo{
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}


/* End Para VIDEO nosotros(about) */                 

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
  padding: 2px !important;
  transition: 1.5s;
}

#product .left-images h4 {
  margin-bottom: 15px;
  text-align: center;
  font-family: serif;
  font-weight: 700;
  color: #303030 
}

#product .left-images p {
  text-indent: 25px;
  font-size: 16px;
  color: #040020;
  background: linear-gradient(115deg, rgb(229.1, 226.09, 217.15) 0%, rgb(130.49, 153.83, 220.14, 0.2) 50%, rgb(229.1, 226.09, 217.15) 100%);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #F8C8F7;
  box-shadow: rgb(4, 0, 52, 0.5) 2px 4px 5px 2px;

}

#product .right-content {
  position: relative;
  z-index: 3;
  background: linear-gradient(25deg, rgb(229.1, 226.09, 217.15) 0%, rgb(130.49, 153.83, 220.14, 0.2) 50%, rgb(229.1, 226.09, 217.15) 100%);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgb(130.49, 153.83, 220.14, 0.7);
  box-shadow: rgb(4, 0, 52, 0.5) 2px 4px 5px 2px;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: serif;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 15px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content span:first-letter{
  font-size: 22px;
  color: #000 !important;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
Start-us Page
--------------------------------------------- 
*/

.start-us {
   margin-top: 60px;
}

.start-us h2 {
  text-align: center;
  font-family: cursive;
  font-style: italic;
  margin-bottom: 30px;
  font-size: 34px;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 3px 2px #474747;
}

.start-us h3 {
  text-align: center;
  font-family: cursive;
  font-style: italic;
  margin-top: 25px;
  font-size: 24px;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 3px 2px #474747;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #bffffe;
  padding: 10px 10px;
}

.start-us h4 {
  text-align: center; 
  font-style: italic;
  margin-top: 15px;
  font-size: 23px;
  font-family: '';
  text-shadow: 1px 1px 1px #474747;
  color: #000;
}

.start-us p {
  font-size: 19px;
  text-indent: 25px;
  color: #200001;
  font-family: Tahoma;
  margin-bottom: 30px;
  margin-top: 30px;
}

.start-content {
  background-color: #cfcfcf;
  margin: auto;
  padding: 10px 15px;
  border-radius: 10px;
  margin-left: 10px;

}

.start-us .right-content {
  margin-left: 10px;
  margin-top: 10px;
}

.start-us .right-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  font-family: 'Fredericka the Great', cursive;
  text-align: center;
}

.start-us .right-content a {
  font-size: 16px;
  color: #0b0060;
  font-weight: 500;
  display: block;
  margin-top: 1px;
  padding: 2px; 
  text-align: center;
}

.start-us .right-content img {
  margin-top: -20px;
}

.start-us .right-content .quote {
  margin-top: 25px;
}

.start-us .right-content .quote i {
  float: left;
  font-size: 52px;
  margin-right: 15px;
  margin-top: 10px;
  color: #0b0060;
}

.start-us .right-content .quote p {
  font-family: cursive;
  font-style: italic;
  color: #202020;
  font-weight: 500;
   font-size: 18px;
}

.start-us .right-content p {
  font-size: 17px;
  color: #101010;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.start-us .right-content ul {
  border-top: 3px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.start-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.start-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.start-us .right-content ul li a:hover {
  background-color: #eee;
  color: #0b0060;

}

/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/portada_2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
  padding: 2px !important;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #042000;
  font-family: 'Fredericka the Great', cursive;
}

.about-us .right-content span {
  font-size: 16px;
  color: #0b0060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
  text-indent: 20px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 52px;
  margin-right: 15px;
  margin-top: 10px;
  color: #0b0060;
}

.about-us .right-content .quote p {
  font-family: Poppins;
  font-style: italic;
  color: #202020;
  font-weight: 500;
   font-size: 18px;
}

.about-us .right-content p {
  font-size: 19px;
  color: #202020;
  font-weight: 600;
  display: block;
  margin-top: 25px;
}

.about-us .left-image ul {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.about-us .left-image ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 20px;
}

.about-us .left-image ul li a {
  width: 35px;
  height: 35px;
  background-color: #2c4554;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .left-image ul li a:hover {
  background-color: #bfbfbf;
  color: #0b0060;
}

.about-us .left-image p {
  font-size: 16px;
  text-align: center;
  font-family: sans-serif;
  background-color: #cfcfcf;
}

.about-us .right-about {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgb(155.39, 200.89, 227.11, 0.7);
  background-color: #cfcfcf;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px solid #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

.our-team .section-heading span {
  color: #202020;
  font-size: 18px;
  font-family: Poppins;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 2px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content h3 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

.our-services .section-heading span {
  color: #202020;
  font-size: 18px;
  font-family: Poppins;
  text-shadow: 1px 2px 2px #808080;

}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 2px;
  border: 1px solid rgb(128, 128, 128, 0.5);
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-family: serif;
  text-shadow: 1px 2px 2px #606060;
}

.our-services .service-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-family: serif;
  text-shadow: 1px 2px 2px #606060;
}

.our-services .service-item p {
  margin-bottom: 25px;
  font-size: 18px;
  text-align: left;
  text-indent: 20px;
}

/* 
---------------------------------------------
Blog Page
--------------------------------------------- 
*/
.blog-page-heading {
  margin-top: 1px;
  margin-bottom: 1px;
 /* background-image: url(../images/portada);*/
}

.blog {
  margin-top: -90px;
}

.blog-page-heading .inner-content h1 {
  color: #606060;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 5px #ffff60, 0 -2px 5px #9f5000, 0 -5px 10px #12214e, 2px 2px 2px rgba(206,89,55,0);
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fredericka the Great', cursive;
}

.blog .left-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border: 1px solid #000;
  padding: 2px !important;
}

.blog .right-content {
  margin-left: 20px;
  margin-top: 20px;
}

.blog .right-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #002014;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Fredericka the Great', cursive;
}

.blog .right-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b0060;
  text-align: center;
  font-family: serif;
}

.blog .right-content h4 {
  text-align: center;
  margin-bottom: -10px;
  text-decoration: underline;
  font-size: 18px;
  color: #0b0060;
}

.blog .right-content span {
  font-size: 16px;
  color: #0b0060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
  text-indent: 20px;
}

.blog .right-content .quote {
  margin-top: 25px;
}

.blog .right-content .quote i {
  float: left;
  font-size: 52px;
  margin-right: 15px;
  margin-top: 10px;
  color: #0b0060;
}

.blog .right-content .quote p {
  font-family: Poppins;
  font-style: italic;
  color: #202020;
  font-weight: 500;
   font-size: 19px;
}

.blog .right-content p {
  font-size: 15px;
  color: #202020;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.blog .right-content ul {
  border-top: 3px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.blog .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.blog .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.blog .right-content ul li a:hover {
  background-color: #eee;
  color: #0b0060;

}

.text_blog {
  text-align: left;
  text-indent: 20px;
  color: #101010;
  font-family: Poppins;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
}

.blog-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

.blog-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-services .section-heading h2 {
  margin-bottom: 10px;
  font-family: 'Fredericka the Great', cursive;
}

.blog-services .section-heading .btn {
  margin-top: 25px !important;
  width: auto;
  margin: auto;
  background-color: #97cae7;
  color: #000;
}

.blog-services .section-heading form .btn-log {
  margin-top: 25px !important;
  width: auto !important;
  margin: auto;
  background-color: #97cae7;
  color: #000;
}

.blog-services .service-item {
  padding: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  text-align: center;
  border-radius: 10px;
}

.blog-services .service-item iframe {
  width: auto;
  padding: 2px;
  border: 1px solid #000;
  box-shadow: 0px 1px 2px #87a5f7 !important;
}

.blog-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.blog-services .service-item p {
  margin-bottom: 25px;
}

.blog-services .service-item .fa-book,
.blog-services .service-item .fa-file-audio-o,
.blog-services .service-item .fa-file-video-o,
.blog-services .service-item .fa-file-picture-o {
  font-size: 22px !important;
  transform: rotate(10deg);
}

.blog-services .service-item .btn-secondary:hover {
  background-color: #303030 !important;
  color: #9fffff
}

/* Para devocional Blog*/
.text-dev{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  font-family: Tahoma;
  color: #2c3654;
  text-decoration: underline;
}

.audio-dev{
  margin:  auto !important;
 display: block;
 border: 2px solid #2c3654;
}

/*Para listas de documentos pagina blog*/

.blog-list{
  width: 280px;
  height: auto; 
  display: block; 
  margin-left: 9px; 
  padding: 5px ; 
  list-style: square; 
 /* list-style-image: url('images/fish1.gif');*/
}
.blog-list li{
display: block; 
margin-left: 9px; 
/*background-image: url(images/fish1.gif) 0px 14px no-repeat;*/
}
.blog-list li a{
  display: block; 
  text-decoration: none; 
  font-family: 'Tillana' ;
  font-size: 20px;
  text-align: left; 
  color: #142531; 
  line-height: 1.6;
  list-style-type: square;  
}
.blog-list li a:hover{color: blue; text-decoration: underline;}
#featured-2 > div.feature-col {
    width: 280px !important;
 }   
/* MODALES BLOG*/

.modal-backdrop.show {opacity: .9 !important}

.modal-content {
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #dfdfdf

}

.modal-content .modal-header, .modal-footer {
  background-color: #bfffff;
}

.modal-content .modal-header h5 {
  text-align: center;
  float: right;
}

.text_modal {
  text-align: left;
  text-indent: 20px;
  color: #120e32;
  font-size: 18px;
  margin-top: 20px;
  font-family: sans-serif;
}

.btn-blog {
color: rgb(255, 255, 255); 
font-size: 16px; 
line-height: 16px; 
padding: 6px; 
border-radius: 10px; 
font-family: Tahoma; 
font-weight: normal; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
text-transform: none; 
background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%); 
box-shadow: rgb(0, 0, 0) 2px 6px 7px 2px; 
border: 2px solid rgb(28, 110, 164); 
display: inline-block;
}
.btn-blog:hover {
background: #1C6EA4; }
.btn-blog:active {
background: #1C6EA4; }

.red { 
  color: red;
  font-size: 35px;
}

/*   ROUNDED  */
.rounded-sm{border-radius:.4rem!important}
.rounded-lg{border-radius:.6rem!important}
.rounded-xl{border-radius: 1rem!important}


/* 
---------------------------------------------
                 Gallery Page
--------------------------------------------- 
*/


                                /*//////////////////////////////////////////// 
                                //////////////   PAGINA GALERIA  /////////////             
                                ////////////////////////////////////////////*/
.galeria {
  margin-top: -100px;
}

.galeria-page-heading {
  margin-top: 1px;
  margin-bottom: 1px;
 /* background-image: url(../images/portada);*/
}


.galeria-page-heading .inner-content h1 {
  color: #606060;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 5px #ffff60, 0 -2px 5px #9f5000, 0 -5px 10px #12214e, 2px 2px 2px rgba(206,89,55,0);
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fredericka the Great', cursive;
}

.galeria-page-heading .inner-content h2{
  color: #212529;;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
}

.galeria-page-heading .inner-content h3{
  color: #212529;;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
  margin-top: -40px;
  margin-bottom: -30px;
}

.galeria-page-heading .inner-content span {
  color: #172c14;
  font-size: 20px;
}

.galeria img {
  padding: 1px !important;
  max-width: 280px;
  width: 100%;
  margin: .1rem!important;
  box-shadow: 0px 5px 11px 1px rgba(1, 0, 0, 0.94);
  border-radius: 10px;

}

.text-galeria {
  margin-top: -60px !important;
  margin-bottom: -20px;
  font-size: 20px;
  text-align: center;
  font-family: Tahoma;

}

div.col-sm-3.galeria.text-center {
  width: 23% !important;
  margin: 5px !important;
}

@media (min-width:300px) and (max-width: 420px) {
  div.col-sm-3.galeria.text-center {
  max-width: 420px;
  width: 100% !important;
 }
}

@media (min-width:421px) and (max-width: 560px) {
  div.col-sm-3.galeria.text-center{
  max-width: 560px;
  width: 100% !important;
 }
}

@media (min-width:561px) and (max-width: 640px){
  div.col-sm-3.galeria.text-center{
  max-width: 640px;
  width: 100% !important;
 }
}

@media (min-width:641px) and (max-width: 768px){
  div.col-sm-3.galeria.text-center{
  max-width: 420px;
  width: 99% !important;
 }
}

@media (min-width:769px) and (max-width: 1600px) {
  .col-sm-3.galeria.text-center{
  max-width: 280px;
  width: auto !important;
 }
}



/* 
---------------------------------------------
                 Media Page
--------------------------------------------- 
*/


                                /*//////////////////////////////////////////// 
                                //////////////   PAGINA MEDIA (PELICULAS) /////////////             
                                ////////////////////////////////////////////*/


.movie {
  margin-top: -100px;
}

.movie-page-heading {
  margin-top: 1px;
  margin-bottom: 1px;
  /*background-image: url(../images/portada);*/
}


.movie-page-heading .inner-content h2 {
  color: #606060;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 5px #ffff60, 0 -2px 5px #9f5000, 0 -5px 10px #12214e, 2px 2px 2px rgba(206,89,55,0);
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fredericka the Great', cursive;
}

.movie-page-heading .inner-content span {
  color: #172c14;
  font-size: 20px;
}


.movie .card {
  background: transparent; 
  border: 4px double #aab1b4;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px;
  margin-bottom: 20px;
}

.movie p.card-text {
  font-size: 16px;
  color: #09023e;
}

 video {
  margin: auto; 
}

/*video[poster]: {
   border-top-left-radius: 30px !important;
   border-radius: 10px !important;
}*/

div.col-sm-3.movie.text-center {
  width: 23% !important;
  margin: 5px !important;
}

@media (min-width:300px) and (max-width: 420px) {
  div.col-sm-3.movie.text-center {
  max-width: 420px;
  width: 100% !important;
 }
 video { width: 99% }
}

@media (min-width:421px) and (max-width: 560px) {
  div.col-sm-3.movie.text-center{
  max-width: 560px;
  width: 100% !important;
 }
 video { width: 99% }
}

@media (min-width:561px) and (max-width: 640px){
  div.col-sm-3.movie.text-center{
  max-width: 640px;
  width: 100% !important;
 }
 video { width: 99% }
}

@media (min-width:641px) and (max-width: 768px){
  div.col-sm-3.movie.text-center{
  max-width: 420px;
  width: 99% !important;
 }
}

@media (min-width:769px) and (max-width: 1600px) {              
  .col-sm-3.movie.text-center{
  max-width: 280px;
  width: auto !important;
 }
}

@media (min-width:992px) and (max-width: 1400px) {
  video { width: 99% }
}

/* 
---------------------------------------------
preguntas Us Page
--------------------------------------------- 
*/

.preguntas {
  margin-top: -100px;
}

.preguntas-page-heading {
  margin-top: 1px;
  margin-bottom: 1px;
  /*background-image: url(../images/portada);*/
}


.preguntas-page-heading .inner-content h1 {
  color: #606060;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 5px #ffffbf, 0 -2px 5px #9f5000, 0 -5px 10px #12214e, 2px 2px 2px rgba(206,89,55,0);
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fredericka the Great', cursive;
  letter-spacing: 2px;
}

.preguntas-page-heading .inner-content h2 {
  color: #01081c !important;
  font-size: 22px !important;
  font-weight: 500;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
}

.preguntas-page-heading .inner-content h3{
  color: #01081c !important;
  font-size: 22px !important;
  font-weight: 500;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
  margin-top: -30px;
}

.preguntas-page-heading .inner-content span {
  color: #8C050B;
  font-family: 'arial';
  font-size: 19px;
}


.text-preguntas {
  margin-top: -60px !important;
  margin-bottom: -20px;
  font-size: 20px;
  text-align: center;
  font-family: Tahoma;

}

#accordion_4, #accordion_1,
#accordion_2, #accordion_3 {
  margin-top: -100px;
  background-color: #dfdfdf;
}


#accordion_4 .card, #accordion_1 .card,
#accordion_2 .card, #accordion_3 .card {
  background-color: #cfcfcf;
  margin-top: 10px;
}

#accordion_4 .card .btn, #accordion_1 .card .btn,
#accordion_2 .card .btn, #accordion_3 .card .btn {
  text-decoration: none;
  font-family: sans-serif;
  color: #306c8f;
  font-size: 18px;
}

#accordion_4 .card .btn-info, #accordion_1 .card .btn-info,
#accordion_2 .card .btn-info, #accordion_3 .card .btn-info {
  text-decoration: none;
  font-family: sans-serif;
  color: #000;
  font-size: 14px;
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #dfdfdf !important;
  border: 1px solid #afafaf;
  padding: 3px 8px;
}

#accordion_4 .card .btn-info:hover, #accordion_1 .card .btn-info:hover,
#accordion_2 .card .btn-info:hover, #accordion_3 .card .btn-info:hover {
  background-color: #afafaf !important;
  color: #306c8f;
}

#accordion_4 .card .card-body, #accordion_1 .card .card-body,
#accordion_2 .card .card-body, #accordion_3 .card .card-body {
  font-size: 18px;
  text-align: left;
  text-indent: 25px;
  font-family: sans-serif;
}

.mastop {
  margin-top: -150px;
}




/* 
---------------------------------------------
Modales Ventanas 
--------------------------------------------- 
*/

#miVentana1, #miVentana2 {
  position:fixed;
  top:-5%;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all .5s;
  display: none;
}

.ventana-content {
  background-color:#d3d9eb;
  width:400px;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
  border: 1px solid #606060;
  border-radius: 10px;
}

.ventana-content .ventana-text {
    text-indent: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.ventana-content h6 {
   margin-top: 20px;
   text-align: center;
}

.ventana-content .ventana-header { 
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .3rem;
    border-bottom: 1px solid #6e8091;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.ventana-content .ventana-header .close {
    background-color: #a7b3d7;
    padding: 5px;
}

.ventana-content .ventana-header .close:hover {
     background-color: #e7585a;
}

.ventana-content .ventana-footer {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .3rem;
    border-top: 1px solid #6e8091;
}

.ventana-content .ventana-footer h6 {
    padding: 1px;
    margin-top: 5px !important;
}

#miVentana1:target, #miVentana2:target {
  opacity:1;
  pointer-events:auto;
  z-index: 9999;
}

.ventana-link {
    margin-top: 30px !important;
}


/* 
---------------------------------------------
Modales Ventanas 
--------------------------------------------- 
*/


/*para player audio blog*/
#playlist, audio{
    background:rgb(104.59, 113.44, 118.54, 0.3);
    border-radius: 5px;
    width:320px;
    max-width: 99%;
    max-height: 200px;
    padding:5px;
    margin-top:-10px;
    margin-left: 10px;
    border: 1px solid #afafaf;
    border-top: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
  }

#audio controls {
  background-color: green !important
}

 #playlist {
  background-color: transparent;
  overflow-y: scroll;
  width: 320px;
  max-height: 220px;
 }

 #playlist a {
   color: black;
   font-family: 'Tillana';
   font-size: 20px;
   color: #142531;
   font-weight: 400;
   text-decoration: none;
   margin-left: 10px;
   line-height: 1.9;
 }

 #playlist a:hover {
  color: blue;
 }

#playlist a:focus {
  color: #701012;
  font-weight: 600;
 }

#playlist .fa {
  display: none;
  margin-left: -5px;
  font-size: 14px;
}

#playlist a:focus .fa {
  display: inline-flex;
}
.blog-services .service-item .muzica {
  text-align: left;
  max-height: 240px;
  margin-bottom: 30px;
}


/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/
.contact-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/rapita.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-page-heading .inner-content h1{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 85px;
  text-shadow: 1px 2px 2px #05121b;
  font-family: 'Fredericka the Great', cursive;
}

.contact-page-heading .inner-content h2 {
  font-weight: 500;
  color: #fff;
  font-style: italic;
  font-family: 'Fredericka the Great', cursive;
  font-size: 26px;
  text-shadow: 1px 2px 2px #05121b;
  margin-bottom: 15px;
}

.contact-us .section-heading h3{
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe .section-heading h3{
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}



.contact-page-heading .inner-content span {
  font-size: 26px;
  text-shadow: 1px 2px 2px #05121b;
}

.contact-us {
  margin-top: 90px;
  border-bottom: 1px solid #fff;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us .section-heading span {
  color: #101010;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.contact-us #map {
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    width: 100%;
    max-width: 540px;
  }

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
  margin-top: 10px;
}

.contact-us form input [focus] {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea [focus] {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  border-radius: 5px;
}

iframe {
  border-radius: 10px;
  -webkit-box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 11px 5px rgba(0,0,0,0); 
box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 11px 5px rgba(0,0,0,0);
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }

  .blog-services .service-item .muzica, #playlist, #audio {
    width: 95%;  
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }

  .blog-services .service-item .muzica, #playlist, #audio {
    width: 95%;  
  }

  iframe {
    width: 99%;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

                     /* Css Biblia On-line*/

.biblia-page-heading {
 margin-top: 100px;
  margin-bottom: 3px;
  background-color: #fbfbfb !important;
  font-family: Tahoma !important;
}

.biblia-page-heading h4{
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  color: blue;
}

.biblia-page-heading #api-selector{
  background-color: #fbfbfb !important;
  color:#000 !important;
  font-family: Tahoma !important;
  align-items: center;
}

/* 
---------------------------------------------
CSS Imagenes
--------------------------------------------- 
*/
.header-area .main-nav .logo .img-fluid{
  width: 100%;
  height: 100%;
}
