@font-face {
  font-family: catamaran-regular;
  src: url("../assets/Catamaran-Regular.ttf");
}

@font-face {
  font-family: catamaran-semibold;
  src: url("../assets/Catamaran-SemiBold.ttf");
}

@font-face {
  font-family: catamaran-medium;
  src: url("../assets/Catamaran-Medium.ttf");
}

@font-face{
  font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;
  src: url('../assets/fa-solid-900.woff') format("woff");
}

body {
  font-family: "catamaran-regular" !important;
  color: #0a0a0a !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

html,
body {
  position: relative;
}

/* PRELOADER:BEGIN */
.page-loader {
  width: 100%;
  position: fixed;
  background: #f2f2f2;
  z-index: 1000;
  top: 0;
  bottom: 0;
}
.loader-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-loader .txt {
  color: #111d58;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #111d58;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* PRELOADER:END */


nav.navbar.navbar-expand-lg {
  padding: 0;
}
section#intro {
  margin-top: 80px;
}

h1.text-center.mb-5 {
  margin-bottom: 40px !important;
}

#primary-header {
  background-color: #111D58;
  padding: 10px 0px;
  box-shadow: 1px -1px 4px #111D57;
  margin-bottom: 80px;
}

#primary-header .login {
  text-align: right;
}

#primary-header .login .login-btn {
  background-color: #009345;
  padding: 10px 40px;
  padding-top: 12px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #009345;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  letter-spacing: .4px;
}

#primary-header .login .login-btn:hover {
  text-decoration: none;
  background-color: transparent;
}

.video-title {
  font-family: catamaran-regular;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.video-title a {
  color: #111D58;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  min-height: 55px;
}

.video-title a:hover {
  text-decoration: none;
}

.video-title a i {
  font-size: 15px;
}

.video-title a:hover {
  color: #44508D;
}

.bottom-widget{
  position: relative;
}


a.view-more {
  /* width: 250px; */
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: #111D58;
  margin-top: 10px;
  color: #ffffff;
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 21px;
  letter-spacing: 0.5px;
}
a.view-more span {
  display: flex;
  justify-content: space-between;
}


a.download {
  position: absolute;
  right: 8px;
  top: 18px;
  display: none;
}

.books div#payer-thumbnails {
  padding-top: 0px !important;
}

.sec-page #primary-header{
  margin-bottom: 50px;
}

section#breadcrumb {
  margin-bottom: 50px;
}


#intro {
  margin-bottom: 80px;
}

#intro .introduction {
  background-color: #f2f2f2;
  padding: 40px;
}

#intro .introduction h1 {
  font-size: 58px;
  font-family: 'Catamaran-SemiBold';
  color: #111D58;
}

@media only screen and (max-width: 576px) {
  #intro .introduction h1 {
    font-size: 28px;
  }
}

#intro .introduction p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

#video-gallery {
  margin-bottom: 40px;
}

#video-gallery .plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px white;
          box-shadow: 0 0 0 5px white;
  outline: 0;
}

.plyr__control svg {
  fill: #ffffff !important;
}
.plyr__time.plyr__time--current, .plyr__time.plyr__time--duration {
  color: #ffffff !important;
}
button.plyr__control {
  color: #ffffff !important;
}


.video-description {
  min-height: 65px;
  color: #777777;
}

.d-none{
  display: none;
}

#video-gallery .plyr--video .plyr__control.plyr__tab-focus {
  /* background: #111d58; */
  background: transparent;
  color: #ffffff;
}

#video-gallery .plyr__control--overlaid {
  background: transparent;
  border: 3px solid #ffffff;
}

#video-gallery #payer-thumbnails {
  padding-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-pack:space-between;
          -ms-flex-pack:space-between;
              justify-content: space-between;
}

.sec-page #payer-thumbnails .player-src {
  width: 20%;
  padding: 0px 10px 50px;
  position: relative;
  cursor: pointer;
  min-width: 222px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 235px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#video-gallery #payer-thumbnails .player-src:hover img {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
          transform: scale(1.1) translate3d(0, 0, 0);
}

#video-gallery #payer-thumbnails .player-src .video-wrap {
  position: relative;
  overflow: hidden;
}

