@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
/* animation css */

.area{
  background: #4e54c8;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  width: 100%;
  height:100vh;
  
 
}


.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}
/* animation css end */


.navbar {
  min-height: 53px;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 0px !important;
  /* border-bottom: 1px solid #203b7a !important; */
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/** Login 25 start **/
.login-25{
  top: 0;
  width: 100%;
  bottom: 0;
  min-height: 100vh;
  z-index: 999;
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 0; */
  background-image: linear-gradient(to bottom, #5243b8, #8377d3);
  background-image: url(../images/login-bg1.jpg);
  background-position: center;
  background-size: cover;
}

.login-25 a {
  text-decoration: none;
}
.login-25 a:hover {
color: #000000;
}
.login-25 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* font-family: 'Jost', sans-serif; */
  font-family: 'Poppins', sans-serif !important;
}
body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background: #f5f9fc !important;
}
.login-25 .container {
  max-width: 1120px;
  margin: 0 auto;
}

.login-25 .col-pad-0{
  padding: 0;
}

.login-25 .login-inner-form .details p{
  color: #fff;
  font-size: 16px;
}

.login-25 .login-inner-form .details p a{
  margin-left: 3px;
  color: rgb(235, 70, 35);
}

.login-25 .form-check-input:checked {
  display: none;
}

.login-25 .login-inner-form .details p{
  margin-bottom: 0;
}

.login-25 .login-inner-form .form-box {
  position: relative;
}

/* .login-25 .login-inner-form .details {
  padding:80px 0 80px 80px;
} */

.login-25 .login-inner-form .details {
  padding: 80px 80px 80px 0px;
}
.login-25 .bg-img {
  border-radius: 20px;
  padding: 20px;
  margin: 80px 0;
  left: -80px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, rgb(255, 203, 0), #e93926 );
  /* background-image: linear-gradient(to bottom, #5243b8, #000); */
}
.login-background .login-bg1 img {
  background-image: url(../images/login-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: 100vh;
}
.rounded-20{
  border-radius: 10px;
}
.login-25 .inner{
  z-index: 999;
}

.login-25 .login-box-9 {
  margin: 0 80px 0 0;
  border-radius: 20px;
  opacity: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  z-index: 0;
  background: #000;
  border: 5px solid #f37915;
}

.login-25 .none-2{
  display: none;
}

.login-25 .login-inner-form h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  color: #040404;
  text-transform: uppercase;
}

.login-25 p{
  margin-bottom: 30px;
  color: #6c757d;
  font-size: 15px;
}

.login-25 .login-inner-form .form-group {
  margin-bottom: 20px;
}

.login-25 .logo-2 img{
  height: 70px;
  margin-bottom: 15px;
}

.login-25 .login-inner-form .form-control {
  outline: none;
  width: 100%;
  padding: 10px 20px;
  height: 55px;
  font-size: 15px;
  outline: 0;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #1e1e2d;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #f5f9fc;
  border-color: transparent;
  /* color: rgb(235, 70, 35); */
}

.login-25 .login-inner-form .form-control:focus{
  color: #495057 !important;
  background-color: #f5f9fc !important;
  border-color: #007BFF !important;
}




.login-25 .login-inner-form .btn-md {
  cursor: pointer;
  height: 55px;
  color: #fff;
  padding: 13px 50px 12px 50px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  border-radius: 3px;
  text-transform: uppercase;
}

.login-25 .bg-img .btn-sm{
  padding: 6px 20px 6px 20px;
  font-size: 13px;
}

.login-25 .bg-img h3{
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
}

.login-25 .login-inner-form input[type=checkbox], input[type=radio] {
  margin-right: 3px;
}

.login-25 .login-inner-form button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.login-25 .login-inner-form .btn-theme.focus, .btn-theme:focus {
  box-shadow: none;
}

.login-25 .login-inner-form .btn-theme {
  /* background-image: linear-gradient(to bottom, #5243b8, #000); */

  border: none;
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  font-size: 15px;
  font-weight: 400!important;
  border-radius: 35px;
}

