@charset "utf-8";
/* CSS Document */

.inner_banner{
	min-height:325px;
	overflow:hidden;
	/*background:url(../images/inner_banner1.jpg) top center no-repeat;*/
}
/*.inner_banner h2 {
    margin-top: 210px;
    color: #fff;
    font-size: 47px;
	font-family: montserrat;

font-weight: 700;

}*/

.inner_banner h1 {
    margin-top: 210px;
    color: #fff;
    font-size: 47px;
    font-family: montserrat;
    font-weight: 700;

  


}


@media (max-width:896px){
.inner_banner{
	margin-top: 138px;
	/*background-size:auto 100%; */
	min-height: 145px;
   

}
.inner_banner h1 {
margin-top: 88px;
color:#fff;
font-size: 30px;
}
}
.rightbar .event_card h2 {

    background-color: #45b7e5;
    text-align: center;
    font-size: 49px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 0px;
    line-height: 1;
    padding: 4px 6px;
    width: 74px;
    float: left;
    margin-right: 18px;

}
.rightbar .event_card h4 {

    font-size: 17px;
	font-weight:600;

}
.rightbar .event_card h2 span {

    font-size: 16px;

}
@media (min-width:768px){
.rightbar .event_card article {

    overflow:visible;
}
}

/*contact page css starts*/
.contact_form{
    border:solid 1px #ccc;
    padding:10px 15px 20px;
}

.contact_form .heading4{
margin: 0 0 20px;
font-size: 25px;
font-weight: 500;
}

