/*Genral*/
html {
	scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif ;
}
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pdbtm0{
	padding-bottom:0px !important;
}
.pd30{
	padding:30px 0px!important;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-t-100{
	padding-top:100px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pdlr{
	padding:0px 20px;
}
.bg-cust1{
	background:#14759f;
}
.bg-custom2{
	background:#04202d;
}
.bg-cust3{
	background:#14759e;
}
.bg-grey{
	background: #f6f6f6 !important;
}
.bg-black{
	background:#000;
}
.color-white{
	color:#fff !important;
}
.mrg0{
	margin:0px !important;
}
.mrg30{
	margin:30px 0px !important;
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrgn-t-60{
	margin-top:60px !important;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.mrgb-80{
	margin-bottom:-80px !important;
}
.mrgt-200{
	margin-top:-200px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.btn-style{
	padding: 10px 25px;
	margin-top:10px;
	margin-right:10px;
    text-align: center;
    color: #fff;
	background: #86c83e;
	border-radius:40px;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	display:inline-block;
	border:1px solid transparent;
	font-weight:600;
}
.btn-style:hover{
	color:#fff;
	border:1px solid #86c83e;
	background:transparent;
}
.btn-style1{
	padding: 10px 20px;
	margin-top:10px;
	margin-right:10px;
    text-align: center;
    color: #fff;
    background: #05204d;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	font-size:16px;
	border:1px solid transparent;
	display:inline-block;
}
.btn-style1:hover{
	border:1px solid #05204d;
	background:transparent;
	color:#05204d;
}
.title-hd h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}
.title-hd h3:before {
    position: absolute;
    bottom: -8px;
    right: 47%;
    content: "";
    background: #860000;
    width: 70px;
    height: 2px;
}



.title-hd1 h3 {
    position: relative;
	font-size: 32px;
	font-weight:900;
    text-align: left;
    margin-bottom: 35px;
}
.title-hd1 h3:after {
    position: absolute;
    bottom: -5px;
    left: 0%;
    content: "";
    background: #860000;
    width: 70px;
    height: 1.5px;
}

/*Genral*/


/* scroll up */
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding:20px;
	background: #86c83e;
	color: #fff;
	position:relative;
	transition-delay:0.5s;
	transition:all 0.5s ease; 
	border:1px solid transparent;
}
#scrollUp:before{
	position:absolute;
	content:'\f102';
    font-family: 'FontAwesome';
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:30px;
}
#scrollUp:hover{
	background: #000;
	border:1px solid #86c83e;
}
/* scroll up */


/*Header*/
.headpart{
	margin:0px;
	background:#86c83e;
}
.hd-cont ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.hd-cont ul li{
	display:inline-block;
	position:relative;
	padding: 6px 10px;
	font-weight: 600;
	color:#fff;

}
.hd-cont ul li a{
	color:#fff;
}
.hd-cont1 ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right
}
.hd-cont1 ul li{
	display:inline-block;
	position:relative;
	padding: 6px 10px;
	font-weight: 600;
	color:#fff;

}
.hd-cont1 ul li a{
	color:#fff;
}
.logo-bg{
	background:#fff;
	position:realtive;
}
.logoimg{max-width:280px;}
.logo-bg::after{
	border-bottom: 55px solid #05204d;
    border-left: 70px solid transparent;
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    top: 0px;
    width: 60px;
}
/*Header*/


/*Index Page*/

/*Carousel*/
/*Intro Craousel*/

