MATURASC.ttf
@font-face {
 font-family: 'MATURASC';
  src: url(ftp://santhwanampazhak@santhwanampazhakulam.com/public_html/fonts/MATURASC.ttf);
}
html,
body {
  height: 100%;
  width: 100%;
   font-family: 'Roboto', sans-serif; 
    /* background: url(../images/eventbg.png)repeat;   */
	 

	}
 
 
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Oswald', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.paddingleftzero{
	padding-left:0 !important;
}
.paddingrightzero{
	padding-right:0 !important;
}
.paddinglftrgtzero{
	padding-left:0 !important; 
}
.bothzero{
	margin:0 !important;
	padding:0 !important;
	
}
.top40{
	margin-top:40px
	}
	

/*logo*/
.navbar-brand>img{
width:150px; 

    margin-left: 47px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}



/* menu */
.navbar-default {
  background-color: #410056;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family:'Oswald', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family:'Oswald', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #69488b;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
 font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; 
  font-size:15px;
  color: #fff;
  padding-top:25px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color:#dfd5f7!important;
  font-weight:bold;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color:#fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color:#080403;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #e72331;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #9988be;
	font-weight:bold;
  }
}


/* section */

section.firstSection {
  padding: 0;
  position: relative;
}
 
 
.scroll .nav-bar {
  position: fixed;
} 

 

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
.firstcolor {
	color:#85c226 !important;
}
.firstcolorp{
	color:#85c226 !important;
}


 



/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
 

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
 

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 40%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
	color: #ffc110;
	font-family:'Playball', cursive;
    font-size:66px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-shadow: 1px 1px 6px #03030d;
	
}
 
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
	background-color:#de6401 !important;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 15px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/* added to  .nav */
