@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: font;
	src:url(../fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: font2;
	src:url(../fonts/Roboto-Medium.ttf);
}
@font-face {
	font-family: font3;
	src:url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: font4;
	src:url(../fonts/Roboto-Thin.ttf);
}

body {
	background-color: #FFF;
	/* [disabled]overflow-x: hidden; */
	/* [disabled]width: 100%; */
	margin: 0px auto;
	font-family: font;
}

a {
	text-decoration: none;
	
}

.navbar-expand-lg{
	padding-top:0px;
	border-bottom:2px solid #aacf45;
	padding-bottom:2px;
	background-color:#ffffff87;
	}

img{
	width:100%;
	height:auto;
	}

.navbar-brand{
	margin-left:4%;
	padding-top:0px;
	}
.navbar-nav{
	margin-left:10%;
	margin-top:0px;
	}
.navbar-light .navbar-nav .nav-link{
	border-left:1px solid #CCC;
	padding:10px 10px 10px 10px;
	text-align:center;
	font-size:14px;
	color:#000;
	
	}

.menu_img{
	width:65%;
	height:auto;
	
	}
.nav-item{
	width:15%;

	}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#aacf45;
	border-top:3px solid #aacf45;
	padding-top:7px;
	
	}
.nav-link:hover{
	color:#aacf45;
	border-top:3px solid #aacf45;
	padding-top:5px;
    transition: width 2s;
	}
.last-on{
	border-right:1px solid #CCC;
	}

.social_icon{
	float:left;
	width:20%;
	margin-top:10px;
	height:40px;
	}
.social_icon span{
	font-size:11px;
	font-family: font;
	color:#8d8d8d;
	clear:both;
	}
.social_icon i{
	font-size:22px;
	color:#aacf45;
	}
.social_icon i:hover{
	color:#3d60b3;
        cursor: pointer;
	}
.carousel-caption{
	bottom:45%;
	}
.carousel-caption h3{
	color:#69a0a5;
	font-size:42px;
	font-family: font;
	}
.carousel-caption h2{
	color:#a9d047;
	font-size:48px;
	font-family: font2;
	}
.carousel-caption h5{
	color:#284244;
	font-size:20px;
	font-family: font;
	margin-bottom:30px;
	}	
.view_pk{
	border:2px solid #a9d047;
	padding:10px 20px 10px 20px;
	border-radius:20px;
	font-family: font3;
	color:#5d7a81;
	 transition: transform .5s ease;
	}
.view_pk:hover{
	border:2px solid #a9d047;
	color:#a9d047;
	text-decoration:none;
	}	
.abt_mn{
	width:100%;
	height:auto;
	float:left;
	background-color:#8ec207;
	}	
.img_abt{
	width:27%;
	float:left;
	}	
	
.abt_cdn{
	width:60%;
	margin-left:7%;
	height:auto;
	float:left;
	padding-top:1%;
	
	}	
.abt_cdn h1{
	font-family: font4;
	font-size:60px;
	color:#46502e;
	margin-top:5%;
	}	
.abt_cdn h1 b{
	font-family: font2;	
	}	
.abt_cdn h6 {
	font-family: font3;
	font-size:15px;
	margin-top:3%;
	margin-right:10%;
	color:#46502e;
	
	}
.abt_cdn p{
	font-family: font;
	font-size:16px;
	margin-top:5%;
	margin-right:10%;
	}	
.pack_mn{
	background-color:#edeeed;
	width:100%;
	height:auto;
	padding-top:5%;
	padding-bottom:5%;
	float:left;
	}	
	
.pack_mn h1{
	font-family: font4;
	font-size:62px;
	text-align:center;
	color:#195259;
	
	}	
.pack_mn h5{
	font-family: font;
	text-align:center;
	color:#46502e;
	font-size:16px;
	

	}	
#demo2{
	width:88%;
	margin-left:6%;
	margin-top:4%;
	}
#demo3{
	width:88%;
	margin-left:6%;
	margin-top:4%;
	}		
.pkg_ind{
	width:31.33%;
	height:auto;
	background-color:#FFF;
	float:left;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	}	