#video-gallery #payer-thumbnails .player-src img {
  width: 100%;
  min-height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 135px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#video-gallery #payer-thumbnails .player-src .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#video-gallery #payer-thumbnails .player-src .overlay .icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#video-gallery #payer-thumbnails .player-src .overlay .icon i {
  font-size: 17px;
  line-height: 2.6;
  text-align: center;
  display: block;
  margin-left: 3px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#video-gallery #payer-thumbnails .player-src:hover .icon {
  border-color: #ffffff !important;
}

#video-gallery #payer-thumbnails .player-src:hover .icon i {
  color: #ffffff !important;
}

#video-gallery .play-icon img{
  min-height: unset !important;
  width: 42px !important;
}

.download-btn{
  width: 13px !important;
  min-height: unset !important;
  position: relative;
  top: -1.6px;
}

#video-gallery #payer-thumbnails .player-src:hover .download-btn{
  transform: unset !important;
}


#connect {
  margin-bottom: 80px;
}

#connect h1 {
  font-size: 42px;
  font-family: catamaran-medium;
  margin-bottom: 30px;
  color: #111D58;
}

#connect input[type="text"], #connect input[type="email"], #connect textarea  {
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #eaeaea;
}

#connect input[type="text"]:focus, #connect input[type="email"]:focus, #connect textarea:focus  {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #111D58;
}

#connect .v-hidden {
  visibility: hidden;
}

#connect .label, #connect label {
  font-size: 20px;
}

#connect form .form-group-1 {
  margin-bottom: 30px;
}

#connect form .phone-method-1 .form-control-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#connect form .phone-method-1 .check-box-1 {
  margin-right: 20px;
  font-size: 18px;
  min-width: 150px;
}

#connect form .phone-method-1 input[type='checkbox'] {
  margin-right: 10px;
  font-size: 18px;
}

#connect form .phone-method-1 .checkbox-input-1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#connect form #submit-btn {
  background: #111D58;
  padding: 10px 30px;
  padding-top: 13px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.5;
  border-radius: 3px;
  letter-spacing: .3px;
  cursor: pointer;
}

#connect form #submit-btn:hover {
  background-color: #009345 !important;
}

#login {
  background-color: #f2f2f2;
  padding: 30px 0px;
}

#login .btn-submit {
  background-color: #111D58;
  color: #ffffff;
  padding: 10px 20px;
  padding-top: 10px;
  border-radius: 3px;
  margin-bottom: 0px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
margin-top:0;
}

#login .btn-submit:hover {
  background-color: #009345 !important;
}

#login form {
  max-width: 660px;
  margin: 0px auto;
  width: 100%;
}

#login form label {
  font-size: 18px;
}

#login form input {
  margin-bottom: 0px;
  height: 42px;
}

#login form input:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #111D58;
}

#login form #text, #login form #pwd {
  margin-right: 30px;
}

#footer {
  background-color: #f2f2f2;
  padding: 30px 0px;
  text-align: center;
}

#login-popup .modal-title {
  text-transform: uppercase;
}

#login-popup .remember-label {
  vertical-align: middle;
  line-height: 1.8;
}

#login-popup .close:focus {
  outline: none;
}

#login-popup .login-btn {
  background: #193866;
  padding: 10px 30px;
  padding-top: 12px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.5;
  border-radius: 3px;
  letter-spacing: .3px;
  cursor: pointer;
  text-transform: uppercase;
}

#login-popup .login-btn:hover {
  background-color: ##111D58 !important;
}

@media only screen and (max-width: 992px) {
  .label, label {
    margin-bottom: 20px;
  }
  .d-n {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #login label, #login input {
    width: 100%;
    text-align: left;
    display: block;
  }
  #login label {
    margin-bottom: 15px;
  }
  #login input {
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  #connect form .phone-method-1 .check-box-1 {
    min-width: 100px;
  }
  #primary-header .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #primary-header #logo {
    /* margin-bottom: 20px; */
  }
  #primary-header .login, #primary-header #logo {
    text-align: center;
  }
  #primary-header .login-btn {
    padding: 10px 25px !important;
  }
}



