@charset "utf-8";

@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('plugin1.min.css');
@import url('plugin.min.css');

body {
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}
*,
*::after,
*::before {
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
*:hover,
*:focus {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#662e91; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background:#662e91; 
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	list-style: none;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../images/loader.gif) no-repeat center center;
  background-size: 200px 200px;
}
.content_preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: none;
  background: #fff url(../images/loader.gif) no-repeat center center;
  background-size: 200px 200px;
}
.wrapper {
	width: 100%;
	float: left;
	position: relative;
	*overflow-x: hidden;
}
.canvas_area {
	width: 100%;
	float: left;
	padding: 0px 5%;
}
.header_block {
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.15)
}
.header_block.is-visible {
	background-color: #fff;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.top_head_block {
	width: 100%;
	float: left;
	position: relative;
	*padding: 10px 0px;
	background-color: #662e91;
}
.top_head_area {
	width: auto;
	float: left;
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.7px;
	margin-left: 16%;    padding: 8px;
}
.top_head_area a {
	width: auto;
	float: left;
	color: #fff;
	padding: 0px 0px 0px 15px;
}
.top_head_area a img {
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 5px;
	float: left;
}

.top-social{ float:right; }
.top-social ul{ margin:0px; padding:0px; }
.top-social ul li{ float:left; list-style:none; display:inline; }
.top-social ul li a{     float: left;
    color: #fff;
    font-size: 14px;
    *border-right: 1px solid #fff;
    border-left:1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 16px; transition:all 500ms ease;}
.top-social ul li.blg a{ border-right:1px solid rgba(255, 255, 255, 0.35); }

