html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}

/*close fixed footer*/
html{
	width: 100%;
	height: 100%;	
}

body{
	width: 100%;
	height: 100%;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	color: #000 !important;
	background:#eaeaea;
}
.paddingzero{padding:0px;}
.paddingrightzero{padding-right:0px;}
.paddingleftzero{padding-left:0px;}
.management li{
    font-size: 14px;
    margin-top: 0px;
    margin-left: -8px;
	 line-height: 28px;
}
.martin{text-align: center !important;
color: #2239bf;
font-size: 16px;
font-weight: bold;
background: none;
border: none;
line-height: inherit;
text-transform: none;
padding: 0;
margin: 0;
letter-spacing: 0;
}
.martin:after{
	font-family: FontAwesome;
    padding: 0 9px;
	vertical-align:middle;
	font-size:12px; display:none !important;
}

.martin:before{
	font-family: FontAwesome;
    padding: 0 9px;
	vertical-align:middle;
	font-size:12px; display:none !important;
}
p{
    font-size: 14px;
    line-height: 28px;
    color:#000;
	margin: 0px 0px 25px 0px;
}

/* Headings */

h1 {
text-transform: uppercase;
font-size: 50px !important;
text-align: center !important;
	margin-bottom: 20px;
	font-weight:700;
	font-family: 'Montserrat',sans-serif;
	text-shadow: 3px 3px rgba(0,0,0, .4);
}
 
h2 {	
    font-size: 40px;
	font-family: 'Montserrat',sans-serif;
    margin-bottom: 20px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.9px;
    display: inline;
    padding: 10px 15px;
	z-index:999;
	line-height: 60px;
	border: 4px double;

}

h3 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 18px;
	text-transform:uppercase;
	letter-spacing:1.4px;
	position: relative;
}

h4 { 
	font-family: 'Montserrat',sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

h5 {
	font-size: 24px;
    margin: 0;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight: 600;
}

h6 {
	font-size: 18px;	
	margin: 0;
	text-transform: uppercase;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	text-transform:none;
	font-family: 'Open Sans',sans-serif;
}

/* Links */

a {transition: all .2s ease-in-out;}

a:hover,
a:focus {text-decoration: none;}

/* Others */

.subtitle {
	color: #333;
	font-size: 18px;
	letter-spacing: 0.3px;
margin-bottom: -20px;
	font-weight: 700;
}
 
.text-light {color: #fff;}

/*===========================
  Preloader
============================ */

#preloader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Preloader effect */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  top:48%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cecece;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*===========================
  Navigation
============================ */

.navbar {
	margin-bottom: 0;
	z-index: 1111;
	box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.2);
    background-color: #fffdff;
	height:100px;
	}
	
.navbar-right {
	float: right!important;
	text-align:right;
	margin-right: 170px;
}

.navbar-nav {
    float: left;
	text-align:left;
    margin-left: 170px;
	margin-top: 12px;
}

.navbar-nav > li > a {
  line-height: 58px;
  padding: 10px; 
  transition: all .2s ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {background:transparent;}

.navbar-custom li:after{
    content: "\f111";
	font-family: FontAwesome;
    padding: 0 5px;
	vertical-align:middle;
	font-size: 7px;
color: #2239bf;
}

.navbar-custom li:last-child:after{display:none;}

.navbar-custom ul.nav li a {
	display: inline-block;
	font-size: 13px;
	text-align: center;
    transition: all .2s ease-in-out;
	font-family: 'Montserrat',sans-serif;
	color:#333;
	text-transform:uppercase;
	letter-spacing: 0.9px;
	background:transparent;
}
 
.navbar-custom .nav > .active > a {color: #333;}

.navbar-custom ul.nav ul.dropdown-menu li:after{display:none;}

.navbar-custom ul.nav ul.dropdown-menu {border-radius: 0;}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {border-bottom: none;}

.navbar-custom ul.nav ul.dropdown-menu li a {/*padding: 10px 20px;*/ border-bottom: #d5d2d2 solid 1px; width: 144px;}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    border-bottom: #d5d2d2 solid 1px;
    background: #2239bf;
    color: #fff;
}
.navbardropactive{
    border-bottom: #d5d2d2 solid 1px;
    background: #2239bf;
    color: #fff !important;
}
.navbardropactive a{
    color: #fff !important;
}
/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
	color: #fff;
}

.navbar-toggle{
	margin-top: 12px;
	font-size: 25px;
    color: #fff;
    transition: all .2s ease-in-out;
    position: relative;
    float: right;
    border-radius: 0px;
}

.navbar-collapse {background-color: #fffdff;}

/*===========================
  Logo
============================ */

.navbar-brand-centered img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
    
/* ===========================
 Main Slider
============================ */

.slider-container {
	overflow: hidden;
	position: relative;
	height: 100%;
	cursor: all-scroll;
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
	top:80px;
}

/*Controls */

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	transition: opacity 0.3s;
	opacity: 0;
}

.slider-control.inactive:hover {cursor: auto;}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
	right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

/* Pagination */

ul.slider-pagi {padding-left:0px;}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 23%;
	bottom: 1rem;
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	border: 2px solid;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	transform: translate(-50%, -50%) scale(1);
}

/* Slider Animation */

.slider.animating {transition: transform 0.5s;}

.slider.animating .slide__bg {transition: transform 0.5s;}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position:center;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:top right;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider Overlay */

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 4%;
  height: 100%;
  width:40%;
  min-height: 610px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transform: translate3d(-20%, 0, 0); background-color: rgba(255, 0, 0, 0.86);
  opacity: 0;
}

