*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box !important;
	/* transition: 0.5s all; */
}
.container-header{
    width: 100%;
 

}

/*#bgimag:url("image/background.jpg")*/

#loading {
  width: 100vw;
  height: 100vh;
  background: #212529;
  position: fixed;
  z-index: 1000;
  display: grid;
  place-items: center;
}
.loader {
  width:10rem;
  height:10rem;
  position: relative;
 }

.spin {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border-right: 0.3rem solid #da6140;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}
.loader h2{
    position: absolute;
    top: 10%;
    left: 8%;
    color: #fff;
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.centerheading
{
  background-color: #AE4747;
  color: #fff;
  position:relative;
  text-align: center;
  margin-inline-start: auto;
  font-size: large;
  
}


body{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	background:#fff;
	color:#000;	
}

/* .bg-img{
    background-image: url("../img/slider.png");
    background-color: transparent; 
    height: 680px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
} */

.logo{
    width: 100%;
    height:auto;
    position:center;
    

}
.course-step title
{
 text-align: center;
 
}
.topnav {
    overflow: hidden;
    background-color:#AE4747;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .mtab{
    display: none;
  }
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background:#AE4747;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color:#AE4747;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color:#AE4747;
    color: white;
  }
  .Moduletitle{
    color:#ffffff;
  }
  .btn-btn-red-video-btn{
    font-size:10px;
    background-color: #AE4747;
    color: #ffffff;
  }
.modal-dialog {
    /* min-height: calc(100vh - 60px); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    {padding:auto;}
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  
}
.btn-blue
{
    text-align:justify;
}
.text-headline
{
 font-family:Taviraj;
 font-weight: bolder;
 margin-top:35px; text-align: center; font-size:40px;
}
.bg-box2{
    background-color:#AE4747;
    width: 100%;
    text-align: center;
    margin: 5px auto;
    color: #fff;
    padding: 20px;
}
.topheading{
    background-color:firebrick ;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.bg-box2 span{
    font-weight: 600;
    font-size: 18px;
}
.bg-box2 .logout-btn{
    font-size: 20px;
    color:#f1e8e8;
}


.btn-box{
    font-family:Arial, Helvetica;
    margin:30px;
    height: 50px;
    display: flex;
  
     
    
} 
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

.bg-img {
    background: linear-gradient(rgba(200,193,193,.7),rgba(166,163,163,.7)),url("../img/Backgrond.png");
    
    background-size:auto;
    /* height: 1080vh; */
    height: -1%;
    /* background: rgba(76, 175, 80, 0.3); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }
  .text-header{
    text-align:center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: large;

  }
  .text-center2{
    text-align:center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: large;
    color:#fff;
  }

  .imgItem{

    display: inline-block;
    margin: 10px;
}
.imgContainer{
    display: flex;
}
  .arial-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 100%;
    transform: translate(-100%);
    color: #fff;
  }

  
  /* .pt sans-text {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #2f549b;
    color: white;
  } */


.btn-red{
    background-color: #AE4747;
    position:sticky;
    color: #fff;
    border-radius: 10px;
    padding:10px;
    display: inline-block;
    width: 130px;
    border: 1px solid #fff;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
}

.close-btn{
    padding: 10px;
    outline: none;
    display: inline-block;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #c2262a;
    color: #fff;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
}
.h1-1{
    text-align: center;   
      }

.abt{
    margin-top: 50px;
    margin-bottom: 50px;
}

.abt p{
    text-align: justify;
    font-size: 17px;
    color:#000;
    opacity:75%;
}

.bg-img2{
    background-image: url("../img/bg-img.png");
    opacity:100%;
    background-position: center;
    background-size: cover;
    padding: 60px 30px;
}

.bg-img2 p{
    color:rgb(75, 73, 73);
    font-weight: 600;
    opacity:100%;
}
.paragraph{
    font-size:50px;;
    margin: 25px;
    height: auto !important;
    margin-top:-20px;
    text-align:justify;
}
.course-steps{
    /*background-color:rgb(253, 253, 253);*/
    padding: 20px;
    margin: 10px auto;
    font-size: large;
    width:100%;
    color:black;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.course-steps ul{
    padding-left: 20px;
}



.txt{
    text-align:center;
    padding: 40px;
}
.myBtn{
    width:30%;
    display:block;
    margin: auto;
}

.footer{
    background-color:	#AE4747;
    padding: 5px 10px;
    text-align: center;
}

.footer a {
    text-align: center;
    color:#fff;
    text-decoration: none;
}
.modal-footer .log-btn {
    color: #fff;
    background-color:	firebrick;
    border-color: 	firebrick;
    padding: 7px 25px;
    border-radius: 50px;
    text-decoration: none;
}


/* Registartion Form */
.registration-modal{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    align-items: center;
    justify-content: center;
}

.modal-registration {
    width: 80%;
    position: relative;
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.registration-header{
    background-color:#ffffff;
    color:#e31e24;
    text-align: center;
    padding:5px;
    position: relative;
}

.registration-body{
    margin: 20px;
}

/* Login Form */


.login-modal{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.modal-login {
    width: 33%;
    position: relative;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
}

.login-header{
    background-color:#ffffff;
    color:#e31e24;
    text-align: center;
    padding:5px;
    position: relative;
}

.login-body{
    margin: 20px;
}
.Login-btn  {
    padding: 10px;
    outline: none;
    display: inline-block;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #c2262a;
    color: #fff;
    width: 80px;
    text-align: center;
    text-transform: uppercase;

}

.gene{
    color:	#e31e24;
    font-weight: 600;
}

.top{
    color:#e31e24;
    font-weight: 600;
}

hr{
    border: 1px solid 	firebrick;
    opacity: 1;
}

.red{
    color: red;
}

.form-control{
    border:1px solid firebrick;
    padding:0px 7px;
    font-size: 96%;
}

.form-select{
    border:1px solid firebrick;
    padding:0px 7px;
    font-size: 96%;
}

.form-control:focus,.form-select:focus{
    box-shadow: none;
}

.form-label {
    margin-bottom: 5px;
    font-size: 80%;
}

.close{
    position: absolute;
    right: 2%;
    top: 24%;
    color: firebrick;
    border: none;
    background: none;
}

/* Module-page */
header{
    width:100%;
    height:auto;
}
.header-img {
    background-image: url(../img/page-header.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

.dashboard-header {
background-image: url(../img/dashboard.png);
position: relative;
background-size: 100% 100%;
background-repeat: no-repeat;
}

  .heading{
      position: absolute;
      top:0px;
      color:#fff;
      text-align: c enter;
  }
  .header-txt {
    text-align: center;
    position: absolute;
    /*top: 30%;*/
    /*right: 0%;*/
    color: white;
  }
  .head-txt{
      color:#fff;
      font-size:230%;
      font-weight: 600;
     position: absolute;
     top:10%;
     right:38%;
  }
  .submit-btn
  {
    padding: 10px;
    outline: none;
    display: inline-block;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #c2262a;
    color: #fff;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
  }

  .module-heading{
      color: #c2262a;
      text-align: center;
      font-weight: 700;
  }

  .container-timeline{
      width:100%;
      position: relative;
      top:10%;
  }

    .container-timeline .timeline-container{
        width: 70%;
        position: relative;
        margin: 0px auto;
    }
    .container-module{
        width:100%;
        margin: 20px 40px;
        position: relative;
    }
    .module-header{
        background-color:#c2262a;
        padding: 5px;
        color:#fff;
        display: flex;
    justify-content: space-between;
    }
    .end{
        text-align:center;
    }

    .triangle-left{
        width:0;
        height:0;
        border-top: 19px solid transparent;
        border-right: 25px solid #c2262a;
        border-bottom: 15px solid transparent;
        position: absolute;
        top: 0px;
        left: -25px;
    }

    .timeline-container::after {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #c2262a;
        top: 0;
        bottom: 0;
        left: -10px;
        margin-left: 0px;
      }

      .container-module::after{
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        left: -64px;
        background-color: white;
        border: 1.5pt solid #c2262a;
        top: 8px;
        border-radius: 50%;
        z-index: 1;
      }

      .module-section{
        border: 1px solid #c2262a;
        top: -10px;
        position: relative;
        width: 100%;
        margin: 0px auto;
        padding: 10px;
      }
	  
	  .boder{
		  border-bottom:1px solid firebrick;		  
	  }

      .module-btn{
          border: 1px solid firebrick;
          border-radius: 50px;
          padding:5px;
          color: firebrick;
          width: 100px;
          background: #fff;
          font-size: 15px;
      }

      .module-no{
        position: absolute;
        left: -53px;
        top: 13px;
        z-index: 12;
      }
      .Mystyle2{
        display: none;
    }

      .question-section{
          width:100%;
          background-color: #c2262a;
          display: block;
      }

      .video-sec{
          width: 100%;
          height:350px;
      }

      .My_style2{
        display: none;
      }

      .My_ques_2{
        display: none;
      }
      .Vid_Style3{
          display: none;
      }
 
 
   .question-holder{
        padding: 15px 20px;
        background-color:#AE4747;
        color: #ffffff;
        margin: 10px;
        border-radius: 10px;
   }

    .question{
        font-size: 18px;
        font-weight: 600;
    }

    .question-holder ul{
        list-style-type: none;
        padding-left: 0px;
    }
    .question-holder ul li{
        margin:10px 0px;
    }


    .hint{
        color:#fff;
        text-decoration: none;
        float: right;
    }

    .hint:hover{
        color:#fff;
        text-decoration: none;
        float: right;
    }


    .module_btn button{
        background: none;
        border: none;
        
    }
    .icon-style{
        background: none;
        border:none;
        color:#fff;
        float: right;
    }
    .iamg-footer{
        color:#fff;
    }
    @media(max-width:425px) {
        .modal-login {height: 53vh; width:45%;}
        .p-1{height: 60px;width: 100px;}
        .tab{
            padding: 10px;
            text-align: center;
            background-color: #AE4747;
            color:#ffffff;
            font-size: 16px;
            border-radius: 0 !important;
            border: solid 2px white;
        }
        .dtab{
            display: none;
        }
        .mtab{
            display: block;
          }
    
    }


@media (max-width: 768px){
    .modal-login {height: 53vh; width:45%;}
    .p-1{position:static;height: 130px;width: 180px;}
    .tab{
        padding: 10px;
        text-align: center;
        background-color: #AE4747;
        color:#ffffff;
        font-size: 16px;
        border-radius: 0 !important;
        border: solid 2px white;
    }
    .dtab{
        display: none;
    }
    .mtab{
        display: block;
      }
    
    }

.text-title{
    margin-top: 35px;
    text-align: left; 
    font-size:30px
}

@media (max-width: 576px) {
.paragraph{
    font-size:50px;;
    margin: 25px;
    height: auto !important;
    margin-top:-20px;
    text-align:justify;
}

    .text-title{margin-top:3px;width:auto;}
    .text-headline{height:6px; font-size:22px;}
    .bg-img{height: 100% !important;}
    /*.bg-img{height: 328vh;}*/
    .p-1{width:100%;height:100%;text-align: center;}
    .h2-text-title{width: 30px;height: 30px;}
    .imgContainer{width:60px;}
    .ptsans-text{width:60%;}
    .btn-red{width: 100px;}
    .close-btn{width: 100px;}
    .sumbit-btn{width: 100px;}
    .Ptsans-text h1{font-size: 100%;}
    .modal-registration {height: 85vh;}
    .modal-login {height: 43vh; width:73%;}
    .modal-dialog {
    height: 42vh; width:95%; }
    .video-sec{
        width: 100%;
        height:auto;
    }
    .head-txt {
        font-size: 109%; 
        right:12%
    }

    .header-img{
        height:250px;
    }

    .bg-box2{
        padding:7px;
    }

 }

 .inner-div{
    width: 40vw;
    background: firebrick;
}
.inner-div h2{
    font-size: 150%;
    font-weight: 400;
    margin: 15px 0 40px 0;
}
.inner-div li{
    margin-bottom:15px;
    margin-left: 15px;
    list-style: none;
    font-size: 150%;
}

input{
    cursor: text;
  }
  .sumbit-btn
  {
    padding: 10px;
    outline: none;
    display: inline-block;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #c2262a;
    color: #fff;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
  }
  

#submit:hover {
    background-color:#c2262a(10, 8, 8);
    color:#fff;

}  
 

.icon-size{
      font-size: 24px;
  }

.icon-holder{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.icon-one a{
    color:#fff;
    font-size: 124%;
    margin:0px 8px;
    text-decoration: none;
}

.icon-two a{
    color:#fff;
    font-size: 124%;
    margin:0px 8px;
    text-decoration: none;
}

.icon-three a{
    color:#fff;
    font-size: 124%;
    margin:0px 8px;
    text-decoration: none;
}

.green{
    color:#c2262a;
}

.red{
    color:#e31e24;
}
.p-1 {
    float:inline-end;
    size: adjust 5px;
}

  
.membership-msg{
    background-color: #a7d677;
    color: #c2262a;
    font-size: 120%;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto;
    position: relative;
    width: 50%;
    top: -30%;
    }
    .model-name{
        font: 50px;
        color:#AE4747;
        font-weight:bold;
    }
    
    .msg_holder {
    color: #c2262a;
    font-size: 120%;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    width: 100%;
    display: flex;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1050;
    align-items: center;
    justify-content: center;
    
    }
    .btn-red-video-btn{font-size:13px;}

    .close_btn{
    padding:22px;
    outline: none;
    font-size:112%;
    font-weight: 400;
    display: block;
    margin:auto;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: #c2262a;
    color: #fff;
    }
     
    .close:hover 
    {
    background-color: #c2262a (10,8,8);
    color:#fff;
    }

    
    .error{
        color: red;
    }
    .home-img{
        /*border: 2px solid #212529;*/
        width:100%;
        height:100%;
        
    }
    
    /* ------------- tag-group ---------- */

.tab{
    padding: 10px;
    text-align: center;
    background-color: #AE4747;
    color:#ffffff;
    font-size: 16px;
    border-radius: 40px 40px 0 0;
    border: solid 2px white;
}
.tab-active{
    background-color: #dee2e6 !important;
    color:#AE4747;
}
/* ------------- tag-group end -------- */

    