.normal {

-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.normal .navbar-right {
padding-top: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.navbar-brand {
padding: 0px !important;
}
.navbar-brand img {
padding: 0;
max-height: 150px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink {
height: 80px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-right {
padding-top: 0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-brand img {
max-height: 103px;
width:85px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
display: inline;
}
.shrink .navbar-brand span {
 color:#fff; 
 margin-top:110px;
 text-align:center;
 font-size:16px !important;
 display: inline;
 text-shadow: 1px 1px 6px #03030d;
 
 
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	
}
ul.social-network li {
	display: inline;
	margin-top: 25px;
	
}


/* footer social icons */
.social-network a.icoInstagram:hover {
	background-color: #ae3395;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoyoutube:hover {
	background-color:#d5060e;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
	
	
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:12px;
	background:#5892ca;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



/*	Travel Search 
----------------------------------------------------------------------------------------------------*/

.hotel-search {	
	position: absolute;
	top: 300px; 
	padding:30px;
	background:rgba(255, 255, 255, 0.21);
	left: 8%;
}
.hotel-search label{	
	color:#fff;
}
.hotel-search .btn {
	margin-top: 25px;
    line-height: 18px;
    padding: 7px 70px 7px 70px;
}

.btn-primary {
    color: #fff;
    background-color: #bf272c;
    border-color: #8e1e22;
}
.btn-primary a:hover{
    color: #fff;
    background-color: yellow;
    border-color: #8e1e22;
}


/* Service Section */

.textcenter{
	text-align:center;
}
.textleft{
	text-align:left;
}
.services-box {
    position: relative; 
}

.services-post {
    margin-bottom: 38px;
	border: solid 1px #e6e6e6;
	min-height:305px; 
    background:rgb(255, 242, 244);
}

.services-post img {
    padding-top: 25px; 
	  
}
/*
.services-post > a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 79px;
	padding: 17px 13px 26px 12px;
    background: #d4494c;
	border-radius:50%;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}


.services-post > a i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 48px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
} */

.services-post-content {
    padding-top: 10px;
}

.services-post-content h4 {
	font-family: 'Playball', cursive;
    margin-bottom: 5px; 
    color: #d40016;
    font-size: 22px; 
}
.services-post-content p {
    text-align:justify; 
	font-size:17.5px;
	padding: 10px 10px 0 10px;
}

.probg{
	background-color:#eeeeee;
	padding:30px;
}

/*====================== Service We offer ================*/
.theme-title-style {
  position: relative;
  padding-left: 17px;
  line-height: 55px;
}
.theme-title-style:before {
  content: '';
  width: 202px;
  height: 100%;
  border:3px solid rgba(250,200,0,0.3);
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}
.service-offer { 
  padding:20px 0 10px 0;
  margin: 10px 0 10px 0;
}
.service-offer.fix {
  border:none;
  padding-bottom: 0;
}
.service-offer .container {
  position: relative;
}
.service-offer .container>p {
  margin: 16px 0 66px 0;
  font-size: 20px;
}
.service-offer .service-single-content {
  margin-bottom: 42px;
  
}
.service-offer .service-single-content .img {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height:280px;
  max-height:280px;
}
.service-offer .service-single-content .img img {
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.service-offer .service-single-content:hover .img img {
  opacity: 0.5;
  -webkit-transform: scale3D(1.1,1.1,1);
     -moz-transform: scale3D(1.1,1.1,1);
      -ms-transform: scale3D(1.1,1.1,1);
       -o-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.service-offer .service-single-content .img a {
  position: absolute;
  width: 100%;
  left:0;
  bottom: 0;
  padding: 5px;
  text-align: center;
  background:rgba(236, 204, 209, 0.82);
}
.service-offer .service-single-content .img a h3 {
  display: inline-block;
  color:#2f2f2f;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 20px;
}
.service-offer .service-single-content .img a h4 {
  display: inline-block;
  color:#fff;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
}
.service-offer .service-single-content .img a span {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float:right;
  font-size: 35px;
  color:#232323;
}
.service-offer .all-service-button {
  width: 170px;
  line-height: 46px;
  border:2px solid #dddddd;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color:#595656;
  position: absolute;
  top:47px;
  right: 0;
}
.service-offer .all-service-button:hover {
  color:#fff;
}
/*====================== Service We offer Two ================*/
.service-offer.service-style-two {
  margin: 105px 0 0 0;
  border: none;
}
.service-offer.service-style-two .service-single-content .img a {
  background: transparent;
}
.service-offer.service-style-two .service-single-content .img a h3 {
  opacity: 0;
}
.service-offer.service-style-two .service-single-content .text a {
  display: block;
  margin: 30px 0 13px 0;
}
.service-offer.service-style-two .service-single-content .text a h4 {
  font-size: 20px;
  font-weight: 500;
  color:#262626;
}
.service-offer.service-style-two .service-single-content:hover .img a {
  background: rgba(31,84,163,0.9);
}
.service-offer.service-style-two .service-single-content:hover .img a h3 {
  opacity: 1;
}
.service-offer.service-style-two .service-single-content {
  margin-bottom: 60px;
}
 
 
   
/* contact */

#contact{
	 
}
#contact .contactarea{
	 
}

.title-box_contact{
	font-weight: bold;
	font-size:44px;
    color: #fff;
	margin: 10px 0 10px 29px;
 }
.contactformsn{
}
.contactformsn h1{
	font-weight: bold;
	font-size:30px;
    color: #fff;
	}


/* contact form style */
section#contact { 
    background-position: center;
    background-repeat: no-repeat;
}
 
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
   font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
	font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}
 
.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #F99700;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #F99700;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}
/* footer */
 .footer-top-layout {
  background: #1c1c1c none repeat scroll 0 0;
  color: #ffffff;
  padding: 40px 0;
}
 

 

.footer-top-layout [class*="col-sm-"]:first-child {
  padding: 0;
}
.footer-top-layout [class*="col-sm-"] {
  border-right: 2px solid #333333;
  padding: 0 0 0 28px;
  
}
.footer-top-layout {
  color: #ffffff;
}
.footer-col-item {
  min-height: 140px;
}

address {
  color: #b9b9b9;
}


.footer-top-layout [class*="col-sm-"]:last-child {
  border-right: medium none;
} 
.footer-top-layout {
  color: #ffffff;
}
 
.footer-top-layout h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 21px;
} 
.footer-col-item .item-contact a {
  color: #b9b9b9;
  display: inline-block;
  margin-bottom: 7px;
  width: 100%;
}

.footer-col-item .item-contact a .link-id {
  color: #ffffff;
  margin-left: 0;
  margin-right: 6px;
}
.footer-col-item span {
  margin-left: 7px;
}
.footer-col-item .item-contact a {
  color: #b9b9b9;
}

.footer-top-layout h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 21px;
}
 
.footer-bottom-layout {
  background: #222222 none repeat scroll 0 0;
  padding: 20px 0;
  text-align: center;
  color:#b9b9b9;
}
 
 
.footer-bottom-layout {
  text-align: center;
}

.btn-style-two{
	position:relative;
	padding:14px 34px;
	line-height:24px;
	text-transform:uppercase;
	background:#d4494c;
	color:#ffffff;
	border:2px solid #be3336;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:800;
	
}

.btn-style-two:hover{
	background:none;
	color:#be3336;
}

.btn-style-twoSmall{
	position:relative;
	padding: 7px 10px;
	line-height:24px;
	text-transform:uppercase;
	background:#d4494c;
	color:#ffffff;
	border:2px solid #be3336;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:800;
	
}

.btn-style-twoSmall:hover{
	background:none;
	color:#be3336;
}
.btn-style-two-big{
	position:relative;
	padding: 7px 10px;
	margin:0 7px 0 4px;
	line-height:24px;
	text-transform:uppercase;
	background:#d4494c;
	color:#ffffff;
	border:1px solid #be3336;
	border-radius:3px;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:600;
	width:96%
	
	
}

.btn-style-two-big:hover{
	background:none;
	color:#be3336;
}
/* ----------------- Room Listing page  ------*/

.strip_all_rooms_list {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 3px;
	display: block;
	color: #777;
	box-shadow: inset 0 0 0 1px #e0e5e9;
	border: 5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.img_list {
	overflow: hidden;
	min-height: 220px;
	text-align: center;
	position: relative
}

.img_list img {
	width: auto;
	height: 220px;
	position: absolute;
	left: -10%
}

.img_list a img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease
}

.img_list a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.price_list .button {
	display: block
}

.rooms_list_desc {
	padding: 25px 20px 0 0;
	border-right: 1px solid #ededed;
	height: 220px;
	line-height: 17px
}

.rooms_list_desc h3 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px
}

.price_list {
	display: table;
	height: 220px;
	font-size: 38px;
	color: #e74c3c;
	width: 100%;
	margin-left: -15px
}

.price_list small {
	font-size: 11px;
	color: #999;
	display: block;
	margin-bottom: 10px;
	line-height: 12px
}

.price_list div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.price_list p {
	padding: 0;
	margin: 0
}

.price_list .normal_price_list {
	display: block;
	text-decoration: line-through;
	color: #999;
	font-size: 20px;
	margin-top: 10px
}

.price_list sup {
	font-size: 22px;
	position: relative;
	top: -10px
}

ul.add_info {
	list-style: none;
	padding: 0;
	margin: 0
}

ul.add_info li {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ededed;
	text-align: center;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
/*
ul.add_info li a {
	color: #555;
	width: 35px;
	height: 35px;
	display: block
}

ul.add_info li i {
	display: inline-block;
	font-size: 22px;
	top: 6px;
	position: relative
}*/
/* sprite icon */

 ul.menu {
        list-style-type: none;
    }
    ul.menu li {
        padding: 5px;
        font-size: 16px;
        font-family: "Trebuchet MS", Arial, sans-serif;
    }
    ul.menu li a {
        height:22px;
        line-height: 50px;
        display: inline-block;
       padding-left: 26px; /* To sift text off the background-image */
        color: #3E789F;
        background: url("../images/hotelpref-ico.png") no-repeat; /* As all link share the same background-image */
    }
    ul.menu li.firefox a {
        background-position: -4px -3px
    }
    ul.menu li.chrome a {
        background-position: -4px -34px;
    }
    ul.menu li.ie a {
        background-position: -4px -63px;
    }
    ul.menu li.safari a {
        background-position: -4px -152px;
    }
    ul.menu li.opera a {
        background-position: -4px -393px;
    }
	ul.menu li.parking a {
        background-position: -4px -183px;
    }
    ul.menu li.firefox a:hover {
        background-position: -34px -3px;
    }
    ul.menu li.chrome a:hover {
        background-position: -34px  -34px;
    }
    ul.menu li.ie a:hover {
        background-position: -34px -63px;
    }
    ul.menu li.safari a:hover {
        background-position: -34px -152px;
    }
    ul.menu li.opera a:hover {
        background-position: -34px -393px;
    }
	ul.menu li.parking a:hover {
        background-position: -34px -183px;
    }

.tooltip-1{
		
	}





/* left side box */

.box_style_1,
.box_style_2 {
	padding: 20px 25px 5px 25px;
	box-shadow: inset 0 0 0 1px #e0e5e9;
	border: 5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #fff
}

.box_style_2 {
	text-align: center;
	padding-bottom: 20px
}

.box_style_2 a.phone {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
	color: #d4494c;
}

.box_style_1 h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e5e9
}

.box_style_2 i {
	font-size: 52px;
	margin-top: 10px;
	display: inline-block
}


/* details page */

.hide-bullets {
    list-style:none;
    margin-left: -40px; 
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

ul.list_ok{list-style:none;margin:0 0 20px 0;padding:0;line-height:22px}ul.list_ok li{position:relative;padding-left:25px}ul.list_ok li:before{font-style:normal;font-weight:bold;font-family:"icon_set_1";font-size:14px;content:"\6c";color:#d4494c;position:absolute;left:0;top:0}.margin_60{padding-top:30px;padding-bottom:60px}



 

/* map */	
	#map {
        height: 238px;
        width: 100%;
       }

	   
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	
}
 
ul.footerlinks {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	color:#b9b9b9;
	
}
ul.footerlinks li a{ 
	color:#b9b9b9;
	
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* New Style */
 
 /* For Upcoming Events */
 
 .p-15 {
    padding: 15px !important;
}
.bg-light {
    background-color: #fff !important;
}
 .bg-lightest {
    background-color: #cc5c4f !important;
}
. 
.mb-10 {
    margin-bottom: 10px !important;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
	color: #fff !important;
}
 
.eventtimdate{
	list-style-type: none;
    margin: 0;
    padding: 0;
    color: #2668a9
	}
	
	
 /* title */
 /* blocks */
/**/
.block {
	margin-bottom: 20px;
	 

}
.block-head { 
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 38px; 
	color: #000;
	font-family: 'Playball', cursive;


} 
.block-head-2 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 30px;
	text-align: center;
}
 
.block-head-2:before {
	content: '';
	position: absolute;
	top: 85%;
    left: 54%;
	width: 300px;
	height: 1px;
	margin: -1px 0 0 -185px;
	background:#4c3084;
}
.block-head-2 p {
	max-width: 770px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
.block-head-2 i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}
 .blue{
	color:#dd3851;
	font-size:20px;
	font-family:Matura MT Script Capitals;
	
 }
  .red{
	color:#dd3851;
	font-size:20px;
	font-family:Matura MT Script Capitals; 
	}
#intro{
	margin-top:7px;
	background:#335278;
	color:#fff;
}

