.modal:hover #myModal {
  display: block;
}

.canpack {
  margin: 0px auto;
  background-color: #fec722;
  width: 93px;

  position: fixed;
  top: 42%;
  padding: 10px;

  right: 0%;
  /* height: auto; */
  z-index: 1111;
  height: 42px;
}
#mySidenav a {
  position: absolute;
  /* left: -80px; */
  /* left: -8px; */
  /* left: -133px; */
  left: -39px;
  font-family: "Open Sans", sans-serif;
  z-index: 1111;
  position: fixed;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 10px;
  padding-left: 15px;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  margin-top: 30px;
  /* border-radius: 0 5px 5px 0; */
}

#mySidenav button:hover {
  left: 0;
}

#projects1 {
  top: 87%;

  text-align: right;
  background-color: #62a513;
}

#projects12 {
  top: 73%;

  text-align: right;
  background-color: #62a513;
}

#contacts {
  top: 77.5%;
  text-align: right;
  background-color: #ce003c;
}

#contacts12 {
  top: 66%;
  text-align: right;
  background-color: #ce003c;
}
.d-none {
  display: none !important;
}
.no-pad {
  padding: 0px !important;
}
.mean-container .mean-bar {
  background: #0f2036;
}

.mean-container .mean-nav {
  background: #0f2036;
}
.red-button {
  background: #e91e63;
  color: #fff;
}
.blue-button {
  background: #3f51b5;
  color: #fff;
}
/**
*--------------> end
*/
.advertisement {
  font-size: 20px;
  text-transform: uppercase;
}

.shimmer {
  font-weight: 800;
  display: inline-block;
  color: #fff785;
  background: #fff785 -webkit-gradient(linear, 100% 0, 0 0, from(#fff785), color-stop(0.5, #4febe3), to(#fff785));
  background-position: -10rem top;
  /*50px*/
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: shimmer, blinker;
  -webkit-animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 20rem 100%;
  /*50px*/
}

.shimmer1 {
  font-weight: 800;
  display: inline-block;
  color: #fff785;
  background: #a73030 -webkit-gradient(linear, 100% 0, 0 0, from(#9a3089), color-stop(0.5, #9b4899), to(#80504c));
  background-position: -10rem top;
  /*50px*/
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: shimmer, blinker;
  -webkit-animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 20rem 100%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -4rem top;
    /*50px*/
  }

  70% {
    background-position: 20rem top;
    /*200px*/
  }

  100% {
    background-position: 20rem top;
    /*200px*/
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  animation: blinker 2s linear infinite;
  background-color: red;
  margin-right: 5px;
}

/* pop up */
body.popup-open {
  overflow: hidden;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 700px;
  width: 90%;
  padding: 40px;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  background: rgb(238, 174, 202);
  background: -moz-radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca",endColorstr="#94bbe9",GradientType=1);
}

.popup-inner h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.popup-close {
  text-decoration: none;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}

.mean-bar {
  z-index: 99 !important;
}

.phone-mobile-fix {
  display: none;
}

header .header-body .is-sticky .edu-navbar {
  padding: 0px;
}
header .header-body .edu-navbar {
  /* background: #002656; */
  /* border-bottom: 1px solid #fec722; */
  background-color: #fff;
  border-bottom: 1px solid #0f2036;
}

header .header-top {
  background: #0f2036;
}
header .header-body .edu-navbar .edu-nav .nav li a {
  color: #025b97;
}

header .header-body .is-sticky .edu-navbar .edu-nav .nav li a {
  color: #025b97;
}

.navbar-brand {
  padding: 10px 0px;
}

.qick-buttons .block {
  display: flex;
  background: #fff;
  justify-content: space-evenly;
  align-items: center;
}

.qick-buttons .block a {
  background: #002656;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
}

.img-contain {
  object-fit: contain !important;
}

header .header-top .header-top-left ul {
  margin: 0;
  padding: 3px 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.istqb-accredited {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 36;
}

.istqb-accredited img {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  #projects {
    /*  top: 27%;*/
    top: 87%;

    text-align: right;
    background-color: #62a513;
  }

  #contact {
    /* top: 33%;*/
    top: 80%;
    text-align: right;
    background-color: #ce003c;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .float-sm-left {
    float: left !important;
    padding-left: 5px;
  }
  header .header-body .is-sticky .edu-navbar {
    padding: 0px 0 15px;
  }

  .phone-mobile-fix {
    position: absolute;
    top: -50px;
    z-index: 99;
    list-style: none;
    left: 10px;
    display: block;
  }
  .phone-fix {
    display: block !important;
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 99;
    color: #fff;
  }

  .istqb-accredited {
    bottom: 3px;
    left: 3px;
    z-index: 36;
  }

  .istqb-accredited img {
    width: 60px;
  }
}

@media only screen and (min-width: 768px) {
  #projects {
    /* top: 27%; */
    top: 80%;
    text-align: right;
    background-color: #62a513;
  }

  #contact {
    /* top: 33%;*/
    top: 86%;
    text-align: right;
    /* background-color: #ce003c; */
  }
  .nndisp {
    display: none;
  }
  .advertisement {
    padding-top: 8px;
    display: inline-block;
  }

  .d-md-block {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .modal-backdrop {
    display: none;
  }

  .coltes {
    font-size: 28px;
    padding-bottom: 40px;
  }

  .colde {
    font-size: 37px;
  }

  .disp34 {
    display: none;
  }

  #mySidenav a {
    width: 50% !important;
    margin-top: 0px;
  }

  #mySidenav1 button {
    position: absolute;
    left: 64.7%;
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 30px;
    border-radius: 0px;
  }

  #mySidenav2 button {
    position: absolute;
    left: 64.4%;
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    font-size: 14px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 110px;
    padding-left: 30px;
    border-radius: 0px;
    top: 84.5%;
    text-align: right;
    background-color: #62a513;
  }

  .ScrollStyle {
    max-height: 450px;
    overflow-y: scroll;
  }

  .marmodl {
    margin-top: 68px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 600px) {
  #mySidenav1 button {
    position: absolute;
    left: 88%;
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 39px;
    padding-left: 31px;
    border-radius: 0px;
  }

  .coltes {
    font-size: 39px;
    padding-bottom: 40px;
  }

  #mySidenav2 button {
    top: 92%;
    /* text-align: left; */
    background-color: #62a513;
    position: absolute;
    /* left: 87.9%; */
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 110px;
    padding-left: 29px;
    border-radius: 0px;
    border-color: #62a513 !important;
  }
  .mysdnvv {
    position: absolute !important;
    left: 94.5% !important;
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed !important;
    transition: 0.3s !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: white !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    padding-left: 12px !important;
    top: 81.5% !important;
    /* fix */
    position: fixed !important;
    top: unset !important;
    left: unset !important;
    bottom: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .mysdnvv {
    position: absolute !important;
    left: 80% !important;
    font-family: "Open Sans", sans-serif;
    z-index: 1111;
    position: fixed !important;
    transition: 0.3s !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: white !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    padding-left: 12px !important;
    top: 67% !important;
    /* fix */
    position: fixed !important;
    top: unset !important;
    left: unset !important;
    bottom: 0px;
    right: 0px;
  }
}
