



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
  }
  
  @font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
  }
  
  @font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
  
  * {
      margin: 0px; 
      padding: 0px; 
      box-sizing: border-box;
  }
  
  body, html {
      height: 100%;
      font-family: Poppins-Regular, sans-serif;
  }
  
  /*---------------------------------------------*/
  a {
      font-family: Poppins-Regular;
      font-size: 14px;
      line-height: 1.7;
      color: #666666;
      margin: 0px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  
  a:focus {
      outline: none !important;
  }
  
  a:hover {
      text-decoration: none;
    color: #6675df;;
  }
  
  /*---------------------------------------------*/
  h1,h2,h3,h4,h5,h6 {
      margin: 0px;
  }
  
  p {
      font-family: Poppins-Regular;
      font-size: 14px;
      line-height: 1.7;
      color: #666666;
      margin: 0px;
  }
  
  ul, li {
      margin: 0px;
      list-style-type: none;
  }
  
  
  /*---------------------------------------------*/
  input {
      outline: none;
      border: none;
  }
  
  textarea {
    outline: none;
    border: none;
  }

  
  input:focus::-webkit-input-placeholder { color:transparent; }
  input:focus:-moz-placeholder { color:transparent; }
  input:focus::-moz-placeholder { color:transparent; }
  input:focus:-ms-input-placeholder { color:transparent; }
  
  textarea:focus::-webkit-input-placeholder { color:transparent; }
  textarea:focus:-moz-placeholder { color:transparent; }
  textarea:focus::-moz-placeholder { color:transparent; }
  textarea:focus:-ms-input-placeholder { color:transparent; }
  
  input::-webkit-input-placeholder { color: #999999;}
  input:-moz-placeholder { color: #999999;}
  input::-moz-placeholder { color: #999999;}
  input:-ms-input-placeholder { color: #999999;}
  
  textarea::-webkit-input-placeholder { color: #999999;}
  textarea:-moz-placeholder { color: #999999;}
  textarea::-moz-placeholder { color: #999999;}
  textarea:-ms-input-placeholder { color: #999999;}
  
  
  label {
    display: block;
    margin: 0;
  }
  
  /*---------------------------------------------*/
  button {
      outline: none !important;
      border: none;
      background: transparent;
  }
  
  button:hover {
      cursor: pointer;
  }
  
  iframe {
      border: none !important;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ utility ]*/
  
  /*==================================================================
  [ Text ]*/
  .txt1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
  }
  
  .txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
  }
  
  
  /*==================================================================
  [ Size ]*/
  .size1 {
    width: 355px;
    max-width: 100%;
  }
  
  .size2 {
    width: calc(100% - 43px);
  }
  
  /*==================================================================
  [ Background ]*/
  .bg1 {background: #3b5998;}
  .bg2 {background: #3b5998;;}
  .bg3 {background: #cd201f;}
  
  
  /*//////////////////////////////////////////////////////////////////
  [ login ]*/
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
  }
  
  
  .wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
  
  }
  
  /*==================================================================
  [ login more ]*/
  .login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
  }

  
  
  
  /*==================================================================
  [ Form ]*/
  
  .login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 173px 55px 55px 55px;
  }
  
  .login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
  }
  
  
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width:100%;
 
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
 
  input.input100 {
    height: 100%;    width:100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  /*---------------------------------------------*/
  
  .focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #6675df;
    border-radius: 10px;
  
    visibility: hidden;
   opacity: 1;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
  }
  
  input:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
  
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .eff-focus-selection {
    visibility: visible;
    opacity: 1;
  
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  

  
  .input-checkbox100 {
    display: none;
  }

 
  
  input[type=text]:focus {

    border: 2px solid #6675df;
    border-radius: 10px;
}
input[type=password]:focus , input[type=email]:focus {

  border: 2px solid #6675df;
  border-radius: 10px;
}
.text-danger1 {
  color: red;
} .text-danger P{
  color: red;
} 
.wrap-input100 {  
border:none;
}

@media screen and (min-width: 980px) { 
  body .inner .circles .circle-s {
    height: 12px;
    width: 12px;
  }
  #myBtn {

    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
      transform: translateX(50px);
    
    width: 100px;
    height: 40px ;
    border-radius: 5px;
    }
    #myBtn i{
     float: left; padding-left: 10px;font-size: 25px;
    }#myBtn:hover i{
     float: left; padding-left: 25px;
    }
    #myBtn:hover {
    background-color: #ec5401; transform: translateX(30px);
    }
    #blink1{

      font-size: 2rem;
    }.slideexam{
      margin-top:5vh
    }  .inner{
      position: relative;width: 200px;height:40px;margin:0 15px;
    }
}
@media screen and (max-width: 980px) { 
  body .inner .circles .circle-s {
    height: 10px;
    width: 10px;
  }
  #myBtn {

    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
      transform: translateX(50px);
    
    width: 100px;
    height: 40px ;
    border-radius: 5px;
    }
    #myBtn i{
     float: left; padding-left: 10px;font-size: 25px;
    }#myBtn:hover i{
     float: left; padding-left: 25px;
    }
    #myBtn:hover {
    background-color: #ec5401; transform: translateX(30px);
    }
    .inner  .circles a{
      font-size: 14px;
        }.slideexam{
          margin-top:11vh
        }  .inner{
          position: relative;margin:0 15px;
        }
}
@media screen and (max-width: 400px) {
  
 } @media screen and (max-width: 400px) and (min-width: 100px) { 
  .inner  .circles a{
    font-size: 11px;
      }
      .slideexam{
        margin-top:15vh
      } 

 }
 @media screen and (max-width: 979px) and (min-width: 763px) { .newnav {
  background-color:#3377c1;display: flex;justify-content:space-around;align-items: stretch;
 }.slideexam{
  margin-top:5vh
}}
body .inner .circles .circle-l {
  height: 30px;
  width: 30px;
}

