/*navbar-light .navbar-toggler-icon{
  background: none;
  margin-top:1ch;
}*/

.navbar-toggler-icon{
}

.navbar-light .navbar-toggler{
  outline:none;
}

.navbar-toggler:not(:disabled):not(.disabled){
  outline: none;
  border: none;
  left: 0;
  top: 2ch;
}


.navbar {
  background-color: #0000000;
  //
  border-bottom-left-radius: 30%;
  //
  border-bottom-right-radius: 30%;
//: #FDC161;
  padding: 1ch;
  transition: all 0.5s ease-in-out;
  background: #ffc15a;
}

.navbar .logo-section{
  margin-left: 5ch;
}

.logo-img1{
  width: 230px;
  height: 60px;
}

.logo-change1{
  margin-top: 1ch;
  width: auto;
  height: 48px
}

.logo-img2{
  width: 175px;
  height: 40px;
}

.logo-change2{
  margin-top: 1.3ch;
  width: 111px;
  height: 20px;
}

.logo-text a{
  font-size: 1.5ch;
  color: #000;
}

.logo-text a:hover{
    text-decoration-color: black;
    text-decoration: none;
}

.collapse a{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.5s all ease;
}

.collapse a:hover{
  /* transform: scale(1.1); */
  /* transition: 0.5s all ease; */
  border-radius: 0px;
  border-bottom: 2px solid;
}


.btn-register{
  border: 2px solid #1a5e6b;
  width: 12ch;
  text-align: center;
  border-radius: 10px;
  padding: 0px;
  transition: 0.5s ease;
}

.btn-register:hover{
  background: #1a5e6b;
  color: white;
  transition: 0.5s ease-in;
}

a.nav-link.btn-register {
    margin: 0.2ch 0ch;
}

.navbar-nav .dropdown-item{
  color: #000;
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #fff;
    color:#000;
    box-shadow: 0px 8px 14px 1px #6c757d;
}
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:996px){
	.myP {
		padding:2%;
	}

  .navbar {
    background-color: #fff;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    padding: 1ch;
    transition: all 0.5s ease-in-out;
  }

}


/*****************media query**************************/

@media all and (max-width:540px){

  .navbar .logo-section {
    right: 0;
    width: 400px;
  }

}
