html {
  scroll-behavior: smooth; }

* {
  margin:0px;
  box-sizing: border-box;
  max-width: 100%;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11pt;
/*  list-style: none;*/
  line-height: 1.7; 
}

  * a {
    text-decoration: none; 
  }

body {
  margin:0px; 
  background: #fff;
  /* Header For different all services rendered */
  /* Boxes Preview Links */
  /* Start now Links */ 
    
}
  body .__header {
    background-color: #d69212;
    width: 100%;
    color: #021546;
    display:flex;
    align-items: center;
    padding:10px;
  }
    .__header .__navigation{
      width: 100%;
      text-align: center;
    }
   
    .__logo{
      display: flex;
    }

    .__logo img{
      margin: auto 20px;
      width: 150px;
      max-height:46px!important;
    }
    
    
      .__navigation a {
        /* display: inline-block; */
        margin: 0 10px;
        color: #021546;
        font-size: 14px;
        font-weight: 300;
        padding: 2px 40px;
        transition: color 0.5s;
      }
      @media (max-width: 1045px){
        .__navigation a {
          padding: 2px 10px;
        }
      }
      
      .__navigation a:hover {
        color: #fff;
        }
    body .__header .__search {
      margin: .8rem 0 0 0; }
      
      body .__header .__search form {
        display: inline-block; 
      }
      .__primary_search{
      }
        body .__header .__search form .__search-div {
          width: 20rem;
          padding: 5px 10px;
          width: 100%;
          margin-bottom: 15px;
          border-radius: 20px;
          background: #023069; }
          body .__header .__search form .__search-div i {
            color: #fff; }
          body .__header .__search form .__search-div input[type='text'] {
            outline: none;
            border: none;
            padding: 5px;
            background: #023069;
            color: #fff; }
            
            /*fix the wrapping of search submit button on screen size 1200px - 1285px*/
            @media (min-width: 1200px) and (max-width: 1285px){
                .__search-div input[type='text']{
                    width: 68%;
                }
            }
          body .__header .__search form .__search-div input[type='submit'] {
            outline: none;
            border: none;
            padding: 5px;
            background: #fff;
            color: #021546;
            border-radius: 100px;
            cursor: pointer; 
          }

          body .__header .__search form .__search-div input[type='submit']:hover {
            background: #d69212;
            color: #021546; 
          }

        .__login-buttons{
            min-width: 292px;
        }

        @media (max-width: 500px){
          .__login-buttons{
            display: none;
          }
        }

      .__login-buttons li{
          display:inline-block;
      }
      
      .__login-buttons a {
        display: inline-block;
        margin: 5px;
        padding: 5px 30px;
        border-radius: 100px;
        border:1px solid #021546;
        color: #fff;
        background: #021546;
        transition: background 1s;
      }
      
      .__login-buttons a:hover {
        background: #d69212;
      }
      body .__header #myLinks{
        /*display: none;*/
        position: absolute;
        top: 70px;
        left: -250px;
        width: 250px;
        height: 100vh;
        z-index: 999;
        opacity: 0.93;
        padding: 20px;
        background-color:  #021546;
        transition: all .6s ease-out;
      }
      
      body .__header #myLinks .__search{
        width: 100%;
        margin-top: 70px;
        display: none;
      }
      body .__header #myLinks .__search form .__search-div{
        background: #d69212;
        
      }
      body .__header #myLinks .__search form .__search-div input[type='text']{
        background: #d69212;
      }
      body .__header #myLinks .__search form .__search-div input[type='submit']{
        background-color: #021546;
        color: #fff;
      }
      body .__header #myLinks li a{
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        font-size: 13px;
        display: block;
        border-bottom: 1px solid #d69212;
      }
      body .__header #myLinks .__logo{
        margin: 20px 100px;
      }
      body .__header a.icon {
        background:#021546;
        color: #d69212;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        display: block;
        /*position: absolute;*/
        /*left:10px;*/
        /*top: 10px;*/
        z-index: 1000;

      }
      body .__header a.icon i{
        font-size: 30px;
        font-weight: bold;
        color: #d69212;
        margin-left: 12px;
        margin-top: 12px;
      }
  body .__banner {
    height: auto;
    background-image: url(/assets/images/pot-making.jpg);
    background-color: #02154699;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    padding: 50px 20px;
  }
    body .__banner .__banner-text {
      padding: 20px;
      color: white;
      border-radius: 20px; }
      body .__banner .__banner-text h3 {
        font-size: 3rem;
        font-weight: bold; }
      body .__banner .__banner-text hr {
        border: 1px solid #fff;
        width: 30%;
        margin-bottom: 20px; }
      body .__banner .__banner-text p {
        width: 75%;
        margin-bottom: 10px;
        color: #fff; }
      body .__banner .__banner-text .__banner-buttons {
        display: inline-block; }
        body .__banner .__banner-text .__banner-buttons a {
          display: inline-block;
          background: #021546;
          color: #fff;
          padding: 15px 20px;
          border-radius: 100px;
          margin-bottom: 10px;
          box-shadow: 10px 10px 20px rgba(124, 124, 124, 0.7); }
        body .__banner .__banner-text .__banner-buttons a:hover {
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7); }
  body .__banner-base {
    background: #d69212;
    display: flex;
    flex: 1;
    justify-content: space-between; }
    body .__banner-base .__banner-base-inner-flex {
      display: flex;
      flex: 1; }
    body .__banner-base .__base-img {
      width: 100px;
      height: auto;
      margin: 10px; }
    body .__banner-base .__base-text {
      margin-top: 10px; }
      body .__banner-base .__base-text h2 {
        font-weight: 600; }
        body .__banner-base .__base-text h2 span {
          color: #021546; }
    body .__banner-base .__base-button .__start-course {
      background: #021546;
      color: #fff;
      padding: 10px 20px;
      border-radius: 100px;
      display: inline-block;
      margin: 20px 30px 0 0;
      box-shadow: 10px 10px 20px rgba(124, 124, 124, 0.349); }
    body .__banner-base .__base-button .__start-course:hover {
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.486); }
  body .__boxes-header {
    background-color: #021546;
    text-align: center;
    padding: 20px 0;
    color: #fff; 
      
  }
  
  body .__boxes {
    /* max-width: 1000px; */
    /* width: 100%; */
    display: flex;
    flex: 1;
    /*justify-content: space-between;*/
    padding:30px 20px; 
    overflow-x:auto;
  }
  body .__boxes div {
    min-width: 250px;
    margin: 0 10px;
    background: #fff;
    padding: 15px;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
    color: #000; }
  body .__boxes div h2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0; 
    display: flex;
    align-items: center;
  }
  body .__boxes div p {
    /* display: none; */
    /* font-size: 16px; */
    line-height: 25px;
    color: #555353;
    padding: 5px 0;
    /* font-weight: bold; */
    font-family: Arial, sans-serif; }
  body #free {
    background: #04800e;
    color: #fff;
    width: 60px;
    font-size: 12px;
    padding: 1px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
    border-radius: 5px;
    margin-left: 10px; }
  body #paid {
    background: #970303;
    color: #fff;
    width: 60px;
    font-size: 12px;
    padding: 1px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
    border-radius: 5px;
    margin-left: 10px; 
    text-align: center;
  }
  body #preview a {
    display: block;
    text-align: center;
    background-color: #F08E02;
    padding: 5px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
    /* border-radius: 5px; */
    color: #fff; }
  body #start-now a {
    background-color: #021546;
    color: #fff;
    /* border-radius: 8px; */
    padding: 3% 17%;
    text-align: center;
    display: block;
    width: 100%;
    transition: 0.4s ease-in-out; }
  body #start-now a:hover {
    background-color: #0283C0; }
  body #preview a:hover {
    background-color: red;
    transition: 0.5s ease; }

    
                 /* --------------------------TESTIMONY BEGINS --------------------------*/