.part1  .owl-carousel .item {
	height: auto;
	background: #4DC7A0;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 90%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 30%;
	left: 10%;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
	text-align:center;
  }
  .part1 .owl-item .item .text:before{
      position:absolute;
      content:'';
      width:5px;
      height:125px;
      background:#0077B6;
      top:20%;
      left:0%;
  }
  .part1 .owl-item .item .text p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .part1 .owl-item.active .item .text{
	opacity: 1;
  transition: all 1s ease 0.8s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:center;
	color:#fff;
  }
  .part1 .owl-item .item .text h3{
	  font-size:42px;
	  font-weight:600;
	  text-transform: uppercase;
      color:#fff;
      text-align:left;
  }
  .part1 .owl-item .item .text h3 span{
	  color:#0077B6;
  }
  .part1 .owl-item .item .text .btn{
	  width:200px;
	  height:55px;
	  border-radius: 40px;
	  border:2px solid #25AAE2;
	  background:#25AAE2;
	  color:#fff;
	  font-size:20px;
	  margin-top:20px;
	  margin-left:20px;
	  transition:1s ease;
  }
  .part1 .owl-item .item .text .btn:hover{
	  color:#25AAE2;
	  background-color:#fff;
	  padding:0px !important;
  }
  .part1 .owl-item .item .text .btn .fa{
	  font-size:24px;
  }
  .part1 .owl-item .item .text .btn :hover .fa{
	  background-color:#fff;
	  border-radius:50%;
	  color:#000;
  }
  .part1 .owl-carousel .item{
	  background-color:transparent;
  }
  .part1 .maincaroimg{
	  width:100%;
  }

  
.customNavigation .prev{
	position:absolute;
	left:0px;
	top:60%;
	z-index:99;
}
.customNavigation .next{
	position:absolute;
	right:0px;
	top:60%;
	z-index:99;
}
.customNavigation i{
	font-size:18px;
	font-weight:100;
	padding:7px 9px 5px 8px;
	border-radius:50%;
	background:whitesmoke;
	color:#333;
}
/*Carousel*/
/* welcome content */
.bg-img{
	background:linear-gradient(120deg, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 100%), url('../images/bg1.jpg') ;
}
.welcome-cnt h3{
	font-weight:600;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}