.playlist--list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 0.95;
  color: #565d64;
}
.playlist--list li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #dbe3e8;
  border-top: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.playlist--list li:first-child {
  border-top: 1px solid #dbe3e8;
}
.playlist--list li:hover {
  background-color: #a9b5ef;
  color: #ffffff;
}
.playlist--list li.active {
  background-color: #ffffff;
  color: #565d64;
}


ul.playlist--list {
  height: 350px;
  overflow: scroll;
  border-left: 0;
  border-right: 0;
  border: 1px solid #f5f5f5;
}

li.breadcrumb-item a {
  color: #373f66;
}

.fa-bars{
  color: #ffffff;
}

a.nav-link {
  color: #ffffff !important;
  padding-right: 0 !important;
  padding-left: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
  
.playlist--list img {
  width: 60px;
  margin-right: 20px;
}

img.ban-img {
  margin: 0 auto 50px;
  display: inherit;
}

.nav-item img {
  width: 17px;
  margin-right: 7px;
  margin-left: 10px;
  margin-top: -4px;
}










/* Misc.
================================================== */

.add-bottom { margin-bottom:1rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.hidden { display:none; }

.no-support {
margin:2rem auto;
text-align:center;
width:90%;
}


/* Audio Player Styles
================================================== */

audio {
display:none;
}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:center;
}

#nowPlay {
display:block;
font-size:0;
}

#nowPlay span {
display:inline-block;
font-size:1.05rem;
vertical-align:top;
}

#nowPlay span#npAction {
padding:21px;
width:30%;
}

#nowPlay span#npTitle {
padding:21px;
text-align:right;
width:70%;
}

button.navbar-toggler:focus {
  outline: 0;
}

#plList li {
cursor:pointer;
display:block;
margin:0;
padding:15px 0;
border-bottom: 1px solid #111D58;
}

#plList li:hover {
background-color:rgba(0,0,0,.1);
}

.plItem {
position:relative;
}

.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}

.plNum {
padding-left:21px;
width:25px;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color:#ffffff;
cursor:default !important;
}

#tracks a {
border-radius:3px;
color:#ffffff;
cursor:pointer;
display:inline-block;
font-size:2rem;
height:35px;
line-height:.175;
margin:0 5px 30px;
padding:10px;
text-decoration:none;
transition:background .3s ease;
}

#tracks a:last-child {
margin-left:0;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0,0,0,.1);
color:#ffffff;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}


/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color: #111D58 !important;
border:none;
color:#ffffff;
padding:20px 20px 20px 13px;
width:100%;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
background:rgb(238, 64, 54);
}

.plyr__progress--played,
.plyr__volume--display {
color:rgb(238, 64, 54);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background:rgb(238, 64, 54);
}

.plyr--audio .plyr__progress--buffer {
color:rgb(238, 64, 54);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
  background: transparent !important;
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background: transparent;
}
#video-gallery .plyr__control.plyr__tab-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.plyr--full-ui a {
  font-family: "Font Awesome 5 Free" !important;
}

ul#plList {
  padding: 0;
  margin: 0;
  max-height: 350px;
  overflow-y: scroll;
}

/* Media Queries
================================================== */

@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}

.container.player {
  width: 60%;
  margin-bottom: 80px;
  background: #111D58;
  color: #ffffff;
  padding: 20px;
  box-shadow: -1px 1px 7px #111D58;
}

.plyr__time.plyr__time--current , .plyr__time.plyr__time--duration{
  color: #ffffff;
}

div#tracks {
  overflow: hidden;
  /* margin-top: 30px; */
}

button.plyr__control {
  color: #ffffff;
  background:#111D58;
}

div#tracks a {
  background: #111D58;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 16px;
}

.plyr--audio .plyr__controls {
  background: #11d58 !important;
}


@media only screen and (max-width: 991px){
  ul.navbar-nav.ml-auto {
    margin-top: 25px;
    margin-bottom: 20px;
}

li.nav-item:last-child {
  border-bottom: none;
}
li.nav-item {
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
}

.container.player {
  width: 100%;
}

ul.navbar-nav.ml-auto {
  background: #111D58;
}
}

@media only screen and (max-width: 483px){
  ul.navbar-nav.ml-auto {
    margin-top: 0px;
    margin-bottom: 30px;
}


}



