.blog_trending_wr {
    background: rgba(235, 240, 255, 0.5);
    padding: 2rem 0;
}
.blog_heading{}
.blog_heading h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;
}
		
.blog_trending_box {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}	
.blog_img_sm {
    height: 200px;
    position: relative;
    padding: 0 10px;
    background-size: cover;
    background-position: center;
}
.blog_img_text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 10px;
}
.blog_img_text p {
    margin: 0;
}
.tranding_content {
    padding: 15px 10px 10px 10px;
	min-height: 215px;
}
.tranding_content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 20px;
}
.tranding_content p {
    font-size: 13px;
    margin: 0 0 15px 0;
    color: #333;
}
.blog_read_more {
    color: #f15c22;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-decoration: none !important;
    display: inline-block;
    position: absolute;
    bottom: 10px;
}
.blog_read_more i{ margin:0 0 0 4px;}

.blog_img_text p span {
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 4px 7px 4px 7px;
    display: inline-block;
    line-height: 14px;
	border-radius: 3px;
}
.blog_img_text p strong {
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 4px 7px 4px 7px;
    display: inline-block;
    line-height: 14px;
	float: right;
	border-radius: 3px;
}

.latest_blogs_wr{ padding:40px 0; background:#ffffff;}

.blog_latest_item {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 4px 0 4px;
}
.blog_full_bg{
	height: 350px;
    position: relative;
    padding: 0 10px;
    background-size: cover;
    background-position: center;
}
.blog_full_bg:before{
	    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.50) 43%, rgba(0, 0, 0, 0) 65%);
    border-radius: 10px;
}
.blog_latest_details {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.blog_latest_details h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 20px;
	color:#fff;
}
.blog_latest_details p {
    font-size: 13px;
    margin: 0 0 15px 0;
    color:#e9e9e9;
}
.blog_latest_details h6 span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 14px;
    position: relative;
    top: -3px;
}
.blog_latest_details h6 strong {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 14px;
	float: right;
}

/** BLOG DETAILS CSS **/

.aviation_industry {
    border-top: solid 1px #ddd;
    padding: 15px 0 0px 0;
}

.aviation_tittle{}
.aviation_tittle h1 {
    font-size: 22px;
    margin: 15px 0 0px 0;
    font-weight: 600;
    color: #13484c;
}
.aviation_tittle h6 {
    font-weight: 400;
    font-size: 13px;
    margin: 10px 0 0 0;
    color: #333;
}
.aviation_tittle h6 span {
    font-weight: 500;
    background: #FFC700;
    padding: 0 5px 0 5px;
    margin: 0 0 0 5px;
    display: inline-block;
    border-radius: 4px;
}
.industry_im {
    height: 350px;
    position: relative;
    padding: 0 10px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    margin: 15px 0 0px 0px;
}

