 

body{
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
} 
 
#top_ber {
    background: #F7F7F7;
    line-height: 50px; 
    
}
.hot_list{}
.hot_list i {
    padding-right: 5px;
}
.hot_list li {
    list-style: none;
    color: #444;
    float: left;
    font-size: 14px;
    padding-right: 15px;
	font-weight:700;
	transition:all ease 500ms;
}

.hot_list li:hover{
	color: #2957A1;
	transition:all ease 500ms;
}
.social_icon {
    margin-left: -10px;
}


.social_icon i {
    color: #fff;
    font-size: 22px;
	transition:all ease 500ms;
    padding-right: 10px;
}


.social_icon i:hover{
	color:#000;
	transition:all ease 500ms;
}


.sign_in{}
.sign_in ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sign_in ul li {
    float: left;
}
.sign_in ul li a{ 
    color: #fff; 
    font-size: 14px;
    padding-right: 15px;
	text-decoration:none;
	transition:all ease 500ms;
	text-transform:uppercase;
	font-weight:700;
}
.sign_in ul li a:hover{
	color:#000;
	transition:all ease 500ms;
}

.sign_in {
    float: right;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 6px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: "."; 
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto; 
  line-height: 1;
  background: #F4F4F4;
  float: none;
  z-index:9999;
}
#menu-line {
   
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
    padding: 12px 38px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: ;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  border-bottom: 0px solid #fff !important;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 20px 20px;
  width: 180px;
  font-size: 14px;
  background:#2957A1;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
 
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FF0;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
} 
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px){
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 0px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 10px 20px 10px 50px;
    font-size: 12px;
    color: #FFFFFF;
    background: none;
	font-weight: bold;
	text-transform: uppercase;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #FFFFFF;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
  }
  #cssmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 15px;
	height: 7px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  } 
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #FFFFFF;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #FFFFFF;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}



#navigation_area{}
.logo{}
.logo img{
	
}
.{}
.{}


#navigation_area {
    background: #fff;
     
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    padding: 15px 10px;
    
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0!important;
}
 

/*** slider area **/



/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}




.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { 
    border-left: 5px solid #2957A1 !important; 
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { 
    border-right: 13px solid  #2957A1 !important; 
    
}

 


 

.row.borders {
    border-top: 10px solid #000;
}
#package_area{
	 
}
.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
   
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #2957A1;
  
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #2957A1;
}





#package_area{ 
  padding:70px 0 0 0;
  width: 100%;
  height: auto;
  
  background: 
    /* top, transparent red  
    linear-gradient(
      rgba(255, 255, 255, 0.95), 
      rgba(255, 255, 255, 0.95)
    ),
      bottom, image 
    url(../img/banner.jpg); */
	 
}
.section_title.text-center {
     
}
.section_title.text-center h2 {
    font-size: 40px;
    color:#2957A1;
    text-transform: uppercase;
    width: 494px;
    margin: 0 auto;
    line-height: 68px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
    text-align: center;
    width: 100%;
} 
.section_title.text-center img {
    height: 45px;
}
div#logocarusal {
    margin-top:  5px;
}
.owl-nav div {
    background:#2957A1;
    width: 50px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    margin-right:1px;
    font-size: 23px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
 }
 
.tabs_item {
    margin-top: 25px;
} 
 
.owl-nav {
    position: absolute;
    right: -1px;
    top: -48px;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    
}
.box_details img {
    height: 14px !important;
}
.box{
    background: #444;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2957A1;
    position: absolute;
       top: -100px;
    left: -44px;
    opacity: 0;
    z-index: 1;
    transition: all 0.35s ease;
}
.box:after {
    top: auto;
    left: auto;
    bottom: -132px;
    right: 0;
}
.box:hover:before,
.box:hover:after{
    opacity: 0.75;
    transform: scale(8);
    transition-delay: 0.15s;
}
.box img{
    width: 100%;
    height: 250px;
    transition: all 0.35s ease-out 0s;
}
.box:hover img{ opacity: 0.4; }
.box .icon{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    transform: scale(0);
    transition: all 0.35s ease-out;
}
.box:hover .icon{
    transform: scale(1);
    transition-delay: 0.15s;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #444;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.box .icon li a:hover{
    background: #444;
    color: #fff;
}
.box .box-content{
    padding: 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all 0.35s ease-out;
}
.box:hover .title{
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0.15s;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    font-style: italic;
    transform: translate(-20px, -20px);
    transition: all 0.35s ease-out;
}
.box:hover .post{
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0.15s;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
 

.box_details h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
}