@media (min-width:768px){
    .contact_form{
    
    padding:20px 30px 30px;
}
    
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form textarea,
form select{
    width: 100%;
    margin: 0 0 16px;
    border: none;
    padding: 8px 12px;
    border: solid 1px #ccc;
    font-size: 16px;
    height: 45px;
    color: #000;
    border-radius: 0;
}
form textarea{
    height:150px;
}
form input[type="submit"], form button, a.button{
    background-color: #048238;
    color:#fff;
    border: none;
    padding: 8px 15px;
    display: inline-block;
    margin: 10px 0 0;
    transition: 0.3s;
}

.form-control:focus{
    box-shadow: none;
}

form input[type="submit"]:hover, form button:hover, , a.button:hover{
    background-color: #1e60aa;
    transition: 0.3s;
}
@media (min-width:768px){
.address_block{
    padding:0 0 0 40px;
}
}
.adr_icons {

    margin: 0 0 18px;
    padding: 0 0 17px 25px;
    position: relative;
    border-bottom:solid 1px #d4d4d4;
    
}
.adr_icons h5{
    font-size: 16px;

    margin: 0 0 6px;

    font-weight: 600;
}
.adr_icons a{
    color:#333;
}

.adr_icons::before {
    font-family: "FontAwesome";
    content: "\f10b";
    left: 0;
    position: absolute;
    top:2px;
    color:#115aab;
    font-size: 15px;
    line-height: 15px;

}

.phone_link::before {
 content: "\f10b";
  font-size: 25px;
  
}

.mail_link::before {
    content: "\f0e0";
}
.skype_link::before {

    content: "\f17e";
   

}
.addr_link::before {

    content: "\f1d8";
    
}
.media_body a {

    font-size: 18px;
    line-height:32px;
    border-radius:50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding: 0px 0 0px;
    transition: 0.3s;
    border: 1px solid #115aab;
    color: #115aab;
    margin:0 5px 0 0;

}
.media_body a:hover {
    background:#115aab;
    color: #fff;
    
}

.join_form{
background-color:
#f4f4f4;
padding: 40px 20px;
overflow: hidden;
}

.join_form label{
font-weight: 400;
display: block;
text-align: left !important;
margin: 0 0 5px;
color: #040404;
font-size: 15px;
    }

.checkbox-inline{
    font-size: 12px !important;
}    


.Alphabetical_h2{
margin: 0 0 25px;
font-weight: 500;
font-size: 24px;
border-bottom: 1px solid
#ececec;
padding: 0 0 15px;
}

.agency_card{
 border:1px solid #ccc;
 padding: 20px;   
 background-color: #fafeff;
 /*box-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
 min-height: 240px;
 margin:12px 0;
}

.agency_card h4{
margin: 0 0 15px;
font-weight: 600;
color:
#45b7e5;
}

.agency_card p{
max-width: 300px;
}

.agency_card ul{
list-style-type: none;
margin:0;
padding: 0;    
}

.agency_card ul li{
position: relative;
padding: 0 0 5px 28px;
    }

.agency_card ul li:before{
content: "\f0ac";
position: absolute;
font-family: "FontAwesome";
left: 0;
top: 0px;
font-size: 18px;
color:
#45b7e5;
}    

.agency_card ul li a{
    font-size: 15px;
   color: #3c3c3c;
   transition: 0.3s;
}

.agency_card ul li a:hover{
color:#45b7e5;
transition: 0.3s;
}

.card_bottom{
margin: 12px 0 0;
}

.card_bottom a{
display: inline-block;
margin-right: 5px;
border-radius: 5px;
width: 30px;
height: 30px;
text-align: center;
text-transform: uppercase;
color:#fff;
padding-top:3px;
text-shadow:2px 1px 1px rgba(0,0,0,0.4);
transition: 0.3s;
}

.card_bottom a:hover{
transition: 0.3s;
opacity: 0.8;
}

.blue-color{
background-color:
#08c;
}

.grey-color{
background-color:#ccc;
    }

.purple-color{
background-color:#a225a4;
    }    

    .phone_icon:before{
        content: "\f095" !important;
    }

@media(max-width:767px){
.agency_row .row .col-sm-6:last-child .agency_card{
margin:0;
}    

.agency_card p{
max-width: none;
 font-size: 15px;
}

.agency_card h4 {
font-size: 17px;
}

}

.agency_h2{
 padding: 0 0 10px !important;
font-size: 25px;
font-weight: 500;
margin: 0 0 25px !important;  
position: relative;
}

.agency_h2 span{
display: block;
margin: 0 0 5px;
font-size: 20px;
color:
#262626;
position: relative;
padding-bottom: 3px;
    }

.agency_h2:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 80px;
height: 3px;
background-color:
#48aede;
}    

@media(max-width:767px){

.agency_h2 {
    font-size: 20px;
}

.agency_h2 span{
font-size: 18px;
}

}

.arrival_content h3{
   font-weight: 500;
margin: 12px 0; 
}

.form-group{
   margin-bottom:0 !important; 
}

.country_field input[type="text"]{
padding: 8px 12px !important;
height: 40px;
}

.country_field .select2-choices{
background-image: none !important;
border: 1px solid
#ccc !important;
}

.faq_content .panel-heading{
background-color: #fafeff;
}

.faq_content .panel-heading a{
color:#037030;
display: block;
font-weight: 500;
    }

.faq_content .panel-heading a.collapsed{
 color: #4f4f4f;
}

.profile_box p{
margin:4px 0 0;    
line-height: 1.2;
}

.profile_box p i,
.profile_box p em{
font-size: 15px;
margin: 4px 0 0;
display: block;
font-style: normal;
    }

.agency_row{
 margin: 40px 0 0;   
}

.agency_row .agency_card{
padding: 0;
border:0;
margin:0 0 60px;
position: relative;
}

.agency_row .agency_card figure{
float: left;
width: 25%;
text-align: center;
padding: 20px 0;
    }

.agency_row .agency_card figure img{
max-width: 80%;
}    

.agency_row .agency_card article{
overflow:hidden;
padding-left: 15px; 
}

.agency_row .agency_card p{
margin: 0;    
max-width: none;
}

.agency_row .agency_card ul li{
display: inline-block;
margin-right:10px;     
padding: 3px 0 5px 40px;
}

.agency_row .agency_card ul li:before {
    /*border: 1px solid #ccc;*/
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.agency_row .agency_card ul {
margin: 8px 0 15px;
}

.agency_row .agency_card .info{
margin: 15px 0;    
}

.agency_row .agency_card h4{
font-size: 20px;    
}

.agency_row .agency_card .btn{
display: inline-block;
width: auto;
background-color: #48aede;
border-radius: 0;
padding: 15px;
text-shadow: none;
line-height: 0;
height: 34px;
font-weight: 600;
text-transform: capitalize;
font-size: 15px;
min-width: 125px;
transition: 0.4s;
border: 1px solid #48aede;
color: #fff;
transition: 0.4s; 
}

.agency_row .agency_card .btn i{
position: relative;
right: -2px;
transition: 0.4s; 
}

.agency_row .agency_card .btn:hover{
  background-color: #48aede;
  color: #fff;  
  transition: 0.4s; 
}

.agency_row .agency_card .btn:hover,
.agency_row .agency_card .btn:focus{
color: #fff;
}

.agency_row .agency_card .btn:hover i{
right: -4px;
transition: 0.4s;    
}

.social_m{
position: absolute;
right: 0;
top: 0;
}

.social_m a{
margin-left:6px;
display: inline-block;
transition: 0.3s;     
}

.social_m a:hover{
transform: scale(1.1);    
transition: 0.3s;
}

.agency_row .detail_card figure{
width: 42%;    
}

.agency_row .detail_card .item{
text-align: center;    
}

.agency_row .detail_card .item img{
display: inline-block;
}

.agency_row .detail_card figure{
padding: 0;    
}

#detail-slider .owl-prev{
background: url(../images/arrow-left.png) top left no-repeat; 
left: 0;   
width: 40px;
height: 40px;
}

#detail-slider .owl-next{
background: url(../images/arrow-right.png) top left no-repeat;   
right: 0; 
width: 40px;
height: 40px;
}