.welcome-cnt p{
	text-align:justify;
	font-size:16px;
	padding:10px;
}
.clr-1 h4{font-size:14px;color:#c73a8a !important; font-weight:600;}
.clr-2 h4{font-size:14px;color:#0da2bd !important; font-weight:600;}
.clr-3 h4{font-size:14px;color:#eabc03 !important; font-weight:600;}
.clr-4 h4{font-size:14px;color:#972c1b !important; font-weight:600;}
.clr-5 h4{font-size:14px;color:#203265 !important; font-weight:600;}
.clr-6 h4{font-size:14px;color:#286b35 !important; font-weight:600;}
/* welcome content */


/* tour-package */
.tour-package h3{
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}
.package-in{
	position:relative;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.package-over{
	position:absolute;
	width:100%;
	height:100%;
	bottom:-70%;
	padding: 45px 10px;
	text-align:center;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	background:rgba(0,0,0,0.3);
}
.package-over h3{
	font-size:16px;
	text-align:left;
	color:#fff;
	margin-left:10px;
	margin-bottom:50px;
}
.package-over h3:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:80%;
	width:70%;
	height:3px;
	background:#86c83e;
}
.package-over p{
	color:#fff;
	text-align:center;
	margin-bottom:40px;
	margin-top:100px;
}
.package-in:hover .package-over{
	bottom:0%;
	background:rgba(0,0,0,0.6);
}
/* tour-package */

/* offer */
.offer h3{
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	color:#fff;	
}
.bg-img2{
	background:linear-gradient(120deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.5) 100%), url('../images/bg2.jpg');
}
.offer-in{
	padding:40px;
	background:rgba(255,255,255,0.5);
	position: relative;
}
.offer-cnt-in{
	background:#86c83e;
	padding:20px 10px;
	color:#fff !important;
	text-align:center;
	margin-bottom:30px;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.offer-cnt-in h3{
	font-size:16px;
	position:relative;
	margin-bottom:15px !important;
	text-align:center;
}
.offer-cnt-in h3:before{
	position:absolute;
	content:'';
	background:#c3c3c3;
	width:100px;
	height:2px;
	bottom:-10px;
	left:50%;
	transform:translate(-50%,-50%)
}
.offer-cnt-in p{
	color:#fff !important;
}
.offer-cnt-in:hover{
	background: #05204d;
}
/* offer */

/* gallery */
.gallery h3{
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}
.gallery-in{
    position:relative;
    transition-delay: 0.5s;
	transition:all 0.5s ease;
	margin-right:5px;
	margin-bottom:5px;
}
.gallery-over{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    opacity: 0;
    background: rgba(39, 39, 39, 0.8);
    bottom:0px;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.gallery-over:before{
	position:absolute;
	content:'';
	width:0%;
	height:90%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	border-top:1.5px dashed #fff;
	border-bottom:1.5px dashed #fff;
    transition-delay: 0.7s;
    transition:all 0.7s ease;
}
.gallery-over:after{
	position:absolute;
	content:'';
	width:90%;
	height:0%;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	border-left:1.5px dashed #fff;
	border-right:1.5px dashed #fff;
    transition-delay: 0.7s;
    transition:all 0.7s ease;
}
.gallery-over i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:18px;
    color:#fff;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.gallery-in:hover .gallery-over{
    height:100%;
    opacity:1;
}
.gallery-in:hover .gallery-over:before{
	width:90%;
}
.gallery-in:hover .gallery-over:after{
	height:90%;
}
#html5-watermark{
	display:none !important;
}
/* gallery */




/*Footer*/
.bg-foot{
	background:linear-gradient(120deg, rgba(134, 200, 62,0.7) 10%, rgba(134, 200, 62,0.7) 100%), url('../images/bg3.jpg');
}
.bg-foot img{
	margin-bottom:20px;
}
.bg-foot p{
	text-align:justify;
}
.quicklink a{
	padding:10px 15px; 
	border-radius:40px;
	background:#a5d066;
	margin:5px 0px;
	display:inline-block;
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.quicklink a:hover{
	background:#062e42;
}
footer ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
footer ul li{
	padding:10px 0px;
}
footer a{
	color:#fff;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
footer a:hover{
	color:#fff;
}
footer p{
	color:#fff;
}
footer h4{
	font-size:18px;
	color:#fff;
    font-weight:600;
    margin-bottom:30px;
    position:relative;
}
.footer-form input, .footer-form textarea {
    background: transparent;
    margin-bottom: 15px;
    border-radius: 0px;
    resize: none;
    border:1px solid rgba(239, 239, 239, 0.7)
}
.footer-form .btn {
    background: #860000;
    color: #fff;
    transition-delay: 0.5s;
    transition: all 0.5s ease;
}
.lowpart{
	background: #062e42;
	text-align:center;
}
.lowpart p{
	margin:0px;
	padding: 5px 0px;
	text-align:center;
}
.foot-cnt ul{
	list-style-type:none;
	padding:0px; 
}
.foot-cnt ul li{
	position:relative;
	padding-left:20px;
	padding-bottom:10px;
	color:#fff;
	font-size:16px;
}
.foot-cnt ul li i{
	position:absolute;
	color:#000;
	left:0px;
}


.soc-icon ul{
	padding:0px !important;
	margin:0px;
}
.soc-icon ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}
.soc-icon ul li i{
	color:#fff;
	padding:8px;
	font-size:16px;
	border:0.5px solid #fff;
	transition-delay:0.5s;
	transition:all 0.5s ease;	
}
.soc-icon ul li:hover i{
	color:#86c83e;
	background: #fff;
	border:0.5px solid #86c83e;
}
/*footer*/

/*Testimonial*/
.testi-sec-1{
	padding:60px 60px;
	background: #f7f7f7;
	position:relative;
	min-height:615px;
}
.testi-sec-1 .titlehd{
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}
.checked {
    color: orange;
}
.testimonial1{
	position:relative;
}
.testimonial1 .customNavigation i{
	font-size:24px;
	background:#000;
	color:whitesmoke;
	padding: 10px 5px 9px 4px;
}
.testimonial1 .customNavigation .prev{
	position:absolute;
	top:50%;
	left:5%;
	transform:translate(-50%,-50%);
	z-index:99;
}
.testimonial1 .customNavigation .next{
	position:absolute;
	top:50%;
	right:1%;
	transform:translate(-50%,-50%);
	z-index:99;
}
.testi{
	padding-top:15px;
}
/*Testimonial*/
.testimonial{
	position:relative;
}
.testimonial .customNavigation i{
	font-size:24px;
	background:#000;
	color:whitesmoke;
	padding: 10px 5px 9px 4px;
}
.testi-img{
	width:200px !important;
	height:inherit;
	margin:0px auto;
}
.testi .item{
	margin:0px auto;
	text-align:center;
}
.testi-in{
	position:relative;
	color:#000;
}
.testi-in p{
	margin-top:15px;
}
.testi-sec-1 .customNavigation1 .prev {
	position: absolute;
    left: 45%;
    bottom: 0% !important;
    z-index: 99;
    transform: translate(-50%,-50%);
}
.testi-sec-1 .customNavigation1 .next {
	position: absolute;
    right: 40%;
    bottom: 0% !important;
    z-index: 99;
    transform: translate(-50%,-50%);
}
.testi-sec-1 .customNavigation1 i {
    font-size: 24px;
    background: #000;
    color: whitesmoke;
    padding: 10px 5px 9px 4px;
}
.home-form{
	background:#062e42;
	padding:100px 60px;
	min-height:615px;
}
.home-form h3{
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	margin:0px;
}

.cont-form{
	margin:30px 0px;
}
.cont-form form  input[type="text"], .cont-form form input[type="email"], .cont-form form textarea,.cont-form form select {
    border: 1px solid #fff;
    color: #fff;
	background:transparent;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px 10px;
    width: 100%;
    transition: all 500ms ease;
}
.cont-form form textarea {
	height:120px;
}
.cont-form form .btn-sty{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
	font-weight:600;
	font-size:18px;
	padding:7px 25px;
	width:100%;
	text-transform:uppercase;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.cont-form form .btn-sty:hover{
	background:#fff;
	color:#000;
}
/*testimonial*/
/*Index Page*/


/* contact us page */
.contact-page-section {
    position: relative;
    padding: 70px 0;
}
.contact-page-section .outer-box {
    position: relative;
    padding: 70px 0 50px;
}

.contact-page-section .outer-box:before {
    position: absolute;
    left: 100px;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 21px rgba(0,0,0,0.18);
    content: "";
}
.contact-page-section .contact-column {
    position: relative;
}
.contact-page-section .contact-column .inner-column {
    position: relative;
    background-color: #86c83e;
    padding: 45px 25px;
    margin-right: -30px;
}
.contact-page-section .contact-column h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact-page-section .contact-info {
    position: relative;
}
.contact-page-section .contact-info li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 35px;
}
.contact-page-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}
.contact-page-section .contact-info li p {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}
.contact-page-section ul{
	list-style-type:none;
	padding:0px;
}
.contact-page-section .contact-info li p a {
    color: #ffffff;
}
.social-icon-four {
    position: relative;
}
.social-icon-four li.title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-right: 20px;
}
.social-icon-four li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}
.social-icon-four li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page-section .form-column {
    position: relative;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 0 100px;
}

.contact-form {
    position: relative;
}
.contact-page-section .form-column .title {
    position: relative;
    margin-bottom: 50px;
}
.contact-page-section .form-column .title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1em;
    color: #86c83e;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-page-section .form-column .title .text {
    font-size: 20px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 600;
}
.contact-form .row {
    margin: 0 -10px;
}
.contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"],  .contact-form .form-group input[type="password"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 15px 20px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    height: 185px;
    resize: none;
}
.contact-form .form-group button {
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
}
.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #222222;
	overflow: hidden;
	border:none;
}
.map-section {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

/* contact us  page*/



/* breadcrumb */
.page-title {
    position: relative;
    text-align: center;
    padding: 90px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.4);
}
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page-title h1:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 2px;
    width: 90px;
    background-color: #ffffff;
    content: "";
}
.page-title h1:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    width: 35px;
    background-color: #86c83e;
    content: "";
}
.page-title ul{
	padding:0px;
}
.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #86c83e;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: 1px;
    color: #86c83e;
    font-size: 14px;
    font-weight: 900;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}
