/* Start custom CSS for shortcode, class: .elementor-element-facf702 */.navdesk {
  background-color: #fff;
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  width:100%;
}
.navdesk .m-menu__checkbox {
  display: none;
}
.navdesk label.m-menu__toggle {
  cursor: pointer;
  margin-bottom: 20px;
}
.navdesk .m-menu {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 450px;
    width: calc(100vw - 15px);
    /* height: 100%; */
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 51;
    height: 1000px;
    /*overflow: hidden;*/
    background-color: #fff;
    padding-top:15px;
}
.navdesk .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
  height: 1200px;
}
.navdesk .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.navdesk .m-menu__header span {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.navdesk .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
.navdesk .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
.navdesk .m-menu ul li a,
.navdesk .m-menu ul li label {
  display: block;
  text-align: right;
  /* padding: 0 15px; */
  line-height: 47px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 1em;
  /* border-bottom: 1px solid #e8e8e8; */
  position: relative;
}
.navdesk .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #000;
  border-style: solid;
  border-width: 3px 3px 0 0;
  -moz-transform: rotate(230deg);
  -o-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  top: 50%;
  margin-top: -5px;
  left: 30px;
}
.navdesk .m-menu ul li .-invisible {
  border-bottom: 0;
}
.navdesk .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.navdesk .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
.navdesk .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  z-index: 50;
  /* width: 480px; */
  /* height: 667px; */
  /* margin: 0 auto; */
  overflow: visible;
  background-color: #fff;
  /* position: relative; */
  padding-top: 15px;
  width: 100%;
  /* padding: 0px; */
  max-width: 100%;
  /* height: 50px; */
    
}
.navdeskbar {
  overflow: hidden;
  background-color: #000;
}

.navdeskbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown1 {
            display: inline-block;
            margin-right: 20px;  /* inline-block gap fix */
            color: #000;
            text-decoration: none;
            font-size: 18px;
            -webkit-transition: background 0.3s linear;
            -moz-transition: background 0.3s linear;
            -ms-transition: background 0.3s linear;
            -o-transition: background 0.3s linear;
            transition: background 0.3s linear;
            padding: 20px;
        } 
.navdeskbar {
            padding-top: 80px;
            overflow: hidden;
            background-color: #fff;
            text-align: center;
            width: 100%;
        }
 .navdeskbar a {
            display: inline-block;
            margin-right: 20px;  /* inline-block gap fix */
            color: #000;
            padding: 10px 10px;
            text-decoration: none;
            font-size: 18px;
            -webkit-transition: background 0.3s linear;
            -moz-transition: background 0.3s linear;
            -ms-transition: background 0.3s linear;
            -o-transition: background 0.3s linear;
            transition: background 0.3s linear;
            z-index: 1000;
        }
        .dropdown {
            display: inline-block;
            margin-right: 20px;  /* inline-block gap fix */
            color: #000;
            padding: 10px 10px;
            text-decoration: none;
            font-size: 18px;
            -webkit-transition: background 0.3s linear;
            -moz-transition: background 0.3s linear;
            -ms-transition: background 0.3s linear;
            -o-transition: background 0.3s linear;
            transition: background 0.3s linear;
            z-index: 50;
        }
        .dropdown .dropbtn {
          font-size: 16px;  
          border: none;
          outline: none;
          color: #000;
          padding: 14px 16px;
          background-color: inherit;
          font-family: inherit;
          margin: 0;
          font-weight: 500;
        }
      .navdeskbar a:hover, .dropdown:hover .dropbtn {
          background-color: #f9f9f9;
        }
        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #fff;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 500;
        }
        .dropdown-content a {
          float: none;
          color: #000!important;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: right;
        }
        .dropdown-content a:hover {
          background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
          display: block;
        }
        
        .headfirststyle1 {
            background-color: #fff;
            border-top-color: 1px solid #fbba00#fff;
            height: 100px;
            padding-top: 15px;
            padding-bottom: 15px;
            position: fixed;
            display: block;
            width: 100%;
            margin-top: -10px;
            z-index: 99;
        }
        
        .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
            padding: 0px;
        }
        #wrapper {
          position: absolute;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }
        
        label {
          cursor: pointer;
        }
        label:focus {
          outline: none;
        }
        
        .menu {
          position: absolute;
          top: 0;
          left: 0;
          background: #fff;
          width: 240px;
          height: 100%;
          transform: translate3d(-240px, 0, 0);
          transition: transform 0.35s;
        }
        .menu label.menu-toggle {
          position: absolute;
          right: -60px;
          width: 60px;
          height: 60px;
          line-height: 0px;
          display: block;
          padding: 0;
          text-indent: -9999px;
          background: #fff url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png) 50% 50%/25px 25px no-repeat;
        }
        .menu ul li > label {
          background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
        }
        .menu ul li a, .menu ul li label {
          display: block;
          text-align: center;
          padding: 0 20px;
          line-height: 60px;
          text-decoration: none;
          color: #000;
        }
        .menu ul li a:hover, .menu ul li label:hover {
          color: #666;
        }
        
        /* hide inputs */          
        .menu-checkbox {
          display: none;
        }
        
        /* hide .navdeskigation icon for sublabels */    
        .menu .menu label.menu-toggle {
          background: none;
        }
        
        /* fade in checked menu */    
        .menu-checkbox:checked + .menu {
          transform: translate3d(0, 0, 0);
        }
        
        
        #info {
          display: table;
          background: rgba(0, 0, 0, 0.4);
          height: 100%;
          width: 100%;
        }
        #info #info-content {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          font-size: 12px;
        }
        #info #info-content h1 {
          color: #fff;
          border: 3px solid #fff;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          font-size: 22px;
          font-weight: normal;
          padding: 20px;
          margin: 10px;
          display: inline-block;
        }
        #info #info-content h1 strong {
          display: block;
          font-size: 26px;
        }
