#botomnav2{
    background: #00adfa ;
    border-bottom: 1px solid #c1c5c1;
    
}
nav .wrapper{
  position: relative;
  /*max-width: 1300px;*/
  padding: 0px 30px;
  height: 64px;
  line-height: 64px;
  margin: auto;
  display: flex;
  
  /*align-items: center;*/
  justify-content: space-between;
}
.wrapper .logo{
    height: 64px;padding: 7px;
}
.wrapper .logo a{
    color: #00adfa;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    /* padding-top: 10px; */
    text-transform: uppercase;
    line-height: 46px;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.wrapper .nav-links{
    /*position: inherit;*/
}
.bottomnav-items{
    align-items: center;
}
.nav-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links .mobile-item{
  display: none;
}
.nav-links ul.drop-menu li a{
    color: #fff;
    font-size: 16px;
}
.nav-links .drop-menu{
  position: absolute;
  /*background: #fff;*/
  background: #000;
  width: 180px;
  line-height: 45px;
  padding-left:0;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  z-index:11;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
   /*border-top: 3px solid #fff;*/
}
.nav-links .drop-menu li{
    border-bottom: 1px solid #fff;
}
.nav-links li:hover .drop-menu{
    transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 59px;
  opacity: 1;
  visibility: visible;
  background: #FFFFFF;
}
.nav-links li .drop-menu li a:hover{
  /*background: #fff;*/
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  color: #0CE757;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%; 
  /*padding: 0 30px;*/
  top: 58px;
  opacity: 0;
  visibility: hidden;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 200px;
  z-index: 11;
}
.mega-box .content{
  background: #fff;
  padding: 25px 20px;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
}
.mega-box .content .rows{
  /*width: calc(55% - 37px);*/
   width: calc(25% - 37px);
  line-height: 45px;
  display: block;
}
.content .rows img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .rows header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .rows .mega-links{
  /*margin-left: -40px;*/
  border-left: 1px solid rgba(255,255,255,0.09);
  padding-left:0;
}
.rows .mega-links li{
  /*padding: 0 20px;*/
    line-height: 60px;
    border-top: 1px solid #046625;
}
.rows .mega-links li a{
  padding: 0px;
  /*padding: 0 20px;*/
  font-size: 16px;
  /*display: block;*/
  color: #000;
  text-decoration: none;
}
.rows .mega-links li:last-child {
    border-bottom: 1px solid #046625;
}
.rows .mega-links li a:hover{
  color: #046625;
  /*border-bottom: 3px solid #046625;*/
  border-radius: 0;
}
.wrapper .btn{
  color: #00adfa;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.menu-btn{
    color: #fff;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
}

.iom-home .info-summary {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}

.iom-home .info-summary .info-wrap {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    justify-content: center;
}

.iom-home .info-summary .icon {
    margin-right: 20px;
}

.iom-home .info-summary .icon i {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.iom-home .info-summary .empl .icon i {
    background-color: #F44336;
}

.iom-home .info-summary .post .icon i {
    background-color: #4CAF50;
}

.iom-home .info-summary .countries .icon i {
    background-color: #FF9800;
}

.iom-home .info-summary .info p {
    margin-bottom: 0px;
}

.iom-home .info-summary .info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.iom-home .info-summary .info .number {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}

.iom-home .info-summary .empl .number a {
    color: #F44336;
    text-decoration: none;
}

.iom-home .info-summary .post .number a {
    color: #4CAF50;
    text-decoration: none;
}

.iom-home .info-summary .countries .number a {
    color: #FF9800;
    text-decoration: none;
}


@media screen and (max-width: 1024px) {
    .home{
      height: 330px;
  }
  .categorybox a .title-header{
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }
  .categorybox a{
      padding: 20px;
  }
  .point-details h3{
      font-size: 20px !important;
  }
  .why-title{
      font-size: 55px !important;
  }
  .footer_two_service h5{
      padding-left: 0;
  }
  
}

@media screen and (min-width: 971px) and (max-width: 991px) {
    .nav-links li a{
        font-size: 13px;
        padding: 8px 9px;
    }
}


@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
    margin-right:10px;
  }
  .logo img{
      /*width: 300px;*/
  }
  
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 1111;
  }
  nav .wrapper{
      display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottomnav-items nav{
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #242526;
        left: 0;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #fff;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
   
  }
 
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega:checked ~ .mega-box .content{
      display:block;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 1px;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    display:none;
  }
  .mega-box .content .rows{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .rows:nth-child(1),
  .mega-box .content .rows:nth-child(2){
    border-top: 0px;
  }
  .content .rows .mega-links{
    border-left: 0px;
    padding-left: 0px;
  }
  .rows .mega-links li{
    margin: 0;
        line-height: 35px;
  }
  .rows .mega-links li:first-child{
      border-top:0;
  }
  .content .rows header{
    font-size: 19px;
  }
}
.hide-in-large{
    display: none;
}
@media only screen and (max-width: 768px) {
    nav .wrapper, .wrapper .logo{
        height: 60px;
    }
    .wrapper .logo{
        padding: 0;
    }
    .wrapper .logo img{
        height: 60px;
    }
    .hide-in-large{
        display: block;
    }
    .categorybox a .title-header{
	    font-size: 16px !important;
      letter-spacing: 0 !important;
	}
	.rating-container .rating-percent, .rating-container .totalskill{
	    font-size: 13px !important;
        padding-top: 1px !important;
	}
	.rating-container .rating-percent{
	    margin-right: 9px !important;
	}
	.home{
    height: 225px;
  }
  .footer_two_service ul{
      padding: 0;
  }

}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
#browsecategory .top-section h1, .browsecategory .top-section h1{
    font-size: 42px;
    margin-bottom: 10px;
    letter-spacing: -.035em;
    font-weight:500;
    color: #00adfa !important; 
    text-align: center;
}
#browsecategory .top-section p, .browsecategory .top-section p{
    font-size: 16px;
    color: #5e6d55;
        font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: .02em;
    text-align: center;
}
#browsecategory .top-section p a, .browsecategory .top-section p a{
    color: #108a00;
}
.categorybox a{
    height: 134px;
    padding: 20px 20px 52px;
    font-size: 22px;
        font-weight: 500;
    cursor: pointer;
    background: #f7faf7;
    border-radius: 8px;
        display: block;
    margin-bottom: 20px;
}
.categorybox a:hover{
    background: #e4ebe4;
}
.categorybox a .title-header{
    
    font-weight: bold;
    margin: 5px 0 13px;
    font-size: 21px;
    letter-spacing: .6px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 500;
}
.rating-container{
    display: flex;
    margin: 5px 0 0;
}
.rating-container .rating{
    color: #00adfa;
    margin-right: 4px;font-size: 14px;
}
p.hour{
    font-size:  13px;
}
.rating-container .rating-percent{
    /*margin-right: 40px;*/
}
.rating-container .rating-percent, .rating-container .totalskill{
    color: #5e6d55;
    font-size: 13px;
    padding-top:2px;
}