#ourvalues{
		 
}


 
 	/* menu */
	
/* newly addedd 10-11-17 --------------*/
/* newly addedd 10-11-17 --------------*/
/* newly addedd 10-11-17 --------------*/
/* newly addedd 10-11-17 --------------*/
/* newly addedd 10-11-17 --------------*/

.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	
.home-designs {
  text-align: left;
  padding: 20px 0 20px;
}

.home-designs h2 {
    font-weight: normal;
	text-align:left;
}
.home-designs hr {
    color:#715f47;
}
.home-designs .common-doctor {
  background-color: #fff;
}
.home-designs .common-doctor figure {
  overflow: hidden;
  width: 100%;
	height: 196px;
}

.home-designs img {
	width: 100%;
	height: auto;
	
}

.home-designs .common-doctor h5 { 
	font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}

.home-designs .common-doctor h5 a { 
	color:#000;
	font-size: 19px;
	font-weight: 700;
	color: #3a3c41;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}


.home-designs .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-designs .common-doctor .text-content {
  padding: 19px 14px 0 15px;
   background-color: #e6e6e6;
       min-height: 134px;
}
.home-designs.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-designs.doctors-var-two .slogan-section {
  text-align: left;
}
.home-designs.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-designs.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-designs.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-designs.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
	margin-bottom: 50px;
	text-align: center;
}