.box_details h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0px;
    float: right;
    padding-top: 6px;
}

.box_details img {
    width: 85px !important;
    float: left;
}

.box_details h2 {
    text-align: center;
}
.box_details p {
    font-size: 20px;
    padding-top: 5px;
    width: 100%;
	text-align: center;
}

.box_details {
    overflow: hidden;
    border: 0px solid  #DEDEDE;
    padding: 10px 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	color: #666666;
	height: 90px;
}






#special_tour{
	padding:70px 0 0 0;
}

#quick_services{
	padding:70px 0 0 0;
}


.serviceBox{
    text-align: center;
	margin-top:70px;
}
em.icons img {
    width: 75%;
}
.serviceBox .service-icon1,
.serviceBox .service-icon2,
.serviceBox .service-icon3,
.serviceBox .service-icon4{
    width: 229px;
    height: 229px;
    line-height: 229px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.serviceBox .service-icon1 strong,
.serviceBox .service-icon2 strong,
.serviceBox .service-icon3 strong,
.serviceBox .service-icon4 strong{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    border-width: 13px;
    border-style: solid;
    border-color: hsla(198, 61%, 41%, 1) hsla(0, 0%, 0%, 0) hsla(36, 97%, 62%, 1);
    border-radius: 400px;
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.serviceBox .service-icon1:hover strong,
.serviceBox .service-icon2:hover strong,
.serviceBox .service-icon3:hover strong,
.serviceBox .service-icon4:hover strong{
    transform: rotate(315deg);
    transition: all 0.5s ease 0s;
}
.serviceBox .service-icon1 span,
.serviceBox .service-icon2 span,
.serviceBox .service-icon3 span,
.serviceBox .service-icon4 span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 13px;
    border-style: solid;
    border-color: hsl(0, 2%, 90%);
    border-radius: 400px;
    z-index: 0;
}
.serviceBox .icons,
.serviceBox .icons,
.serviceBox .icons,
.serviceBox .icons{
    display: inline-block;
}
.serviceBox .icons i,
.serviceBox .icons i,
.serviceBox .icons i,
.serviceBox .icons i{
    font-size: 70px;
    margin-top: 75px;
    transform: rotateY(0deg);
    transition: all 0.5s ease 0s;
}
.serviceBox .service-icon1:hover .icons i,
.serviceBox .service-icon2:hover .icons i,
.serviceBox .service-icon3:hover .icons i,
.serviceBox .service-icon4:hover .icons i{
    transform: rotateY(360deg);
    transition: all 0.5s ease 0s;
} 
.serviceBox .service-content h2 {
    font-size: 20px;
    margin-top: 30px;
    padding: 0 0px;
	color:#2957A1;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
    text-transform: uppercase;
} 
.serviceBox .service-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0;
    
}