.slide__overlay  {opacity: 0.4;}

/* Slider Typography */

.slide__text {
	text-align: center;
    position: absolute;
    max-width: 35%;
    bottom: 37%;
    left: 6%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transform: translateY(-50%);
    opacity: 0;
}
 
.slide__text-heading {
	margin-bottom: 1.5rem;
	margin-top: 2.5rem;
}

.lead {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  color:#fff;
  font-weight:normal;
  margin-bottom: 1.1rem;
}

/* slide1 */
.slide:nth-child(1) {left: 0;}

/* slide2 */
.slide:nth-child(2) {left: 100%;}

/* slide3 */
.slide:nth-child(3) {left: 200%;}

/* slide4 */
.slide:nth-child(4) {left: 300%;}

/* slide5 */
.slide:nth-child(5) {left: 400%;}

/* slide6 */
.slide:nth-child(6) {left: 500%;}

/* slide7 */
.slide:nth-child(7) {left: 600%;}

/* slide8 */
.slide:nth-child(8) {left: 700%;}


/*===========================
  Offer
============================ */

#offer .container{
	/*background-image:url(../img/offer1.png),url(../img/offer2.png);
	background-position:left,right;
	background-repeat:no-repeat;*/
}

#offer .hr{color:#fff;}

#offer .price{
	font-size:45px;
	color:#fff; 
	font-family: 'Montserrat',sans-serif;
	margin-top:30px;
}

/*===========================
  Services
============================ */

.service h4 {
	text-align:center;
	margin:25px 0 15px 0;
}

.service p{text-align:center;}

.service {
	margin-top:30px;
	padding:30px 20px;
}

/* ornament image */


img.services_image {
	margin-top:-400px;
	position:attachment;
	max-width:100%; 
	bottom: 0;
}

/* ===========================
  Newsletter
============================ */

#newsletter {
	background: url(../img/coffee.html),	url(../img/bgcoffee.html);
	background-attachment:fixed,fixed;
	background-repeat: no-repeat,repeat-y;
}

#newsletter p {margin-bottom:20px;}

/* Mailchimp message */

#mce-error-response,
#mce-success-response{display:none;}

.mailchimp {margin-top:20px;}
.margintop15{margin-top:-15px;}

/* ===========================
--- Testimonials
============================ */

#testimonials {
	background: url(../img/coffee2.html),url(../img/bgcoffee.html);
	background-attachment:fixed;
	background-repeat: no-repeat,repeat-y;
}

#testimonials blockquote {
	border-left: none;
	margin:0;
	padding:0;		
}

#testimonials img{
	margin-bottom:25px;
	border:4px solid;
}

/* Quote */
    
.quote-test:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 2.3em;
  line-height: 0.1em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}

.quote-test p {display: inline;}
	
.quote-test small{
	margin-top: 1.2em; 
	font-weight:700;
	text-transform:uppercase;
    text-align:center;	
}

.quote-test i{margin:10px;}

/*===========================
  Brands
============================ */

#brands {background:url(../img/brandsbg.html);}

/* Hover effect */

#brands img:hover{opacity:0.7;}

/*===========================
  About Us
============================ */

#about h2{z-index: 99; position:relative;}

.row.about-margin {padding: 50px 0 60px;}

#owl-about {margin-top:-156px;}

/* Rounded borders on Slider */

#owl-about img{border-radius:10px;}

/*===========================
  Stats
============================ */

#stats .numscroller{
	font-size:60px;
	font-weight:700;
	margin-top:10px;
}

#stats  h5{
	color:#fff;
	font-weight:normal;     
	line-height: 0.5em;
	text-transform: none;
}

/* Stats icon */

#stats i {
    font-size: 60px;
    padding: 15px 25px;
    border-radius: 50%;
    transition: border 0.2s;
}

#stats i:hover{border: 7px solid;}

/* ===========================
--- Menu
============================ */
#menu{
	background: url(../img/fork.html),url(../img/knife.html);
	background-position:left,right;
	background-repeat: no-repeat;
}

#menu .tab-content{
	background:#fff; 
	padding:60px;
	border-top: 5px solid;
}

/* fade tab transition */

.fade {
	opacity: 0;
	transition: opacity 0.55s linear;
}

/* Ornament images with effect*/

.image_menu{
	max-width:90%;
	margin-top: 27%;
    position: absolute;
    z-index: 100;
	overflow:hidden;
}

/* Menu styling */