body .inner .circles .circle-l,
body .inner .circles .circle-s {
  background-color: #ec5401;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: scale 0.5s forwards ease-out;
          animation: scale 0.5s forwards ease-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
 opacity: 0;
}
body .inner .circles .circle-l:nth-of-type(1),
body .inner .circles .circle-s:nth-of-type(1) {
  left: 9%;
  top: 1%;
  -webkit-animation-delay:3s;
          animation-delay: 3s;
}
body .inner .circles .circle-l:nth-of-type(2),
body .inner .circles .circle-s:nth-of-type(2) {
  right: 10%;
  top: 10%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
body .inner .circles .circle-l:nth-of-type(3),
body .inner .circles .circle-s:nth-of-type(3) {
  left: 16%;
  top: 80%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
body .inner .circles .circle-l:nth-of-type(4),
body .inner .circles .circle-s:nth-of-type(4) {
  right: 30%;
  top: 95%;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
body .inner .circles .circle-l:nth-of-type(5),
body .inner .circles .circle-s:nth-of-type(5) {
  right: 35%;
  top: 10%;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@-webkit-keyframes scale {
  0% {
   opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
   opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
#blink{
		color: #000;
		font-weight: bold;

		animation: blinkingText 5s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #10c018; transform: scale(1, 1);}
		25%		{ color: #1056c0; transform: scale(1.4, 1.4);}
		50%		{ color: #ef0a1a; transform: scale(1.1, 1.1);}
		75%		{ color: #254878; transform: scale(1.4, 1.4);}
		100%	{ color: #04a1d5; transform: scale(1, 1);}
	}
    #blink1{
		color: #000;
		font-weight: bold;

		animation: blinkingText 8s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #04a1d5; transform: scale(1, 1);}
		25%		{ color: #254878; transform: scale(1.4, 1.4);}
		50%		{ color: #ef0a1a; transform: scale(1.1, 1.1);}
		75%		{ color: #1056c0; transform: scale(1.4, 1.4);}
		100%	{ color: #10c018; transform: scale(1, 1);}
	}
    .blinkitem{
    color: #3377c1;padding-left:20px;font-size:18px;font-family: 'Boogaloo', cursive;
}