/*----------- logo font -----------------*/
@font-face {font-family: "Freehand 471 BT W07 Regular";
  src: url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.eot"); /* IE9*/
  src: url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.woff") format("woff"), /* chrome、firefox */
  url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/freehandBT471/Freehand-471-BT-W07-Regular.svg#Freehand 471 BT W07 Regular") format("svg"); /* iOS 4.1- */
}
/*----------- logo font -----------------*/

.mainwrapper {
  max-width: 1920px;
  margin:0px auto;
}

body {
  background-color: #151515;
}

h1 {
 /* font-family: 'Clicker Script', cursive;*/
}

h3, h4 {
  font-family: 'Roboto Slab', serif;
}

h5, h6 {
  font-family: 'Roboto', sans-serif;
}

ol, ul {
	list-style: none;
}

.img-spacer {
  width: 100%;
  height: 100%;
}

.light-color1 {
  color: #f1f1f1;
}
.light-color2 {
  color: #e6e6e6;
}
.dark-color1 {
  color: #3b3b3b;
}
.dark-color2 {
  color: #202020;
}

.red-dark {
  color: rgba(66, 19, 10, 1);
}

/*------------------------ buttons ----------------------*/
.previous-light-button {
    color: #f1f1f1;
    font-size: 0.875rem;
    margin: 25px 0;
    display: inline-block;
}
.previous-light-button:hover {
    color: #f1f1f1;
}

.btn-outline-primary {
  border: 1px solid #2b0b05;
  color: #2b0b05;
  background-color: transparent;
  background-image: none;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-outline-primary:hover {
  border: 1px solid #2b0b05;
  color: #fff;
  background-color: #2b0b05;
  background-image: none;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none !important;
}
.btn-outline-primary span {
  padding-left: 20px;
}

/*------------------------ buttons ----------------------*/

/*------------------------ section headings ----------------------*/
 .align-center {
    text-align: center;
 }
 .align-left {
    text-align: left;
 }
 .align-right {
    text-align: right;
 }
 .section-heading1 h3{
    font-size: 2.1875rem;
    font-family: 'Roboto Slab', serif;
    width: 100%;
    padding: 15px 0 10px 0px;
 }
 .section-heading1 h4{
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 0px 0 50px 0;
 }
 .section-heading1 p{
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 10px 0px;
 }
/*------------------------ section headings ----------------------*/
/*------------------------ nav bar ----------------------*/

.navbar-dark .navbar-brand.logo-font {
  font-family: 'Freehand 471 BT W07 Regular', cursive;
  color: #f4ad19;
  font-size: 1.375rem;
  padding-left: 1.2rem;
}

.navbar-dark .navbar-brand span {
  padding-left: 10px;
}

.logo-img {
  width: 39px;
  height: 39px;
}

.bg-dark {
  background-color: rgba(52, 58, 64, 0)!important;
  transition: padding 0.1s linear;
  padding-bottom: .3rem;
}

.navbar-shrink.bg-dark {
  background-color: rgba(66, 19, 10, 1)!important;
/*  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);*/
  transition: padding 0.1s linear;
  padding-bottom: .5rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  font-family: 'Roboto', sans-serif;
}
/*------------------------ nav bar ----------------------*/

/*------------------------ footer ----------------------*/
footer {
  padding: 50px 0;
  background-color:#42130a;
}
footer h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #f5b957;
}
footer a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: rgba(255,255,255,.75);
}
footer a:hover {
  color: rgba(255,255,255,1);
}
footer a span {
  padding: 0px 10px 0px 5px ; 
}
footer ul {
  padding:0px 0 10px 0;
}
footer .followus-icons li {
  display: inline-block;
}
footer .followus-icons a span {
  font-size: 1.25rem;
  color: rgba(255,255,255,.75);
}
footer .followus-icons a:hover span {
  font-size: 1.25rem;
  color: rgba(255,255,255,1);
}
footer .footer-comp-name {
  font-family: 'Freehand 471 BT W07 Regular', cursive;
  color: #f4ad19;
  font-size: 1.2rem;
  padding-left: 1.2rem;
}
footer .footer-comp-prod {
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  color: rgba(255,255,255,.75);
  padding: 0px;
  margin: 0px;  
}
footer .footerleft-col {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
footer .footerright-col, footer .footerright-col h4 {
  padding-left: 0px;
}
footer .logo-img {
  width: 49px;
  height: 49px;
  margin: 0px auto;
}
.footer-logo {
  padding-top: 20px;
}
/*------------------------ footer ----------------------*/

/*------------------------ layout ----------------------*/
.topMargin1 {
  margin-top: 30px;
}
/*------------------------ layout ----------------------*/

/*------------------------ form ----------------------*/
.form-control {
  border-radius: 1rem;
}
/*------------------------ form ----------------------*/
.video-container{
    width:100% !important;
    height:auto !important;
}

.video_desc{
    font-size : 0.9rem;
    margin-bottom:1.5rem;
}

.video_title{
    font-size : 0.9rem;
}

.main-video-title{
    padding : 10px 0 0 0;
}
.main-video-description{
    padding-bottom: 15px;
}



/*------------------------ top nav bar ----------------------*/

.white-bg-rate {
  background-color: #ffffff;
  transition: padding 0.1s linear;
  padding-top: 0%;
  padding-bottom: 0%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.navbar-shrink.white-bg-rate {
  background-color: #ffffff;
  transition: padding 0.1s linear;
}

/*------------------------top nav bar ----------------------*/