.mySlides{
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #d69212;
}
.ourtestimonies{
    background: #d69212;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 10px;

}
.ourtestimonies h1{
    font-weight: bolder; 
}
.ourtestimonies hr{
    width: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
.testimonies{
    color: #fff;
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    flex:1;
    justify-content: space-between;

}

.testimonies p{
    font-size: 20px;
    line-height: 25px;
    font-weight: bolder;
    color: #000;
    width: 500px;
    margin-right: 300px;
    padding-top: 15px;
}
.mySlides img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgba(0, 0, 0, 0.7);
    margin-left: 300px;
}

                 /* --------------------------FOOTER BEGINS --------------------------*/
.__footer{
  display: flex;
  justify-content: space-between;
  flex: 1;
  background: #c9c8c8;
  color: #fff;
  padding: 4% 10%;
}
.__footer div{
  width: 20%;
}
.__footer .__logo img{
  width: 200px;   
}
.__footer .__logo p{
  line-height: 30px;

}
.__footer .__footer_about a{
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #aaadad;
  color: #1d1d1d;
  font-size: 14px;
  font-family: 'Times New Roman';
  font-weight: bolder;
}
.__footer .__footer_partnership a{
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #aaadad;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: bolder;
}
.__footer hr{
  width: 50px;
  border: 2px solid #F08E02;
  border-radius: 50px;
}
.__footer a{
  transition: all .5s;
}
.__footer a:hover{
  transform: scale(1.1);
}
.__footer .__social-media a{
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #aaadad;
  color: #1d1d1d;
  font-family: 'Times New Roman';
  font-size: 14px;
  font-weight: bolder;
}
.__footer .__contact-form p{
  line-height: 30px;
  margin: 4% 0;
  color: #000;
  font-weight: bolder;
}
.__footer .__contact-form form input{
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  outline: none;

}
.__footer .__contact-form form input[type='submit']{
  background: #052168;
  color: #fff;
  cursor: pointer;
}