label{
    font-weight: 500  ;
}
      
.headfirststyle3 {
  background-color: #fff;
  border-top-color: 1px solid #fbba00#fff;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 15px;
  /* position: fixed; */
  display: block;
  width: 100%;
  margin-top: -10px;
  z-index: 99;
  border-bottom: 1px solid #58585b54;
}
#search-input {
  width: 700px;
  padding: 10px;
  font-size: 16px;
  /* border-radius: 5px 0 0 5px; */
  border-radius: 0px;
  border: 1px solid #ccc;
}
#search-results li {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: right;
  list-style-type: none;
}
ul{
  margin:20px;
}


.fa-times:before {
    content: "\f00d";
    font-size: 30px;
}
@media only screen and (max-width: 1200px){
  .respdesk{
    display:none;
  }
}
@media only screen and (min-width: 1200px){
  .respmobile{
    display:none;
  }
}




.navmobile {
	/* background-color: #91cfa1; */
	height: 50px;
	padding: 0 16px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 0 !important;
	margin-left: 0;
	float: left;
}
.navmobile .m1-menu1__checkbox {
  display: none;
}
.navmobile label.m1-menu1__toggle {
  cursor: pointer;
  /*margin-right:90%;*/
}
.navmobile .m1-menu1 {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
.navmobile .m1-menu1__overlay {
 /* background-color: rgba(103, 103, 103, 0.5);*/
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
.navmobile .m1-menu1__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.navmobile .m1-menu1__header span {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
  width: 100%;
}
.navmobile .m1-menu1 .m1-menu1 {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
.navmobile .m1-menu1 ul {
  height: 100%;
  overflow-y: auto;
}
.navmobile .m1-menu1 ul li a, .navmobile .m1-menu1 ul li label {
  display: block;
  text-align: right;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 1em;
  /*border-bottom: 1px solid #e8e8e8;*/
  position: relative;
}
.navmobile .m1-menu1 ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #000;
  border-style: solid;
  border-width: 3px 3px 0 0;
  -moz-transform: rotate(230deg);
  -o-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  top: 50%;
  margin-top: -5px;
  left: 40px;
}
.navmobile .m1-menu1 ul li .-invisible {
  border-bottom: 0;
}
.navmobile .m1-menu1 .m1-menu1 label.m1-menu1__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.navmobile .m1-menu1__checkbox:checked ~ .m1-menu1__overlay {
  display: block;
}
.navmobile .m1-menu1__checkbox:checked ~ .m1-menu1 {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
}

.wrapper1 {
	/* width: 480px; */
	/* height: 667px; */
	/* margin: 0 auto; */
	overflow: hidden;
	/* background-color: #fff; */
	position: relative;
	margin-top: -55px;
	float: left;
	width: 30%;
}/* End custom CSS */