/* breadcrumb */
/* title */

.pg-title h3{
    text-align:center;
    font-weight:600;
    font-size:32px;
    margin-top:20px;
    margin-bottom:30px;
    position:relative;
}
.pg-title h3 span{
	color:#05204d;
	font-size: 16px;
    background: yellow;
    padding: 3px;

}
.pg-title h3:before{
    position: absolute;
    content:'';
    width:80px;
    height:2px;
    background:#86c83e;
    top:-20px;
    left:50%;
    transform:translate(-50%,-50%);
}
/* title */

.pg-title1 h3{
    text-align:left;
    font-weight:600;
    font-size:32px;
    margin-top:20px;
    margin-bottom:30px;
    position:relative;
}
.pg-title1 h3 span{
	color:#05204d;
	font-size: 16px;
    padding: 3px;

}
.pg-title1 h3:before{
    position: absolute;
    content:'';
    width:80px;
    height:2px;
    background:#86c83e;
    top:-20px;
    left:15%;
    transform:translate(-50%,-50%);
}

.pg-title1 {
	position: relative;
}
.tit-btn{
	position: absolute;
	right:0px;
	top:0px;
}
/* focus form */
*:focus {
    outline: none;
}
/* focus form */

/* about us page */
.about-in{
	padding:30px;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	text-align:center;
	border-bottom:3px solid transparent;
	margin:30px 0px;
	background: #fff;
}
.about-in:hover{
	transform: translateY(-5%);
	border-bottom:3px solid #86c83e;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.about-in h3{
	font-weight:600;
	font-size:16px;
	min-height:40px;
}
.abt-img{
	width:100px;
	margin:0px auto;
}
/* about us page */