.__footer .__contact-form form input[type='submit']:hover{
  background-color: #021546;
}
.__footer .__contact-form img{
  width: 100px;
}
.required::after{
  content: "*";
  color: #0283C0;
  padding: 2px;
}

.l-heading{
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  color: #052168;
  font-weight: bolder;
}
.__copyright{
  text-align: center;
  background: #021546;
  color: #fff;
  padding: 20px;
}
.__copyright img{
  width: 150px;
}


              /* --------------------------FOOTER ENDS --------------------------*/

.__to-top{
    position:fixed;
    width: 50px;
    height: 50px;
    background: #021546;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    border-radius: 50%;
    box-shadow: 2px 1px 5px #011924;
    cursor: pointer;
    transition: .4s ease-in-out;
}
.__to-top i {
    font-size: 38px;
    position: absolute;
    top: 7px;
    left: 14px;
    color: #F08E02;
  }
  .__to-top i:hover{
    color: #fff;
  }
              /* --------------------------COURSE PREVIEW PAGE STYLE --------------------------*/

.previewcontainer{
    /* margin: 10px 250px 10px 250px; */
    text-align: center;
    
}
.previewcontainer h1{
    padding: 20px;
}

.lecture h4{
    margin-bottom: 20px;
    color: #c51919;
}
.courseoutline{
    text-align: center;
}
.courseoutline h1{
    margin-bottom: 10px;
}
.courseoutline i{
    background: #000;
    padding: 10px;
    border-radius: 10px;
    transition: .4s ease-in;
    color: #fff;
    margin-bottom: 10px;
}
.courseoutline h2{
    font-weight:bold;
    font-size: 14pt;
    /*font-family: Arial, sans-serif;*/
    margin: 5px;
}
.courseoutline p{
    /*font-family: Arial, sans-serif;    */
}
.courseoutline span{
    font-weight:bold;
    color: #c51919;
    /*font-family: Arial, sans-serif;*/
}
.coursemodules{
    display: inline-block;
    /* flex: 1; */
    width: 100%;
    margin: 0 auto;
    /*font-family: Arial, sans-serif;*/
    /* flex-wrap: wrap; */
}
.coursemodules div{
    width: 100%;
    padding: 20px 10px;
    /*font-family: Arial, sans-serif;*/
    border-right: 1px dotted #677;
    margin: 10px auto;
    background: #e7e7e7;
}

@media (min-width: 1000px){
    .courseoutline p { font-size: 13pt; }
    .coursemodules div { font-size: 15pt;}
}

.coursemodules .lastdiv{
    border-right: none;
}
.coursemodules h4{
    /*font-family: Arial, sans-serif;*/
    color: #c51919;
    margin-bottom: 10px;
}
.coursemodules li a{
    /*font-family: Arial, sans-serif;*/
    line-height: 30px;
    text-align: center;
    color: #000;
}
.enrolnow a{
    display: block;
    background: #051777;
    border: 1px solid #052168;
    padding: 10px;
    color:white;
    text-align: center;
    transition: .4s ease-out;
    font-family: Arial, sans-serif;
    width: 60%;
    margin: 20px auto 30px auto;
}