.serviceBox .read{
    background: hsl(0, 0%, 36%);
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    font-family: "Arial",sans-serif;
    line-height: 24px;
    text-transform: capitalize;
    padding: 14px 32px 15px;
    display: inline-block;
    transition: all 0.2s ease 0s;
}
.serviceBox .read:hover{
    background:#ec0303;
    text-decoration: none;
}
.serviceBox .service-icon2 span,
.serviceBox .service-icon3 span,
.serviceBox .service-icon4 span{
    border-color: hsl(0, 2%, 90%);
}
.serviceBox .service-icon2 strong{
    border-color: hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsl(0, 97%, 47%) hsl(0, 97%, 47%);
}
.serviceBox .service-icon3 strong{
    border-color: hsl(201, 94%, 74%) hsl(201, 94%, 74%) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0);
}
.serviceBox .service-icon4 strong{
    border-color: hsla(0, 0%, 0%, 0) hsl(0, 97%, 47%) hsl(0, 97%, 47%) hsla(0, 0%, 0%, 0);
}
@media screen and (max-width: 990px){
    .serviceBox{
        margin-bottom: 35px;
    }
}












.mytitle{
	margin-bottom:50px;
}
.boxs{
    text-align: center;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}
.boxs img{
    width: 100%;
    height: auto;
}
.boxs .box-contents{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.boxs:before,
.boxs:after,
.boxs .box-contents:before,
.boxs .box-contents:after{
    content: "";
    width: 25%;
    height: 100%;
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0.6),transparent,rgba(0,0,0,0.6),#000);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.boxs:before{
    top: -100%;
    left: -25%;
}
.boxs:after{ left: 50%; }
.boxs .box-contents:before{ left: 25%; }
.boxs .box-contents:after{
    top: 100%;
    left: 100%;
}
.boxs:hover:before{
    opacity: 1;
    top: 0;
    left: 0;
}
.boxs:hover:after{
    opacity: 1;
    left: 25%;
    transition-delay: 0.1s;
}
.boxs:hover .box-contents:before{
    opacity: 1;
    left: 50%;
    transition-delay: 0.1s;
}
.boxs:hover .box-contents:after{
    opacity: 1;
    top: 0;
    left: 75%;
}
.boxs .inner-contents{
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}
.boxs .titles{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 4px 0;
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
}
.boxs:hover .titles{ transform: translateY(0); }
.boxs .posts{
    display: inline-block;
    font-size: 16px;
    color: #2957A1;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
}
.boxs:hover .posts{
    opacity: 1;
    transform: translateX(0);
}
.boxs .icons{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
}
.boxs .icons li{
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.boxs .icons li:first-child{ transform: translateY(80px); }
.boxs .icons li:last-child{ transform: translateY(-80px); }
.boxs:hover .icons li{
    opacity: 1;
    transform: translateY(0);
}
.boxs .icons li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
    z-index: 1;
    position: relative;
}
.boxs .icons li a:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2957A1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.boxs .icons li a:hover:before{ border-radius: 20% 0; }
@media only screen and (max-width:990px){
    .boxs{ margin-bottom: 30px; }
}
 


#blog_post{
	padding:70px 0;
}

#news-slider{
    margin-top: 30px;
}
.post-slide{
    background: #fff;
    margin: 0 15px;
}
.post-slide .post-img{
    position:relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.50s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background:rgba(0, 0, 0,0.4);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block; 
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#f8f9fa;
    padding: 8px 30px 40px;
}
.post-slide .post-title{
    margin:8px 0 15px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:40px;
}
.post-slide .post-date{
    color:#a9a9a9;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more {
    padding: 5px 10px;
    float: right;
    font-size: 12px;
    background: #2957A1;
    color: #fff;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #000;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding:10px;
    }
}



 