/* The container must be positioned relative: */
.custom-select {
  margin-top: 20px;
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #111D58;}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  height: 38px;
  padding: 0 10px;
  /* margin-top: -7px;
  margin-left: -13px; */
  border-radius: 2px;
  width: 175px;
  line-height: 36px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 14px;
}

.select-selected{
  margin-top: -7px;
  margin-left: -13px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color:#111D58;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99;
  font-size: 14px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

select.select {
  width: 175px;
  background: #111D58;
  color: #ffffff;
  height: 35px;
  line-height: 37px;
  margin-top: 20px;
  font-size: 14px;
  padding-left: 10px;
  border-radius: 2px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(caret-down.svg);
  background-size: 10px 10px;
  background-position: 154px;
  margin-left: 10px;
}

select.select:focus {
  outline: 0;
  box-shadow: none;
}

div#stop {
  background: red;
  cursor: pointer;
  display: inline-block;
}

.play-src-wrapper .player-src {
  padding: 0px 10px 0px !important;
}

 .play-src-wrapper {
  width: 20%;
  /* margin-bottom: 50px; */
  width: 20%;
  padding: 0px 10px 50px;
  position: relative;
  cursor: pointer;
  min-width: 222px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 235px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  /* padding: 0 10px; */
  text-align: center;
} 

@media only screen and (max-width: 472px) and (min-width: 350px) {
  .play-src-wrapper {
    margin: 0 auto;
}

.sec-page #payer-thumbnails .player-src {
  margin: 0 auto;
}
}

@media only screen and (max-width: 350px)  {
  .play-src-wrapper {
    display: block;
    min-width: 100%;
    width: 100%;
}

.sec-page #payer-thumbnails .player-src {
  display: block;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
}

.dropdown-menu {
    text-align: center;
    z-index: 999;
}

a.dropdown-item .btn-submit {
    background: transparent !important;
    border: 0px solid red;
}

a.dropdown-item .btn-submit:focus{
	outline:0;
	}
	
	form.login-form input {
    margin-right: 33px;
}

#login form {
    max-width: 750px !important;
}

.row1.dashboard p {
    font-size: 24px;
    margin-top: 35px;
}

.row1.dashboard td:empty{
	display:none;
	
	}
	
	
.row1.dashboard	th {
    background: #111D58;
    color: #ffffff;
}

.custom-form-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.custom-form-row label {
    display: inline-block;
    float: left;
	width: 35% ;
	text-align:right;
    margin-right: 20px !important;}
	
	
	.custom-form-row input {
    width: 65% !important;
}

div#login-form h1 {
    color: #111D58;
}

input#submit {
     display: inline-block;
    margin: 0 auto;
    background: #111D58;
    color: #ffffff;
    padding: 7px 30px;
    border: none;
    margin-top: 29px;
}

@media only screen and (max-width: 768px) {
	
	
	.custom-form-row label {
    display: inline-block;
    float: left;
	width: 100% ;
	text-align:left;
    margin-right: 20px !important;}
	
	
	.custom-form-row input {
    width: 100% !important;
}
	
	
	}


ul.pagination-reports {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 20px;
}

a.page-link {
    color: #111D58;
}


input#current-page-selector {
    border: none;
    color: #111D58;
    width: 17px;
    height: 10px;
}

.dropdown-menu-1 {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0px 1px #dddddd;
    width: max-content;
    text-align: center;
    padding: 7px;
    border-radius: 2px;
    display:none;
}


/* li.nav-item.dropdown:hover .dropdown-menu-1{
display:block !important;
} */

.contact-page{
min-height:68vh;
}

.table-row.row1.dashboard button, button.contact-detail-btn {
    box-shadow: none;
    outline: 0;
    background: #111D58;
    color: #ffffff;
    padding: 9px 20px;
    border: 0;
    float: right;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}


button.contact-detail-btn {
margin-bottom:20px;
}
.table-row.row1.dashboard p{
display: inline-block;
}

.questions-row {
position:relative;
padding-left:60px;
       margin-bottom: 35px;
    padding-top: 35px;
    border-top: 1px solid #efefef;}

p.question {
    font-size: 20px;
    font-weight: 500;
}

.questions {
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;}


.questions span {
    display: flex;
 
    align-items: center;
cursor:default;
    margin: 5px 0;
}

textarea#comment {
    width: 100%;
    height: 100px;
    border-radius: 3px;
    background: #f8f9fa;
    border: 1px solid #ddd6;
padding:15px;
}
.questions span input {
    margin-right: 10px;
}