.home-designs .common-doctor .for-border {
	margin-bottom: 20px;
}

.for-border {
	height: 11px;
	width: 100%;
	border: none;
}

.home-designs .common-doctor h5 small {
	color: #008fd5;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.home-designs .common-doctor ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.home-designs .common-doctor li a {
	    background: #410056;
    color: white;
    padding: 10px;
    border: 2px solid #fff;
	    border-radius: 50%;
}
.colummargin10{
	margin: 0 0 22px 0;
	}

.doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.doc-item:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
}


/* -- icon design */
.icon-circle .fa{
    font-size     : 12px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 25px;
}

@media (min-width:320px) and (max-width:768px) {


 .icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 50px;
    width               : 50px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}   
}

.ifacebook .fa{
    color               :#3B5998;
    border              :2px solid #3B5998;
}

.ifacebook .fa:hover{
    
    background-color        : #3B5998;    
    color                   : #fff;
    border                  : 1px solid #3B5998;

}

.itwittter .fa{
    color               : #33ccff;
    border              :2px solid #33ccff;
}

.itwittter .fa:hover{
    
    background-color        : #33ccff;    
    color                   : #fff;
    border                  : 1px solid #33ccff;

}

.igoogle .fa{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.igoogle .fa:hover{
    
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}
 .eventdetailssmall{
		font-size:12px;
		padding:10px;
		text-align:left;
	}
 
  .eventdetailssmall i{
		font-size:12px;
	}
	.eventdetailssmall span{
		font-size:16px;
		margin-top:10px;
		display:block;
	}
	
/* News */
.upcoming-events{
		margin-bottom:20px;
}

.topnewslist{
	padding:0 0 0 12px; margin:0;  
	}
.eventandnewshead {
	background-color: #335278;
    padding: 10px;
    margin-top: 23px;
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #fff;
	}	
 

.tab-post-list-wrap {
    margin: 5px 0;
	background:#fff;
}
.tab-post-list-wrap:last-child{
	border:none;
	}

.tab-post-thumb {
    margin: 0 15px 0 0;
}

.tab-post-thumb figure {
    width: 65px;
}

.tab-post-thumb figure img{
    max-width: 70px;
	min-width: 70px;
	min-height: 55px;
	max-height: 55px;
}

.tab-post-title h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
}