.login-25 .login-inner-form .btn-theme:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
    /* background-image: linear-gradient(to bottom, #000, #5243b8); */

}


.login-25 .login-inner-form .terms{
  margin-left: 3px;
}

.login-25 .login-inner-form .checkbox {
  margin-bottom: 20px;
  font-size: 14px;
}

.login-25 .login-inner-form .form-check{
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}

.login-25 .login-inner-form .form-check a {
  color: #535353;
  float: right;
}

.login-25 .login-inner-form .form-check-input {
  position: absolute;
  margin-left: 0;
}

.login-25 .login-inner-form .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #ebebeb;
}

.login-25 .login-inner-form .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login-25 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
  background-color: #63a8ff;
  border-color: #63a8ff;
}

.login-25 .login-inner-form input[type=checkbox]:checked + label:before {
  font-weight: 600;
  color: #fff;
  line-height: 15px;
  font-size: 12px;
  content: "\2713";
  padding-left: 1px;
}

.login-25 .login-inner-form input[type=checkbox], input[type=radio] {
  margin-top: 4px;
}

.login-25 .login-inner-form .checkbox a {
  font-size: 16px;
  color: #535353;
  float: right;
}

.login-25 .social-list{
  margin: 0;
  padding: 0;
}

.login-25 .social-list li {
  display: inline-block;
}

.login-25 .social-list li a {
  margin: 1px;
  font-size: 14px;
  font-weight: 500;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.login-25 .social-list li a:hover {
  text-decoration: none;
}

.login-25 .facebook-bg {
  background: #4867aa;
}

.login-25 .facebook-bg:hover {
  background: #3d5996;
  color: #fff;
}

.login-25 .twitter-bg {
  background: #33CCFF;
}

.login-25 .twitter-bg:hover {
  background: #56d7fe;
}

.login-25 .google-bg {
  background: #db4437;
}

.login-25 .google-bg:hover {
  background: #dc4e41;
}

/** MEDIA **/
@media (max-width: 992px) {
  .login-25 .bg-img {
      display: none;
  }

  .login-25 .login-box-9 {
      margin: 0 auto;
      max-width: 600px;
  }

  .login-25 .login-inner-form .details {
      padding: 60px;
  }

  .login-25 .login-inner-form h3 {
      font-size: 23px;
  }
}

@media (max-width: 768px) {
  .login-25 .login-inner-form .details {
      padding: 50px 30px;
  }
}
/** Login 25 end **/


.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-40{
  font-size: 46px!important;
}
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.h-160 {
  height: 160px;
}
.btn-info {
  background-color: #5243b8 !important;
  border: 1px solid #5243b8 !important;
}
.h-230 {
  height: 215px !important;
}

.lh-23 {
  line-height: 23px;
}

.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #52459F;
  border-color: #52459F;
}