#submit-quz{
background-color: #111D58;
    color: #ffffff;
    padding: 10px 20px;
    padding-top: 10px;
    border-radius: 3px;
    margin-bottom: 0px;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
    margin-top: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #193866;
}


form.quiz-form {
    margin-bottom: 10px;
}
select#select-quiz {
    margin-bottom: 35px;
}

.row.quiz-start-row {
    margin-bottom: 70px;
    padding: 20px 10px 30px;
   border: 1px dashed #c8c8c8;
    display: flex;
    justify-content: center;

}


a.view-more.quiz-more {
    width: 250px;
    text-align: center;
    /* padding: 15px; */
    height: 50px;
    line-height: 39px;
    font-size: 20px;
    /* margin: 0 auto; */
}

.row.quiz-form-row {
        padding: 30px 30px;
    box-shadow: 0 0 20px #1938660d;
    margin-bottom: 90px;
    margin-top: 90px;}

.quiz-form-row h1{
margin-bottom:30px
}


.form-contain {
    background: #19386608;
    padding: 30px;
    margin-bottom: 30px;
}

section#quiz-form {
    min-height: 100vh;
}

span.question-count {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    background: #f8f9fa;
    text-align: center;
    position: absolute;
    top: -1px;
left:0;
}

a.nav-link.quiz-more {
    background: #ffffff;
    color: #193866 !important;
    margin-left: 15px;
    padding-right: 18px !important;
    line-height: 20px;
    height: 32px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 5px #ffffff73;
}

svg.svg-inline--fa.fa-download.fa-w-16 {
    color: #193866;
    margin-left: 20px;
}




.book-galery {
  justify-content: center !important;
}

img.pdf-img {
  min-height: 60px !important;
  object-fit: contain !important;
}