.pkg_ind img{
	width:90%;
	margin-top:5%;
	margin-bottom:5%;
	
	}	
.btn-primary{
	background-color:#a9d047;
	margin-bottom:12%;
	border:1px solid #8cb32c;
	font-family: font3;
	}	
.pkg_ind h3{
	font-family: font4;
	color:#0e5060;
	text-transform: uppercase;
	
	}	
	
.pkg_ind h3 b{
	color:#a9d047;
	font-family: font3;
	}	
	
.pkg_ind h6{
	font-family: font4;
	color:#46502e;
	color:#a9d047;
	font-weight:600;
	font-size:16px;
	margin-left:10%;
	margin-right:10%;
	}		
	
.carousel-control-prev{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:left;
	margin-top:5%;
	margin-left:44%;
	border-radius:50%;
	font-size:30px;
	}	
.carousel-control-next{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:right;
	margin-top:5%;
	margin-right:44%;
	border-radius:50%;
	font-size:30px;
	}	
	
.carousel-control-prev:hover,.carousel-control-next:hover{
	background-color:#0C9;
	
	
	}	
.ser_mn{
	background-color:#d9d17385;
	width:100%;
	height:auto;
	padding-top:5%;
	padding-bottom:5%;
	float:left;
	text-align:center;
	
	}
.contact_mn{
	background-color:#85b8b9;
	width:100%;
	height:auto;
	padding-top:5%;
	padding-bottom:5%;
	float:left;
	text-align:center;
	}	
.contact_mn h1{
	font-family: font4;
	font-size:62px;
	text-align:center;
	color:#fff;
	
	}	
.contact_mn h5{
	font-family: font;
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin-left:30%;
	margin-right:30%;
	margin-bottom:3%;
	}	
		
.gall_mn{
	background-image:url(../images/gallery-bg.html);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	padding-top:5%;
	padding-bottom:5%;
	float:left;
	text-align:center;
	}	
.gall_mn h1{
	font-family: font4;
	font-size:62px;
	text-align:center;
	color:#757a69;
	
	}	
.gall_mn hr{
	width:15%;
	border-top:2px solid #8dc53e;
	}	
.gall_mn h1 b{
	font-family: font2;
	color:#8dc53e;
	}	
.gall_mn h5{
	font-family: font;
	text-align:center;
	color:#46502e;
	font-size:16px;
	margin-left:15%;
	margin-right:15%;
	}		
		
.ser_mn h1{
	font-family: font4;
	font-size:62px;
	text-align:center;
	color:#000;
	
	}	
.ser_mn h5{
	font-family: font;
	text-align:center;
	color:#46502e;
	font-size:14px;
	margin-left:15%;
	margin-right:15%;
	line-height:25px;
	}		
.img_ser{
	width:100% !important;
	margin:0px !important;
	}	
.mn_sr_2{
	width:90%;
	margin-left:5%;
	float:left;
	height:auto;
	margin-top:6%;
	margin-bottom:6%;
	}	
.contact_m2{
	width:42%;
	height:auto;
	min-height:100px;
	margin-left:7%;
	float:left;
	margin-top:30px;
	}		
.contact_m3{
	width:41%;
	height:auto;
	min-height:100px;
	margin-left:3%;
	float:left;
	margin-top:30px;
	
	}	
.hlf_in{
	width:49%;
	margin-right:1%;
	float:left;
	height:40px;
	border:none;
	padding-left:1%;
	font-family: font;
	}
.hlf_in2{
	width:49%;
	margin-left:1%;
	float:left;
	height:40px;
	border:none;
	padding-left:1%;
	font-family: font;
	}	
.hlf_in3{
    width:100%;
	float:left;
	height:40px;
	border:none;
	padding-left:1%;
	margin-top:10px;
	font-family: font;
	}	
	
.txt_ara{
    width:100%;
	float:left;
	height:100px;
	border:none;
	padding-left:1%;
	margin-top:10px;
	font-family: font;
	}