.tab-post-title span {
    font-size: 12px;
    color: #999ca5;
}

.tab-post-list ul{
    list-style: none;
}

.tab-post-list ul li:before {
    content: "";
    width: 2px;
    height: 8px;
    padding: 0 4px;
    margin-right: 5px;
    background: #018EBB;
    display: inline-block;
}

.tab-post-list ul li small {
    display: block;
}

.tab-post-list ul li small abbr {
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    border: none;
}  
 
.viewallbtn { 
	}
.viewallbtn a { 
	background: #335278;
    color: #fff !important;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	}
.viewallbtn a:hover { 
	background: #000066;
    color: #fff !important;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	}
 
 .mainimage {
    max-height: 200px !important;
    min-height: 200px !important;
    max-width: 260px;
    min-width: 260px;
}


.allNews{
	background: #fff;
    padding: 6px;
	text-align:right;
}
	
 
 /* testimoniual */
 
 

#subscribe{	 
	margin:30px 0 0 0;
	background-color:#fff; 
	padding-bottom:0;
	
}
 
#subscribe .subscribearea{
	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
} 
 
 
#testimonial4{
  overflow: hidden;
  min-height: 325px; 
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #745ba5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

.testimonial4_slide h4 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


	

/* footer area */
.footer-top-area .zigzag-bottom{background: #243c5a}
.footer-top-area {background: none repeat scroll 0 0 #243c5a;
color: #999;
padding: 35px 0 100px;}


.footer-bottom-area {background: #000;color: #fff}
 
.footer-wid-title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
  color:#fff; font-family: 'Roboto', sans-serif;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}
 

.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #5a88ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
 
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding:20px;
}

 

.copyright > p {
  margin: 10px 0 0;
  font-size:11px;
  font-family: 'Open Sans', sans-serif;
}


/* contact */
section#contact {
	margin-top:10px;
  
}
.contactformsn h1{
	font-weight: bold;
	font-size:30px;
    color: #fff;
	}


section#contact h2 {
    color:#fff;
	padding-top:40px;
}
section {
    padding: 20px 0PX;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 5px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 100px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
   font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #9d9d9d;
}

.contbtn {
	background-color: #ffffff;
    color: #000;
    font-weight: 600;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}