/*Footer-static-------------------------------------*/
.footer-container {
	padding:0;
	margin:0;
}
.footer-static {
	background: #2957A1 url("../images/bg-footer.png") no-repeat center center;
    margin: 0;
    padding: 35px 0;
}
.footer-static h2 {
	float:left;
	color: #fff;
    font-weight: 400;
    font-size: 35px;
	margin:0;
	letter-spacing:1px;
}
.footer-static span {
	font-weight:600;
}
.footer-static a {
	border:2px solid #fff;
	border-radius:20px;
	color:#fff;
	font-size:15px;
	font-weight:700;
	padding:8px 20px 6px;
	display:inline-block;
	float:right;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer-static a:hover {
	border-color:#222;
	color:#222;
}

/* Footer-static1----------------------------------------------*/
.footer-static1 {
	text-align:center;
	padding:0 0 45px;
	background:url("../images/icon-footer.png") no-repeat 50% 100%;
}
.footer-static1 p {
	font-size:16px;
	color:#fafafa;
	margin:20px 0 0;
	max-width:770px;
	display:inline-block;
}

/* Footer-static2----------------------------------------------*/

.footer-static2 { padding:40px 0 0; text-align:center; }
.footer-static2 .col .fa {
	border: 2px solid #313131;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    width: 52px;
}
.footer-static2 .col h3 {
	margin:15px 0 0;
	font-weight:600;
	color:#fff;
	font-size:13px;
	line-height:25px;
	text-transform:uppercase;
}


/*End-footer---------------------------------*/
/* footer */
.footer {
    text-align: left;
	margin:0;
	background:#252525;
}
.footer-title {
	margin-bottom: 20px;
}
.footer .col.col1 div {
    display: inline-block;
    width: 100%;
	margin-bottom:10px;
}
 

.footer .col1 {
	padding-top:20px;
	padding-bottom: 60px;
    border-right: 1px solid #3f3f3f;
}
.footer .footer-link { 
	padding-top:32px;
	padding-bottom:32px;
	padding-left:15px;
}
.footer .newsletter-payment {
	border-top:1px solid #3f3f3f;
	margin-left:-15px;
	padding-left:30px;
	padding-top:35px;
	display:inline-block;
	width:100%;
}
.footer h3 {
	text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	letter-spacing:2px;
}
.footer  .footer-logo { margin:20px 0; }
.footer h2 {
	text-transform: uppercase;
    font-size: 11px;
    color:#fff;
    font-weight: 700;
	margin:8px 0 0;
}
.footer h2 i {
	float: left;
    width: 35px;
    border:2px solid #373737;
    height: 35px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 15px;
}
.footer span {
	text-transform: capitalize;
	color: #fff;
    font-size: 13px;
    font-weight: 600;
	line-height:33px;
	padding-right: 50px;
}
.footer .content {
    clear: both;
    display: block;
    font-size: 14px;
}
.footer .footer-content li {
    line-height: 30px;
}
.footer .footer-content li a {
	color:#ababab;
    font-size: 13px;
    padding: 0;
	font-weight:600;
    text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.footer .footer-content li a:hover {
	color:#2957A1;
	padding-left: 15px;
}
.footer .media-body {
    min-height: 45px;
}
.footer ul li .media-body p {
    line-height: 22px;
    margin: 0;
	font-size:13px;
}
.footer .col3 .footer-content div { margin-bottom:16px; }
.footer .footer-static-content li { margin:0 0 15px; font-size:13px; }
.footer .footer-static-content .payment { margin:30px 0 0; }
.footer-bottom {
	border-top:1px solid #363636;
	text-align:center;
	background:#252525;
	padding:30px 0;
}
.footer-bottom .footer-content { display:inline-block; width:100%; }
.footer-bottom .footer-content li {
	display:inline-block;
	list-style:none;
	margin:20px 0 0;
}
.footer-bottom .footer-content li a {
	line-height: 30px;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #6a6a6a;
    margin-right: 10px;
    padding-right: 10px;
    color: #afafaf;
}
.footer .footer-content .f-adress,.footer .footer-content .f-phone,.footer .footer-content .f-email { color:#808080; }
.footer .footer-content .f-adress:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#2957A1;
	content: "\f041";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-phone:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#2957A1;
	content:"\f095";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-email:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#2957A1;
	content:"\f003";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer-bottom .footer-content li:last-child a { border:0; }
.footer-bottom .footer-content li a:hover { color:#2957A1; }
.footer .col3 .footer-content,.footer .col4 .footer-content { margin:25px 0 0; }
.footer-container ul.link-follow {
    margin: 19px -45px -4px;
}
.footer-container ul.link-follow li {
    text-align: center;
    float: none;
    display: inline-block;
    margin-right:6px;
	margin-bottom:6px;
}
.footer-container ul.link-follow a {
    width: 35px;
    height: 35px;
	border:1px solid #eaeaea;
    text-align: center;
    line-height: 35px;
	background:#fff;
	color: #222;
	display:inline-block;
    border-radius: 100%;
}
ul.link-follow li a span {
    font-size: 0;
}
.footer-container ul.link-follow a:hover {
    color: #fff;
    background: #2957A1;
	border-color:#2957A1;
	padding:0;
}
.newsletter-payment .paypal {
	float:right;
	margin:10px 0 0;
}
.newsletter-payment ul li {
	display:inline-block;
	margin-left:5px;
}
.newsletter-payment ul li img:hover { opacity:0.8; }
/*-----------------------------------------------*/
.copyright { 
	background:#252525;
	padding:30px 0 16px;
	border-top:1px solid #3f3f3f;
}
.copyright  .powered p {
    font-size: 11px;
    font-weight: 600;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#69686c;
	
}
.powered a { color:#2957A1; font-size:11px; }
.powered a:hover {
	color: #fff;
}



.monekey_fix img {
    width: 25%;
}

 
.monekey_fix {
    position: absolute;
    left: -4px;
    MARGIN-TOP: 0%;
}


 
#product_details{
	padding:70px 0;
}




.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

 

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #2957A1; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom:   ; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
    background: #2957A1;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #2957A1; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }


.rating span {
    padding-bottom: 10px;
    font-weight: 900;
}
h3.product-title {
    font-size: 24px;
}			
.package_details {
    margin-bottom: 6px;
    margin-top: 10px;
}
.package_details ul{
	margin:0;
	padding:0;
	list-style:none;
}
.package_details ul li{}
.package_details ul li a {
    text-decoration: none;
    color: #000;
    line-height: 35px;
	 
}


.forms input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
    padding-left: 15px;
}

.forms textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
    padding-left: 15px;
}
.forms {
    margin-top: 20px;
}
.agent_detaisl a {
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    display: inherit;
}


#agent_list{
	padding:50px 0;
}
button.btn-details {
    background: #2957A1;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    width: 45%;
    margin: 125px auto;
    text-align: center;
    display: inherit;
    font-size: 22px;
    border-radius: 5px;
	border:0px solid ;
	cursor:pointer;
}
#agent_list table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#agent_list table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

#agent_list table tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}
 
#agent_list table th,
table td {
  padding: .625em;
  text-align: center;
}

#agent_list table th {
    color:#fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #2957A1;
}

