@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------- Google Font ----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Lato|Playball);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Amaranth|Istok+Web|Open+Sans|Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Convergence);
@import url(https://fonts.googleapis.com/css?family=Actor);
/*-------------------------------------------------------- Google font end ----------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  overflow-x:hidden;
}
body{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
	background-color:transparent;
	padding:0;
}
a{
	text-decoration:none;
	color:#5e5d5d;
}
a:hover{
	text-decoration:none;
	 color:#c32805;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
	outline:none;
	position:inherit;
	top:inherit;
}
.spacer,.clear{
	clear:both;
	line-height:0;
	font-size:0;
}
ul, li, ol{
	list-style:none;
}
.center{
	text-align:center;
}
.leftAlign{
	text-align:left;
}
section, article, header, footer, nav, aside, hgroup { display: block;}
.noBg{
	background:none!important;
}
.noRightMargin{
	margin-right:0!important;
}
.noBottomMargin{
	margin-right:0!important;
}
.noMargin{
	margin:0!important;
}
.noBorderRight{
	border-right:0 none!important;
}
p{

	font-size:18px;
	line-height:25px;
}
h1, h2, h3, h4, h5, h6{
	
}

textarea {
	resize:none;	
}
.center{
	text-align:center;
}
hr{
	border:1px solid #323131;
	margin: 0;
	padding:0;
}
/*---------------------- GENERAL STYLE END ----------------------------*/
.drt{
	height:650px!important;
}
	.carousel-caption h2{
		font-family: 'Playball', cursive;
	}
	
	
	.navbar{
      position:fixed;
      width:100%;
      z-index:10;
      max-width:100%;
	  border: unset!important;
	}
	.sticky{
		    background-color: #fff!important;
			box-shadow:0 3px 6px 0 rgb(36 39 44 / 10%);
	}
.navbar-inverse {
	border-color: unset!important;

    background-color: #ffffffe0;
	/*background:url(../images/nav%20bg.png) repeat;*/
}
.topmain{
	padding: 10px;
}
.navlist{	
padding:20px;
		}
.navlist li{
	font-family: 'Istok Web', sans-serif;
	font-size:14px;
}
.navbar-inverse{
}
.navbar-inverse .navbar-nav > li > a{
	font-family: 'Lato', sans-serif;
color:#000;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
.navbar-inverse .navbar-nav > li > a:hover{
color:#eb1c24;
}

.logo{
		}
		.banner{
				}
				.banner img{
						width:100%;
				}
	.carousel {
		position: relative;
		}

.carousel-inner {
	position: relative; 
	width: 100%;
	 overflow: hidden;
	 }
.carousel-caption{
	float:left;
	font-family: 'Playball', cursive;
	background:url(../images/bannercaption%20bg.png) repeat;
	text-align:left;
	 max-width: 550px;
     padding:20px 30px;
      bottom:150px;
	  left:100px;
}
.carousel-caption h2{
	font-size:40px;
	
}
.carousel-caption p{
font-family: 'Lato', sans-serif;
}
.carousel-caption h2 a{
	background-color:transparent;
	border: solid 1px #d3d1d1;
	padding: 6px 5px 6px 8px;
	color:#fff;
	font-size:20px;
}
.carousel-caption h2 a:hover{
	background-color:transparent;
	color:#eb1c24!important;
	
	}
/*topend*/
/*first content*/
.facility{
	padding:40px 0 45px 0;
	background:url(../images/v.jpg);
	background-size:cover;
	position:relative;
}
  .coverflow{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #0000004f;
}
.facility h2{
font-family: 'Playball', cursive;
font-size:35px;	
color:#fff;
margin:0;
padding:0;
}
.facility p{
	  font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:18px;
	color:#e9e7e7;
}
.facility p span{
	display:inline-block;
}
.facility {
}
.portion{
}
.portion p{
	color:#7c7878;
	padding:10px 0 0 0;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-style:normal;
}

/*------------------------------- start facility hover ----------------------------*/
/*.offerBox {
	-webkit-perspective: 600px;
	text-align:center;
	margin:30px 0 20px 0;
}
.front  {
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	background:#fff;
	padding: 25px 0px;
	position:absolute;
	border:2px dotted #cecece;
	
}
.front h3{
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:18px;
	color:#3f3d3d;
	display:block;
	padding-top:15px;
}
.front img{
	margin:0 auto;
	position:relative;
	top:inherit;
}

.back{
	background:#85ab00;
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	width: 100%;

	-webkit-transform: rotateY(-180deg);
	padding: 25px 0px;
	border:2px dotted #cecece;
}
.back h3{
	display:block;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:18px;
}
.back img{
	 margin:0 auto;
	 padding-bottom:10px;
}
.offerBox:hover .back {
	-webkit-transform: rotateY(0);
}

.offerBox:hover .front {
	-webkit-transform: rotateY(180deg);
}
*/



.offerBox {
	-webkit-perspective: 600px;
	text-align:center;
	margin:30px 0 20px 0;
}
.front  {
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	background:#fff;
	padding: 0px 0px;
	position:absolute;
	
	
}
.front h3{
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:18px;
	color:#3f3d3d;
	display:block;
	padding-top:15px;
}
.front img{
	margin:0 auto;
	position:relative;
	top:inherit;
	 width:100%;
	 height:215px!important;
}

.back{
	background:#fff;
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	width: 100%;
	/*height: 150px;*/
	-webkit-transform: rotateY(-180deg);
	padding: 0px 0px;
	
}
.back h3{
	display:block;
	color:#3f3d3d;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:18px;
}
.back img{
	 margin:0 auto;
	position:relative;
	
	 width:100%;
	 height:215px!important;
}
.offerBox:hover .back {
	-webkit-transform: rotateY(0);
}

.offerBox:hover .front {
	-webkit-transform: rotateY(180deg);
}
.offerBox h3{
display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 18px;
	}
/*------------------------------- end facility hover ---------------------------*/




/*first content END*/

/*2nd content*/
.rooms{
	padding: 20px 0 20px 0;
}
.rooms h2{
font-family: 'Playball', cursive;
font-size:35px;	
color:#0d1a41;
}
.rooms p{
	font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #9a9999;
    margin-bottom: 35px;
}
.rooms p span{
	display:inline-block;
}
.roomtype{
	text-align:center;
}
.roomtype h2{
	background:#f1f0f0;
	font-family: 'Playball', cursive;
	font-size:25px;
	font-style:normal;
	border-top: solid 4px #eb1c24;
	margin-top:0;
	padding: 10px 0 10px 0;
	margin-bottom:0px;
	
}
.roomtype h2 a{
	padding: 10px 10px 10px 50px;
}
.roomtype h2 a:hover{
	
}
.roomtypesec{
	box-shadow: 0px 2px 20px 0px rgb(33 20 106 / 10%);
    
}
.roomtypesec:hover{
	 
    
}
.prodssec{
	transition: .5s;
	display:block;
	position:relative;
	margin-bottom:20px;
	border:1px solid #eb1c24;
	
}
.prodssec:hover{
	 transform: translateY(-15px);
	
}
.roomtype img{
	margin:0 0 0 0;
	width:100%;
	height:285px;
	
}
.roomtype img:hover{
	
}
/*ROOMS SLIDER*/
.newsBlock{}

.newsBlock h3{
	color:#717171;
	font-size:18px;
	line-height:22px;
	padding-right:20px;
	font-family: 'Artifika', serif;
}
.newsBlock .flex-control-nav{
	display:none;
}
.newsBlock .custom-navigation{
    position:relative;
	text-align:right;
	right: 0px;
    top: -80px;
}
.newsBlock .custom-navigation a{
	background:#85ab00;
	color:#fff;
	font-size:14px;
	padding:8px 10px;
}
.newsBlock .custom-navigation a:hover{
background:#333;
}


/*ROOMS SLIDER END*/

/*2nd content END*/

/*3rd content*/
.know{
	margin: 30px 0 30px 0;
	background:#fff;
	}
	.know img{
		padding:0 0px 0 0;
	}
		.know1{
			padding:20px;
		background:#fff;
	}
.know1 h2{
font-family: 'Playball', cursive;
font-size:35px;	
color:#000;
}
.know1 h3{
	font-family: 'Lato', sans-serif;
    font-style:italic;
	font-size:18px;
	color:#282828;
	margin-top: 0;
}
.know1 h3 span{
	display:inline-block;
}
.know1 p{
    padding:10px 0 0px 0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-style:normal;
	color:#000;
	text-align:justify;
	
}
.knowpara p{
    padding:10px 0 20px 0;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-style:normal;
	color:#beccf4;
	
}

.knowpoints li{
	float: left;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #363434;
    padding: 0px 60px 0px 65px;
}
.knowpoints li span{
	display:block;
}
.knowpoints li img{
	position:absolute;
	padding:0 0 10px 0px;
	left: 0;
    top: 0;
}
/*.knowpoints span span{
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#fff;
	padding:10px 0 0 10px;
}*/
.knowpoints{
	border-top:1px solid #e7d6d6;
	padding:20px 0 0 0;
}
/*3rd content END*/
/*4rd content*/
.facility ol{
    font-family: 'Lato', sans-serif;
	font-size:15px;
	font-style:normal;
	color:#2c2d2e;
	padding:20px 0 0 0;

}
.facility i{
	padding: 0px 10px 10px 0px;
}
.facility .button a{
	color:#fff;
	font-style:normal;
	font-family:'Amaranth', sans-serif;
	font-size:15px;
	border: solid 1px #d3d1d1;
	background:#85ab00;
	display:inline-block;
	right:0;
	padding:15px 20px 15px 20px;
}
.button a:hover{
	color:#474747;
	font-style:normal;
	font-family:'Amaranth', sans-serif;
	font-size:15px;
	border: solid 1px #d3d1d1;
	background:#85ab00;
	display:inline-block;
	right:0;
	padding:15px 20px 15px 20px;
}
.attraction{
}
.attraction img{
	padding:25px 0 0 0;
}
/*4rd content END*/
/*5rd content*/
.contact{
	background:url(../images/b.jpg) no-repeat;
	background-size:cover;
	padding:40px 50px 30px;
	text-align:center;
	position:relative;
}
.contactoverlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000c9;
}
.contact h2{
font-family: 'Playball', cursive;
font-size:40px;	
color:#fff;
    margin-top: 12px;
}
.contact p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-style:normal;
	color:#fff;
	margin-bottom:0px;
}
.contact p a{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-style:normal;
	color:#fff;
	outline:none;
}
.contact p a:hover{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-style:normal;
	color:#eb1c24!important;
}
/*5rd content END*/
/*footer*/
.footer1{
		
		text-align: center;
		
	
		
}
.footer1 img{
	padding:10px 0 20px 0;
}
.footer1 ul a{
		color:#fff;
	  font-family:'Lato', sans-serif;
		font-size:15px;
}
.footer1 ul a:hover{
		color:#eb1c24!important;
	  font-family:'Lato', sans-serif;
		font-size:15px;
}
.footer1 ul li{
	    
	   	display:inline-block;
        padding:0px 30px 0px 30px;
		border-right:1px solid #fff;
}
.footer1 ul li:last-child {
    border-right:none;
}
.footer1 p{
	padding:0 0 0px 0;
font-family:'Lato', sans-serif;
    font-size:15px;
	color:#fff;
}
.cop a{
	color:#eb1c24;
	font-weight:500;
}
.cop span{
	color:#eb1c24;
	font-weight:500;
}
.social{
	
    margin-top: 18px;
}
.social ul li{
	
	padding:0 10px 0 10px;
	border:none;
}
/*INDEX PAGE OVER*/
/*CONTACT START*/
.centert{
	padding: 20px 0 40px 0;
	text-align:center;
	color:#0d1a41;
	font-family: 'Playball', cursive;
    font-size:35px;	
	}
	.centert h2{
	}
