@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');

 /* fixed menu position */
 .right_hamburger_btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 0px;
  position: fixed !important;
  height: 160px !important;
  overflow: hidden;
  z-index: 10;
}

.sidebarMenuInner {
  margin:0;
  padding:0;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
    list-style: none;
    color: #e0e0e0;
    font-weight: bold;
    padding: 12px;
    padding-bottom: 26px;
    cursor: pointer;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li span {
    display: block;
    font-size: 26px;
    color: #b8b8b8;
}

.sidebarMenuInner li a {
    color: #c7c7c7;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

/* hamburger menu width and right location*/
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 90%;
  width: 40%;
  top: 60px;
  left: auto;
  right: 5%;
  width: 36px;
}

.sidebarIconToggle2 {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 90%;
  width: 90%;
  left: 0px;
  width: 36px;
}

.sidebarIconToggle3 {
  transition: all 0.3s;
  cursor: pointer;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
}

.spinner2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
    margin-bottom: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.nav-links-disabled {
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 6%;
  /*text-align: right;
  list-style-position: inside;
  padding-left:30%;*/
  cursor: default !important;
  float:right;
  clear:both;
}

.nav-links {
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 6%;
  /*text-align: right;
  list-style-position: inside;
  padding-left:30%;*/
  float:right;
  clear:both;
}

.menu-icon:hover {
  color: #fff;
  cursor:pointer;
}

.logo:hover, .nav-links:hover {
  color: #fff;
}

.hover-link {
  display: inline-block;
  color: rgb(255, 255, 255, .8);
  text-decoration: none;
  
}

.hover-link::after {
  margin-top: -0.2em;
  margin-bottom: 0.6em;
  content: '';
  display: block;
  width: 0%;
  height: 3.2px;
  background:  #fff;
  transition: width .3s;
}

.hover-link:hover::after {
  width: 100%;
}

.input_search_b {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  border: 0px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid #c7c7c7;
  outline: 0;
  background: transparent;
  margin: 0;
  width: 130px;
  color: #fff;
  padding-left: 6px;
}

.input_search_b:hover {
  cursor: text;
}

.main-title {
  font-size: 28px !important;
  /*padding: 14px; 
  padding-left: 20px;*/ 
  padding-bottom: 28px;  
  color: rgb(255, 255, 255);
}

input[type=checkbox] {
  vertical-align: middle;
  float: right;
}

/* right menu */

.sidebarIconToggle2 {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 10%;
  width: 10%;
  top: 22px;
  left: auto;
  right: 20px;
  height: 22px;
  width: 22px;
}

#sidebarMenu2 {
    height: 90%;
    position: fixed;
    left: 0;
    /*width: 250px;*/
    width: 60vw;
    margin-top: 60px;
    /*transform: translateX(-250px);*/
    transform: translateX(-60vw);
    transition: transform 250ms ease-in-out;
    /*background: linear-gradient(180deg, #4fbdd8 100%, rgb(231, 255, 253, 1) 100%);*/
    background-color: rgb(231, 255, 253, 1);
}

.sidebarMenuInner2 {
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner2 li {
    list-style: none;
    color: rgb(255, 0, 42, .1);
    font-weight: bold;
    padding: 20px;
    padding-bottom: 0px;
    cursor: pointer;
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner2 li span{
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.sidebarMenuInner2 li a{
    color: #414042;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  padding-left: 2px;
  opacity: 1; /* Firefox */
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  padding-left: 2px;
  color: #b8b8b8;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
  padding-left: 2px;
  color: #b8b8b8;
}

.sidebarIconToggle33 {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 90%;
  width: 90%;
  top: 22px;
  left: 10px;
  right: auto;
  height: 22px;
  width: 22px;
}

#diagonal-line-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

#diagonal-line-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

/* ------------------------------------ */
/* desktop size screen */
/* ------------------------------------ */
@media screen and (min-width: 861px) {

  .header {
      display: block;
      margin: 0 auto;
      width: 100%;
      box-shadow: none;
      background-image: linear-gradient(260deg, #60CCC8 10%, #4fbdd8 100%);
      padding-top: 0px;
      position: fixed;
      height: 160px !important;
      overflow: hidden;
      z-index: 10;
  }

  .cf-logo-header {
    padding-left:58px; 
    padding-top:10px;
  }

  #sidebarMenu {
    position: fixed;
    right: 0%;
    margin-right: 0%;
    width: 480px;
    /*width: 30%;*/
    height: 100vh;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 2%;
    /*transform: translateX(-250px);*/
    transform: translateX(200%);
    transition: transform 350ms ease-in-out;
    /*transition: transform 0ms;*/
    /*background: linear-gradient(180deg, #4fbdd8 100%, rgb(231, 255, 253, 1) 100%);*/
    background-color: rgba(0, 66, 99); /* menu background color */
    z-index: 1000;
  }

  .sidebarTop {
    top: 66px;
  }

  .menu-icon {
    color: #c7c7c7;
    font-size: 40px;
    padding-top:52px;
    padding-right:4px;
    padding-bottom:20px;
  }
}

/* ------------------------------------ */
/* mobile screen */
/* ------------------------------------ */
@media screen and (max-width: 860px) {

  .header {
      display: block;
      margin: 0 auto;
      width: 100%;
      box-shadow: none;
      background-image: linear-gradient(260deg, #60CCC8 10%, #4fbdd8 100%);
      padding-top: 0px;
      position: fixed;
      height: 100px !important;
      overflow: hidden;
      z-index: 10;
  }

  .cf-logo-header {
    padding-left:2px; 
    padding-top:10px;
  }

  #sidebarMenu {
    position: fixed;
    right: 0%;
    margin-right: -2% !important;
    width: 102%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 10px;
    /*transform: translateX(-250px);*/
    transform: translateX(200%);
    transition: transform 350ms ease-in-out;
    /*transition: transform 0ms;*/
    /*background: linear-gradient(180deg, #4fbdd8 100%, rgb(231, 255, 253, 1) 100%);*/
    background-color: rgb(0, 66, 99); /* menu background color */
    z-index: 1000;
  }

  .sidebarTop {
    top: 40px;
  }

  .menu-icon {
    color: #c7c7c7;
    font-size: 40px;
    padding-top:26px;
    padding-right:2px;
    padding-bottom:20px;
  }

}

#js-search-icon-b {
  color: #c7c7c7;
  font-size: 24px;
}