.blog_aviation{ padding:40px 0 40px 0;}
.horizonte_text {}
.horizonte_text p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #333;
}
.horizonte_text h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}
.horizonte_text h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}
.horizonte_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.horizonte_text h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.horizonte_text h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.horizonte_text ul {
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    list-style: none;
}
.horizonte_text ul li {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.horizonte_text ul li i{ margin:0 4px 0 0;}

.blog_sidebar{}
.evenly_head {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.explore_related {
    margin-bottom: 20px;
}
.explore_related a {
    text-decoration: none;
    display: flex;
}
.left_part_blg {
    height: 90px;
    width: 25%;
    float: left;
    margin: 0 2% 0 0;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.right_part_blg {
    width: 73%;
    float: left;
}
.right_part_blg h6 {
    font-size: 10px;
    color: #fefefe;
    margin: 0 0 7px 0;
    background: #f60;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    line-height: 13px;
    border-radius: 4px;
}
.right_part_blg h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333;
}
.right_part_blg p {
    margin: 0 0 0 0;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.leave_reply {
    padding: 15px;
    border: solid 1px #ddd;
    margin: 20px 0 0 0;
    border-radius: 10px;
    background: #f4f8ff;
}
.leave_reply h4 {
    font-size: 22px;
    margin: 0 0 18px 0;
    color: #333;
    font-weight: 600;
}

.users_comments {
    margin: 25px 0 0 0;
}
.comments_head {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #0f0f0f;
}
.culture_cm {
    padding: 10px;
    border: solid 1px #ddd;
    margin: 0 0 15px 0;
    border-radius: 8px;
}
.culture_cm h3 {
    font-size: 18px;
    color: #333;
    margin: 0px 0 10px 0;
    align-items: center;
    display: flex;
    font-weight: 600;
}
.culture_cm h3 img {
    width: 26px;
    margin: 0 8px 0 0;
}
.culture_cm h6 {
    color: #8592a6;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.culture_cm p {
    color: #535353;
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 400;
}

.navigate_sm {
    margin-bottom: 20px;
}
.navigate_sm h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.form_select_blog {
    background: #fff;
    border: solid 1px #bebebe;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 38px;
    padding: 10px 0 10px 6px;
    border-radius: 4px;
    margin: 0 0 0px 0;
    font-weight: 500;
}













































/** BLOG DETAILS CSS **/


/** MODEL POPUP CSS CRM **/

.crmmodify{ max-width: 800px;}

.flight_type_popup label {
    color: #161616;
    width: auto;
    font-weight: 500;
    margin: 5px 15px 5px 0;
    font-size: 14px;
    padding: 7px 8px 5px 23px;
    text-align: left;
    float: left;
    line-height: 14px;
}
.flight_type_popup {
    margin-bottom: 20px;
}
.flight_type_popup input[type=radio]{}

.multi_route {
    width: 100%;
    display: grid;
}
.room_aads {
    display: table;
    width: 100%;
	margin: 12px 0 0 0;
	position:relative;
}

.radiotextsty {
  color: #A5A4BF;
  font-size: 18px;
}

.customradio_popup {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customradio_popup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark_popup {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ff5722 !important;
}

.customradio_popup:hover input ~ .checkmark_popup {
  background-color: transparent;
}

.customradio_popup input:checked ~ .checkmark_popup {
  background-color: white;
  border:1px solid #5d5d5d;
}

.checkmark_popup:after {
  content: "";
  position: absolute;
  display: none;
}

.customradio_popup input:checked ~ .checkmark_popup:after {
  display: block;
}

.customradio_popup .checkmark_popup:after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff5722;
}

.gapres_dd{ padding-left:10px !important; padding-right:10px !important;}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent; 
    opacity: 1;
}

.model_area {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.search_inputs {
    border: solid 1px #ddd;
    border-radius: 2px;
    padding: 8px 8px;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
}

.btn_second_src {
    background: #ff5722;
    font-size: 15px;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 4px;
}

#remove-button {
    border: solid 1px #ff5722;
    color: #ff5722;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 15px 8px 15px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    line-height: 14px;
    text-decoration: none;
    border-radius: 30px;
}
#add-button {
    border: solid 1px #ff5722;
    color: #ff5722;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 15px 8px 15px;
    display: inline-block ;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    line-height: 14px;
    text-decoration: none;
    border-radius: 30px;
}
.modal_header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}
.modal_header .modal-title {
    display: block;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0 0 0;
}
.close_modfy {
    border: solid 1px #ff5722;
    background: transparent;
    font-size: 28px;
    line-height: 24px;
    border-radius: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
    color: #ff5722;
}

/** MODEL POPUP CSS CRM **/


/** MOBILE VIEW SECOND CSS **/

@media (min-width:300px) and (max-width:479px) {
	
.latest_blogs_wr .owl-controls .owl-buttons { top: -45px;}
.blog_trending_box{ margin-bottom: 30px;}
.blog_read_more{ bottom: 40px; }
.evenly_head{ margin: 30px 0 20px 0;}
.left_part_blg{ width: 35%;}

}

@media (min-width:480px) and (max-width:767px){
	
.latest_blogs_wr .owl-controls .owl-buttons { top: -45px;}
.blog_trending_box{ margin-bottom: 30px;}
.blog_read_more{ bottom: 40px; }
.evenly_head{ margin: 30px 0 20px 0;}
.left_part_blg{ width: 35%;}

}

@media (min-width:768px) and (max-width:1023px){
	
.latest_blogs_wr .owl-controls .owl-buttons { top: -55px;}
.blog_trending_box{ margin-bottom: 30px;}
.blog_read_more{ bottom: 40px; }
.evenly_head{ margin: 30px 0 20px 0;}
.left_part_blg{ width: 35%;}

}

@media (min-width:1024px) and (max-width:1366px){
	
.latest_blogs_wr .owl-controls .owl-buttons { top: -55px;}
.blog_trending_box{ margin-bottom: 30px;}
.blog_read_more{ bottom: 40px; }
.evenly_head{ margin: 30px 0 20px 0;}
.left_part_blg{ width: 35%;}

}