.contactForm {
	font-size:14px;
	font-family: 'Actor', sans-serif;
	line-height:18px;
	color:#333
	background:#f2f2f2;
	border:1px solid #e1d8cd;
	padding:30px 25px 25px;
}
.contactForm p {
	
	padding:0 0 5px 0;
	font-weight: 400;
	color:#000;
}
.contactForm label {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contactForm .form-group {
	margin-bottom:10px;
	position:relative;
}
.contactForm .form-control {
	font-size:13px;
	font-style:italic;
}
.contactForm textarea.form-control {
	min-height:100px;
}
.contactForm .sendQueryBtn {
	font-family:'Source Sans Pro', sans-serif;
	background:#0d1a41;
	color:#fff;
	border:0;
	padding:8px 20px;
	text-transform:uppercase;
}
.contactForm .sendQueryBtn:hover {
	background:#3859be;
}
.contactPageInfo {
	font-family:'Source Sans Pro', sans-serif;
	background:#0d1a41;
	padding:50px;
}
.contactPageInfo h3 {
	color:#fff;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:10px;
	margin:0
}
.contactPageInfo hr {
	border-color:#fff;
	width:15%;
	margin:0 0 15px;
}
.contactPageInfo p {
	margin:15px 0 25px;
	padding:0;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
.contactPageInfo p a {
	color:#fff;
}
.contactPageInfo p a:hover {
	color:#94ebfe;
}
.contactPageInfo p:last-child {
	margin-bottom:0;
}
.contactMap {
	background:#C2C2C3;
	padding:8px;
	margin-top:30px;
	width:100%;
}
/*CONTACT END*/	

.gallery{
}
.gallery h2{
font-family: 'Playball', cursive;
font-size:35px;	
color:#0d1a41;
text-align:center;
padding: 20px 0 30px 0;

}
.gallery img{
	padding:0 0 40px 0;

}
/*DELUX SLIDER*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}

#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

		/*DELUX SLIDER END*/
		
		/*DELUX PAGE*/
		.delux{
		}
.delux ol{
    font-family: 'Lato', sans-serif;
	font-size:20px;
	font-style:normal;
	color:#2c2d2e;
	padding:0px 0 20px 0;

}
.delux li{
	padding:20px 0 0 0;
}
.delux i{
	padding: 0px 10px 10px 0px;
}
.delux h2{
text-align:center;
font-family: 'Playball', cursive;
font-size:35px;	
color:#0d1a41;
padding: 30px 0 10px 0;
border-bottom: solid 4px #85ab00;
margin: 0 0 20px 0;
}
.delux h3{
	text-align:left;
	font-family: 'Lato', sans-serif;
    font-size:25px;	
    color:#0d1a41;
	padding:0 0 5px 0
}
.delux p{
	color:#7c7878;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:21px;
	padding:20px 0 20px 0;
}
.delux img{
	 border: 4px solid rgba(133, 171, 0, 0.45);
	width:100%;
}
/*------------------------------Start Footer --------------------------*/
.footer-top-section {
	background: #222222;
	position: relative;
    background-image: url(../img/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.myfooteroverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000;
}
.footer-widget .fw-title {
	font-size: 27px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    padding-top: 20px;
	color:#fff;
font-family: 'Playball', cursive;
}


.footer-widget h2{
	color: #fff;
    font-size: 40px;
    margin-bottom: 16px;
	font-family: 'Playball', cursive;


}
.contact__address{
	padding-top:18px;
}
.footer-widget ul {
	list-style: none;
	
}



.footer-widget.about-widget img {
	margin-bottom: 40px;
}

.footer-widget.about-widget p {
	opacity: 1;
    margin-bottom: 30px;
    line-height: 33px;
    color: #edebeb;
    font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.fw-latest-post-widget .lp-item,
.sb-latest-post-widget .lp-item {
	margin-bottom: 11px;
	display: block;
	overflow: hidden;
}

.fw-latest-post-widget .lp-thumb,
.sb-latest-post-widget .lp-thumb {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 22px;
	background-color: #d5bd63;
	border-radius: 14px;
}

.fw-latest-post-widget .lp-content,
.sb-latest-post-widget .lp-content {
	overflow: hidden;
	padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6,
.sb-latest-post-widget .lp-content h6 {
	font-size: 14px;
	font-weight: 400;
	opacity: 0.65;
	color: #fff;
	margin-bottom: 5px;
}

.fw-latest-post-widget .lp-content span,
.sb-latest-post-widget .lp-content span {
	font-size: 12px;
	color: #d5bd63;
}

/*--------------------
  Footer section
---------------------*/

.footer-section {
	background: #1b5e20;
	overflow: hidden;
	padding: 20px 0px;
}

.footer-menu {
	list-style: none;
	float: right;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 0.75;
	margin-left: 40px;
}

.footer-menu li a:hover {
	color: #d5bd63;
}

.copyright {
	text-align:center;
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	opacity: 1;
}
.copyright a{
	font-weight:600;
}
.copyright span{
	font-weight:600;
}
.page-top-section {
	height: 350px;
	width:100%;
	padding-top: 215px;
}

.page-top-section h2 {
	color: #fff;
}

.site-breadcrumb {
	color: #fff;
	opacity: 0.37;
	font-size: 14px;
}

.site-breadcrumb a {
	color: #fff;
}

.mycopyright{
	background:#161616;
	padding:18px 0px;
}
.copy-right p{
	color:#e8e8e8;
	font-size:15px;
	font-family: 'Droid Sans', sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
.copy-right p a{ color:#eb1c24;}

.payment{}
.payment p{
	color:#e8e8e8;
	font-size:15px;
	font-family: 'Droid Sans', sans-serif;
	margin:0;
	padding:0;
	text-align:right;
}
.list-style-one {

    position: relative;

}

.list-style-one li {

    position: relative;

    color: #edebeb;

    font-size: 15px;

    padding-left: 55px;

    font-weight: 500;

    margin-bottom: 14px;

	list-style:none;

    line-height: 33px;

    transition: all .3s ease;

    -moz-transition: all .3s ease;

    -webkit-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;
	font-family: 'Lato', sans-serif;

}

.list-style-one li .icon {

    position: absolute;

    left: 0;

    top: 0px;

    font-size: 30px;

    color: #eb1c24!important;

    line-height: 1em;

}
.page_item {

    position: relative;

    padding-bottom: 8px;

    margin-bottom: 8px;

    border-bottom: 1px solid rgba(255,255,255,.2);

    padding-left: 20px;

	list-style:none;

}

 .page_item:marker {

	display:none;

}

 .page_item:before {

    position: absolute;

    content: '\f105';

    left: 0;

    top: 0;

    font-size: 16px;

    color: #eb1c24!important;

    font-family: 'FontAwesome';

}

 .page_item a {

    position: relative;

    color: #edebeb;

    font-size: 15px;

    font-weight: 400;

    transition: all .3s ease;

    -moz-transition: all .3s ease;

    -webkit-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;
	font-family: 'Lato', sans-serif;

}

.footer-nav {
    position: relative;
    text-align: right;
	margin-bottom: 0;
    margin-top: 5px;
}
.footer-nav li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
 .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
/*------------------------------End Footer --------------------------*/
/*-------------*/
.why-choose-us {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 40px;
}
.why-choose-us:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #222;
    content: "";
    opacity: .80;
}
.why-choose-us .title-column .inner-column {
    position: relative;
    margin-top: 60px;
}
.why-choose-us .title-column .inner-column .sec-title {
    margin-bottom: 25px;
}
.sec-title {
    position: relative;
    margin-bottom: 45px;
}
.why-choose-us .title-column .text-box {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
}
.why-choose-us .title-column .inner-column .btn-style-three {
    margin-top: 35px;
    background: #fff;
    border-color: #fff;
    color: #222;
}
.why-choose-us .features-column {
    position: relative;
    margin-bottom: 20px;
}
.why-choose-us .features-column .inner-column {
    position: relative;
    padding-top: 70px;
}
.why-choose-us .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}
.why-choose-us .owl-nav .owl-prev, .why-choose-us .owl-nav .owl-next {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #222;
    margin: 0 5px;
    background: #c1b7f3  !important;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    padding: 30px 30px 10px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.6);
}
.feature-block .icon {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #c1b7f3;
    margin-bottom: 20px;
	
}
.feature-block h6 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 180px;
    text-transform: uppercase;
	height:50px;
}
.feature-block .text {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
    z-index: 9;
    line-height: 1.7em;
}
.feature-block .text:before {
    position: absolute;
    right: -20px;
    left: -20px;
    top: 0;
    height: 100%;
    background-color: #fff;
    content: "";
    opacity: .10;
}

.techno-single-cases-study {
    position: relative;
    z-index: 999;
}
.case-study-thumb {
    position: relative;
    z-index: 1;
	
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.techno-single-cases-study:hover .case-study-thumb:before {
    opacity: 1;
}
.techno-single-cases-study:hover .em-cases-study-content {
    opacity: 1;
    top: 50%;
}
.em-service.service-style-three .service-btn {
    margin-top: 0;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}
.em-service.service-style-three:hover .service-btn>a {
    background: #09024c;
    color: #fff;
}
.em-service.service-style-three .service-btn>a {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 2px solid #09024c;
    text-align: center;
    line-height: 50px;
    color: #09024c;
    background: #fff;
    transition: .5s;
}
.em-service.service-style-three .em-service-title h2 {
    margin: 0 0 15px;
    font-size: 22px;
    padding: 0;
}
.service-btn>a {
    border-radius: 30px;
    color: #616161;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.case-study-thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(193 183 243 / 48%);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.em-cases-study-content {
    position: absolute;
    left: 0;
    top: 60%;
    right: 0;
    text-align: center;
    background: #fff;
    width: 70%;
    margin: auto;
    border-radius: 5px;
    padding: 40px 10px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.em-cases-study-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}
.em-cases-study-title h2 a {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.case_category span {
    color: #0c5adb;
}
.blog_nospace_adn.col-xs-12 {
    padding: 0;
}


/*---------------------
  Service
-----------------------*/

.news-widget-block {
    position: relative;
    margin-bottom: 20px;
}
.news-widget-block .widget-inner {
    position: relative;
    padding-left: 118px;
}
.news-widget-block .widget-inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-widget-block .widget-inner .image {
    position: absolute;
    width: 100px;
    height: 115px;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-widget-block .widget-inner h3 {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
	margin-top:7px;
	font-family:'Lato', sans-serif;
}
.news-widget-block .widget-inner h3 a {
    position: relative;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;

}
.post-date {
   color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.single-item-carousel  .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
	display: block;
}

.single-item-carousel .owl-nav .owl-prev, .single-item-carousel .owl-nav .owl-next {
    position: relative;
    height: 38px!important;
    width: 38px!important;
    line-height: 36px;
    text-align: center!important;
    font-size: 16px!important;
    color: #251b5a!important;
    margin-left: 10px!important;
    background: #c1b7f3!important;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	outline:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0 0!important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	color: #eb1c24!important;
    background-color: unset!important;
}
.dropdown:hover .dropdown-menu {
    display: block;
   
 }
 .navbar-inverse .navbar-nav > li > a:focus{
	 color:#000!important;
 }
 .dropdown-menu>li>a{
	 display: block;
    padding: 3px 20px;
    clear: both;
   
    font-weight: 400;
    line-height: 2.42857143;
    color: #ffff;
    white-space: nowrap;
	font-family: 'Lato', sans-serif;
 }
 .dropdown-menu>li>a:hover{
	 color:#000!important;
 }