.sendbtnalign{
	text-align:right;
	}

.locationtxt{
	font-size:17px;
	color:#fff;
}
.locationtxt li{
	list-style-type:none;
	line-height:4
	}
.locationtxt i{
	padding-right:10px;
	}
/* footer */

/* contact main page */
.footer{background-color: #1b1616; 
		color: #fff; font-size: 1em;color: #aaa; letter-spacing:2px;
		padding: 30px 0 30px 0;  
		text-align:center;
	}
.footer a{color: #aaa;margin: 0 1em; }



/* contact */
section#maincontact {
	margin-top:70px;
	background-color: #fff;  
}
 


section#maincontact h2 {
    color:#f36200;
	padding-top:40px;
}
section {
    padding: 20px 0PX;
}
section#maincontact .section-heading {
    color: white;
}
section#maincontact .form-group {
    margin-bottom: 25px;
}
section#maincontact .form-group input,
section#maincontact .form-group textarea {
    padding: 12px;
}
section#maincontact .form-group input.form-control {
    height: auto;
}
section#maincontact .form-group textarea.form-control {
    height: 170px;
}
section#maincontact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#maincontact ::-webkit-input-placeholder {
   font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #9d9d9d;
}

 
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#maincontact :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#maincontact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#maincontact :-ms-input-placeholder {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#maincontact .text-danger {
    color: #e74c3c;
}
.sendbtnalign{
	text-align:right;
	}


	
	/* About us Page */
	/* About us Page */
	/* About us Page */
	
.visionmission{
	margin:0 0 20px 0;
	text-align: center;

}
.vison{    
	border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 20px;
	background: #d64f40;
	color:#fff;
	
	

}
.vison h4{    
	font-family: 'Playball', cursive;
	font-size:30px;
	color:#ffc110;
	text-decoration:underline;
	

}
.vison p{    
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	font-weight:bold;
}
.paddinglfto{
		padding-left:0;
	}
.paddingrgto{
		padding-right:0;
	}
/* company info */
 .coverbg{
	background-size: cover;
	width: 100%;
 }
 