.btn {
  /* margin: .6rem !important;  */
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  padding: 1.2rem 2.14rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.modal-body .btn i {
  font-size: 14px;
}

.bg-transparent {
  background-color: transparent !important;
}
.box{
  position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 170px;
    background: #111845a6;
    background-image: url(../images/dash-3d.jpg);
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(23 32 90);
    /* border: 2px solid #2a3cad; */
    color: white;
    padding: 20px;
}

.box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.box .content1{
  position:relative;
  /* border:1px solid #5243b8; */
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}

.box span:nth-child(2)
{
  transform:rotate(90deg);
  left: 74px;
}

.box span:nth-child(3)
{
  transform:rotate(180deg);
}

.box span:nth-child(4)
{
  transform:rotate(270deg);
  left: -74px;
}

.box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #5243b8;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 
.card-bg{
  background-image: url(../images/card-bg.jpg);
  background-position: center;
  background-size: cover;
}
.card-body-design {
  margin: 0px 15px;
  position: relative;
  top: -3rem;
  border-radius: 5px;
}

.card-top {
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.card-top:hover {
  transform: translateY(-20px);
}

.card-top-1 {
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.card:hover .card-top-1 {
  transform: translateY(-20px);
}

.card-top .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffffc4;
  transition: all 0.50s linear;
}

.card-top:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.card-top .over-layer a {
  position: relative;
  top: 45%;
  text-align: center;
  color: #fff;
}

.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}


.card-zoom {
  overflow: hidden;
}

.card-zoom img {
  transition: transform 0.2s linear;
}

.card.card-zoom:hover img {
  transform: scale(1.1, 1.1);
}


p.card-text.pos-tops.mb-0 {
  position: relative;
  top: -2rem;
}

.form-switch .form-check-input {
  width: 3em !important;
  height: 1.7rem !important;
  margin-left: -3.5em !important;
}

.form-check-input:checked {
  background-color:rgb(90, 53, 224) ;
  border-color: rgb(81, 49, 199);
}

.bg-warning {
  background-color: #f44336 !important;
}

.btn-warning {
  background-color: #f44336 !important;
  border: 1px solid #f44336 !important;
}

.alert-primary {
  color: #084298;
  background-color: #e7e2ff !important;
  border-color: #52459F;
  border-radius: 10px;
}

.btn-primaryy {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primaryy:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.alert-header {
  top: -3.4rem !important;
}

.panells-heading {
  position: relative;
  top: -2rem;
  background-color: #52459F;
}

.hero {
  background-color: #c0d4fc6b;
  position: relative;
  /* height: 100vh;
  overflow: hidden; */
  font-family: "Montserrat", sans-serif;
}

.hero__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  z-index: 1;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #003298;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
  border-color: #0051f4;
}

.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

.z-index {
  z-index: 99;
}

.pos-rel {
  position: relative;
  top: 8rem;
}

.icon-dash {
  position: absolute;
  left: 30px;
  font-size: 52px !important;
  top: 0px;
  overflow: hidden;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

.icon1-dash {
  color: rgb(103 58 183 / 68%);
  border: 2px solid #673ab7b0;
}

.icon2-dash {
  color: rgba(249, 200, 81, 0.5);
  border: 2px solid rgba(249, 200, 81, 0.5);
}

.icon3-dash {
  color: rgba(245, 112, 122, 0.5);
  border: 2px solid rgba(245, 112, 122, 0.5);
}

.icon4-dash {
  color: rgba(75, 211, 150, 0.5);
  border: 2px solid rgba(75, 211, 150, 0.5);
}

.color1 {
  color: rgb(103 58 183 / 68%);
}

.color2 {
  color: rgb(249 200 81 / 77%);
}

.color3 {
  color: rgba(245, 112, 122, 0.5);
}

.color4 {
  color: rgba(75, 211, 150, 0.5);
}

.pos-ab {
  position: absolute;
  bottom: 10%;
  left: 15%;
}

.h-200 {
  height: 200px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

/*animation css*/

/*zoom css*/

.zoom1 {
  animation: scale 3s linear infinite;
}

@keyframes scale {
  50% {
    transform: scale(.9);
  }
}

/*top bottom*/
.topBottom {
  animation: shapeani1 4s linear infinite;
}

@keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*left right*/
.leftRight {
  animation: shapeani2 4s linear infinite;
}

@keyframes shapeani2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*rotate */
.rotate {
  animation: animName 8s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*shadershape*/

.shadershape {
  animation: sliderShape 5s linear infinite;
}


@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.fade:not(.show) {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

/** MEDIA **/
@media (max-width: 992px) {
  .login-13 .bg-img {
    display: none;
  }

  .login-13 .none-2 {
    display: block;
  }

  .login-13 .btn-section {
    display: none;
  }

  .login-13 .form-section .form-section-innner:before {
    display: none;
  }

  .login-13 .form-section .form-section-innner:after {
    display: none;
  }
}

/** Login 13 end **/



/* Priyanshu's Css */
.nav-item a:hover,
.nav-item a:focus {
  /* color: #000000 !important; */
}

.effect2 {
  color: #FE8D8B;
}

.effect3 {
  color: #E16EFF;
}

.effect4 {
  color: #FDAB00;
}

.effect5 {
  color: #2FCBA2;
}

.effect6 {
  color: #203b7a !important;
}

.myraddius {
  border-radius: 10px !important;
}

.cgs {
  font-size: 20px !important;
}

/* animations */

.content_7 {
  position: relative;
}

.content_7 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_7 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #FE7589;
}

.content_7 h2:nth-child(2) {
  color: rgba(255, 147, 138, 0.9);
  animation: animate7 4s ease-in-out infinite;
}

@keyframes animate7 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content_2 {
  position: relative;
}

.content_2 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_2 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #24C6A0;
}

.content_2 h2:nth-child(2) {
  color: rgba(124, 236, 172, 0.9);
  animation: animate2 4s ease-in-out infinite;
}

@keyframes animate2 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_2 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content-page .content_7 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_3 {
  position: relative;
}

.content_3 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_3 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #BC4CFE;
}

.content_3 h2:nth-child(2) {
  color: #E673FF;
  animation: animate3 4s ease-in-out infinite;
}

@keyframes animate3 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_3 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_4 {
  position: relative;
}

.content_4 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_4 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #FD8D00;
}

.content_4 h2:nth-child(2) {
  color: rgba(255, 184, 0, 0.9);
  animation: animate4 4s ease-in-out infinite;
}

@keyframes animate4 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_4 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_5 {
  position: relative;
}

.content_5 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_5 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #FE7589;
}