.top-social ul li.fb a:hover{ background:#3b5998;  }
.top-social ul li.lnk a:hover{ background:#0077b5;}
.top-social ul li.twt a:hover{ background:#32cdfd; }
.top-social ul li.blg a:hover{ background:#ff6c00; }

.main_head_block {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0;
	background-color: #fff;
}
.logo {
	width: 10%;
    float: left;
    /* background-color: #fff; */
    /* padding: 12px; */
    /* position: absolute; */
    margin-top: 10px;
    margin-bottom: 8px;
    z-index: 999999999999999999;
}
.logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}
.main_menu_area {
	width: auto;/*calc(100% - 106px)*/
	float: right;
	padding: 0px 0px 0px 0px;
}
@media (max-width: 940px) {
.logo {
	padding: 12px 10px;
}
.logo img {
	width: 90%;
}
.main_menu_area {
	width: calc(100% - 180px);
	float: right;
}
}
@media (max-width: 560px) {
.top_head_block {
	padding: 8px 0px;
}
.tab_phone {
	display: none;
}
.logo {
	margin-top: -42px;
	padding: 12px 10px;
}
.logo img {
	width: 90px;
}
.main_menu_area {
	width: calc(100% - 180px);
	padding: 0px;
}
}

.header_right {
	width: auto;
	float: right;
}
.shadow_layer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background-color: rgba(0,0,0,0.01);
	display: none;
}
.shadow_layer.is-visible {
	display: block;
}


.slider_block {
	width: 100%;
    float: left;
    position: relative;
    margin-top: 0px;
    *z-index: 999;
}

.wel-h1{ font-family: 'Acme', sans-serif;; 
font-size:27px !important; font-weight: normal !important;}


@media(min-width:320px) and (max-width:479px)
{
	.x_005_img_thumbnail_text {
    float: left;
    height: auto;
    text-align: center;
    top: 20%;
    width: 100%;
    position: relative;
    left: 0px;
}
#responsive-tab{ background:#fff; }
}



/********************** panel-1 ****************************/
.panel-1{ float:left; width:100%; background:#fff; padding:30px 0px; }
.panel-1 .col-1{ float:left; width:100%; padding:5px; }
.panel-1 .col-1 .img1{ float:left; width:100%; margin-bottom: 20px;
text-align: center;    min-height: 60px; }
.panel-1 .col-1 .img1 img{ transition:all 500ms ease; }
.panel-1 .col-1 .name1{ float:left; width:100%; font-size:17px;
font-weight:500; color:#4e4d4d; margin-bottom: 5px; text-align: center;}
.panel-1 .col-1 p{ float:left; width:100%; font-size:14px; text-align: center;
color:#4e4d4d; }
.panel-1 .col-1:hover .img1 img{ transition:all 500ms ease; transform:rotateY(360deg); } 



/********************** panel-1 ****************************/
.panel-2{ float:left; width:100%; background:url(../images/panel-2a.jpg) no-repeat left; 
	background-size:100% 100%; position: relative;}
.panel-2 .col-1{ float:left; width:100%;padding:60px 0px;  }
.panel-2 .col-1 h2{ float:left; width:100%; font-weight:400; text-transform: uppercase;
font-size:20px; color:#fff; margin: 0px; }
.panel-2 .col-1 h1{     float: left;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    margin: 5px 0px 15px;font-family: 'Acme', sans-serif; }
.panel-2 .col-1 p{ float:left; width:100%; font-size:14px; font-weight:300;
line-height:26px; color:#fff; text-align: justify; }
.panel-2 .col-1 .read-more a{ float:right; width:100%; color:#fff; font-size:14px;
text-decoration: none; text-align:right; text-transform:capitalize; }


/********************** panel-3 ****************************/
.panel-3{ float:left; width:100%; background:#fff; padding:80px 0px; }
.panel-3 h3{ float:left; width:100%; font-size:35px; text-transform: uppercase;
font-weight:200; text-align: center; margin-top: 0px; margin-bottom: 20px;
color:#3c3c3c; }
.panel-3 h3 span{ color:#662e91; font-weight: 500; }
.panel-3 p{ float:left; width:100%; font-size:16px; text-align: center; color:#5e5d5d;
background:url(../images/bdr1.png) no-repeat center bottom; padding-bottom: 45px; }

.panel-3 .media-carousel{ float:left; width:100%;    margin-top: 35px; }

.panel-3 .col-1{ float:left; width:100%; }   
.panel-3 .col-1 .img1{ float:left; width:100%; max-height:190px; min-height:190px;
overflow: hidden; } 
.panel-3 .col-1 .img1 img{ float:left; width:100%; }
.panel-3 .col-1 .col-btm{ float:left; width:100%; background:#fff; padding:15px;
border: 1px solid #dedddd; }
.panel-3 .col-1 .col-btm .col-left{ float:left; width:58%;  }
.panel-3 .col-1 .col-btm .col-left .name1{ float:left; width:100%; font-size:17px;
text-transform:uppercase; color:#333; font-weight:400; }
.panel-3 .col-1 .col-btm .col-left .day{ float:left; width:100%; margin-top:5px;
color:#7f7f7f; font-size:14px; font-weight:400; }
.panel-3 .col-1 .col-btm .col-left .day i{ color:#1077bd; margin-right:4px; }

.panel-3 .col-1 .col-btm .col-right{ float:right; width:40%;  }
.panel-3 .col-1 .col-btm .col-right .price1{ float:left; width:100%; font-size:12px;
color:#3b3b3b; text-decoration: line-through; }
.panel-3 .col-1 .col-btm .col-right .price2{ float: left;
    width: 100%;
    font-size: 15px;
    color: #1077bd;
    margin-top: 5px;
    font-weight: 500; }

.panel-3 .carousel-control.left {    background: none;
    float: left;
    font-size: 85px;
    color: #0e76bd;
    opacity: 1;
    width: 0px;
    left: -50px;
    top: 45px;}


.panel-3 .carousel-control.right{    background: none;
    float: left;
    font-size: 85px;
    color: #0e76bd;
    opacity: 1;
    width: 0px;
    right: -25px;
top: 45px;}    




/********************** panel-4 ****************************/
.panel-4{ float:left; width:100%; background:url(../images/panel-4.jpg) no-repeat left;
background-size: 100% 100%; padding:120px 0px 0px; }
.panel-4 h3{ float:left; width:100%; font-size:35px; text-transform: uppercase;
font-weight:100; text-align: center; margin-top: 0px; margin-bottom: 20px;
color:#fff; }
.panel-4 h3 span{ color:#fff; font-weight: 400; }
.panel-4 p{ float:left; width:100%; font-size:16px; text-align: center; color:#fff;
	padding-bottom: 30px; font-weight: 200; }

.panel-4 .col-full{ float:left; width:100%; margin-top: 20px;}
.panel-4 .col-full .col-1{ float:left; width:100%; position:relative;
 overflow: hidden;    max-height: 205px;
    min-height: 205px;}
.panel-4 .col-full .col-1 .img1{ float:left; width:100%; position:relative; }
.panel-4 .col-full .col-1 .img1 img{ float:left; width:100%; transition:all 500ms ease; }
.panel-4 .col-full .col-1:hover .img1 img{ transition:all 500ms ease; 
	transform:scale(1.3,1.3) rotate(-5deg); }
.panel-4 .col-full .col-1 .name1{     float: left;
    width: 100%;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 20px;
    bottom: 15px;}
.panel-4 .col-full .col-1 .name1 i{     margin-right: 7px;
    border: 1px solid #fff;
    padding: 7px 10px;
    border-radius: 5px;}

.panel-4 .col-full .col-1 .grdt{ float:left; width:100%; position:absolute;
top:0px; left:0px; height:100%; 
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.78) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0,0,0,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0,0,0,0.78) 100%); }




/********************** panel-4 ****************************/
.panel-5{    float: left;
    width: 100%;
    background: #fff url(../images/panel5.png) no-repeat right;
    padding: 40px 0px;
    background-position: 94% 15%; }
.panel-5 h3{ float:left; width:100%; font-size:35px; text-transform: uppercase;
font-weight:200; text-align: center; margin-top: 0px; margin-bottom: 0px;
color:#464748; }
.panel-5 h3 span{ color:#254d99; font-weight: 400; }
.panel-5 .col-full{ float:left; width:100%; *margin-top:20px; }
.panel-5 .col-full .name1{ float:left; width:100%; margin-top: 20px; font-size:18px;
text-transform: uppercase; color:#662e91; font-weight:400; }
.panel-5 .col-full .name2{ float:left; width:100%; margin-top:2px; font-size:14px;
text-transform: uppercase; color:#000;font-weight:400; }
.panel-5 .col-full p{ float:left; width:100%; font-size:15px; color:#8e8b8b; 
line-height:25px;}


/* Carousel */

.panel-5 #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.panel-5 #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.panel-5 #quote-carousel .carousel-control.left {
    left: -20px;
    opacity: 1;
    height: auto;
    width:0px;
}
.panel-5 #quote-carousel .carousel-control.right {
    right: 0px;
    opacity: 1;
    height: auto;
    width:0px;
}
.panel-5 #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.panel-5 #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
.panel-5 #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.panel-5 .carousel-inner {
    *min-height: 300px;
}
.panel-5 .item blockquote {
    border-left: none;
    margin: 0;
}
.panel-5 .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/*************** footer ***************/
footer{ float:left; width:100%; background:url(../images/ftr.jpg) no-repeat left;
background-size:100% 100%; padding:50px 0px 30px; }
footer .col-1{ float:left; width:100%; }
footer .col-1 .img1{ float:left; width:100%; margin-bottom: 10px; }
footer .col-1 p{ float:left; width:100%; font-size:14px; color: #fff; 
line-height:26px; text-align: justify;    font-weight: 200;}

footer .col-2{ float:left; width:100%; }
footer .col-2 .head1{ float:left; width:100%; font-size:18px; color:#fff;
text-transform:capitalize; margin-bottom: 10px; }
footer ul{ margin: 0px; padding:0px; }
footer .col-2 ul li{ float:left; width:100%; font-size:14px; color:#fff; list-style:none;
border-bottom:1px solid rgba(255, 255, 255, 0.26); }
footer .col-2 ul li a{padding:15px 5px;}
footer .col-2 ul li i{ float:right; }
footer ul li a{float:left; width:100%; font-size:14px; color:#fff;
text-decoration: none;    font-weight: 200; transition:all 500ms ease;}
footer ul li a:hover{ transition:all 500ms ease; margin-left: 8px; color:#fff; }

footer .col-3{ float:left; width:100%; }
footer .col-3 .head1{ float:left; width:100%; font-size:18px; color:#fff;
text-transform:capitalize; margin-bottom: 10px; }
footer .col-3 ul li{ float:left; width:100%; list-style:none; line-height:33px;
 }

footer .col-4{ float:left; width:100%; }
footer .col-4 .head1{ float:left; width:100%; font-size:18px; color:#fff;
text-transform:capitalize; margin-bottom: 10px; }
footer .col-4 ul li{    float: left;
    width: 100%;
    list-style: none;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;}
footer .col-4 li i{ margin-right: 7px; font-size: 15px; }    
footer .col-4 li span{ margin-left: 22px; }

.ftr{ float:left; width:100%; background:#fff; padding:10px 0px; }
.ftr .copy{ float:left; width:100%; text-align: center; font-size:14px; color:#333; }
.ftr .copy a{ color:#1077bd; }



@media(min-width:320px) and (max-width:767px)
{
	.panel-2{ background:#662e91; }
	footer .col-1, footer .col-2, footer .col-3, footer .col-4{ margin-top: 20px; }
	.top_head_area{ display: none; }
	.top_head_block{ padding:0px; }
}





/******************** inner-page ********************/
.inner-banner{ float:left; width:100%; position:relative; }
.inner-banner img{ float:left; width:100%; }
.inner-banner .head{ float: left;
    width: 100%;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top:68px;
    left: 0px;
    text-align: center;*font-family: 'Cinzel Decorative', cursive;
    font-weight: 400; }

.inner-panel{ float:left; width:100%; background:#fff; padding:30px 0px; }  
.inner-panel h2{float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    padding: 0px;
    font-size: 20px;
    color: #0a73bc; text-transform: uppercase;}
.inner-panel p{ float:left; *width:100%; font-size:14px; line-height: 24px;
color:#333; text-align: justify; }
.inner-panel .who-img{     float: right;
    width: 35%;
    margin-left: 30px;}  
.inner-panel .who-img img{ width:100%; }
.inner-panel .vis{margin-top:-35px;}

@media(min-width:320px) and (max-width:767px)
{
	.inner-panel .vis{margin-top:0px;}

}


.map1{ margin-top: 10px; }
.inner-panel .col-ftr3{    float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 25px;
    box-shadow: 1px 0px 4px 1px #ccc;}
.inner-panel .col-ftr2{    float: left;
    width: 100%;
    margin-top: 30px;}
.inner-panel .col-ftr2 .col-md-12{margin-bottom: 15px;}
.inner-panel .col-ftr2 i{     float: left;
    color: #ffffff;
    font-size: 20px;
    background: #2e89c6;
    width: 50px;
    text-align: center;
    padding: 15px;}
.inner-panel .col-ftr2 .list{ margin:0px; padding: 0px;}
.inner-panel .col-ftr2 .list li{ float:left; width:100%; list-style: none; 
color:#616160; line-height: 26px; font-size:15px;  }
.inner-panel .col-ftr2 .list li.tnm{ font-weight: 600;
    color: #662e91;
    font-size: 19px;
    margin-bottom: 0px;}
.inner-panel .col-ftr2 .list li a{font-size:15px; color:#616160; text-decoration: none; }
.inner-panel .col-ftr2 .list li a:hover{ color:#e34a31; }
.inner-panel .col-ftr2 .list .eml{ margin-top: 10px; }

.inner-panel .col-ftr3 .head5{    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 2px;
    color: #3f175d;
    text-transform: uppercase;}
.inner-panel .col-ftr3 form{ float:left; width:100%; }
.inner-panel .col-ftr3 form .inpt1{ float:left; width:100%; background:none;
border: 1px solid #ccccc7; color:#616160; padding: 12px 15px;
border-radius:0px; margin-bottom: 20px;}
.inner-panel .col-ftr3 form .inpt2{ float:left; width:100%; background:none;
border: 1px solid #ccccc7; color:#616160; padding: 9px 15px;
border-radius:0px; margin-bottom: 10px; height:100px;}
.inner-panel .col-ftr3 form .sub{ float:right; background:#6a5f9f; border:1px solid #6a5f9f;
color:#fff; padding: 8px 30px; transition:all 500ms ease; text-transform: uppercase;
font-size: 16px; margin-top: 10px; }
.inner-panel .col-ftr3 form .sub:hover{transition:all 500ms ease; 
background: #fff; color:#6a5f9f; padding:8px 50px;}
.map{ float:left; width:100%; }






body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.col-visa-full{ float:left; width:100%; margin-top: 20px; }
.col-visa-full .col-1-full{ position:relative; float:left; width:100%;
margin-bottom: 30px; }
.col-visa-full .col-1-full .aply{     float: right;
    width: 100%;
    text-align: right;
    margin-top: 6px;}
.col-visa-full .col-1-full .aply a{ background:#1077bd; padding:7px 20px; color:#fff;
font-size:14px; text-transform: uppercase; 
border-bottom-right-radius: 7px;border-bottom-left-radius: 7px; transition:all 500ms ease;}
.col-visa-full .col-1-full .aply a:hover{ transition:all 500ms ease; opacity:.7; }

.col-visa-full .col-1-full:hover .col-1{ border:1px solid #1077bd; }

.col-visa-full .col-1{ float:left; width:100%; border:1px solid #ccc;
border-top-right-radius: 7px; border-top-left-radius: 7px; border-bottom-left-radius: 7px;
padding:15px;background: #f1f1f1; }
.col-visa-full .flag{     float: left;
    width: 25%;
    min-height: 40px;
    overflow: hidden;
    max-height: 40px;}
.col-visa-full .flag img{ float:left; width:100%; }
.col-visa-full .name1{ float: right;
    width: 68%;
    color: #3a3e40;
    font-size: 15px;
    *background: #e4a20e;
    padding: 8px 10px;}
.col-visa-full .price{ float:right; text-align: right; width: 100%;
color:#67318d; font-size:15px; }
.col-visa-full .price span{ font-weight:600; font-size: 20px; }

.inner-panel .visa-cnt{ float:left; width: 100%; text-align: center; font-size:17px;
line-height:26px; color:#333; }

.visa-form{float: right;
    width: 83%;
    margin-top: 30px;
    background: #207fc1;
    padding: 30px 20px;}
.visa-form .form-control{    height: auto;
    padding: 10px 15px;
    color: #000;}
.visa-form label{     float: left;
    width: 100%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 9px; }





.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle;}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
.control-group.success .fileupload .fileupload-preview{color:#468847;}
.control-group.success .fileupload .thumbnail{border-color:#468847;}

.fileupload{    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;    background: #fff;}

.fileupload .btn-primary {
    color: #fff;
    background-color: #feb613;
    border-color: #feb510;
}    

.visa-form .sub1{float: right;
    background: #feb510;
    padding: 11px 30px;
    color: #fff;
    border: none;
    margin-top: 15px;
    margin-right: 18px;
    text-transform: uppercase;}

.visa-img2{ position:relative; z-index:99; }
.visa-img2 img{  }    

.col-full-main{ float:left; width:100%; margin-top: 40px; }

@media(min-width:320px) and (max-width:767px)
{
	.visa-img2{ display:none; }
	.visa-form{ width:100%; }

}


.coll-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 7px 15px;
}
.accordion-group .col-md-4 img{     border-radius: 50%;
    width: 85% !important;
    height: 250px; }
.accordion-group .col-md-4 .col-md-12 img{ margin-bottom: 15px; }

.accordion-group {
    border: 0px solid #000000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    float:left; width:100%;
}

.accordion-heading {
       background-color: rgb(14, 118, 189);
    padding: 13px 21px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    float: left;
    width: 100%;
    font-weight: 200;
    border-radius: 10px;
}

.accordion-inner {
    border-color: #ddd;
    float: left;
    width:100%;
}

.accordion-body { float:left; width:100%; }
.accordion-group .col-md-4 {
    margin: 20px 0px;
}

.accordion-group .col-md-8 {
    margin: 20px 0px;
}

.accordion-group p {
    float: left;
    width: 100%;
}


.form-1{     float: left;
    width: 80%;
    position: absolute;
    top: 30px;
    left: 0px;
    left: -1px;
    x: 999;
    margin-left: -102px;}
.form-1 .head1{ float:left; width:100%; background:#0c4973; font-size:35px;
color:#fff; text-align: center; padding:25px 0px;}
.form-1 .head1 span{ font-size:18px; }

.form-1 .head2{ float:left; width:100%; background:#feb510; font-size:15px;
color:#fff; text-align: center; padding:20px 0px;}
.form-1 .head2 span{ font-size:30px; }
.form-1 ul{ float: left;
    width: 100%;
    background: #fff;
    padding: 20px;    border: 1px solid #eaeaea;}
.form-1 ul li{ f    float: left;
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 32px;
    list-style: none;
    border-bottom: 1px solid rgba(254, 181, 16, 0.56);
    padding: 10px 10px; }
.form-1 ul li i{ margin-right:7px;     color: #207fc1;
}



@media(min-width:320px) and (max-width:767px)
{
   .form-1{ display: none; } 
}



.travel-hub{ float:left; width:100%; margin-top: 10px; }
.travel-hub ul{ margin:0px; padding:0px; float:left; width:100%; text-align: center; }
.travel-hub ul li{ float:left; list-style: none; display: inline; text-transform:uppercase; }
.travel-hub ul li span{ font-size:16px; font-weight: bold; color:#662e91; }


.visa-cnt_1a{ float:left; width:100%; font-size:35px; font-weight: bolder;
text-align: center;color: #662e91;}
.visa-form_1b{ position:relative; z-index:999; }
.rad1{}



.drop1{ position:relative; }
.drop-main1{     float: left;
    width: 250px;
    position: absolute;
    left: 0px;
    top: 93px;
    margin: 0px;
    padding: 0px; display: none;}
.drop-main1 li{ float:left; width:100%; list-style: none;
line-height: 24px;border-bottom: 1px solid #ccc; }
.drop-main1 li a{ float:left; width:100%; background:#fff; padding:12px 15px !important;
color:#333; text-transform:uppercase; font-size:16px;line-height: 24px !important; 
text-decoration: none; }
.drop1:hover .drop-main1{ display: block; }


.in-bnd{ float:left; width:100%; font-size:25px; color:#000; margin-bottom: 5px; }