.pdf-galery .video-title a {
  text-align: center;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.wrapper-div {
    margin: auto;
    height: 100px;
    padding: 2px 16px;
    display: table;
}
.myButton1 {
  background-color: #111D58;
  margin: 5px;
  display: block;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
  padding: 25px 50px;
	text-decoration: none;
}

.myButton2 {
  background-color: #EE4036;
   margin: 5px;
   display: block;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 50px;
	text-decoration: none;
}

.myButton3 {
  background-color: #009345;
    margin: 5px;
    display: block;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 50px;
	text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.btn-default{
  background-color: #111d58 !important;
  border: 0 !important;
  padding: 10px 20px;
}
.btn-default:focus{
  box-shadow: inherit;
}


.quiz-container {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.quiz-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.quiz-header h2 {
  color:#111d58;
  margin-bottom: 20px;
}
.quiz-ans-header h2 span {
  background: #e9ecef;
  padding: 00 30px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  
  .quiz-header {
    text-align: center;
  }
  .quiz-ans-header h2 span {
    margin-left: 0;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}
}
.quiz-from .quiz-container:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.quiz-container .form-group {
  margin: 14px 0;
  padding-left: 45px;
  font-weight: 500;
}

.quiz-container input[type="radio"] {
  display: none;
}

.quiz-container label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.quiz-container label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.quiz-container label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #111d58;
  border: 2px solid #111d58;
  border-radius: 50%;
  top: 50%;
  left: -35px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.quiz-container input[type="radio"]:checked + label::before {
  border-color: var(--primary-color);
}

.quiz-container input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

.btn-defualt {
  background: #111D58;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 24px;
  border-radius: 3px;
  letter-spacing: .3px;
  cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #111d58;
}
li.nav-item {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-left: 20px;
    margin-top: 10px;
  }
  .dropdown-item {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .dropdown-menu-1 {
    position: relative;
    left: 0;
    background: #111d58;
    box-shadow: none;
    width: 100%;
    border: 0;
  }
  .dropdown-item {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin: 5px 0;
    padding: .25rem 2rem;
  }
  .dropdown-item form input {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding: 0;
  }
  .dropdown-item form input:hover {
    color: #111d58;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-brand {
    width: 230px;
  }
  .navbar-brand #logo img {
    width: 100%;
  }
  ul.navbar-nav.ml-auto {
    margin-top: 25px;
    margin-bottom: 10px !important;
  }
}



.bible-select-section {
  background: #f2f2f2;
}
.bible-select-section h4,
.bible-select-section h5 {
  margin-bottom: 10px;
}
.bible-select-section select.select {
    /* margin: 0 auto; */
    margin: 0;
    min-width: 280px;
    background-position-x: calc(100% - 10px) !important;
    background-position-y: center !important;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 22px;
    height: 45px;
    display: block;
    background: #f8f9fa;
    color: #111D58;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    background-image: url(caret-down-blue.svg);
    background-size: 12px;
    background-repeat: no-repeat;
}
.bible-select-section .pdf-btn a {
  background: #111D58;
  padding: 10px 30px;
  padding-top: 13px;
  color: #ffffff !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 2px;
  cursor: pointer;
  width: 280px;
  min-width: 280px;
  height: 45px;
  /* margin: 0 auto; */
  margin-left: 0;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}
.bible-select-section .pdf-btn a:hover {
  background-color: #009345 !important;
}
.bible-select-section .pdf-btn a i {
  line-height: 1.5;
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .bible-select-section h4,
  .bible-select-section h5 {
      min-height: 50px;
  }
  .bible-select-section select.select,
  .bible-select-section .pdf-btn a {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .bible-select-section select.select,
  .bible-select-section .pdf-btn a {
      min-width: 100%;
  }
  .bible-select-section .pdf-btn {
    display: flex;
  }
}



/* Landing Page */
#connect {
  margin-bottom: 50px;
}
#connect h1 {
  margin-bottom: 25px;
}
#connect form .form-group-1 {
  margin-bottom: 15px;
}
#connect form #submit-btn, input#submit-btn {
background: #111D58;
padding: 10px 30px;
padding-top: 13px;
color: #ffffff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
line-height: 1.5;
border-radius: 3px;
letter-spacing: .3px;
cursor: pointer;
text-transform: uppercase;
}
#connect form .phone-method-1 .check-box-1 {
margin-bottom: 0.6rem;
}
button.btn-lg.btn-submit, a.btn-lg.btn-submit {
background: #111D58;
border: 2px solid #111D58;
padding: 10px 30px !important;
padding-top: 13px;
color: #ffffff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
line-height: 1.5;
letter-spacing: .3px;
cursor: pointer;
min-width: 100%;
}
button.btn-lg.btn-submit:hover, a.btn-lg.btn-submit:hover {
background: #ffffff;
border: 2px solid #111D58;
color: #111D58;
}
.btn-sec-bg {
background: url(./img/church-bg.jpg) no-repeat rgba(17,29,88, 0.9);
background-size: cover;
background-blend-mode: darken;
}
.btn-box {
background: #ffffff;
border: 2px solid #ffffff;
color: #111D58 !important;
padding: 25px !important;
color: #ffffff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
line-height: 1.5;
letter-spacing: .3px;
cursor: pointer;
min-width: 100%;
}
.btn-box:hover {
background: #111D58;
border: 2px solid #ffffff;
color: #ffffff !important;
}
a.btn.btn-lg.btn-box {
/* display: flex;
justify-content: space-between;
align-items: center; */
}
.btn-box-left {
margin-bottom: 10px;
}
.btn-box-right {
/* display: flex;
flex-direction: column;
align-items: end; */
}
.btn-box-right .box-link-title {
text-transform: uppercase;
font-weight: 600;
}
.connect-box {
background: #fafafa;
padding: 50px;
}
.connect-box textarea#comment {
background: #ffffff;
}
.mb-30px {
margin-bottom: 30px !important;
}
@media (max-width: 992px) {
.md-full-w-sec {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.connect-box {
  padding: 30px;
}
}

.navbar-brand {
  width: 170px;
}
button.navbar-toggler {
  color: #fff;
  font-weight: 600;
}
.navbar-brand #logo img {
  max-width: 100%;
}
/* @media (min-width: 1024px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
} */
@media only screen and (max-width: 480px) {
  .navbar-brand {
      width: 172px;
  }
  .navbar-toggler {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  a.nav-link {
    font-size: 15px;
  }
}