/* gallery page*/
.prodt-in{
	margin:30px 0px;
}
.prodt-in .btn-prdt{
	padding:15px 10px;
	background:#fff;
	color:#000;
	border:1px solid #333;
	border-radius:0;
	margin-bottom:30px;
	min-width:200px;
}
.prodt-in .img-body{
	margin-bottom:30px;
	position:relative;
}
.prodt-in .img-body .over-1{
	position:absolute;
	width:100%;
	height:inherit;
	bottom:0px;
	background:#f69e1d;
	color:#fff;
	margin:0px;
	padding: 5px 0px;
	font-size:18px;
	overflow: hidden;
	opacity:1;
	transition-delay:0.5s;
	transition:all ease 0.5s;
}
.prodt-in .img-body .over-2{
	position:absolute;
	width:100%;
	height:0%;
	overflow: hidden;
	content:'';
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	transition-delay:0.5s;
	transition:all ease 0.5s;
}
.prodt-in .img-body .over-2 .over-2-in{
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.over-2-in h3{
	color:#fff;
	margin-bottom:15px;
	font-size: 16px;
}
.over-2-in i{
	color:#fff;
	font-size:34px;
}
#html5box-html5-lightbox{
	z-index:999999999;
}
#html5-watermark{
	display:none !important;
}
.prodt-in .img-body:hover .over-2{
height:100%;
}
.prodt-in .img-body:hover .over-1{
opacity:0;
}
/* gallery page*/

/* package */
.package-inner{
	position:relative;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.package-cnt{
	padding:15px 20px;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	color:#062e42;
	margin-bottom:30px;
}
.package-inner:hover .package-cnt{
	background:#86c83e;
	color:#fff;
}
.package-cnt h3{
	font-weight:700;
	font-size:18px;
	margin:8px 0px;
}
.package-cnt h4{
	font-size:14px;
	text-decoration: underline;
	font-weight: 600;
}
.package-cnt p{
	font-size:14px;
	margin:5px 0px;
}
/* package */

/* offer */
.offer-inner{
	margin: 30px 0px;
    padding: 10px;
    background: #f8f8f8;
	position:relative;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	text-align:center;
}
.offer-inner:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transform: translateY(-5%);
}
.offer-img{
	position: relative;
	overflow:hidden;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.offer-img .offer-img-over{
	position:absolute;
	content:'';
	width:100%;
	height:0%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: rgba(133, 200, 62, 0.8);
	color:#fff;
	opacity: 0;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.offer-img .offer-img-over h3{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0px;
}
.offer-inner:hover .offer-img-over{
	height:100%;
	opacity: 1;
}
.offer-cnt{
	position:relative;
	padding:10px;
	min-height:80px;
}
.offer-cnt h3{
	margin: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}
.offer-cnt p{
	font-weight:600;
	color:#86c83e;
}
.bg-off{
	background:linear-gradient(120deg, rgba(0,0,0,0.5)12%, rgba(0,0,0,0.5)100%), url(../images/bg4.jpg) fixed
}
.overflow-table{
	overflow-x:auto;
}
#customers {
	border-collapse: collapse;
	width: 100%;
}
  
#customers td, #customers th {
border: 1px solid #ddd;
padding: 15px;
text-align:center;
color:#000;
font-weight:600;
}
#customers td img{
	margin:0px auto 10px;
}
#customers tr{background-color: rgba(255, 255, 255, 0.5);}
  
  
#customers th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #86c83e;
color: white;
}
#customers td span{
	font-weight:900;
	font-size: 22px;
}
/* offer */