.content_5 h2:nth-child(2) {
  color: rgba(255, 147, 138, 0.9);
  animation: animate4 4s ease-in-out infinite;
}

@keyframes animate5 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_5 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_6 {
  position: relative;
}

.content_6 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_6 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #24C6A0;
}

.content_6 h2:nth-child(2) {
  color: rgba(124, 236, 172, 0.9);
  animation: animate4 4s ease-in-out infinite;
}

@keyframes animate6 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_6 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_1 {
  position: relative;
}

.content_1 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_1 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #3D74FF;
}

.content_1 h2:nth-child(2) {
  color: #13A7FF;
  animation: animate1 4s ease-in-out infinite;
}

@keyframes animate1 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_1 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.content_8 {
  position: relative;
}

.content_8 h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -70px;

}

.content_8 h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #FD8D00;
}

.content_8 h2:nth-child(2) {
  color: rgba(255, 184, 0, 0.9);
  animation: animate4 4s ease-in-out infinite;
}

@keyframes animate8 {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.content-page .content_8 {
  padding: 0 5px 10px 5px;
  margin-top: 70px;
}

.bor1 {
  color: #FE7589;
  background-color: rgb(255, 223, 220);
  border-radius: 15px;

}

.bor2 {
  color: #C655FF;
  background-color: #f8d9ff;
  border-radius: 15px;

}

.bor3 {
  color: #FE9300;
  background-color: rgb(255, 233, 202);
  border-radius: 15px;

}
.bor4 {
  color: #27C7A1;
  background-color: rgb(203, 255, 243);
  border-radius: 15px;

}
.bor5 {
  color: #000;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  /* background-image: url(../images/card-bg.jpg); */
  background-position: center;
  background-size: cover;
  /* background: linear-gradient(360deg, rgba(0, 26, 119, 1) 0%, rgba(76, 206, 195, 1) 100%); */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}


.fontAwesome {
  font-family: 'Helvetica', FontAwesome, sans-serif;
  display: block;

}

.mybar1 input {
  width: 100% !important;
  border: 1px solid #F358645C;
  border-radius: 10px;
  padding-left: 10px;
}

.mybar2 input {
  width: 100% !important;
  border: 1px solid #dc9cfc;
  border-radius: 10px;
  padding-left: 10px;
}
.mybar3 input {
  width: 100% !important;
  border: 1px solid #ffdaa9;
  border-radius: 10px;
  padding-left: 10px;
}
.mybar4 input {
  width: 100% !important;
  border: 1px solid #b5eedf;
  border-radius: 10px;
  padding-left: 10px;
}
.mybar5 input {
  width: 100% !important;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}




.myrow p {
  font-weight: bolder;
  text-align: center;
  font-size: 50px !important;
  font-family: Hack, sans-serif;
  text-transform: uppercase;

  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
}


@import url('https://fonts.googleapis.com/css?family=Cairo');

.myrow p {
  background-image: url(https://media4.giphy.com/media/EGR5myq0DK7DgU6t1T/giphy.gif?cid=ecf05e47b3rjk8xn9mzfbtk0kaoxokyh6lpkr0ruhtn4qdbf&rid=giphy.gif&ct=g);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  margin: 10px 0;
}

/* styling my button */

.white-mode {
  text-decoration: none;
  padding: 7px 10px;
  background-color: #122;
  border-radius: 3px;
  color: #FFF;
  transition: .35s ease-in-out;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: "Montserrat";
}

.white-mode:hover {
  background-color: #FFF;
  color: #122;
}
.btn-purplee {
  color: #fff;
  background-color: rgba(198, 85, 255,0.8);
  border-color: rgba(198, 85, 255,0.8);
}
.btn-purplee:hover {
  color: #fff;
  background-color: #C655FF;
  border-color: #C655FF;
}
.btn-golden {
  color: #fff;
  background-color: rgba(254, 147, 0,0.8);
  border-color: rgba(254, 147, 0,0.8);
}
.btn-golden:hover {
  color: #fff;
  background-color: #FE9300;
  border-color: #FE9300;
}
.btn-greeno {
  color: #fff;
  background-color: rgba(36, 198, 160,0.8);
  border-color: rgba(36, 198, 160,0.8);
}
.btn-greeno:hover {
  color: #fff;
  background-color: #24C6A0;
  border-color: #24C6A0;
}
.btn-violet {
  color: #fff;
  /* background:linear-gradient(to bottom right,#34189a , rgb(108, 71, 241)); */
  /* background: linear-gradient(to bottom right,#e93926, rgb(255, 203, 0)); */
  border-color: #24C6A0 ;
  background-color: #007bff;
}
.btn-violet:hover {
  background-color: #1E1E2D;
  border-color: #1E1E2D;
  color: #fff !important;
}
.let{
  letter-spacing: 1px;
}
.auddiv button {
  border-radius: 15px !important;
}
.auddiv div label{
  font-size: larger;
  margin-bottom: 0;
}
/* .mydivx
{
  position: relative;
}
.mydivx:hover .box_content{
  opacity: 1;

}
.box_content {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform:  rotateX(-90deg);
  transform-origin: center top 0;
  transition: all .5s ease 0s;
  
} */
.mydivx {
  position: relative;
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0,0.4);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.mydivx:hover .overlay {
  height: 100%;
}

.texty {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 53%;
  left: 46%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.button003 {
  background:#5A38D5;/* Green */
  border: none;
  color: white;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  margin: 4px 4px;
  cursor: pointer;
}
.button0003 {border-radius: 8px;}
.mylist li{
  list-style: none;
}

.button003:hover i{
  color: #000000;
}
.has-primary .form-control{
  border-color:rgb(90, 53, 224) ;
}
.listss{
  list-style: none;
}
.checkbox-label {
  color: rgb(0, 0, 0);
      display: block;
      position: relative;
      cursor: pointer;
      font-size: 18px;
      line-height: 24px;
      width: 100%;
      clear: both;
  }
  .checkbox-label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  .checkbox-label .mark {
      margin-left: 5px;
      position: absolute;
      height: 24px;
      width: 24px;
      background-color: transparent;
      border-radius: 5px;
      transition: all 0.3s ease-in;
      border: 2px solid rgb(139, 139, 139);
  }
  .checkbox-label input:checked ~ .mark {
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
      transform: rotate(0deg) scale(1);
      opacity:1;
      border: 2px solid rgb(167, 167, 167);
  }
  .checkbox-label .mark::after {
      position: absolute;
      content: "";
      border-radius: 5px;
  }
  .checkbox-label input:checked ~ .mark::after {
    transform: rotate(45deg) scale(1);
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid rgb(90, 53, 224) ;
    border-width: 0 2px 2px 0;
    border-radius: 0;
  }
  /* For Ripple Effect */ 
  .checkbox-label .mark::before {
      position: absolute;
      content: "";
      border-radius: 10px;
      border: 5px solid rgb(90, 53, 224);
      transform: scale(0);    
  }
  
  .checkbox-label input:checked ~ .mark::before {
      left: -3px;
      top: -3px;
      width: 24px;
      height: 24px;
      border-radius: 5px;
      transform: scale(3);
      opacity:0;   
      transition: all 0.3s ease-out;
  }
  .check {
    
    
    clear: both;
    display: block;
        border-radius: 4px;
}
.check::after {
    clear: both;
    display: block;
    content: "";
}
.check .checkbox-container {
	float: left;
    box-sizing: border-box;
    text-align:center;

}
.heights{
  height: 300px !important;
}


.acc {
  margin-top: 30px;
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding: 0;
  
}

.acc_ctrl {

  background: #f6f7ff;
  border: none;
  border-bottom: solid 1px #ffffff;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}

.acc_ctrl:before {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #ffffff;
  display: none;
  overflow: hidden;
}
.mybgs{
  background-color: rgb(244, 241, 255);
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;

}
 /* new btn

  <button class="button-18" role="button">Button 18</button>
  
  /* CSS */
  .button-18 {
    align-items: center;
    background: linear-gradient(to bottom right,#34189a , rgb(108, 71, 241));
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 45px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
  }
  
  .button-18:hover,
  .button-18:focus { 
    background: linear-gradient(to bottom right,#34189a , rgb(108, 71, 241));
    color: #ffffff;
  }
  
  .button-18:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
  }
  
  .button-18:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }
  .me_round {
    border-radius: 100px;
  }
  #formInstagram{
    display: none;
  }
  #formTwitter{
    display: none;
  }

  .myheight {
    height: 320px;
}

.mynewheight {
    height: 450px;
}

.myheight-ag {
    box-sizing: border-box;
    height: 45px !important;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 10px;
    margin: auto !important;
    margin-bottom: 17px !important;
    letter-spacing: 0.7px;
    width: 90%;
}

#donut-chart {
    margin-top: 12px;
    margin-left: 40px;
}

.btn-width {
    width: 300px;
    max-width: 100%
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.btn-c {
  margin: 0 auto;
  display: table;
}

.btn-h {
  margin: 10% auto;
}

.pink-btn {
  background: #f5707a !important;
  border-color: #f5707a !important;
}

.landscape img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.portrait img{
    height: 400px;
    width: 100%;
    object-fit: contain;
}


.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 12px;
  box-shadow: none;
  padding: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.login-inner-form .details .logo-lg h1{
  font-size: 40px;
  color: rgb(255, 202, 0);
  font-weight: 800px;
}
@media (min-width: 768px) {
  .login-inner-form .details .logo-lg h1{
    font-size: 50px;
    color: rgb(255, 202, 0);
  }
}

.login-card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  width: 100%;
  padding: 40px 30px 30px;
}

@media (min-width: 1200px) {
  .pl-10 {
    padding-left: 8rem !important;
  }

  .pr-10 {
    padding-right: 8rem !important;
  }

  .pt-10 {
    padding-top: 8rem !important;
  }
}

@media (max-width: 991px) {
  .pl-10 {
    padding-left: 8rem !important;
  }

  .pr-10 {
    padding-right: 8rem !important;
  }

  .pt-10 {
    padding-top: 8rem !important;
  }
}

@media (max-width: 768px) {
  .pl-10 {
    padding-left: 8rem !important;
  }

  .pr-10 {
    padding-right: 8rem !important;
  }

  .pt-10 {
    padding-top: 8rem !important;
  }
}

@media (max-width: 576px) {
  .pl-10 {
    padding-left: 1rem !important;
  }

  .pr-10 {
    padding-right: 1rem !important;
  }

  .pt-10 {
    padding-top: 1rem !important;
  }
}