@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{  font-family: 'Dancing Script', cursive; 
overflow-x: hidden; 
background-color: #fff;
color: #ed1c24;
position: relative;
}
html {
  scroll-behavior: smooth !important;
}

.dropdown:hover>.dropdown-menu {
 display: block;
     padding: 0px;
}
.header {
    background-image: url(../img/aaa.png);
    background-repeat: no-repeat;
    height: 120px;
    position: relative;
    background-size: cover;
}
:focus {
    outline: 1px dotted;
    outline: none;
}
.header {
    background-color: #212529;
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    align-items: center;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://i.gifer.com/ZZ5H.gif') 50% 50% no-repeat rgb(249,249,249);
  background-size: 10%;
}
.search-container {
    margin-top: 10px;
}
.sidenav {
  height: 100%;
  width: 0;
     position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    box-shadow: 5px 10px 18px rgba(0,0,0,0.3);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #002a55;
    display: block;
    transition: 0.3s;
    position: relative;
}
.pls {
    position: absolute;
    right: 12px;
    top: 13px;
}
.sidenav i {
    margin-right: 12px;
    color:  #002a55;
}

.sps {
    background-image: linear-gradient(to right, #012b55, #032f5b, #053361, #083867, #0b3c6d);
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
}
.sps:hover{
    background-image: linear-gradient(to right, #02111f, #061420, #0a1622, #0d1923, #101b25);
}
.menus {
    display: block;
    font-size: 10px;
    position: initial;
}
.sidenav a:hover {
    background-color: #082b46;
    color: #fff;
}
.sidenav a:hover i{
    color: #fff;
}
.top-right a:hover{
    background-color: transparent;
}
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    margin-left: 50px;
    padding: 6px;
    line-height: 15px;
    color: #212529;
    z-index: 9999999;
}
.top-right a i:hover{
    background-color: #082b46;
}
a.logs {
    background-color: #082b46;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 15px 0px;
}
a.logs i{
    color: #fff;
}
a.logs:hover{
    background-color: #082b46;
    color: #fff;
}
.sidenav h4 {
    color: #ed1c24;
    padding: 15px 8px 8px 32px;
    font-size: 20px;
    font-weight: 600;
}
.top-right a i {
    color: #fff;
    background-color: #002a55;
    padding: 6px 8px;
    border-radius: 6px;
    margin: 0px 4px;
    font-size: 17px;
}
.top-right a {
    padding: 0px 4px;
}
.top-right {
    display: flex;
    padding-left: 32px;
}
.search-container input[type=text] {
    padding: 3px 20px;
    font-size: 14px;   
    border-radius: 20px;   
    width: 90%;
        border-color: #002a55;
}
.search-container button {
    float: none;
    background: transparent;
    margin-right: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 3px;
}
.search-container form {
    position: relative;
    padding-left: 32px;
}
#myBtn {
  display: none;
     position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 4px;
}
button#myBtn i {
    background-color: #6b130df5;
    padding: 10px;
    font-weight: 100;
    border-radius: 44px;
}
#myBtn i:hover {
  background-color: #555;
}
.slider {
    width: 100%;
    margin: 10px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}
.items-slide{
    position: relative;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.border-both-red:before, .border-both-red:after {
    background-color: #002a55;
}
.border-both:before {
    margin-left: -30px;
}
.border-both:before, .border-both:after {
    position: absolute;
    content: "";
    height: 5px;  
    width: 15px;
    top: 60%;
}
.border-both:after {
    margin-left: 13px;
}
.heads {
    position: relative;
    color: #212529;
    width: 100%;
    text-align: center;
    padding: 30px 20px 10px;
    font-weight: 600;
    font-size: 40px;
}
a.view {
    position: absolute;
    right: 3%;
    top: 40%;
    color: #ed1c24;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.p-img img{
        width: 100%;
    height: auto;
    min-height: 96px;
    min-width: 96px;
}
.p-img p a{
     color: #002a55;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}
.p-img p {
    margin: 8px 0px;
    text-align: center;
    width: 100%;
}
.greys {
    background-color: #f7f7f7;
    padding-bottom: 30px;
}
.played {
    padding-bottom: 30px;
}
.footer{
    background-color: #212529;
    padding: 20px 0px;
}
p.cps {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}
.p-img a img {
     opacity: 0.7;
    transition: .5s;
}
.p-img a:hover img {
      opacity: 1;
}

/*-------*/
.how{
 background-color: #a21309;
}
.how h2 {
    color: #fff;
    padding: 130px;
    font-weight: 600;
    text-align: center;
}
.color-primary {
    color: #f44336;
}
.howt-cts {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
     0 3px 1px -2px rgb(0 0 0 / 20%),
      0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
.howt-cts p {
    color: #757575;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.hows {
    margin-top: -91px;
    z-index: 99999999999;
}

.faq p {
    text-align: center;
    color: #fff;
}
.faq h2 {
    color: #fff;    
    font-weight: 600;
    text-align: center;
}
.faq {
    background-color: #a21309;
    padding: 130px;
}
.faq p a {
    color: #fff;
    font-weight: 600;
    margin: 0px 6px;
}
.faq1{
    padding: 30px 0px;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-default>.panel-heading {
    color: #555555;
    background-color: #f5f5f5;
    border-color: #dddddd;
    padding: 15px;
    margin: 10px 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}
.accordion .fa {
  margin-right: 0.5rem;
  color: #212121;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}
div#accordionExample {
    width: 100%;
}
button.btn.btn-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    color: #212121;
    font-weight: 600;
}
.card-body {
    padding: 10px 35px;
}
.card-body p {
    color: #212121;
}
.cont-form{
   box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
input.sbts {
    background-color: #a21309;
    color: #fff;
    border: initial;
    padding: 8px 25px;
    border-radius: 3px;
    margin-top: 15px;
}
input.sbts:hover {
    background-color: #212529;
    cursor: pointer;
}
.frmss label {
    color: #a21309;
    font-weight: 600;
    font-size: 16px;
}
.frmss {
   margin-bottom: 20px;
}
.leader{
    padding: 30px 0px;
}
.tabs-cts {
    text-align: center;
}
.tabs-cts p {
    color: #757575;
    margin-bottom: 0px;
    font-size: 20px;
}
a.nav-item.nav-link {
    color: #757575;

}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #a21309;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
     color: #fff;
    background-color: #a21309;
    border-color: #dee2e6 #dee2e6 #fff;
}
.table-responsive {
    display: inline-table;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    text-align: center;
    color: #757575;
}