#agent_list table td:nth-child(1) {
    background: #1b1e21;
    color: #fff;
    text-transform: uppercase;
}
 

 







@media screen and (max-width: 768px) {
  #agent_list table {
    border: 0;
  }

 #agent_list  table caption {
    font-size: 1.3em;
  }
  
 #agent_list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
 #agent_list table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #agent_list table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
 #agent_list table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
 #agent_list  table td:last-child {
    border-bottom: 0;
  }
}




#contact_form{
	padding:50px 0 0 0;
}
.address_details {
    background: #fff;
    padding:  ;
}
.icon_details h2 {
    color: #2957A1;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
    font-size: 23px;
    border-bottom: 2px solid #2957A1;
    border-bottom-style: dashed;
}
.icon_details{
	margin:30px 0 0 0;
}
.icon_details ul {
    margin-top: -8px;
    padding: 0; 
    list-style: none;
    padding: 10px 10px 20px 10px;
     
}
.icon_details ul li {
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}
.icon_details ul li img {
    padding-right: 5px;
}
.icon_details ul li span{}
.icon_details ul li span{}



#page_content{
	padding:70px 0;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:none;
	color:#000;
}
.allpack{
	margin-top:10px;
}

.single_package{
    margin-bottom: 15px;
}

.btn-warning {
    color: #FFF !IMPORTANT;
    background-color: #2957A1 !IMPORTANT;
    border-color: #2957A1 !IMPORTANT;
}