.btn_sub_1{
	margin-top:10px;
	width:100%;
	height:40px;
	border:none;
	font-family: font2;
	border-radius:2px;
	color:#fff;
	background-color:#a9d047;
        cursor:pointer;
	}	
#map-canvas {
	float:left;
        height: 250px;
        width:90%;
		margin-bottom:25px;
}		

footer{
	background-color:#383737;
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	width:100%;
	height:auto;
	float:left;
	color:#898989;
	}
footer .fa{
	font-size:20px;
	color:#fff;
	background-color:#8b8b8b;
	width:35px;
	height:35px;
	border-radius:50%;
	line-height:35px;
	margin-top:1%;
	margin-bottom:2%;
	}
footer h6 {
    font-family: font;
    text-align: center;
    color: #CCC;
    font-size: 16px;
   
}
.footlink{
	margin-right:1%;
	color:#CCC;
	
	}
.footlink:hover{
	text-decoration:none;
	color:#0C0;
	
	}	
.fa-facebook:hover{
	background-color:#475993;
	}		
.fa-linkedin:hover{
	background-color:#0077b7;
		}
.fa-google-plus:hover{
	background-color:#f34a38;
	}	
.fa-rss:hover{
	background-color:#f6943d;
	}	
#pack_in1{
	margin-top:30px;
	background-color:#fff;
	}	
.top_bn_pk{
	margin-bottom:10px;
	}	
	
	
	
	
.admin-sidenav {
    width: 95%;
	margin-top:5%;
	height: auto;
	margin-left: 0px; 
	background-color: #fff;
	padding-top:10px;
	padding-bottom:10px;
}
.admin-sidenav a {
	text-decoration: none; 
}
.admin-sidenav li {
	/*text-align: justify;*/
	padding: .7rem;
	padding-left: 1rem;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background-color: #fff;
	border-bottom:1px solid #eae9e9;
	width: 92%;
	margin-left:3%;
	

}

.admin-sidenav li:first-child{
	border-top:1px solid #eae9e9;

	}
.admin-sidenav li a {

	font-family: font2;
    font-size: 12px;
    text-align:left;
    color: #195259;
	text-transform:uppercase;
	
}

.admin-sidenav li a:active {
	border-color: #02d3f5; 
}

