@import url("https://use.typekit.net/dwm7dxt.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #333;
}

body, html {
  width: 100%;
  height: 100%;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  chaloops, sans-serif;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #2C2CAE;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2C2CAE;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #D60093;
}

.section-heading h2 {
  color: #2C2CAE;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 7.5rem 0;
}


.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}



.bg-grey {
  background: #F4F7FC;
}

.text-color {
  color: #D60093;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 400;
  position: relative;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 1.6rem;
  font-family:  chaloops, sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: #D60093;
  color: #fff;
  background: #D60093;
}

.btn-main:hover {
  background: #b3007a;
  color: #fff;
  border-color: #b3007a;
}

.btn-main-2, .btn-main-2:active, .btn-main-2:focus {
  font-weight: 700;
  background: #D60093;
  color: #fff;
  border-color: #D60093;
  border-radius: 100%;
  padding: 3.1rem 2.6rem;
    font-size: 2.7rem;
  -webkit-transform: rotate(-25deg);
  line-height: 3.25rem;
  -webkit-box-shadow: 3px 3px 8px 3px #000000; 
  box-shadow: 3px 3px 8px 3px #000000;
}

.btn-main-2:hover {
  background: #b3007a;
  color: #fff;
  border-color: #b3007a;
}

.btn-main-2 span {
  font-size: 2.2rem;
}

.btn-white {
  background: #fff !important;
  color: #D60093;
  border-color: #fff;
}

.btn-border-tp {
  border-color: #2C2CAE;
  background: transparent;
  color: #2C2CAE;
}

.btn-border-tp:hover {
  background: #2C2CAE;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

/*------------------------
 BACKGROUND
----------------------------*/
a {
  color: #2C2CAE;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #D60093;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-color-2 {
  color: #2C2CAE;
}

.text-color-3 {
  color: #09bfbc;
}

.text-color-4 {
  color: #D60093;
}

.text-lg {
  font-size: 40px;
  line-height: 1.4;
}

.text-md {
  font-size: 32px;
  line-height: 1.3;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-sm {
  font-size: 14px;
  color: #D60093;
}

.bg-gray {
  background: #f5f5f5;
}

.lead {
  line-height: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

footer {
  background: url(../img/footer-banner.jpg) no-repeat 100% 100%;
  background-size: cover;
  font-size: 0.83rem;
  font-weight: 700;
  color: #000000;
}

/*-------------------
   MENU
----------------------*/
.main-navigation {
  z-index: 9999;
  padding: 10px 0px;
  background: url(../img/navbar-banner.jpg) no-repeat 100% 100%;
  background-size: cover;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  color: #2C2CAE ;
  text-transform: capitalize;
  font-family: chaloops, sans-serif;
  font-size: 1.45rem;
}

.navbar-nav .nav-link:focus {
  color: #D60093 ;
}
.navbar {
  position: relative;
  padding: 0 1rem;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}



.navbar-toggler{
  border-radius: 0px;
  padding: 10px 15px;
}

.navbar-toggler span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 4px 0px 4px 0px;
  border-radius: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #067875;
}
.navbar-toggler span.one { width: 40px; }
.navbar-toggler span.two { width: 20px; }
.navbar-toggler span.three { width: 35px;}

.header-white {
  transition: .0s all ease;
}


.navbar-collapse.collapse.show {
  padding: 30px 0px;
}

.top-socials a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  color: #ddd;
}

.top-socials a:hover {
  background: #385777;
  border-color: #385777;
}


/* Drowdown Menu */

.navbar-nav li{
  position: relative;
}

.submenu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  list-style: none;
  background: #fff;
  width: 220px;
  position: absolute;
  visibility: hidden; 
  opacity: 0;
  top: 120%;
  z-index: 99;
}


.nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.submenu li{
  border-bottom: 1px solid #eee;
}
.submenu li a{
  color: #222!important;
}


.navbar-nav li:hover > a{
  color: #D60093!important;
}



/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 9.5rem 0;
}

/*-------------------------
 HOME
-----------------------------*/
.logo-color {
  font-size: 3.22rem;
  color: #FFF;
  -webkit-text-stroke: 1px #067875;
  text-shadow: 4px 4px 0px #067875;
}

.banner-main {
  position: relative;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

.main-banner {
  padding: 60px 0px 90px;
}

.cta-2 {
  padding: 0px 0px 6.5rem 0px;
}

.about {
  position: relative;
}

.cta-home {
  background: #F4F7FC;
}

.featured-client img {
  margin: 0px 15px;
}

.chapter-item {
  margin-bottom: 30px;
}

.chapter-item h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
  color: #D60093;
}

.chapter-item i {
  font-size: 20px;
}

.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
  position: absolute;
}


.book-info ul li {
  padding: 8px 30px;
  margin-bottom: 5px;
  font-weight: 700;
}

.book-info ul li i {
  color: #D60093;
}

.book-item {
  position: relative;
}

.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}

.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}

.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  transition: all .35s ease;
}

.book-item .hover-item i:hover {
  background: #D60093;
  color: #fff;
}

.mt-6 {
  position: relative;
}

.mt-6 .order-link {
  position: absolute;
  bottom: 0;
}

blockquote {
  margin: 0;
}

blockquote p {
  color: #D60093;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3rem;
}

blockquote p::before {
  content: '\201C';
}

blockquote p::after {
  content: '\201D';
}

figcaption {
  font-weight: bold;
  text-align: right;
}

/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: #067875;
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}

.scroll-to-top i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover, .scroll-to-top:focus {
  text-decoration: none;
}

.scroll-to-top.reveal{
  opacity: 1;
  visibility: visible;
}


/*-----------------------------
 TABLES
--------------------------------*/

.table th {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: chaloops, sans-serif;
}
.table td {
  text-align: left;
  line-height: 1.4em;
}
.table-sm td {
  padding: 0.7rem;
  font-size: 0.85rem;
}


.table-color-1 th,
.table-color-1 thead th {
  background-color: #09bfbc;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.table-color-1 td {
  color: #000000;
  background-color: #FFF;
  border-bottom: 1px solid #D3F3F3;
}
.table-color-1 td.alt {
  border-top: none;
  background-color: #FFF;
  border-bottom: 1px solid #09bfbc;
}
.table-color-2 th, 
.table-color-2 thead th {
  background-color: #D60093;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.table-color-2 td {
  color: #000000;
  background-color: #FFF;
  border-bottom: 1px solid #D60093;
}
.table-color-3 th,
.table-color-3 thead th {
  background-color: #2C2CAE;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.table-color-3 td {
  color: #000000;
  background-color: #FFF;
  border-bottom: 1px solid #2C2CAE;
}

.table.reviews-sm thead, 
.table.reviews-sm tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table.reviews-sm tbody {
  display: block;
  max-height: 170px;
  overflow-y: auto;
}

.table.reviews-lg thead, 
.table.reviews-lg tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table.reviews-lg tbody {
  display: block;
  max-height: 410px;
  overflow-y: auto;
}

.player {
  position: relative;
  min-height: 450px;
}