.icon_details {
    margin: 15px 0 0 0;

}	

.icon_details p{
	padding:0 10px;
}
.aboutus{
	margin-top:90px;
}
.accordion {
   
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
    padding: 20px;
    background: #2957A1;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .1em;
    transition: all .3s;
    font-weight: 700;
}

.accordion-header:hover {
  background: #2957A1;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
    font-size: 18px;
    line-height: 35px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2957A1;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  
  
  .accordion {
    width: 100%;
  }
} 


#management{
	margin-bottom:70px;
}

.our-team{
    text-align: center;
	margin:50px 0 0 0;
}
.pic{
    position: relative;
}
.pic img{
    width: 100%;
    height: auto;
}
.social_media_team{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.team_social{
    list-style: none;
    padding: 0;
    position: relative;
    top:90%;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.team_social > li{
    display: inline-block;
}
.team_social > li > a{
    width: 25px;
    height: 25px;
    display: block;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 15px 2px 0;
    line-height: 24px;
    font-size: 14px;
}
.post-title{
    color:#000;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px 0 3px 0;
}
.post{
    font-size: 13px;
    color:#777;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.our-team:hover .social_media_team{
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_social{
    top:80%;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}


#navigationarea { 
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
	padding: 0px 0;
	
} 
.myclasss {
    background: #F4F4F4 !important;
}
.mymenus {
    background: transparent !important;
}

.mymenus ul{}
.mymenus ul li{}
.mymenus ul li a{
	
}

 
 
#form_area{
	margin:70px 0;
}
.login_logo img {
    width: 100%;
} 

form.form {
    background: #fff;
    width: 100%;
    padding: 0 20px 10px 20px;
    overflow: hidden;
}

form.form input {
    width: 100%;
    margin: 10px 0;
	padding-left:10px;
}
form.form select {
    width: 100% !important;
    margin: 10px 0;
	padding-left:10px;
	line-height:30px;
}

input.btton {
    width: 100px !IMPORTANT;
    float: left;
	margin-right:10px !important;
}

form.form table td:nth-child(1) {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
}



.row.visaform {
    padding: 20px 0;
}
form.myboxs {
    border: 10px solid #ccc;
    padding: 30px;
    background: #cecece;
}

.list-type3{
	width:100%;
}
.list-type3 ul {
	width:100%;
}
.list-type3 ul li{
	width:100%;
}


.list-type3 ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.list-type3 li, .list-type3 a{
float:left;
height:35px;
line-height:35px;
position:relative;
font-size:15px;
margin-bottom: 12px;
 
transition: background-color 1.5s ease;
}
.list-type3 a{
padding:0 60px 0 12px;
background:#2957A1;
color:#fff;
text-decoration:none;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
}

.list-type3 a:before{
content:"";
float:left;
position:absolute;
top:0;
left:-12px;
width:0;
height:0;
border-color:transparent #fcb345 transparent transparent;
border-style:solid;
border-width: 18px 12px 18px 0;
}

.list-type3 a:after{
content:"";
position:absolute;
top:15px;
left:0;
float:left;
width:6px;
height:6px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background:#fff;
-moz-box-shadow:-1px -1px 2px #004977;
-webkit-box-shadow:-1px -1px 2px #004977;
box-shadow:-1px -1px 2px #004977;
}
.list-type3 a:hover{
background:#555;
}

.list-type3 a:hover:before{
border-color:transparent #0089e0 transparent transparent;
}

.legend h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}




.video_play {
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    width: 28%;
}

.spcial_pack {
    margin: 0;
    padding: 0;
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    width: 60%;
}

.spcial_pack h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    border: 1px solid #fff;
    line-height: 40px;
    margin: 0 100px;
}