/* about us page */
.why-choose-us {
    position: relative;
    padding: 60px 0;
}
.why-choose-us .info-column {
    position: relative;
}
.why-choose-us .info-column .inner-column {
    position: relative;
    padding: 35px 0 0;
}
.why-choose-us .info-column .sec-title {
    margin-bottom: 30px;
}
.sec-title {
    position: relative;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #1a1d1f;
	font-weight: 700;
	text-align:center;
}
.sec-title h2:before{
	position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #86c83e;
    top: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec-title .text {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #555555;
    font-weight: 500;
    margin-top: 18px;
}
.why-choose-us .info-column .text-box {
    position: relative;
    margin-bottom: 65px;
}
.why-choose-us .info-column .text-box p {
    position: relative;
	margin-bottom: 20px;
	font-size:16px;
	text-align:justify;
}
.feature-block-two {
    position: relative;
    margin-bottom: 50px;
}
.feature-block-two .inner-box {
    position: relative;
    padding-left: 60px;
}
.feature-block-two .inner-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    line-height: 1em;
    color: #999999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 3px;
}
.feature-block-two h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.text {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.why-choose-us .image-column {
    position: relative;
}
.why-choose-us .image-column .image-box {
    position: relative;
    padding-right: 40px;
    padding-left: 60px;
}
.why-choose-us .image-column .image-box:before {
    position: absolute;
    right: -10px;
    top: 45px;
    bottom: 45px;
    width: 100px;
    background-image: url(../images/pattern.png);
    content: "";
}
.why-choose-us .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}
.why-choose-us .image-box .contact-info {
    position: absolute;
    left: 0;
    bottom: 65px;
    background-color: #86c83e;
    min-height: 60px;
    padding-left: 60px;
    text-align: center;
}
.why-choose-us .image-box .contact-info:before {
    position: absolute;
    top: 0;
    left: 100%;
    border-right: 20px solid transparent;
    border-bottom: 60px solid #86c83e;
    content: "";
}
.why-choose-us .image-box .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}
.why-choose-us .image-box .contact-info .number {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 25px;
    letter-spacing: 0.05em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two .inner-box:hover .icon {
    -webkit-animation: flipInY 1s;
    -moz-animation: flipInY 1s;
    -ms-animation: flipInY 1s;
    -o-animation: flipInY 1s;
    animation: flipInY 1s;
    color: #86c83e;
}

/* vision */
.who-we-are {
    width: 100%;
    display: table;
}
.who-we-are .right-side {
    width: 50%;
    display: table-cell;
    background:linear-gradient(120deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0,0.5) 100%), url(../images/bg8.jpg);
	padding: 50px 0;
	color:#fff;
}
.who-we-are .left-side.image1 {
    background:linear-gradient(120deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0,0.5) 100%), url(../images/bg5.jpg) fixed;
    background-size: cover;
}
.who-we-are .left-side {
    width: 50%;
    display: table-cell;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 100px 0;
}
.who-we-are .right-side .content-inner {
    width: 100%;
    padding:0px  50px;
}
.who-we-are .right-side .content-inner p{
	font-size:16px;
	text-align:justify;
}
.who-we-are .left-side .content-inner {
    width: 100%;
    padding:0px  50px;
}
.who-we-are .left-side .content-inner p{
	font-size:16px;
	text-align:justify;
}
/* vision */

.what-we-do {
    width: 100%;
	display: table;
}
.what-we-do .right-side {
    width: 50%;
    display: table-cell;
	padding: 50px 0;
	color:#fff;
}

.what-we-do .right-side {
    background:linear-gradient(120deg, rgba(0, 0, 0,0.5) 10%, rgba(0, 0, 0,0.5) 100%), url(../images/bg6.jpg) fixed;
    background-size: cover;
}
.what-we-do .left-side {
    width: 50%;
    display: table-cell;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
	color:#fff;
    background:linear-gradient(120deg, rgba(0, 0, 0,0.5) 10%, rgba(0, 0, 0,0.5) 100%), url(../images/bg9.jpg);
}