.award-rating {
    position: relative;
    align-items: flex-end;
}
.why-title{
    font-size: 72px;
    line-height: 72px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.point-details h3{
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 100%;
    font-weight: 500;
    color: #000 !important;
}
.point-details p{
        margin-bottom: 30px;
        color: #5e6d55;
        font-size: 16px;
        line-height: 22px;
}
.icon-wrapper{
    margin-right:15px;
    margin-top: 8px;
}
.icon-wrapper .icon-bg{
    width: 23px;
    height: 23px;
    background: #000;
    border-radius: 50%;
    text-align: center;
}
.icon-wrapper .icon-bg i{
    color: #fff;
}
.graybg{
    background: #f2f7f2;
    overflow: hidden;
    border-radius: 5px;
    padding: 35px 30px;
}
.award-rating{
    /*overflow: hidden;*/
    flex: 1;
    background-color: #00374f;
    border-radius: 8px;
        display: flex;
    /*align-items: flex-end;*/
}
.proof-point .d-flex{
    
    padding-right:310px;
}
.award-title{
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 100%;
    color: #fff !important;
}
.rating-content h3{
        font-size: 38px;
    line-height: 39px;
    margin-top:0;
    margin-bottom: 10px;
    color: #fff !important;
}
.rating-content p{
    color: #fff !important;
    text-align: left;
}
.award-area{
    padding-left: 30px;
    padding-bottom:80px;
}
.rating-box i{
    font-size: 39px;
    padding-right:15px;
    color: #fff;
}
img.reachingperson{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-356px,-43px);
    /* z-index: 111; */
    max-width: 100%;
    height: 791px;
}
@media only screen and (max-width: 480px){
    #browsecategory .top-section h1{
        font-size: 24px;
    }
    	.icon-wrapper{
        margin-right: 15px;
        margin-top: 3px;
    }
    .point-details h3{
        font-size: 20px;
    }
    .why-title{
        font-size: 50px;
    }
    .hire-btn{
        font-size: 12px !important;
    }
    .award-title{
        font-size: 25px;
        margin-top: 5px;
    }
    .rating-content h3{
        font-size: 25px;
        line-height: 22px;
    }
    .rating-box i{
        font-size: 20px;
    }
    .home{
        height: 145px;
    }
    .categorybox a .title-header{
	    font-size: 13px;
    letter-spacing: 0;
	}
}