.spcial_package h2 {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    line-height: 10px;
}
.spcial_package p {
    color: #fff;
    font-size: 16px;
	line-height:29px;
   
}
.spcial_package {
    background: #000;
    margin: 0 30px;
    padding:  0;
    margin-top: 5px;
}

#pop-up {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 26%;
    left: 0;
    width: 60%;
    height:45%;
    background:rgba(40, 167, 69, 0.7) !important;
    border: solid .125em lightgrey;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: pop-up 0.2s 2s;
    animation: pop-up 0.2s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0.3, 0.5, 1.3);
    animation-timing-function: cubic-bezier(1, 0.3, 0.5, 1.3);
    z-index: 9999;
    right: 0;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#pop-up:target {
  -webkit-animation: pop-down 0.075s;
          animation: pop-down 0.075s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
a[href="#pop-up"] {
  
}
a[href="#pop-up"]:hover,
a[href="#pop-up"]:focus {
   
}
a[href="#pop-up"]:active {
  transition: background .075s;
   
}
a[href="#pop-up"]:after {
  content: '×';
  position: absolute;
  top: .125em;
  right: .125em;
  font-size: 2em;
  line-height: .45;
  color: #231a16;
  transition: color .35s;
}
@-webkit-keyframes pop-up {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop-up {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pop-down {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes pop-down {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

 

#slider_areas {
	width: 100%;
	height: 500px;
}


.slider-content {
    position: absolute;
    top: 40%;
    left: 10%;
    background: rgba(0,0,0,0.5);
    padding:20px 20px;
    width: 50%;
}

.slider-text h1{
	color:#fff;
	font-size:35px;
	font-weight:300;
	text-transform:uppercase;
}
.slider-text p{
	color:#fff;
	 
}

.quick{
    background: #2957A1;
    color: #fff;
    font-weight: 700;
    line-height: 35px;
    width: 130px; 
    text-align: center;
    display: inherit;
    font-size: 22px;
    border-radius: 5px;
    border: 0px solid;
    cursor: pointer;
	margin-top:5px;
}

#cssmenu { margin-top: 0px; }


 .header_search_input {
    background-color: #FDFDFD;
    border: 1px solid #bdbdbd;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding: 2px 5px;
    width: 70%;
}

.header_search_button {
    background-color: #FDFDFD;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin-left: 5px;
    padding: 2px 5px;
    width: 55px;
}


#navigationarea { background: #2957A1 !important; }
#cssmenu > ul > li > a { color: #FFF !important; padding-top: 15px; padding-bottom: 15px; }

.brand-slider-contain .owl-carousel .owl-item img { height: 50px !important; }


/*Brand====================================================================*/
.common-home .brand-slider-contain { margin:0; }
.brand-slider-contain {
	margin:40px 0 0;
	padding:35px 0 30px;
	background:#fff;
	position:relative;
}
.brand-title {
    padding: 0 0 0 50px;
    text-align: left;
    display:none;
    width: 100%;
}
.brand-title h2 {
    background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.brand-slider-contain .slides  {
	margin:0;
	background:#fff;
	padding:0;
}
.brand-slider-contain  .owl-theme .owl-controls .owl-buttons div { opacity:0; margin:22px 0 0;}
.brand-slider-contain  .owl-theme:hover .owl-controls .owl-buttons div { opacity:1; }
.brand-slider-contain .owl-theme .owl-controls .owl-buttons .owl-next { right:0; font-size: 0px !important; color: #FFFFFF; background: url(../images/right_arrow.png) no-repeat; }
.brand-slider-contain  .owl-theme .owl-controls .owl-buttons .owl-prev { left:0; font-size: 0px !important; color: #FFFFFF; background: url(../images/left_arrow.png) no-repeat; }
.brand-slider-contain .owl-item { padding:0 15px; }
.brand-slider-contain .owl-item li {
	border: 1px solid #eee;
	padding-bottom: 5px;
}
/*End-Brand====================================================================*/