.agency_row .detail_card ul li:before{
border:none;
padding: 0;
width: 0;
}

.agency_row .detail_card ul li{
padding-left: 25px;    
margin: 0;
display: block;
}

.agency_h2{
text-transform: capitalize;    
}

.agency_row .agency_card{
border: 1px solid #ededed;  
padding: 20px;
}

.agency_row .agency_card figure{
padding: 0;  
}

.social_m {
position: absolute;
right: 20px;
top: 20px;
}

.agency_row .agency_card figure img {
    max-width: 100%;
    width: 100%;
}

.agency_row .agency_card figure{
padding: 0;  
}
.agency_row .agency_card figure img{
max-width: 100%;  
}

.detail_card article h4{
/*margin-top: 5px;  */
}

.agency_row .detail_card{
border-bottom: 1px solid #d4d4d4;
margin: 0 0 30px;
padding-bottom: 20px;
}
@media(max-width:767px){

.agency_row .agency_card figure{
float: none;
width: 100%;    
}

.agency_row .agency_card article{
padding: 20px 0 0;    
}

.agency_row .agency_card{
max-width: 500px;
margin: 20px auto;   
border-bottom: 1px solid #d3d3d3;
padding-bottom: 20px; 
}

.agency_row .agency_card:last-child{
/*border:none;*/
padding-bottom: 0;
}

.social_m{
right: 10px;
top: 10px;
background-color: #fff;
padding: 6px 10px;
z-index: 11;
border: 1px solid #70c6ef;
}

.agency_row .agency_card ul li{
margin-bottom: 6px;    
}

.agency_row .agency_card figure img{
max-width:100%;
}    


}

@media(max-width:500px){
.agency_row .agency_card {
padding: 10px;
}
}

.footer_l{  
background-color: #fff;
padding: 12px 18px;
display: block;
border: 3px solid #37a3d6;
max-width: 210px;
}

footer a.btn{
display: inline-block;
border-radius: 0;
margin: 15px 0 0;
text-transform: capitalize;
background-color: #037030;
padding: 8px 12px;
transition: 0.4s;
}

footer a.btn:hover{
color: #fff;
background-color: #045927;
}

@media(max-width:767px){

.footer_l{
display: block; 
}

}

.symbol_d ul{
margin: 15px 0 0;
list-style-type: none;
padding: 0;
}

.symbol_d ul li{
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
  }

.symbol_d ul li span{
display: inline-block;
margin-right: 5px;
border-radius: 5px;
width: 30px;
height: 30px;
text-align: center;
text-transform: uppercase;
color: #fff;
padding-top: 3px;
text-shadow: 2px 1px 1px rgba(0,0,0,0.4);
transition: 0.3s;
}  

#detail-slider{
background-color:#d9f2fd;
}