.menu-body {
  max-width: 680px;
  margin: 0 auto;
  padding:20px;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

/* menu featured */

.menu-item.featured{
    margin: -83px 0 10px;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    position: relative;
}
.menu-item.featured .menu-item-name{color: #fff;}

/* menu Name */

.menu-item-name{
  font-weight: 600;
  color:#333;
  text-align:left;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

/* menu Description */

.menu-item-description {
  font-size: .8em;
  line-height: 1.5em;
  margin-top:10px;
  text-align:left;
}

/* menu Price */

.menu-item-price{
	color: #fff;
    float: right;
    margin-top: -32px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: solid #fff;
    line-height: 50px;
    font-family: Montserrat;
    font-size: 20px;
}

/* ===========================
--- Gallery
============================ */	

.portfolio-item{
	margin-top: 30px;
    position:relative;
}

/* Gallery Navigation */

.nav-gallery{text-align:center;}

#gallery .nav.nav-tabs {margin-bottom:30px;}

#gallery .nav.nav-tabs > li > a {
	font-size:14px;
	padding: 3px 15px;
	border: 2px solid;
	line-height:35px;
	min-height:40px;
	text-transform: uppercase;
}

#gallery .nav.nav-tabs > li > a:focus,
#gallery .nav.nav-tabs > li > a:hover,
#gallery .nav.nav-tabs > li > .active{
    border: 2px solid;
    color: #fff;
}

/* Isotope */

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {transition-property: height, width;}

.isotope .isotope-item {transition-property: transform, opacity;}

/* Gallery */

.gallery-item.selected img {transition: opacity 1s ease-in-out;}

.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}

.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0px);
    opacity: 1;
}

/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
	border-radius: 10px;
    transition: opacity .3s ease-out;
}

.gallery-thumb:hover .overlay-mask {opacity: 0.8;}

.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 50px;
    width: 64px;
    top: 40%;
    left: 50%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    transform: translateX(200px);
    transition: all .3s ease-out;
}

.gallery-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}

.gallery-thumb .link.centered {
    margin-left: -32px;
    transform: translateY(-200px);
    transition-delay: 0s;
}

.gallery-thumb i {transition: all 0.2s ease-in-out;}

.gallery-thumb i:hover {color: #cecece;}

.gallery-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
}

/*===========================
 Call to Action
============================ */

/* background image */

#call-to-action {background:url(../img/bg_section.html);}

/* mMin Image */
	  
#call-to-action .container{ 
	background:url(../img/calltoaction.png) no-repeat ; 
	background-position:center right; 
background-position:600px 0px; 	
}

/* Buttons Margin */

.m-left{margin-left:20px}

/*===========================
  Team
============================ */  

.team {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  color: #000000;
  border-radius:5px;
}

.team * {
  box-sizing: border-box;
  transition: all 0.35s ease-in-out;
}

.team img {
  width: 100%;
  position: relative;
  display: block;
}

.team:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 90%;
  z-index: 1;
  left: -20%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  transform: skewX(-30deg) translateX(-80%);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Team caption */

.team .teamcaption {
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 20%;
  width: 60%;
  z-index: 1;
  opacity: 0;
}

.team .teamcaption p {
  margin: 0;
  text-align: left;
  padding: 5px 0 0;
  width: 100%; 
}

.team .teamcaption .icons {
  width: 100%;
  padding: 8px 0;
      margin-top: 10px;
}

.team .teamcaption .icons i {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  margin-right: 5px;
  opacity: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.team .teamcaption a {opacity: 0.8;}

.team .teamcaption a:hover {opacity: 1;}

/* Team Name */

.team .teamname {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 1.4em;
  opacity: 1;
  font-weight:700;
  color: #ffffff;
}

/* Team Overlay effect */

.team:hover .teamcaption,
.team.hover .teamcaption,
.team:hover .icons i,
.team.hover .icons i {
  opacity: 1;
  transition-delay: 0.2s;
}

.team:hover:before,
.team.hover:before {
  transform: skewX(-30deg) translateX(0px);
}

/*===========================
  Contact
============================ */
#contact .container{ 
	background:url(../img/image1.html) no-repeat ; 
	background-position:bottom center;  
}

#contact h5{margin: 30px 0 10px;}

#contact .social-media a i {font-size:25px;}

#contact .form-control,.textarea-field:focus,.input-field:focus {outline:0 none;}

#contact .form-control {
	font-size:16px;
	outline:0;
	box-shadow:none;
	background:none;
	border-radius:0;
	padding-top: 15px;
	border-bottom:2px solid #A09C94;
	padding: 10px 15px;
}

#contact textarea {
	height:150px;
	resize:none;
}


/*===========================
  Opening Times
============================ */

#opening table {
    font-weight: 600;
    text-transform: uppercase;
}

#opening table>tbody>tr>td{line-height: 2em;}

#opening h5{margin-bottom: 20px;}

#opening .sign h5{margin: 30px;}

/*Sign */

.sign {
  float:left;
  width: 100%;
  border: 5px solid #fff;
  padding: 0.15em 1em .65em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #333;
  border-radius: 15px;
}

.sign p {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px rgba(0,0,0,1);
  margin: 0 auto;
  line-height: normal;
}

.sign:before {
  position: absolute;
  content: "";
  border: 2px dotted #444;
  border-bottom: none;
  border-left: none;
  width: 100px;
  height: 100px;
  top: -55px;
  left: 50%;
  margin-left: -50px;
  transform: rotate(-45deg);
  border-radius: 0 5px 0 0;
}