.what-we-do .right-side .content-inner, .what-we-do .left-side .content-inner {
    width: 100%;
    padding:0px  50px;
}
.what-we-do .right-side .content-inner p, .what-we-do .left-side .content-inner p{
	font-size:16px;
	text-align:justify;
}
.what-we-do .left-side .content-inner ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.what-we-do .left-side .content-inner ul li{
	position:relative;
	padding:5px 0px 5px 25px;
	font-size:16px; 
}
.what-we-do .left-side .content-inner ul li i{
	position:absolute;
	left:0px;
	top:8px;
	font-size:18px;
}
/* about us page */

/* terms and condition */

.terms h4{
	font-weight:600;
	font-size:18px;
	text-decoration: underline;
	padding:0px 15px;
}
.terms p{
	text-align:justify;
	font-size:16px;
	padding:0px 15px;
}


/* packages */
.packages h4{
	font-size:18px;
	font-weight:600;
}


.packages ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.packages ul li{
	position:relative;
	padding:5px 0px 5px 25px;
	font-size:16px; 
}
.packages ul li i{
	position:absolute;
	left:0px;
	top:8px;
	font-size:18px;
}




/* tabs */
/* tabs */

.tabs .tab-select-outer select{
	width: 100%;
    border: 1px solid #86c83e;
    padding: 10px;
    background-color: #86c83e;
    color: #fff;
    font-weight: 600;
	float:right;
}
.tabs .tab-select-outer a{
	padding:10px;
}
.tabs {
  position:relative;
  margin: 0 auto;
  padding: 0 20px;
}
.tabs .tab-over{
	position:absolute;
	top:4%;
	left:5%;
	transform:translate(-50%,-50%);
}
.tabs .tab-over h3{
	font-size:18px;
	font-weight:600;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float:right;
}
#tab-button li {
  display: table-cell;
  width: 20%;
  margin-right:10px;
}
#tab-button li a {
  display: block;
  padding: .8em 0em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #86c83e;
  color:#fff;
}
.tab-contents {
  padding: 1.5em 1em 1em;
}

.tab-contents h2{
	padding-top:20px;
    background-image: -webkit-linear-gradient(0deg, #ffba00 0%, #ffba00 56%, #ffba00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
    text-align: center;
    text-transform:uppercase;
}
.tab-contents p{
	font-size:16px;
}
.tab-contents li{
    padding: 10px 0px 0px 20px;
    text-align: justify;
    position: relative;
}
.ptn{
	padding-top:none;
}

.tab-contents {
  border:1px solid #333;
}
@media screen and (max-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #tab-button li {
	width:100% !important;
	display:block !important;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/* tabs */


/* login btn */
.log-btn{
	background: #fff;
    padding: 6px;
    color: #000  !important;
}
.log-btn a{
	color:rgb(24, 21, 21) !important;
}


/* tooltips */
.tooltips-in ul{
	list-style-type: none;
	padding:0px;
}
.tooltips-in ul li{
	position:relative;
	display: inline-block;
	color:#000;
	padding:0px 10px 10px 10px;
	margin:0px 5px;
	background:#f4f4f4;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.tooltips-in ul li i{
	position:relative;
}
.tooltipcnt{
	position: absolute;
    z-index: 9999;
    width: 200px;
    left: 70px;
    margin: 0 0 20px -150px;
    bottom: 100%;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    font-size: 12px;
    color: #fff;
    box-shadow: -5px -5px 15px rgba(48,54,61,.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.tooltipcnt::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}
.tooltips-in ul li:hover .tooltipcnt{
	opacity:1;
}


.map{
	line-height:0px !important;
}



/* tab accordion */
.demo{
	padding:0px 15px;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight:800;
	background: #86c83e;
    color: #fff;
}

.more-less {
	float: right;
	color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	color:#000;
}


/* log reg */
.log-form{
	background:linear-gradient(120deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url('../images/bg2.jpg') fixed;
}
.form-in-log{
	background: #fff;
	padding:20px;
	margin:15px 0px;
}
.form-in-log h3{
	text-align:center;
	margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #86c83e;
}
.log-form img{
	margin:15px 0px;
}