/*============================================================================================*/
/* Your custom styles below */
*{
    margin: 0px;
   
}
.main_logo{
    width:120px;
    margin-left: 300px;
}
#top_menu .dropdown .dropdown-menu a{
    color: #053863;
    margin: 10px;
}

.bg-custom{
    background-color: #053863;
    color:#ededed;

}

.bg-custom p{
    color: white;
}
/* btn outline */
.btn-outline-custom {
    background-color:  #053863;
    color: white;
  }
  
  .btn-outline-custom:hover {
    background-color:  #053863;
    color: white;
  }
  /* btn outline */

.slider .btn{
    padding: 10px;
}
.col-sm-4:hover .airline_tickets {
    transition-duration: 2s;
    transform: rotatey(360deg);
}

.airline_tickets{
    height: 40px;
    width: 40px;
    margin: 10px auto;
}

.three_box{
    padding: 12px;
    border: #fff 1px solid;
    border-bottom: transparent;
    background: rgba(0, 0, 0, 0.6)
    
}
.tiket{
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
}
.three_box h4,.powerd_by{
    color: #fff;
}
/* job portal */
/* width */
::-webkit-scrollbar {
    width: 0.5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.brd{
    border:  solid rgba(0, 0, 0, 0.2) 0.1px;
}

/* search review */
.search_review label{
        font-size: 18pt;
}
.search_review button{
    margin-top: 32px;
    background-color: #053863;
    color: #eee;
    font-size: 16pt;
}

.short_profile{
    background-color: #ededed;
    width: 200px;
}
/* autocomple search */

#list{ max-height: 200px;
    overflow-y: auto;
}
#list ul{background-color: #eee;  cursor: pointer;  }
#list li{ color: black; font: 12pt; padding: 8px; list-style: none;}

#list1{ max-height: 200px;
    overflow-y: auto;}
#list1 ul{background-color: #eee;  cursor: pointer;  }
#list1 li{ color: black; font: 12pt; padding: 8px; list-style: none;}

#list2{ max-height: 200px;
    overflow-y: auto;}
#list2 ul{background-color: #eee;  cursor: pointer;  }
#list2 li{ color: black; font: 12pt; padding: 8px;}
/*============================================================================================*/


.news {
    background-color: #fff;
}

.ads_image{
    width:360px; 
    height:220px;
}

/* // mobile view */
@media only screen and (max-width:600px){
    .mobile{
        display: none;
    }
    .three_box h4{
       font-size: 12px;
    }
    .three_box .powerd_by{
        font-size:9px;
    }
    .three_box img{
       width: 50px;
    }
    .hero_single .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 110%;
      }

    .news iframe{
        height: 500px;
    }

    .ads_image{
        width:280px; 
        height:170px;
    }
    .sign-logo{
        width: 250px;
        height: 180px;
    }

}