.sign:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -75px;
  left: 50%;
  margin-left: -4px;
  background: #4c4c4c;
}

/*Instagram */

#instafeed a {
	padding:5px 5px 1px 5px;
	margin:10px;
	display:inline-block;
	position:relative;
}

#instafeed img {
	border-radius: 50%;
    width: 150px;
}

#instafeed .likes {
	transition: background .5s ease-in-out;
    font-size: 24px;
    position: absolute;
    color: #333;
    right: 5px;
    top: 5px;
    left: 5px;
    opacity: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
	font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

/* Instagram Hover effect */

#instafeed a:hover .likes {
    background: #fff;
    opacity: 1;
    border-radius: 150px 150px 0 0;
    width: 150px;
    height: 50%;
    line-height: 85px;
}

/*===========================
  Map
============================ */

#map-canvas {
	max-width:100%;
	height: 400px;
}

/*===========================
  Footer
============================ */
footer {padding:10px; background: #2239bf !important; border-top: 4px solid #eaeaea; color:#fff !important;}
.footerfixed {padding:10px; width:100%; position:absolute; bottom:0; left:0; margin-top:80px;}
.fixedfooter {position: fixed; right: 0;bottom: 0;left: 0;}
  
footer a {color:#fff !important;}

footer a:hover{color:#00811a !important;}

footer p{
	font-family: 'Montserrat',serif;
	font-size:12px;
	line-height:15px;
	color:#000;
}

/* Go to top icon */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
	z-index:119;
}

.back-to-top i {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 40px;
	font-size:22px;
    color: #fff;
	background-color:#333;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

/*===========================
  Miscellaneous
============================ */

/* owl-carousel */

.owl-carousel .owl-item {perspective: 1000px;}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
	padding:6px;
	width:30px;
	border-radius:50%;
    margin-top: -50px;
    text-align: center;
	background-color:#333;
}

.owl-prev:hover, .owl-next:hover {transition: all .3s ease-in-out;}

.owl-prev i, .owl-next i {color:#fff;}

.owl-next {right: 0px;}

.owl-carousel.owl-loaded {
    display: block;
    clear: both; /* Important fix */
}

.owl-dots{
	text-align:center; 
	margin-top:20px;
} 

.owl-theme .owl-dots .owl-dot{display:inline-block;}

.owl-theme .owl-dots .owl-dot span{
	border: 2px solid;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
	color:#333;
}

.owl-theme .owl-dots .owl-dot span:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	transition: transform 0.3s;	
	transform: translate(-50%, -50%) scale(0);
}

.owl-theme .owl-dots .owl-dot span:hover:before {
	transform: translate(-50%, -50%) scale(1);
}

.owl-theme .owl-dots .owl-dot.active span:before {
	transform: translate(-50%, -50%) scale(1);
}

/* bootstrap carousel indicators */

.carousel-indicators li {
   width:14px;
	height:14px;
	margin:0px 7px;
	background:transparent;
	border:2px solid ;
	display:inline-block;
	backface-visibility:visible;
	transition:opacity 200ms ease;	
	border-radius:30px
}

.carousel-indicators .active,.carousel-indicators li:hover {
    width: 14px;
    height: 14px;
	margin:0px 7px;
}

/* Section with pattern */

section.pattern{
   /*background:url(../img/texture.png);
	background-repeat:repeat;*/
	background:#eaeaea;
}	

/* Space between sections */

section .container  {
	padding-top: 30px;
    padding-bottom: 30px;
}


.small-section .container {/*padding: 100px 0 100px 0;*/}

/* dividers */

.hr {
	max-width:60px;
	padding: 0;
	border-style:solid;
	border-width: 2px 0 0 0;
	text-align: center;
	clear: left;
	display: block;
	height: 0;
	margin: 0px auto 20px auto;
	width: 100%;
}

/* Image zoom Hover effect*/

.img-wrapper {overflow: hidden;}

.img-wrapper img {
    transition: all 2s ease;
    vertical-align: middle;
	display:inline-block;
}

.img-wrapper img:hover {transform:scale(1.2);}

/* Sections heading */

.section-heading{
	margin-bottom:90px;
	text-align:center;
	z-index:99;
}

/* Pagination */

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}

.pagination>li>a:hover { color:#fff;}

/* Color blocks */

.white_block{
    background-color: rgba(255,255,255,0.9);
	padding: 22px;
	z-index:99;
	
}

/* Pager */

.pager {margin: 50px 0;}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
	font-size:20px;
	font-weight:700;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0px;
}

.pager li > a:hover { color:#fff;}

/* Nav-tabs */

.nav-tabs {
	text-align:center;
	border-bottom: 0;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover{ 
     border: 0;
	 background: #F3F0F0;
	 color:#333;
}

.nav.nav-tabs > li {
    float:none;
	padding:0 10px 0;
    display:inline-block;
}

.nav.nav-tabs > li > a {
	position: relative;
	display: block;
	font-family: 'Montserrat',sans-serif;
	letter-spacing:0.2px;
	font-weight: 700;
	min-height: 50px;
	line-height: 57px;
	border: 0;
	border-radius:0px;
	padding: 10px 35px;
	color:#333;
	font-size: 22px;
}
.nav.nav-tabs > li.active > a, 
.nav.nav-tabs > li.active > a:hover, 
.nav.nav-tabs > li.active > a:focus {
	color:#ffffff;
}

/* Panels */

.panel {border: 0; background: transparent;}

.panel-title {font-size: 18px;}

.panel-default > .panel-heading + .panel-collapse > .panel-body {border: 0;}

.panel-heading a {
	display: block; 
	text-transform:none;
    color: #fff;
    padding: 10px;
	border:0px;
}

.panel-heading a:focus{color: #C1B7B7;}
 
.panel-group .panel+.panel {margin-top: 0px; }

.panel-group .panel-heading {border-bottom: 0px;}

.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 0px;}

.panel-heading {padding: 10px 0px;  }

.panel-heading [data-toggle="collapse"]:after {
	content: "\f077";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	line-height: 22px;	
}

.panel-heading [data-toggle="collapse"].collapsed:after {transform: rotate(180deg);}

/* Lists */

ul {font-size: 16px;}

/* Buttons */

.btn {
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight:700;
	background-image: none;
	border-radius: 0px;
	margin-top:25px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	padding:15px 30px;
	letter-spacing:0.2px;
	color:#fff;
    border: 4px double;	
}

.btn:hover{border: 4px double #fff;	}

.btn:focus {outline: none;}

.input-group-btn .btn{margin-top:0px;}

/* Forms */

.input-group-addon {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-align: center;
    border: 0px;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group {
    border-collapse: separate;
	margin: 0 auto;
	text-align:center;
}
	
.form-control {
    display: block;
    width: 100%;
    height: 58px;
	border:0;	
}	

.input-group-btn span,
.btn span{color:#fff;}

.input-group .form-control:first-child {border-radius:0;}

.input-group .form-control:focus {box-shadow: 0 0 10px rgba(255, 255, 255, 1);}


/* Social Media Icons */

.social-media {
	width:100%;
	padding:0 10px;
	margin-top:20px;
}

.social-media a {
	display:inline-block;
	font-size:20px;
}

.social-media a i {
	transition:.3s;
	margin: 3px;
	width: 30px;
}

.social-media i{transition: color .3s ease-in-out;}

/* Centered columns */

.col-centered{
    float: none;
    margin: 0 auto;
}

/* Nav-pills */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {color: #fff;}

.nav-pills>li>a:hover {color: #fff;}

.nav-pills .nav > li > a:hover, .nav > li > a:focus {color: #fff;}


/* Tables */

.table > tbody > td{
	border-bottom: 1px solid #ddd;
	border-top:none;
	padding: 11px;
	font-size: 17px;
}

.table > tbody > tr:first-child > td {border: none;}

/* Wells */

.well{
	border-radius:0;
	border:0;
	box-shadow: 0 0 0px;
	background-color: #fff;
}

.well .list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 37px;
	font-weight:700;
	font-family: 'Open Sans',sans-serif;
}

.well .list-unstyled li:before {    
	font-family: 'FontAwesome';
	content: '\f061';
	font-weight:normal;
	font-size: 13px;
	margin:0 10px 0 15px;
}
	
.well h4 {
	margin-bottom:20px;
	display:inline-block;
}

.well h4:before {
	margin-right:10px;
	content: "\e003";
	font-family: 'Flaticon';
	font-weight: normal;
	vertical-align:middle;
	font-size: 20px;
}

/* Media */

.media {
    margin-top: 45px;
	font-size: 16px;
    line-height: 27px;
}
.media img{max-width:100px;}

.media:last-child {margin-bottom: 65px;}

.media-heading {
    margin-bottom: 15px;
	padding: 10px;
}

.media-heading small {font-weight:700;}

/* Margins */

.margin8{margin-bottom:8px;}

.margin20{margin-bottom:20px;}

.margin40{margin-bottom:40px;}

.margin70{margin-bottom:70px;}

.top-margin{margin-top:20px;}


/*===========================
  Media Queries
============================ */

/************ min width 1400px *************/

@media (min-width: 1400px) {

	h1{font-size:70px;}
		
}

/************ max width 1200px *************/

@media (max-width: 1200px) {
	h3 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative;
}
	h1{font-size:40px;}

	.navbar-brand-centered img {
		max-height: 60%;
		max-width: 60%;
	}

	.navbar-nav > li > a {padding: 10px 5px;}
		
	.social-media a i{margin:0px;}
	
    .navbar-custom ul.nav li a {font-size: 13px;}
	
    .wow {
        visibility: visible !important;      
        animation: none !important;
        /* turns off animations in smaller screens for better performance */
    }
	#menu{background:none;}

}	


/************ max width 991px *************/

@media (max-width: 991px) {
	.navbar-brand-centered img {
		display:flex;
		left:auto;
		right:auto;
	}
#cssfade { 
	background-image: url('../img/one_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade img:hover {
	opacity: 0;
}


#cssfade2{ 
	background-image: url('../img/two_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade2 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade2 img:hover {
	opacity: 0;
}

#cssfade3{ 
	background-image: url('../img/three_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade3 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade3 img:hover {
	opacity: 0;
}
#cssfade4{ 
	background-image: url('../img/west_bengal_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade4 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade4 img:hover {
	opacity: 0;
}
#cssfade5{ 
	background-image: url('../img/maharashtra_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade5 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade5 img:hover {
	opacity: 0;
}
#cssfade6{ 
	background-image: url('../img/punjab_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade6 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade6 img:hover {
	opacity: 0;
}
	.margintop22{margin-top:0px !important;}
	/*navbar */
	
	.navbar {min-height:50px;}
		
    .navbar-header {float: none;}
	
    .navbar-toggle {display: block;}
	
    .navbar-collapse.collapse {display: none!important;}
	
    .navbar-nav {
      float: none!important;
     margin: 0px; 
    }
	
    .navbar-custom ul.nav li a {font-size: 16px;}
	
    .navbar-nav>li {float: none;}
	
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
		
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-custom li:after{display:none;}
	
	.navbar-custom ul.nav li a {
		font-size: 12px;
padding: 5px;
line-height: 28px;
	}

	.navbar-right {
		float: none;
		margin-right: 0px;
	}
	
	/* Logo */
	
    #navbar-brand-centered.collapse.in {
        display: block!important;
        max-height: none;
    }
	.navbar-brand {line-height:30px;}

	.navbar-brand-centered img {
		max-height:80%;
		max-width: 80%;
    }

	/* Main Slider */
	
	.slider {top:0px;}
	
	.slide .slide__text{padding:20px;}

	.slide__text {
		left: 0;
		bottom: 0;
		min-width: 100%;
		text-align: center;
		transform: none;
		transition: none;
		padding: 0 1rem;
    }
	
	.slide__overlay {display: none;}
	
	.slider-pagi {
		position: absolute;
		z-index: 3;
		left: 50%;
		bottom: 1rem;
		transform: translateX(-50%);
		font-size: 0;
		list-style-type: none;
	}	
	.slide .slide__text {
    background-color: rgb(255, 102, 51,0.86) !important;
}

	/* Space between sections */
	
	.section-heading {margin-bottom: 9rem;}
	 
	/* Stats */
	
	#stats h5 {margin-bottom: 60px;}

    /* Menu */
	 
	#menu .tab-content {
		 border-top: 0px; 
		 margin-top:40px;
	}
	 	
	.menu-body { padding: 0px;}
	
	#menu .tab-content{padding:20px;}
	
	.menu-item.featured {margin: -39px 0 10px;}
	
	/* Team */

	.team .teamcaption {padding-left: 40px;}
	
	/*Opening Sign */

	.sign {margin-bottom:40px;}

	/* Nav tabs */

	.nav-tabs > li {margin-bottom: 10px;}
	
	.nav-tabs {border-bottom: 0;}	
	
	.nav.nav-tabs > li > a {border-radius: 0;}
	
	/* typography */

    h2 {font-size: 35px;}
	
	/* Sections background */
	
	#newsletter {background: none;}
		
    #testimonials{background: none;}
	
    #call-to-action .container {background: none;}
	
	#contact .container{background: none;}
	
	#opening .container {background: none;}
	
	#offer .container {background:#414141 !important;}
					
	/* miscellaneous */
			
    .res-margin {margin-bottom: 15px;}
	
	.margin  {margin-bottom: 40px;}
	
	.row.about-margin {padding: 0px 0 0px; }
	
}

@media (max-width: 250px) {
.contbotright{border-right:none !important;}
.contactright{text-align:left !important; margin-bottom:25px !important;}.contactleft{text-align:left !important; margin-bottom:25px !important;}
}

@media (max-width: 750px) {
	.servicebg{background-image:none !important;
background-repeat: no-repeat;}
#cssfade { 
	background-image: url('../img/one_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade img:hover {
	opacity: 0;
}


#cssfade2{ 
	background-image: url('../img/two_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade2 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade2 img:hover {
	opacity: 0;
}

#cssfade3{ 
	background-image: url('../img/three_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade3 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade3 img:hover {
	opacity: 0;
}
#cssfade4{ 
	background-image: url('../img/west_bengal_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade4 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade4 img:hover {
	opacity: 0;
}
#cssfade5{ 
	background-image: url('../img/maharashtra_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade5 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade5 img:hover {
	opacity: 0;
}
#cssfade6{ 
	background-image: url('../img/punjab_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade6 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade6 img:hover {
	opacity: 0;
}
.contbotright{border-right:none !important;}
.contactright{text-align:left !important; margin-bottom:25px !important;}.contactleft{text-align:left !important; margin-bottom:25px !important;}
}


/************ max width 480px *************/
@media (max-width: 480px) {
	.servicebg{background-image:none !important;
background-repeat: no-repeat;}
	
#cssfade { 
	background-image: url('../img/one_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade img:hover {
	opacity: 0;
}


#cssfade2{ 
	background-image: url('../img/two_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;
}
#cssfade2 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade2 img:hover {
	opacity: 0;
}

#cssfade3{ 
	background-image: url('../img/three_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade3 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade3 img:hover {
	opacity: 0;
}
#cssfade4{ 
	background-image: url('../img/west_bengal_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade4 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade4 img:hover {
	opacity: 0;
}
#cssfade5{ 
	background-image: url('../img/maharashtra_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade5 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade5 img:hover {
	opacity: 0;
}
#cssfade6{ 
	background-image: url('../img/punjab_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
padding-bottom: 25px !important;

}
#cssfade6 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade6 img:hover {
	opacity: 0;
}
	
.contbotright{border-right:none !important;}
.contactright{text-align:left !important; margin-bottom:25px !important;}.contactleft{text-align:left !important; margin-bottom:25px !important;}

	.margintop22{margin-top:0px !important;}
	/* section */
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 5px 5px;
    border-bottom: #d5d2d2 solid 1px;
    width: 250px; text-align:left;
}
	section .container {
	/*	padding-top: 0px !important;
		padding-bottom: 0px !important;-*/
    }
	
	.white_block {
    background-color: rgba(255,255,255,0.9);
    padding: 20px !important;
    z-index: 99; margin: 0px 0px 0px 0px;
}
	.section-heading h2{
		padding: 2px 2px;
		border: 0;
		line-height:32px;
		letter-spacing: 0px;
		font-size:26px;
    }
		
	/* team */
	
	.teamcaption p{ display:none;}
	
	.team .teamcaption {padding-left: 20px;}
	
	/* menu */

	.menu-item-price {
		margin-top: 10px;
		height: 60px;
		width: 60px;
		line-height: 50px;
	}

	.menu-item-name {border-bottom: 0;}
	
	.menu-item.featured {padding: 8px;}
	
	/* slider  */

	.slider-pagi {display:none;}
	
	.slide__text-heading {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
    }
			
	/* titles*/
	
	h1 {font-size:32px;}
	
	h3 {font-size:24px;}

	/* Miscellaneous */

	.m-left{margin-left:0px}
			
	.section-heading{margin-bottom:3em;}
		
	.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 30px;}

	.nav-pills> li.active:after, .nav-pills> li.active:before {top: -45%;}

	.nav-pills > li + li {margin-bottom: 20px;}
		
	.nav-pills > li {float: none;}
	
}
/************ max width 300px *************/
@media (max-width: 300px) {
	.contbotright{border-right:none !important;}
.contactright{text-align:left !important; margin-bottom:25px !important;}.contactleft{text-align:left !important; margin-bottom:25px !important;}
			
	/* titles*/
	
	h1 {font-size:26px;}

	h2{font-size:24px;}
	
	h3 {font-size:22px;}
	
	/* logo */

	.navbar-brand-centered img {
		max-height: 60%;
		max-width: 60%;
    }
	/* block */
	
	.white_block {
		background-color: transparent;
		padding: 0px;
    }
	/* call to action */
	
	#call-to-action p {color:#fff;}
	
	/* team */	
	.teamcaption .icons {display:none;}
	.team .teamcaption {padding-left:10px;}
}


	/* DivTable.com */
.divTable{
	width: 100%;
	color: #3E3838;
font-size: 0.85em;
line-height: 18px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #e2e2e2;
	display: table-cell;
	padding: 5px 5px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	width: 100%;
}

.divTable300 {
	width:300px;
	border: 1px solid #e2e2e2;
	padding: 3px 10px;

	}
	.divTable100 {
	width:100px;
	border: 1px solid #e2e2e2;
	padding: 3px 0px;

	}
	.tableheading
	{
		font-size:14px;
		color:#000;
		line-height:22px;
		text-align:center;
		border-bottom:none;
		margin-bottom:15px;
	}
	.number
	{
		text-align:right !important;
	}
	.textcenter
	{
		text-align:center;
	}
	.boderbotnone
	{
border-bottom:none;
	}
	.boderbottopnone
	{
	border-bottom:none;
	border-top:none;
	}
	
	.topheading
	{
		background-color:#fff;
		border-bottom:#efefef solid 1px;
		border-top:#efefef solid 1px;
		font-weight:bold;
		vertical-align: middle;
		font-size: 13px;
	}
	.topheading2
	{
		background-color: #e7e7e7;
		border-bottom:#fff solid 1px;
		border-top:#fff solid 1px;
		vertical-align: middle;
		font-size: 13px;
	}
	.topheading3
	{
		background-color: #d5f095;
		border-bottom:#fff solid 1px;
		border-top:#fff solid 1px;
		vertical-align: middle;
		font-size: 13px;
	}
	
	.backgroundcolornone
	{
		background-color:none;
	}
	.font12
	{
		font-size:12px;
		color:#00a650;
	}
	
	.h2csr {
    font-size: 16px;
    color: #000;
    padding:5px;
    z-index: 999;
	margin-bottom: 25px;
background: none;line-height: inherit; 
border: none;
padding: 0;
letter-spacing: 0;
margin: 0px;
font-family: 'Open Sans',sans-serif;
margin-top: 0px;
}

 /* Dropdown Button */
.dropbtn {
    color: #000;
    padding: 30px 16px 16px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer; background:none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 144px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border:#e7e7e7 solid 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	min-width: 144px; border-bottom:#e7e7e7 solid 2px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #00811a !important; color:#fff !important;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color:none;  color: #00811a;
} 
.innercont{padding:130px 0px 30px 0px !important; line-height: 28px;}
.font25{font-size:25px;}
.margintop22{margin-top:-22px;}
.indexh2 {
    font-family: 'Montserrat',sans-serif !important;
font-weight: 700 !important;
font-size: 30px !important;
margin-top: 0px !important;
margin-bottom: 0px;
text-transform: uppercase !important;
letter-spacing: 1.4px !important;
position: relative;
color: #fff !important;
background: none;
text-align: center !important;
border: none;
display: inherit;
}


.indexh2:after{
    content: "\f111";
	font-family: FontAwesome;
    padding: 0 9px;
	vertical-align:middle;
	font-size:12px;
}

.indexh2:before{
    content: "\f111";
	font-family: FontAwesome;
    padding: 0 9px;
	vertical-align:middle;
	font-size:12px;
}


.innerh1{
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative !important;
	color: #2239bf !important;
	text-shadow: none;
}
.padding10{padding:0px 10px 0px 10px;}
#business1 {
background-image: url('../img/one.jpg');
background-repeat:no-repeat;
 overflow:visible;
 min-width: 50%;
  min-height: 50%;
margin: 1em;
background-size: 100%;
border-radius:5px; border:#f20 solid 1px;
}