.enrolnow a:hover{
    background: #0517ff;
    text-align: center;
}

@media (max-width: 700px){
    /* .enrolnow a, .takediffcourse a{ font-size: 13pt; } */
}

.takediffcourse a{
    display: block;
    background:#c51919;
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: .4s ease-out;
    font-family: Arial, sans-serif;
    width: 60%;
    margin: 0 auto 40px auto;
}
.takediffcourse a:hover{
    background:#970d0d;
    text-align: center;
    color: #fff;


}
              /* --------------------------COURSE PREVIEW PAGE STYLE ENDS--------------------------*/
             
              /* --------------------------PAYMENT SECTION--------------------------*/
.paymentsection{
    width: 90%;
    margin: 2% auto;

}
.paymentsection p span{
    color: #c51919;
    font-size: 12px;
    font-style: italic;

}
.paymentsection h1,
.paymentsection h2{
    font-family: Arial, sans-serif;
}
.paymentsection h2 span{
    font-family: Arial, sans-serif;
    color: #c91111;
}
.paymentbox h2, 
.paymentbox p{
    text-align: center;
    padding: 5px;
}
.paymentbox .paymentapis{
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #021546;
    padding: 5px;
    /* flex-wrap: wrap; */
}
.paymentbox .paymentapis div{
    margin: 5px;
}
.paymentbox .paymentapis .interswitch{
    margin-top: 20px;
}
.paymentbox .paymentapis .quickteller{
    margin-top: 12px;
}
.paymentbox .paymentapis .paypal{
    margin-top: 25px;
}
.paymentbox .paymentapis .mastercard{
    margin-top: 10px;
}
.successfulreg{
    text-align: center;
    margin-top: 40px;
}
.successfulreg i{
    width: 100px;
    height: 100px;
    background: transparent;
    color: #008000;
    font-size: 100px;
}
.successfulreg h2{
    padding: 10px;
}
.successfulreg h4 a{
    color: #c51919;
    font-family: Arial, sans-serif;
    font-weight: bolder;
}
.successfulreg h4 .print{
    padding-right: 30px;
    border-right: 2px solid #c51919;
}
.successfulreg h4 .class{
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #c51919;
}
.successfulreg h4 .gotohome{
    padding-left: 30px;
}
.unsuccessfulreg{
    text-align: center;
    margin-top: 40px;
}
.unsuccessfulreg i{
    width: 100px;
    height: 100px;
    background: transparent;
    color: #c51919;
    font-size: 100px;
}
.unsuccessfulreg h2{
    padding: 10px;
}
.unsuccessfulreg h4 a{
    color: #c51919;
    font-family: Arial, sans-serif;
    font-weight: bolder;
}
.unsuccessfulreg h4 .tryagain{
    padding-right: 30px;
    border-right: 2px solid #c51919;
}
.unsuccessfulreg h4 .gotohome{
    padding-left: 30px;

}
.receipt h2 span{
    color: #008000;
    font-weight: bolder;
}
.receiptnav{
    padding: 50px 0;
    
}
.receiptnav h4 .class{
    color: #c51919;
    padding-right: 30px;
    border-right: 2px solid #c51919;
    font-family: Arial, sans-serif;
}
.receiptnav h4 .gotohome{
    color: #c51919;
    padding-left: 30px;
    font-family: Arial, sans-serif;
}
.paymentsection .receiptnav,
.paymentsection .receipt{
    text-align: center;
    margin: 20px 0;
}

                                    /* Instructor Page */
                                    