.admin-sidenav li:hover {
	background-image:url(../img/home/supporting_decision_link.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
background-size: 100% 100%;
	-webkit-transform: translate(0px, 0px , 20px);
	transform: translate(0px, 0px, 20px);
	color:#fff;
	margin-left:-3%;
	border-bottom:none;
	border-top:none;
}
.admin-sidenav li:hover a{
	color:#fff;
	padding-left:6%;
	}
.admin-sidenav .active {
		background-image:url(../img/home/supporting_decision_link.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
	background-size: 100% 100%;
	-webkit-transform: translate(0px, 0px , 20px);
	transform: translate(0px, 0px, 20px);
	color:#fff;
	margin-left:-3%;
	border-bottom:none;
	border-top:none !important;
}
.admin-sidenav .active  a{
	color:#fff;
	}

.pkg_mn_a1{
	margin-top:3%;
	}	
	
	
.pkg_cdn{
	padding-bottom:30px;
	box-shadow: 3px 3px 5px 2px #CCC;
	border-radius:3px;
	}	
.img_pkg{
	width:47.5%;
	margin:2% 1% 2% 1%;
	padding-bottom:10px;
	}	
.pkg_cdn h3{
	font-family: font3;
	}	
.pkg_cdn p{
	font-family: font;
    text-align:justify;
}
.list-group{
	margin-top:20px;
	margin-bottom:20px;
	}	
.pkg_cdn h4{
	color:#195259;
	}	
.pkg_cdn h4 span{
	color:#195259;
	font-size:14px;
	}	
.pkg_cdn h5{
	background-color:#aacf45;
        cursor: pointer;
	padding:10px;
	width:100%;
	animation-name: example;
    animation-duration: 10s;
	}	
.pkg_cdn h5 a{
	text-decoration:none;
	color:#195259;
	
	}	
.pkg_cdn h5:hover{
	background-color:#1aad39;
	 color:#fff;
	
	}	
.table thead th{
	border-bottom:1px;
	font-size:12px;
	}	

/*Custom style starts here */
#load {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #333;
    opacity: 0.4;
    background-image: url(images/ajax-loader.html);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    display: none;
    z-index: 9999999999;
}
#loadpack {
    height:100%;
    width: 100%;
    position: fixed;
    background-color: #333;
    opacity: 0.4;
    background-image: url(images/ajax-loader.html);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    display: none;
    z-index: 9999999999;
}
.mn_sr_2 h4 {
	text-transform: uppercase;
}
/*Custom style ends here */
	
	
@keyframes example {
    0%   {background-color: #a7d037;}
    20%  {background-color: #94bf1f;}
    40%  {background-color: #82ab14;}
    600% {background-color: #70960a;}
	80%  {background-color: #82ab14;}
	95%  {background-color: #94bf1f;}
	100%   {background-color: #a7d037;}
}
				
@media all and (max-width: 1350px) and (min-width: 988px) {
.carousel-caption{
	bottom:40%;
	}	
.carousel-control-prev{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:left;
	margin-top:5%;
	margin-left:41%;
	border-radius:50%;
	font-size:30px;
	}	
.carousel-control-next{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:right;
	margin-top:5%;
	margin-right:41%;
	border-radius:50%;
	font-size:30px;
	}		
}

@media all and (max-width: 987px) and (min-width: 868px) {
h1{
	font-size:36px;
	}	
h2{
	font-size:26px;
	}	
	
h3{
	font-size:22px;
	}		

h4{
	font-size:18px;
	}	
h5{
	font-size:15px;
	}	
h6{
	font-size:13px;
	}	
		
.social_icon{
	display:none;
	}
.navbar-nav {
    margin-left:0%;
    margin-top: 0px;
}		
.nav-item{
	width:100%;

	}	
.navbar-light .navbar-nav .nav-link{
	border-left:none;
	border-bottom:1px solid #CCC;
	text-align:left;
	}	
.menu_img{
	width:4%;
	margin-right:2%;
	
	float:left;
	}	
.last-on{
	border-right:0px;
	}
.navbar-light .navbar-toggler{
	border:none;
	
	}
.carousel-caption{
	bottom:30%;
	}		
.carousel-caption h3{
	color:#69a0a5;
	font-size:32px;
	font-family: font;
	}
.carousel-caption h2{
	color:#a9d047;
	font-size:28px;
	font-family: font2;
	}
.carousel-caption h5{
	color:#284244;
	font-size:16px;
	font-family: font;
	margin-bottom:30px;
	}	
.view_pk{
	border:2px solid #a9d047;
	padding:5px 10px 5px 10px;
	border-radius:20px;
	font-family: font3;
	color:#5d7a81;
	 transition: transform .5s ease;
	 font-size:14px;
	}	
	
.abt_cdn h1{
	font-family: font4;
	font-size:40px;
	color:#46502e;
	margin-top:5%;
	}	
.abt_cdn h1 b{
	font-family: font2;	
	}	
.abt_cdn h6 {
	font-family: font3;
	font-size:14px;
	margin-top:3%;
	margin-right:10%;
	color:#46502e;
	
	}
.abt_cdn p{
	font-family: font;
	font-size:12px;
	margin-top:5%;
	margin-right:10%;
	}		
.carousel-control-prev{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:left;
	margin-top:5%;
	margin-left:41%;
	border-radius:50%;
	font-size:30px;
	}	
.carousel-control-next{
	width:60px;
	height:60px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:right;
	margin-top:5%;
	margin-right:41%;
	border-radius:50%;
	font-size:30px;
	}	
.example-image{
	max-height:190px !important;
	min-height:190px !important;
	height:190px !important;
	}
.gall_mn h1{
	font-size:36px;
	
	}	
.gall_mn h5{
	font-size:12px;
	
	}
.contact_mn h1{
	font-size:46px;
	
	}	
.contact_mn h5{
	font-size:14px;
	
	}
	
#pack_in1{
	width:95% !important;
	margin-left:2.5% !important;
	}												
}


@media all and (max-width: 867px) and (min-width: 668px) {
	
h1{
	font-size:30px;
	}	
h2{
	font-size:22px;
	}	
	
h3{
	font-size:18px;
	}		

h4{
	font-size:15px;
	}	
h5{
	font-size:12px;
	}	
h6{
	font-size:10px;
	}		
	
	
.social_icon{
	display:none;
	}		
.navbar-nav {
    margin-left:0%;
    margin-top: 0px;
}	


		
.nav-item{
	width:100%;

	}	
.navbar-light .navbar-nav .nav-link{
	border-left:none;
	border-bottom:1px solid #CCC;
	text-align:left;
	}	
.menu_img{
	width:4%;
	margin-right:2%;
	
	float:left;
	}	
.last-on{
	border-right:0px;
	}
.navbar-light .navbar-toggler{
	border:none;
	
	}
.carousel-caption{
	bottom:16%;
	}		
.carousel-caption h3{
	color:#69a0a5;
	font-size:24px;
	font-family: font;
	}
.carousel-caption h2{
	color:#a9d047;
	font-size:28px;
	font-family: font2;
	}
.carousel-caption h5{
	color:#284244;
	font-size:16px;
	font-family: font;
	margin-bottom:30px;
	}	
.view_pk{
	border:2px solid #a9d047;
	padding:5px 10px 5px 10px;
	border-radius:20px;
	font-family: font3;
	color:#5d7a81;
	 transition: transform .5s ease;
	 font-size:12px;
	}			
.abt_cdn h1{
	font-family: font4;
	font-size:30px;
	color:#46502e;
	margin-top:3%;
	}	
.abt_cdn h1 b{
	font-family: font2;	
	}	
.abt_cdn h6 {
	font-family: font3;
	font-size:12px;
	margin-top:2%;
	margin-right:10%;
	color:#46502e;
	
	}
.abt_cdn p{
	font-family: font;
	font-size:10px;
	margin-top:3%;
	margin-right:10%;
	}
.navbar-brand {
    margin-left: 4%;
    padding-top: 0px;
    width: 25%;
}	
.pkg_ind{
	width:90%;
	margin-bottom:20px;

	}
.carousel-control-prev{
	width:40px;
	height:40px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:left;
	margin-top:5%;
	margin-left:40%;
	border-radius:50%;
	font-size:30px;
	}	
.carousel-control-next{
	width:40px;
	height:40px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:right;
	margin-top:5%;
	margin-right:40%;
	border-radius:50%;
	font-size:30px;
	}	
.example-image{
	max-height:140px !important;
	min-height:140px !important;
	height:140px !important;
	}	
.gall_mn h1{
	font-size:36px;
	
	}	
.gall_mn h5{
	font-size:12px;
	
	}	
.ser_mn h1{
	font-size:36px;
	}	
.ser_mn h5{
	font-size:12px;
	}
.contact_m2{
	width:90%;
	height:auto;
	min-height:100px;
	margin-left:5%;
	float:left;
	margin-top:10px;
	}		
.contact_m3{
	width:95%;
	height:auto;
	min-height:100px;
	margin-left:5%;
	float:left;
	margin-top:20px;
	
	}	
.contact_mn h1{
	font-size:36px;
	
	}	
.contact_mn h5{
	font-size:12px;
	
	}
.footlink{
	font-size:12px;
	}
.pack_mn h1{
	font-size:36px;
	}	
.pack_mn h5{
	font-size:12px;
	}	
#pack_in1{
	width:95% !important;
	margin-left:2.5% !important;
	}
#map_amin{
	width:350px;
	height:auto;
	}																										
	}
	
@media all and (max-width: 667px) and (min-width: 168px) {


#pack_in1{
	width:95% !important;
	margin-left:2.5% !important;
	}		

h1{
	font-size:22px;
	}	
h2{
	font-size:18px;
	}	
	
h3{
	font-size:14px;
	}		

h4{
	font-size:12px;
	}	
h5{
	font-size:11px;
	}	
h6{
	font-size:10px;
	}		
		
.social_icon{
	display:none;
	}		
.navbar-nav {
    margin-left:0%;
    margin-top: 0px;
}		
.nav-item{
	width:100%;

	}	
.navbar-light .navbar-nav .nav-link{
	border-left:none;
	border-bottom:1px solid #CCC;
	text-align:left;
	}	
.menu_img{
	width:4%;
	margin-right:2%;
	
	float:left;
	}	
.last-on{
	border-right:0px;
	}
.navbar-light .navbar-toggler{
	border:none;
	
	}
.carousel-caption{
	display:none;
	}		
.carousel-caption h3{
	color:#69a0a5;
	font-size:22px;
	font-family: font;
	}
.carousel-caption h2{
	color:#a9d047;
	font-size:24px;
	font-family: font2;
	}
.carousel-caption h5{
	color:#284244;
	font-size:14px;
	font-family: font;
	margin-bottom:30px;
	}	
.view_pk{
	border:2px solid #a9d047;
	padding:5px 10px 5px 10px;
	border-radius:20px;
	font-family: font3;
	color:#5d7a81;
	 transition: transform .5s ease;
	 font-size:10px;
	}			
				
.abt_cdn h1{
	font-family: font4;
	font-size:20px;
	color:#46502e;
	margin-top:2%;
	}	
.abt_cdn h1 b{
	font-family: font2;	
	}	
.abt_cdn h6 {
	font-family: font3;
	font-size:10px;
	margin-top:1%;
	margin-right:0%;
	color:#46502e;
	
	}
.abt_cdn p{
	font-family: font;
	font-size:10px;
	margin-top:1%;
	margin-right:0%;
	}	
.navbar-brand {
    margin-left: 4%;
    padding-top: 0px;
    width: 26%;
}	

.abt_cdn{
	width:65%;
	margin-left:3%;
	height:auto;
	float:left;
	padding-top:2%;
	
	}	
.pkg_ind{
	width:90%;
	margin-bottom:20px;

	}		
.carousel-control-prev{
	width:40px;
	height:40px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:left;
	margin-top:5%;
	margin-left:37%;
	border-radius:50%;
	font-size:30px;
	}	
.carousel-control-next{
	width:40px;
	height:40px;
	background-color:#a9d047;
	opacity:.9;
	position:relative;
	float:right;
	margin-top:5%;
	margin-right:37%;
	border-radius:50%;
	font-size:30px;
	}
.example-image{
	max-height:100px !important;
	min-height:100px !important;
	height:100px !important;
	}	
.gall_mn h1{
	font-size:30px;
	
	}	
.gall_mn h5{
	font-size:12px;
	
	}	
.ser_mn h1{
	font-size:30px;
	}	
.ser_mn h5{
	font-size:10px;
	}
.contact_m2{
	width:90%;
	height:auto;
	min-height:100px;
	margin-left:5%;
	float:left;
	margin-top:10px;
	}		
.contact_m3{
	width:95%;
	height:auto;
	min-height:100px;
	margin-left:5%;
	float:left;
	margin-top:20px;
	
	}
.contact_mn h1{
	font-size:30px;
	
	}	
.contact_mn h5{
	font-size:12px;
	
	}	
.footlink{
	font-size:10px;
	}		
.pack_mn h1{
	font-size:30px;
	}	
.pack_mn h5{
	font-size:10px;
	}
#map_amin{
	width:300px;
	height:auto;
	}																
	}	

@media (max-width: 767px) {
	.carousel-caption {
		display: block;
		bottom: 10px;
	}
	.carousel-caption h5 {
		margin-bottom: 5px;
	}
}
@media (max-width: 575px) {
	.carousel-caption h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.carousel-caption h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.carousel-caption h5 {
		font-size: 10px;
		line-height: 12px;	
	}
	.carousel-indicators {
		bottom: 0;
	}
}

.sticky01 {
    left: 0;
    position: fixed;
    top: 228px;
    z-index: 10000;
}
.pics {
    width: 100%;
    height: 200px;
    background: #fff;
    background-position: center !important;
    background-size: cover !important;
}
.gal_img_wrap {
    padding-bottom: 30px;
}

.ser_wraper{
	background-color: #FFF; 
    text-align: center;
	padding:15px;
	margin-bottom:30px !important;
}
.ser_sml_desc{
 	margin-top: 15px;
}
.ser_sml_desc p{
 	height:120px;
	overflow-y:auto;
	text-align:justify;
}
 
.ser_sml_desc h3 b{
color: #a9d047;
font-family: font3;
text-transform:uppercase;
}
.hb_galley{
	height:230px;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next{	
        background-color: #a9d047;
    border-radius: 50%;
    font-size: 38px;
    display: inline-block;
	width: 60px;
    height: 60px;
	text-align: center;
	opacity:0.9;
	margin-top:20px;
}
.owl-buttons .owl-prev{
	margin-right:20px;
}
.owl-buttons .owl-next{
	margin-left:20px;
}

.owl-buttons i{
	color:#fff;
}
.owl-service .item{
	margin-right:20px;
}
.ser_cpation {
	background:#fff;
}
.ser_cpation h3{
	padding-top:15px;
	padding-bottom:15px;
	text-transform: uppercase;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.item:hover{
	text-decoration:none;
}
.ser_scroll{
	height:270px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;
}
.spcl_bnr{
	height:450px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;
	padding-right: -15px !important;
    padding-left: -15px !important;
	
}
.shot_desc{
	margin-top:40px;
}
.pkg_highlights ul{
	list-style:none;
}
.pkg_highlights ul li{
	padding:10px;
    border: 1px solid rgba(0,0,0,.125);
}
/*.pkg_highlights ul li::before{
	content:"*";
}*/
.spcl_pk_enq {
background-color:#6C0; 
color:#FFF; 
padding:10px;
border-radius:10px;
}
a.spcl_pk_enq:hover{
	text-decoration:none;
	color:#fff;
}


.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.error{
	font-size:13px;
	font-weight:normal;
	color:#f00;
}

.pkg_grp{
	background-color: #FFF; 
    text-align: center;
	padding:15px;
	margin-bottom:30px !important;
}
.pkg_sml_desc{
 	margin-top: 15px;
}
.pkg_sml_desc h3{
	color:#a9d047;
	text-transform:uppercase;
	height:40px;
}
.pkg_sml_desc p{
 	height:100px;
	overflow-y:auto;
	font-size:16px;
	text-align:justify;
}
.pkg_innr_img{
	height:250px;
	background-position:center !important;
	background-repeat:no-repeat !important;
	baackground-size:cover !important;
}
.pkg_dtl_desc{
	margin-top:20px;
}
.pkg_dtl_desc h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	color:#a9d047;
	padding-bottom: 10px;
	border-bottom:1px solid rgba(0,0,0,.125);
}
.pkg_dtl_desc ul{
	list-style:none;
	padding-left: 5px;
}
.pkg_dtl_desc ul li{
	border:1px solid rgba(0,0,0,.125);
	padding-top:5px;
	padding-bottom:5px;
}

.pkg_cdn h4{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	color:#a9d047;
	margin-top: 10px;
}
.pkg_dtl_desc table th ,.pkg_dtl_desc table td{
	padding:5px;
	border-bottom:1px solid rgba(0,0,0,.125);
}
.pkg_scroll{
	height:270px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;
}
.pkg_cpation {
	background:#fff;
	padding-bottom:15px;
}
.pkg_cpation h3{
	padding-top:15px;
	
	font-size:17px;
	text-transform: uppercase;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.pkg_cpation span{
	color:#a9d047;
	font-weight:bold;
	display:block;
}
.pkg_cpation p{
	font-size:16px;
	display:block;
	margin-bottom:0px;
}
.pkg_cpation a{
	background-color:#a9d047;
	padding:6px;
	color:#fff;
	margin-top:10px;
	display:inline-block;
	border-radius:10px;
}
.pkg_cpation a:hover{
	text-decoration:none;
}
.owl_hms .item{
	margin-right:20px;
}
.owl_hms .item{
	background:#fff;
	padding:10px;
}