#business1:hover {
background-image: url('../img/one_hover.jpg');
background-repeat:no-repeat;
height: 260px;
margin: 1em;
overflow: hidden;
background-size: 100%;
border-radius:5px;
}
#business2 {
background-image: url('../img/two.jpg');
background-repeat:no-repeat;
height: 260px;
margin: 1em;
overflow: hidden;
background-size: 100%;
border-radius:5px;
}

#business2:hover {
background-image: url('../img/two_hover.jpg');
background-repeat:no-repeat;
height: 250px;
margin: 1em;
overflow: hidden;
background-size: 100%;
border-radius:5px;
}
#business3 {
background-image: url('../img/three.jpg');
background-repeat:no-repeat;
height: 250px;
margin: 1em;
overflow: hidden;
background-size: 100%;
border-radius:5px;
}

#business3:hover {
background-image: url('../img/three_hover.jpg');
background-repeat:no-repeat;
height: 250px;
margin: 1em;
overflow: hidden;
background-size: 100%;
border-radius:5px;
}

.borderradius8{border-radius:8px}
.csfadeimg{width:100%; border-radius:8px}

#cssfade { 
	background-image: url('../img/one_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade img:hover {
	opacity: 0;
}


#cssfade2{ 
	background-image: url('../img/two_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade2 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade2 img:hover {
	opacity: 0;
}