.instructorheader{
    width: 100%;
    background:  #1d1d1d;
    padding: 10px 15px;
    color: #D69212;
    font-weight: 600;
}
.instructorheader
.instructoricon{
    /* width: 150px; */
    font-size: 70px;
    color: #D69212;
    text-align: center;
}
.instructor{
    display:flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    padding: 0% 0%;
    background: #D69212;
}
.instructor h2{
    font-weight: bold;
    font-family: sans-serif;
    color: #2c2c2c;
}
.personaldetails{
    background: #202020;
    padding: 1% 1%;
    width: 20%;
}
.personaldetails hr{
    border: 2px solid rgb(214, 146, 18, 0.7);
    border-radius: 5px;
}
.personaldetails h3{
    font-weight: bolder;
    font-family: Arial, sans-serif;
    color: #414040;
    text-align: left;
    background: #D69212;
    width: 100%;
    padding: 10px ;
    margin-bottom: 20px;
}
.personaldetails input[type='text']{
    border: none;
    outline: none;
    background: #414040;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color:#fff;
}
.personaldetails button[type='submit']{
    border: none;
    outline: none;
    background: #D69212;
    padding: 5px;
    width: 100%;
    color: #1a1919;
    font-size: 20px;
    font-weight: 600;
    transition: .4s ease-in-out;
    margin-bottom: 3px;
    cursor: pointer;
}
.personaldetails button[type='submit']:hover{
    background: #000;
    color: #D69212;
}
.personaldetails input[type='reset']{
    border: none;
    outline: none;
    background: #D69212;
    padding: 5px;
    width: 100%;
    color: #1a1919;
    font-size: 20px;
    font-weight: 600;
    transition: .4s ease-in-out;
    margin-bottom: 3px;
    cursor: pointer;
}
.personaldetails input[type='reset']:hover{
    background: #000;
    color: #D69212;
}
.personaldetails select{
    border: none;
    outline: none;
    background: #414040;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color: #D69212;
}
.personaldetails textarea{
    border: none;
    outline: none;
    background: #414040;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color: #D69212;
}
.personaldetails input[type='checkbox']{
    border: 0;
    outline: none;
    background: #414040;
    color: #D69212;

}
.personaldetails .subtitles h2{
    color: #D69212;
}
.personaldetails .subtitles{
    color: #D69212;
}
.personaldetails .uploadbanner h2{
    color: #D69212;
}
.personaldetails .uploadbanner input[type = "file"]{
    background: #555353;
    padding: 3px;
    border-radius: 5px;
}
.coursedetails{
    margin: 1% 1%;
    width: 78%;
    padding: 0% 0%;

}
.coursedetails .upperflexboxes{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.coursedetails .upperflexboxes div{
    background: #A77518;
    
    padding: 10px;
}
.iddetails{
    display: flex;
}
.iddetails img{
    width: 250px;
    background: #000;
    margin-left: 10px;
}
.coursedetails hr{
    border: 1px solid #2c2c2c;
}
.coursedetails h3{
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #202020;
    width: 100%;
    padding: 10px;
}
.coursedetails input[type='text']{
    border: none;
    outline: none;
    background: #d1d0d0;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}
.coursedetails input[type='number']{
    border: none;
    outline: none;
    background: #d1d0d0;
    padding: 10px;
    width: 22%;
    border-radius: 10px;
}
.coursedetails input[type='file']{
    border: none;
    outline: none;
    background: #d1d0d0;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}
.coursematerials h6{
    color: #fff;
}
.coursematerials i{
    color: #021546;
}
.coursedetails input[type='submit'],
.coursedetails input[type='reset']{
    border: none;
    outline: none;
    background: #021546;
    padding: 10px;
    width: 33%;
    border-radius: 10px;
    color: rgb(226, 225, 225);
    font-size: 20px;
}
.modulesdisplay{
    background: rgba(2, 21, 70, 0.1);
}
.modulequizdetails{

    width: 100%;
}
.modulequizdetails h3{
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #202020;
    width: 100%;
    padding: 10px;
}
.modulequizdetails select{
    border: none;
    outline: none;
    background: #414040;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color: #D69212;
}
.quizandmaterialsflex{
    display: flex;
    flex: 1;
}
.quizquestions input[type = "text"]{
    width: 90%;
}
.quizquestions div{
    display: block;
    width:50%;
}
.submitquizquestions input[type="submit"]{
    background: #000;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    transition: .4s ease-in-out;
    cursor: pointer;
}
.submitquizquestions input[type="submit"]:hover{
    background: #D69212;
    color: #1a1919; 
}
.coursematerials{
    width: 50%;
}

.course-banner{
  width: 100%;
  height: 150px;
}