/*==================== Company Information ================*/
.company-info {
  background: url("../images/Santhwanam_uae.jpg") bottom left no-repeat fixed;
  background-size: cover;
  background-attachment: fixed;
  margin: 30px 0 0 0;
}
.company-info .opacity {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 75px 0 75px 0;
}
.company-info .left-side {
  text-align: center;
  padding-right: 30px; 
}
.company-info .left-side h4 {
  font-size: 20px;
  color:#fff;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}
.company-info .left-side h3 {
  font-size: 25px;
  color:#fff;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}
.bcolor{	
	color:#efcfe9;
}
.jobcellmail{
	text-align:center;
	margin:20px 0 30px 0;
}
.jobcellmail h4{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
}

.jobcellmail a{ 
	font-size:25px;
}




/* Team
---------------------------------*/
.team{
    
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
	padding:11px;
}
.profile h1{
	text-align:center;
	font-size: 13px;
	margin:10px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 35px;
    height: 34px;
    text-align: center;
    border: 1px solid #ecccd1;
    margin: 2px;
    padding: 5px 0 2px 7px;
	display: inline-block;
	border-radius: 50%;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #dcb6bc;
}
.img-box img{ width:100%}
i.red{
    color:#BC0213;
}


 .contact-detail{
	position:relative;
	display:block;
	 
}

.contact-detail ul{
	position:relative;
	z-index:3;
}
.contact-detail ul li{
	background: #fbf1f3;
    padding:10px 0 10px 15px;
	margin-bottom:10px;
	border-radius:4px;

}
.contact-detail ul li p{
	 margin:0;
	 padding:0;

}
.contact-detail ul li h6{
	 
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold

}
.contact-sparator{
	 
	position:absolute;
	display:block;
	width:100%;
	height:68px;
	top:-1px;
	right:-1px;
}
.mar5{
	margin:5px;
}	
.videostyle{
	width:550px;  
        margin-top:10px;
}
 
 
 
/*comment box */
 .one-post {
  margin: 0px 0px 25px 0px;
}
 .bd-radius {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 7px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.09) !important;
}
.bd-radius .img-height {
  width: 100% !important;
  height: auto !important;
}
.bd-radius .img-height .video {
  width: 100% !important;
  height: auto !important;
}
.bd-radius .post-post-content {
  padding: 10px 15px 10px 15px !important;
}
.bd-radius .post-post-content.postMetaInline-media {
  width: 100%;
  border-top: 1px solid #eee;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-left a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-left a .media-object {
  border-radius: 50%;
  width: 46px !important;
  height: 46px !important;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-body {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  text-rendering: auto;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-body .media-heading {
  font-weight: 400;
  color: #000;
  font-size: 17px;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-body .media-heading-muted {
  color: rgba(0,0,0,0.44) !important;
  font-size: 12px;
  display: flex;
}
.bd-radius .post-post-content.postMetaInline-media .media .media-body .media-heading-muted .fa-map-marker {
  font-size: 14px;
  margin-top: 2px;
}
.bd-radius .post-post-content.postMetaInline-media .nav li .timed {
  font-size: 15px;
  color: #adadad;
}
.bd-radius .post-post-content.postMetaInline-media .nav li .icondisplay {
  display: flex;
}
.bd-radius .post-post-content.postMetaInline-media .nav li .icondisplay span {
  font-size: 16px;
  color: #adadad;
}
.bd-radius .post-post-content.postMetaInline-media .nav li .icondisplay .line {
  width: 1px !important;
  height: 20px !important;
  background-color: #bababa;
  margin: 2px 5px 0px 5px;
}
 
 .postdesc-font {
  font-size: 17px;
  word-spacing: 2px;
  font-weight: 400;
}
 .subpostMetaInline-media {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 15px 15px 15px 15px !important;
}
.subpostMetaInline-media .media .media-left a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.subpostMetaInline-media .media .media-left a .media-object {
  border-radius: 50%;
  width: 46px !important;
  height: 46px !important;
}
.subpostMetaInline-media .media .media-body {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  text-rendering: auto;
}
.subpostMetaInline-media .media .media-body .media-heading {
  font-weight: 400;
  color: #000;
  font-size: 17px;
}
.subpostMetaInline-media .media .media-body .media-heading-muted {
  color: rgba(0,0,0,0.44) !important;
  font-size: 12px;
  display: flex;
}
.subpostMetaInline-media .media .media-body .media-heading-muted .fa-map-marker {
  font-size: 14px;
  margin-top: 2px;
}
.subpostMetaInline-media .media .media-body .form-control.commentpostinput {
  border-radius: 0px;
  padding: 6px 35px 6px 6px;
}
.subpostMetaInline-media .nav li .timed {
  font-size: 15px;
  color: #adadad;
}
.subpostMetaInline-media .nav li .icondisplay {
  display: flex;
  float: right;
}
.subpostMetaInline-media .nav li .icondisplay span {
  font-size: 16px;
  color: #adadad;
}
.subpostMetaInline-media .nav li .icondisplay .line {
  width: 1px !important;
  height: 20px !important;
  background-color: #bababa;
}
.cometnare{
	padding:10px !important; max-height: 100%;position: relative;overflow: hidden;
}
.readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 42px 0px 0px 0px;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: -o-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: -ms-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
}
.readmore .btn-default:hover {
  color: #FFF;
  background-color: #ffcd13;
  border-color: #f9e69d;
}
.readmore .btn-default .a-dec:hover {
  color: #FFF;
}
 .backbtn {
  border-radius: 8px 8px 0px 0px !important;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
}
 .a-dec {
  text-decoration: none !important;
}
.min-image{
	min-height:250px;
	max-height:250px;
	min-width:350px;
	max-width:350px;
	padding-bottom:20px; 
}



/* NEWS Ticker */
/* NEWS Ticker */
/* NEWS Ticker */
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.ccpanel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
  
    margin:0px; 
}
.ccpanel-body {
    padding: 2px !important; 
}

 /* NEWS Ticker */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) { 
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .jobcellmail a{ 
	font-size:14px;
	}
	  .portfolio-item .portfolio-image img {
    
    height: 75px;
	}
        .mblwdth{
            width:100% !important;
        }
			.videostyle{
	width: 215px;
    height: 155px;
	}
	.min-image{
	min-height:200px;
	max-height:200px;
	min-width:230px;
	max-width:230px;
	padding-bottom:20px; 
	}
	.contact-detail ul li p{
	 
	font-size:14px; 

	}
	.topnewslist{
	padding:0 !important;
  
	}
	.mainimage {
    max-height: 200px !important;
    min-height: 200px !important;
    max-width: 210px;
    min-width: 210px;
	}
	.shrink {
	height: 110px; 
	}
	 
 
 }
 
		.portfolio-item .portfolio-image img {
			width: 100%;
			height: 130px;
			/* margin-left: 16px; */
			padding-left: 2px;
		}
	 

/* total media Queries */
@media  (max-width: 480px) {
	#about .aboutarea{
	  height: 100%;
	}
    .aboutdetails {
		text-align:center;
    }
	  .aboutdetailsright {
		text-align:center;
    }
	
	#portfolios .portfolioarea{
		height: 100vh;
		padding-bottom: 30px;
		}
	
	.portfolio-item .portfolio-image img {
		width: 100% !important;
		height: 75px !important;
		padding: 2px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #410056;
		background-color: rgb(174, 162, 197)
	}
	.navbar-brand img {
		padding: 0;
		max-height: 52px !important; 
		max-width:52px !important;
	}
	.slide-text {
			padding: 16px 30px;
			top: 1%;
		}
    .slide-text h1 {
        font-size: 15px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 11px;
        margin-bottom: 5px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 9px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 7px 7px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	.bs-slider { 
		top: 9%;
	}
	.sbs-slider{
		    height: auto !important;
	}
	.mbltop20{
		margin-top:20px;
	}
	.paddingleftzero{
	padding-left:15px !important;
	}
	.hotel-search {
    position: absolute;
    top: 54px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.21);
    left: 0%;
    z-index: 1;
	}
	.btn-style-two { 
    margin-bottom: 33px;
	}
	.detailsthumbnail{
		width:30%;
	}
	.onlymblzero{
		padding:0 !important;
		margin:0 !important;
	}
	.block-head-2:before {
    content: '';
   
    left: 61%;
 
	}
	#intro{
	margin-top:60px;
	}
	.viewallbtn{
		margin-top:20px;
		}
	
	.company-info .left-side h4 {
	  font-size: 20px;
	  color:#fff;
	  line-height: 45px;
	  font-family: 'Open Sans', sans-serif;
	}
	.company-info .left-side h3 {
	  font-size: 13px;
	  color:#fff;
	  line-height: 45px;
	  font-family: 'Open Sans', sans-serif;
	}
	 
     .jobcellmail a{ 
	font-size:14px;
	}
	 	 .portfolio-item .portfolio-image img {
    max-height: 75px;
	}
        .mblwdth{
            width:100% !important;
        }
        #photoGallery-mask .photoGallery-prev-btn {
    left: 8%;
	}
	.videostyle{
	width: 215px;
    height: 155px;
	}
	.min-image{
	min-height:200px;
	max-height:200px;
	min-width:230px;
	max-width:230px;
	padding-bottom:20px; 
	}
	.contact-detail ul li p{
	 
	font-size:14px; 

	}
	.topnewslist{
	padding:0 !important;
   
	}
	.shrink {
	height: 50px; 
	}
	.red { 
    font-size: 16px; 
}
	 
}

	 
	.sendbtnalign{
		text-align:right !important;
	}
	.malign{
		margin-top:30px;
	}
	.clear{
		clear:both;
	}
	.mrgbtm30{
		margin-bottom:30px;
		}
	.mrgbtm50{
		margin-bottom:50px;
		}
	.btn-info {
    color: #fff;
    background-color: #410056 !important;
    border-color: #410056 !important;
	border-radius: 0 !important;
	}

 
.section-heading{
	position:relative;
	background:url(../images/section-heading-line.png) no-repeat bottom center;
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#292929;
	padding-bottom:20px;
	margin-bottom:40px;
}

.section-heading img{
	position:absolute; 
	width:30px;
	height:30px;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	bottom:-4px;
	left:50%;
	margin-left:-15px; 
}

.section-heading h3{
	font-family: 'Playball', cursive;
	font-size:25px;
	font-weight:bold;
	color: #d04939;
}
#menu-toggle { 
    position: fixed;
    top: 160px;
	right: 10px;
    width: 48px;
    height: 48px; 
	background: #ffffff url(../images/facebook_circle.png) no-repeat;
	z-index:1;

}