#cssfade3{ 
	background-image: url('../img/three_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade3 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade3 img:hover {
	opacity: 0;
}
#cssfade4{ 
	background-image: url('../img/west_bengal_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade4 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade4 img:hover {
	opacity: 0;
}
#cssfade5{ 
	background-image: url('../img/maharashtra_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade5 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade5 img:hover {
	opacity: 0;
}
#cssfade6{ 
	background-image: url('../img/punjab_hover.jpg');
	width: 90%;
	border-radius:8px;
background-repeat:no-repeat;
background-size:100%;
}
#cssfade6 img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	border:#ccc solid 1px; 
}
#cssfade6 img:hover {
	opacity: 0;
}
.csrlink{color: #00811a; text-decoration:none;} .csrlink:hover{color: #009933; text-decoration:none;}
.paddingzero{padding:0px;}
.contbotright{border-right: #31c5c6 solid 1px; height:360px;}
.contactright{text-align:right; margin-bottom:25px;}.contactleft{text-align:left;margin-bottom:25px;}


#return-to-top {
    position: fixed;
    bottom: 20px;
	z-index: 1;
    right: 20px;
    width: 30px; background:#fff;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
   color: #2239bf;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin: 0;
    position: relative;
    left: 2px;
top: 0px;
    font-size: 30px; background:#fff; borde-radius:50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	 color: #bf2222;
}
#return-to-top:hover i {
    top: 0px;
	 color: #bf2222;
}

.servicebg{background-image: url(../img/service.png);
background-repeat: no-repeat;}

.contentbold{color: #2239bf; font-weight:bold}
.menuactive{color: #bf2222 !important;}
.margin-bottom4px{margin-bottom:-4px;}
.servicebackgroungimg{background-image:url(../img/onlinelotto.png); background-repeat:no-repeat;}
.livedrawimg{background-image:url(../img/livedrawimg.png); background-repeat:no-repeat;background-position: right;}
.ptbt50{padding-top:50px; padding-bottom:50px;}
.mlleft{margin-left:-10px;}
.ptmb50{padding-top:50px; margin-bottom: -50px;}
.wlabg{background:#bf2222 !important;}
.mt15{margin-top:-15px;}
.mt22{margin-top:-22px;}